%PDF- %PDF-
Direktori : /var/www/html/dbbackup/ |
Current File : /var/www/html/dbbackup/itworks.sql |
-- MySQL dump 10.15 Distrib 10.0.36-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: it_works -- ------------------------------------------------------ -- Server version 10.0.36-MariaDB-0ubuntu0.16.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `it_works` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `it_works` /*!40100 DEFAULT CHARACTER SET utf8mb4 */; USE `it_works`; -- -- Table structure for table `codingal_commentmeta` -- DROP TABLE IF EXISTS `codingal_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_commentmeta` -- LOCK TABLES `codingal_commentmeta` WRITE; /*!40000 ALTER TABLE `codingal_commentmeta` DISABLE KEYS */; INSERT INTO `codingal_commentmeta` VALUES (1,2,'_lpr_rating','5'),(2,2,'_lpr_review_title','OMG'),(3,2,'_lpr_old_course','2462'),(4,2,'_thim_demo_content','yes'),(5,3,'_lpr_old_course','2460'),(6,3,'_thim_demo_content','yes'),(7,4,'_lpr_rating','5'),(8,4,'_lpr_review_title','Awesome'),(9,4,'_lpr_old_course','2460'),(10,4,'_thim_demo_content','yes'),(11,5,'_lpr_rating','5'),(12,5,'_lpr_review_title','Awesome'),(13,5,'_lpr_old_course','1773'),(14,5,'_thim_demo_content','yes'),(15,6,'_lpr_rating','5'),(16,6,'_lpr_review_title','Nice'),(17,6,'_lpr_old_course','3316'),(18,6,'_thim_demo_content','yes'),(19,7,'_lpr_rating','5'),(20,7,'_lpr_review_title','Wonderful'),(21,7,'_lpr_old_course','3362'),(22,7,'_thim_demo_content','yes'),(23,8,'_lpr_rating','5'),(24,8,'_lpr_review_title','Unbelievable'),(25,8,'_lpr_old_course','3361'),(26,8,'_thim_demo_content','yes'),(27,9,'_lpr_rating','5'),(28,9,'_lpr_review_title','This is great'),(29,9,'_lpr_old_course','3363'),(30,9,'_thim_demo_content','yes'),(31,10,'_lpr_rating','5'),(32,10,'_lpr_review_title','The best LMS WordPress plugin'),(33,10,'_lpr_old_course','3138'),(34,10,'_thim_demo_content','yes'),(35,11,'_lpr_rating','5'),(36,11,'_lpr_review_title','Incredible'),(37,11,'_lpr_old_course','3138'),(38,11,'_thim_demo_content','yes'),(39,12,'_lpr_rating','5'),(40,12,'_lpr_review_title','Beautiful theme - Awesome plugin'),(41,12,'_lpr_old_course','3138'),(42,12,'_thim_demo_content','yes'); /*!40000 ALTER TABLE `codingal_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_comments` -- DROP TABLE IF EXISTS `codingal_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_comments` -- LOCK TABLES `codingal_comments` WRITE; /*!40000 ALTER TABLE `codingal_comments` DISABLE KEYS */; INSERT INTO `codingal_comments` VALUES (2,5286,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:59:47','2016-01-20 10:59:47','Oh Python Python Python, easy to learn, powerful...\nThanks the instructor, you have great course.',0,'1','','review',0,0),(3,5299,'LearnPress','candy@foobla.com','','::1','2015-11-16 08:17:35','2015-11-16 08:17:35','Amazing. I like this course. ',0,'1','','review',0,0),(4,5299,'LearnPress','taibeo@wparena.com','','117.1.116.188','2015-12-25 02:33:48','2015-12-25 02:33:48','I really like this course. The most important thing - it is totally free :D.',0,'1','','review',0,0),(5,5312,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:56:46','2016-01-20 10:56:46','This is the easiest course I have ever learned. Great job!',0,'1','','review',0,0),(6,5332,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:53:25','2016-01-20 10:53:25','The course is easy to learn. Really like it. \nBut I need more payment gateways to check out this course :).',0,'1','','review',0,0),(7,5345,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:47:38','2016-01-20 10:47:38','I really love the course editor in LearnPress. It is never easier when creating courses, lessons, quizzes with this one. It\'s the most useful LMS WordPress plugin I have ever used. Thank a lot! Testing quiz is funny, I like the sorting choice question type most.\n',0,'1','','review',0,0),(8,5393,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:44:38','2016-01-20 10:44:38','LearnPress WordPress LMS Plugin designed with flexible & scalable eLearning system in mind. This WordPress eLearning Plugin comes up with 10+ addons (and counting) to extend the ability of this WordPress Learning Management System. This is incredible.\n',0,'1','','review',0,0),(9,5407,'LearnPress','taibeo@wparena.com','','117.1.113.34','2016-01-20 10:36:27','2016-01-20 10:36:27','I really love the course editor in LearnPress. It is never easier when creating courses, lessons, quizzes with this one. It\'s the most useful LMS WordPress plugin I have ever used. Thank a lot! Testing quiz is funny, I like the sorting choice question type most.\n',0,'1','','review',0,0),(10,5428,'LearnPress','taibeo@wparena.com','','117.1.119.213','2015-11-30 00:00:00','2015-12-10 02:04:46','I really love the course editor in LearnPress. It is never easier when creating courses, lessons, quizzes with this one.\nIt\'s the most useful LMS WordPress plugin I have ever used. Thank a lot! \nTesting quiz is funny, I like the sorting choice question type most.',0,'1','','review',0,0),(11,5428,'LearnPress','minhkhmt1k3@gmail.com','','27.67.12.173','2016-01-04 04:49:36','2016-01-04 04:49:36','LearnPress WordPress LMS Plugin designed with flexible & scalable eLearning system in mind. This WordPress eLearning Plugin comes up with 10+ addons (and counting) to extend the ability of this WordPress Learning Management System. This is incredible.',0,'1','','review',0,0),(12,5428,'LearnPress','minhluu@foobla.com','','27.67.12.173','2016-01-04 04:55:48','2016-01-04 04:55:48','5 stars for this theme too. Education WP theme brings the best LMS experience ever with super friendly UX and complete eLearning features. Really satisfied.',0,'1','','review',0,0); /*!40000 ALTER TABLE `codingal_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_order_itemmeta` -- DROP TABLE IF EXISTS `codingal_learnpress_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `learnpress_order_item_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `meta_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_order_itemmeta` -- LOCK TABLES `codingal_learnpress_order_itemmeta` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_order_items` -- DROP TABLE IF EXISTS `codingal_learnpress_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`order_item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_order_items` -- LOCK TABLES `codingal_learnpress_order_items` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_question_answermeta` -- DROP TABLE IF EXISTS `codingal_learnpress_question_answermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_question_answermeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `learnpress_question_answer_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `meta_value` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_question_answermeta` -- LOCK TABLES `codingal_learnpress_question_answermeta` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_question_answermeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_question_answermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_question_answers` -- DROP TABLE IF EXISTS `codingal_learnpress_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_question_answers` ( `question_answer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `question_id` bigint(20) unsigned NOT NULL DEFAULT '0', `answer_data` text COLLATE utf8mb4_unicode_ci NOT NULL, `answer_order` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`question_answer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_question_answers` -- LOCK TABLES `codingal_learnpress_question_answers` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_question_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_quiz_questions` -- DROP TABLE IF EXISTS `codingal_learnpress_quiz_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_quiz_questions` ( `quiz_question_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `quiz_id` bigint(20) unsigned NOT NULL DEFAULT '0', `question_id` bigint(20) unsigned NOT NULL DEFAULT '0', `question_order` bigint(20) unsigned NOT NULL DEFAULT '1', `params` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`quiz_question_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_quiz_questions` -- LOCK TABLES `codingal_learnpress_quiz_questions` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_quiz_questions` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_quiz_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_review_logs` -- DROP TABLE IF EXISTS `codingal_learnpress_review_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_review_logs` ( `review_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `course_id` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `status` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_type` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`review_log_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_review_logs` -- LOCK TABLES `codingal_learnpress_review_logs` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_review_logs` DISABLE KEYS */; INSERT INTO `codingal_learnpress_review_logs` VALUES (1,6573,1,'Course has been rejected by Reviewer','2018-03-31 10:10:48','trash','reviewer'); /*!40000 ALTER TABLE `codingal_learnpress_review_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_section_items` -- DROP TABLE IF EXISTS `codingal_learnpress_section_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_section_items` ( `section_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `section_id` bigint(20) unsigned NOT NULL DEFAULT '0', `item_id` bigint(20) unsigned NOT NULL DEFAULT '0', `item_order` bigint(20) unsigned NOT NULL DEFAULT '0', `item_type` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`section_item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_section_items` -- LOCK TABLES `codingal_learnpress_section_items` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_section_items` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_section_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_sections` -- DROP TABLE IF EXISTS `codingal_learnpress_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_sections` ( `section_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `section_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `section_course_id` bigint(20) unsigned NOT NULL DEFAULT '0', `section_order` bigint(5) unsigned NOT NULL DEFAULT '0', `section_description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`section_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_sections` -- LOCK TABLES `codingal_learnpress_sections` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_sessions` -- DROP TABLE IF EXISTS `codingal_learnpress_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_sessions` ( `session_id` bigint(20) NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3920 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_sessions` -- LOCK TABLES `codingal_learnpress_sessions` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_sessions` DISABLE KEYS */; INSERT INTO `codingal_learnpress_sessions` VALUES (1222,'0005fe92e5cbdcf867d9abfe58c41611','a:1:{s:13:\"guest_user_id\";i:1523556159;}',1523728959),(1650,'000e2b1e25905a336c20b0a2165ba940','a:1:{s:13:\"guest_user_id\";i:1527373676;}',1527546476),(49,'0012ccaadb1c381a4e276c50e0e41176','a:2:{s:13:\"guest_user_id\";i:1522369704;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542503),(1714,'00155f0c28ab15d188befe162177ddc7','a:1:{s:13:\"guest_user_id\";i:1528216205;}',1528389005),(371,'00264d6330e4a4b83ca48718218d8fe6','a:1:{s:13:\"guest_user_id\";i:1522487666;}',1522660465),(909,'002696923fa827e3600378117a12b130','a:1:{s:13:\"guest_user_id\";i:1523284066;}',1523456866),(2050,'00327018993786eb082f9bb8924824b9','a:1:{s:13:\"guest_user_id\";i:1528693767;}',1528866567),(1779,'003a66f1fd1ccfbe41182cc07ff58eb8','a:2:{s:13:\"guest_user_id\";i:1528568562;s:4:\"cart\";s:6:\"a:0:{}\";}',1528741362),(700,'004ce4ca6dbdc5c080449d528424b885','a:1:{s:13:\"guest_user_id\";i:1522961285;}',1523134085),(697,'00608d0c0019dffc4c9ead110cbb5899','a:1:{s:13:\"guest_user_id\";i:1522960861;}',1523133661),(379,'0063f3ec735d1d20fd41f070cf48b86c','a:1:{s:13:\"guest_user_id\";i:1522488359;}',1522661158),(401,'00655d3f12d891f35b9a6d7830b848f7','a:2:{s:13:\"guest_user_id\";i:1522489362;s:4:\"cart\";s:6:\"a:0:{}\";}',1522662162),(2608,'0066b5c26cfb3e16f3bbed3d423f0724','a:1:{s:13:\"guest_user_id\";i:1528942241;}',1529115041),(3706,'0071aeef3ad87be3e78e3e7f6ce6304c','a:2:{s:13:\"guest_user_id\";i:1538157900;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330699),(3447,'008351e81080a78ff8132f5677d49766','a:2:{s:13:\"guest_user_id\";i:1537619038;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791838),(2728,'0086aa27f71c93b10a9c9b8706b312b8','a:1:{s:13:\"guest_user_id\";i:1529029495;}',1529202295),(125,'008c716d0fe93c796621a2241e440388','a:2:{s:13:\"guest_user_id\";i:1522369798;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542598),(3417,'00929e8c3d6f8d26bc38f5b45375d9a2','a:2:{s:13:\"guest_user_id\";i:1537618958;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791757),(2541,'009bb2cf525a253117541f92775918c8','a:1:{s:13:\"guest_user_id\";i:1528914714;}',1529087514),(108,'009f5d3c2b02c4af697d31521f733e87','a:2:{s:13:\"guest_user_id\";i:1522369778;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542578),(457,'00a0983c51db05a25a8d72b7cc8104a1','a:1:{s:13:\"guest_user_id\";i:1522494615;}',1522667415),(1538,'00b160f98e5e9d02cacc45e26cf5a581','a:1:{s:13:\"guest_user_id\";i:1525158432;}',1525331232),(1461,'00b65f130bc41ec364bf193ede45d79c','a:1:{s:13:\"guest_user_id\";i:1524298997;}',1524471797),(1425,'00e7ae8bf49fbfd8268a9952c80e9377','a:1:{s:13:\"guest_user_id\";i:1524051744;}',1524224543),(3189,'0103ebfcf3b73caa6eb76622fe4fe4af','a:2:{s:13:\"guest_user_id\";i:1532354500;s:4:\"cart\";s:6:\"a:0:{}\";}',1532527299),(2211,'01066fa5241d5a5c059bef491fa11c52','a:2:{s:13:\"guest_user_id\";i:1528767192;s:4:\"cart\";s:6:\"a:0:{}\";}',1528939990),(2789,'0117404b38a56e42826ebcbb9ef24120','a:1:{s:13:\"guest_user_id\";i:1529049247;}',1529222047),(429,'0121c00110aea4bd03ec88974aaea896','a:1:{s:13:\"guest_user_id\";i:1522491739;}',1522664538),(3532,'0123d02af4fa0092dffaed7ea6371b45','a:2:{s:13:\"guest_user_id\";i:1537619140;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791940),(2943,'012a4e1fc581557331a38b82642332f5','a:1:{s:13:\"guest_user_id\";i:1529441433;}',1529614233),(3814,'0146edda644936eca3b934d7883d1300','a:2:{s:13:\"guest_user_id\";i:1538501297;s:4:\"cart\";s:6:\"a:0:{}\";}',1538674096),(3158,'0148b560f40036b07877497152eb48fa','a:2:{s:13:\"guest_user_id\";i:1530677531;s:4:\"cart\";s:6:\"a:0:{}\";}',1530850329),(892,'015e8d9d4a9d239ecbf4871c9da07847','a:1:{s:13:\"guest_user_id\";i:1523283516;}',1523456316),(3528,'0178407180dd8254e603d0bb4c4f1016','a:2:{s:13:\"guest_user_id\";i:1537619137;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791937),(1403,'017bad62663a1b15b01be812ea8854b0','a:1:{s:13:\"guest_user_id\";i:1523993390;}',1524166190),(318,'019118ad34ec0b1b3eb7409d1bae04db','a:1:{s:13:\"guest_user_id\";i:1522370002;}',1522542802),(2136,'01c10102b7794a457020201a120eb6c7','a:1:{s:13:\"guest_user_id\";i:1528728138;}',1528900937),(2092,'01cd55d3f3511b176226e1d59bd86a45','a:1:{s:13:\"guest_user_id\";i:1528715068;}',1528887868),(2919,'01f6b6bf68bc4cb277c31ee2e4860c45','a:2:{s:13:\"guest_user_id\";i:1529341284;s:4:\"cart\";s:6:\"a:0:{}\";}',1529514082),(205,'01f6d53fd251196569f79caf83d6f304','a:2:{s:13:\"guest_user_id\";i:1522369893;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542692),(738,'02074e2ba62973b1185d697ff127aa54','a:1:{s:13:\"guest_user_id\";i:1523220076;}',1523392876),(3339,'021a15c9d92315ad4e4887449e5345ef','a:2:{s:13:\"guest_user_id\";i:1537464832;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637632),(3776,'022429ad9e74db53a46c583d27688c11','a:2:{s:13:\"guest_user_id\";i:1538172343;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345143),(1725,'02575229683d35ef74085ac8768feb84','a:1:{s:13:\"guest_user_id\";i:1528546530;}',1528719330),(1426,'026b4122775ecad15b4985d1ac01f88f','a:1:{s:13:\"guest_user_id\";i:1524089152;}',1524261951),(3006,'028315095c4a4a303d59e5bcebd8cdba','a:1:{s:13:\"guest_user_id\";i:1529844254;}',1530017054),(3192,'02911d859e148ead327efd821a116676','a:2:{s:13:\"guest_user_id\";i:1532740060;s:4:\"cart\";s:6:\"a:0:{}\";}',1532912856),(2843,'02a134855fce648fb50bd43842a6aa4c','a:1:{s:13:\"guest_user_id\";i:1529065188;}',1529237988),(2222,'02ae0e8080865fcd4b35dfd996006e08','a:2:{s:13:\"guest_user_id\";i:1528772972;s:4:\"cart\";s:6:\"a:0:{}\";}',1528945769),(1543,'02b1e8122ae7a530837ffe33e366fb68','a:1:{s:13:\"guest_user_id\";i:1525377478;}',1525550278),(3318,'02b2581407a67d95b5a1eb1fccf5ddd2','a:2:{s:13:\"guest_user_id\";i:1537464596;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637396),(237,'02f15c76f9f61e381305e91cf8fe53f6','a:2:{s:13:\"guest_user_id\";i:1522369923;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542722),(2680,'02fa267d7a0f0a2fc59febc91dba0348','a:1:{s:13:\"guest_user_id\";i:1529013455;}',1529186255),(2173,'031e7727ea34dafa045afc3b278761ea','a:2:{s:13:\"guest_user_id\";i:1528744745;s:4:\"cart\";s:6:\"a:0:{}\";}',1528917545),(638,'032e5b2c56afe7d7064ca801ea295ab7','a:1:{s:13:\"guest_user_id\";i:1522699528;}',1522872328),(3436,'033053da2e0bbe1739bd8102aa496f93','a:2:{s:13:\"guest_user_id\";i:1537619010;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791810),(1483,'03402627d930e1bd564cb2123bb192c0','a:2:{s:13:\"guest_user_id\";i:1524570258;s:4:\"cart\";s:6:\"a:0:{}\";}',1524743057),(1107,'0385d7aec60298e76dc186e8b67147f4','a:1:{s:13:\"guest_user_id\";i:1523358622;}',1523531422),(1614,'0394b7c9b7fa5a37be3f48e435db479a','a:1:{s:13:\"guest_user_id\";i:1526892422;}',1527065222),(1862,'03b5d3b00fdff1b2c7ba946c44e13dda','a:1:{s:13:\"guest_user_id\";i:1528608121;}',1528780921),(1138,'03b805f143a10e6d7353b7f448d07549','a:1:{s:13:\"guest_user_id\";i:1523383309;}',1523556109),(3679,'03bda0758dff32fb28f397daa0f24d3d','a:2:{s:13:\"guest_user_id\";i:1538157837;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330637),(247,'03f56c4b73c5a880f495a76dafb1f0e1','a:1:{s:13:\"guest_user_id\";i:1522369935;}',1522542735),(1303,'04014ad708ad1cd8a0adceeb748dde9d','a:2:{s:13:\"guest_user_id\";i:1523793711;s:4:\"cart\";s:6:\"a:0:{}\";}',1523966510),(135,'041741f4748f5aaa556f2be6ec3682ea','a:3:{s:13:\"guest_user_id\";i:1522369811;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542611),(2696,'0430ee4959caf33f25a5ceb24aeb5411','a:2:{s:13:\"guest_user_id\";i:1529017351;s:4:\"cart\";s:6:\"a:0:{}\";}',1529190151),(1062,'0432e18accbd6d79ae01c948d955378b','a:1:{s:13:\"guest_user_id\";i:1523309844;}',1523482643),(1347,'044392905d71906ac379554e5bb6917b','a:1:{s:13:\"guest_user_id\";i:1523874756;}',1524047555),(194,'04523c74e4811e78497b7c6d94ff5299','a:2:{s:13:\"guest_user_id\";i:1522369881;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542681),(727,'046120972f7fff33053782fb483d024b','a:1:{s:13:\"guest_user_id\";i:1523182393;}',1523355192),(985,'04655a50734df0cf146ec1e0f9fa8480','a:1:{s:13:\"guest_user_id\";i:1523287047;}',1523459847),(952,'046d07d5813805d3213356701764d815','a:4:{s:13:\"guest_user_id\";i:1523276593;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523449392),(3788,'0474afcd87fc981244faa921fd8c179d','a:2:{s:13:\"guest_user_id\";i:1538194222;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367022),(1941,'0482ff3a0bd1b5564ab7b3da23dc988e','a:1:{s:13:\"guest_user_id\";i:1528642155;}',1528814955),(1841,'048d76d074500cede213c3cf9f6f378f','a:1:{s:13:\"guest_user_id\";i:1528596715;}',1528769515),(1661,'04955dcce7946767ac86ffef69a0e150','a:2:{s:13:\"guest_user_id\";i:1527555850;s:4:\"cart\";s:6:\"a:0:{}\";}',1527728650),(264,'04972ad06ab21b0168d6a3fa9e3f4dfb','a:2:{s:13:\"guest_user_id\";i:1522369949;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542748),(3193,'049f5baa9dc4f813fce2796c4bc814a0','a:1:{s:13:\"guest_user_id\";i:1532740062;}',1532912861),(62,'04b4034cf4f998f50334a13290417d14','a:3:{s:13:\"guest_user_id\";i:1522369723;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542522),(2214,'04b458729b9cc3396f4df6535a3f2ad6','a:2:{s:13:\"guest_user_id\";i:1528767193;s:4:\"cart\";s:6:\"a:0:{}\";}',1528939992),(2691,'04b45d3e85f6c2067c2884a1bb261830','a:2:{s:13:\"guest_user_id\";i:1529017349;s:4:\"cart\";s:6:\"a:0:{}\";}',1529190149),(2034,'04d801529d25e0a7fd42bc876cc1af69','a:1:{s:13:\"guest_user_id\";i:1528687867;}',1528860667),(774,'0521fc61b2925bf3dec71eabebb7efed','a:1:{s:13:\"guest_user_id\";i:1523245064;}',1523417863),(618,'05279bd337a5d43cd55799514fce0791','a:1:{s:13:\"guest_user_id\";i:1522675299;}',1522848099),(3583,'056226e5a09961a151106f07f2baee6f','a:2:{s:13:\"guest_user_id\";i:1537723641;s:4:\"cart\";s:6:\"a:0:{}\";}',1537896435),(940,'0564178e73651918b8198c91110213fb','a:1:{s:13:\"guest_user_id\";i:1523284780;}',1523457580),(1158,'05936ce57a2c7e0cf11bd865f5704c6c','a:1:{s:13:\"guest_user_id\";i:1523446493;}',1523619293),(622,'05b62e322d24eae93b41656dd40fbfd7','a:1:{s:13:\"guest_user_id\";i:1522675452;}',1522848251),(666,'05bc9ece779979bd8f50a61bca7d6785','a:2:{s:13:\"guest_user_id\";i:1522894973;s:4:\"cart\";s:6:\"a:0:{}\";}',1523067772),(808,'05ca42075893ebd9b0197a79688600ed','a:1:{s:13:\"guest_user_id\";i:1523278610;}',1523451410),(759,'05eca14cce5e66a0c190d563ea062956','a:1:{s:13:\"guest_user_id\";i:1523228808;}',1523401608),(1741,'05ffa0881fb24ccab594d6870fe92516','a:2:{s:13:\"guest_user_id\";i:1528551514;s:4:\"cart\";s:6:\"a:0:{}\";}',1528724314),(346,'0612e9e37626aefdcbf60088fc9f4646','a:1:{s:13:\"guest_user_id\";i:1522446656;}',1522619455),(1983,'06180e1bf468058c71305305ee4239fe','a:1:{s:13:\"guest_user_id\";i:1528664950;}',1528837750),(15,'0622794ac72049fdd5d1b8147a4b4102','a:1:{s:13:\"guest_user_id\";i:1522365492;}',1522538292),(3568,'0641b5b94ff80e202f3d6b38c5fffbb4','a:4:{s:13:\"guest_user_id\";i:1537660127;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"7070f9088e456682f0f84f815ebda761\";a:4:{s:7:\"item_id\";s:4:\"5332\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:10000;s:5:\"total\";d:10000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832927),(1902,'064c546d3305223b304d13f4edaa139a','a:1:{s:13:\"guest_user_id\";i:1528625374;}',1528798174),(3260,'066340edb87a14c5716295a044ccf436','a:1:{s:13:\"guest_user_id\";i:1535617844;}',1535790644),(2771,'066689fe10f1e76ebce39226a86ff62e','a:1:{s:13:\"guest_user_id\";i:1529045405;}',1529218204),(243,'067130637a5e104448e49bd17865a106','a:2:{s:13:\"guest_user_id\";i:1522369929;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542729),(553,'068b7afa4692600ccf0a828ce1850a71','a:1:{s:13:\"guest_user_id\";i:1522618702;}',1522791501),(3756,'069e6be43d03b73bfa2926ae43c8a3f9','a:2:{s:13:\"guest_user_id\";i:1538172295;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345095),(1376,'06b0688cdcc13589ef3df8c08d1089c3','a:1:{s:13:\"guest_user_id\";i:1523973280;}',1524146080),(3225,'06bf6daf2421adb25324068afb1ce765','a:1:{s:13:\"guest_user_id\";i:1534425897;}',1534598695),(942,'06c55ebf794e2d7eb9ebb40fb9529553','a:1:{s:13:\"guest_user_id\";i:1523284920;}',1523457720),(2387,'06c6566b69a14457a1fb560ce17b73c3','a:1:{s:13:\"guest_user_id\";i:1528848913;}',1529021713),(1522,'06c9172f5917b9ed53021cdb644f1782','a:1:{s:13:\"guest_user_id\";i:1524910762;}',1525083562),(2351,'06cf80d190517796957b363b37264936','a:1:{s:13:\"guest_user_id\";i:1528828983;}',1529001783),(1350,'06dab94970d85a6b06fb4663b543e2fc','a:1:{s:13:\"guest_user_id\";i:1523878712;}',1524051512),(99,'06e63288a8348cc10e164037824937b8','a:2:{s:13:\"guest_user_id\";i:1522369767;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542567),(2668,'06eab8bd36ac8969a5db14bf53723899','a:1:{s:13:\"guest_user_id\";i:1529007746;}',1529180546),(518,'06f18d4d0f1634ee7737b2843128c0d1','a:1:{s:13:\"guest_user_id\";i:1522587393;}',1522760193),(934,'06fefe47499220474a623445cd99bad9','a:1:{s:13:\"guest_user_id\";i:1523284632;}',1523457431),(221,'073492d28f128600966991de0c83a4f2','a:1:{s:13:\"guest_user_id\";i:1522369912;}',1522542710),(2730,'073de8a84adb02b3cdf3a92fcf1b1d8b','a:1:{s:13:\"guest_user_id\";i:1529029495;}',1529202295),(2408,'07434d8503184286f11337f13196a331','a:1:{s:13:\"guest_user_id\";i:1528854263;}',1529027063),(1285,'074ec67502cd8d644abca320a61783d2','a:1:{s:13:\"guest_user_id\";i:1523662595;}',1523835394),(3607,'078a5bce0b1daf4780621274324c169a','a:2:{s:13:\"guest_user_id\";i:1537982850;s:4:\"cart\";s:6:\"a:0:{}\";}',1538155650),(281,'078d40a44c5eb05080d4c4b90178fcbf','a:3:{s:13:\"guest_user_id\";i:1522369964;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542763),(1161,'078fd77dbc5d4add9181bc46bef3215e','a:1:{s:13:\"guest_user_id\";i:1523460313;}',1523633113),(540,'07a951de21e5aa715aee93acd18fd36f','a:1:{s:13:\"guest_user_id\";i:1522611093;}',1522783893),(751,'07afd697eee2f15481c95461fae43b99','a:1:{s:13:\"guest_user_id\";i:1523224681;}',1523397481),(3846,'07be80908badebdaad952256396f7e9a','a:3:{s:13:\"guest_user_id\";i:1538568297;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538741096),(669,'07c5edd26d4b6d727bad6fa6add78d3c','a:1:{s:13:\"guest_user_id\";i:1522894983;}',1523067781),(235,'07d75b4b08172c99e139687ddb9eb8e0','a:1:{s:13:\"guest_user_id\";i:1522369924;}',1522542723),(3550,'07e2b2a3e8be2a8a62a43707ac754d3a','a:2:{s:13:\"guest_user_id\";i:1537659979;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832779),(1381,'07ec3c8da5e12c0ee782ae9d077638d1','a:1:{s:13:\"guest_user_id\";i:1523973288;}',1524146084),(1203,'0805d6300367182e954d165b86bbb794','a:1:{s:13:\"guest_user_id\";i:1523526511;}',1523699311),(3462,'082b647525ccce277d7a52044bbe77df','a:2:{s:13:\"guest_user_id\";i:1537619053;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791853),(2262,'0839c01db94b964415653e3fd6c7fc2e','a:1:{s:13:\"guest_user_id\";i:1528784188;}',1528956988),(2338,'08403b9c6a8ea70c4d949864c3da7c40','a:1:{s:13:\"guest_user_id\";i:1528823198;}',1528995998),(3719,'0871693633f66237490e845c70f563e3','a:2:{s:13:\"guest_user_id\";i:1538157930;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330730),(3740,'0879db8f6836ea5307d22c7a209b5d1f','a:2:{s:13:\"guest_user_id\";i:1538157978;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330777),(3728,'08a471947b9261686839f6fe3a5e6d35','a:2:{s:13:\"guest_user_id\";i:1538157951;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330750),(223,'08b80c90e871b7cd88d2791f3f07a618','a:1:{s:13:\"guest_user_id\";i:1522369912;}',1522542712),(903,'08bd5f6a5209a843ab29bd6ffcd45b0d','a:1:{s:13:\"guest_user_id\";i:1523283840;}',1523456640),(1901,'08c1df0bc764c4851bfcb7a3c7532f62','a:2:{s:13:\"guest_user_id\";i:1528625373;s:4:\"cart\";s:6:\"a:0:{}\";}',1528798173),(2195,'08cac67b8c1816cc7929f3f12275fc05','a:1:{s:13:\"guest_user_id\";i:1528755942;}',1528928742),(1176,'08d7f7e2e3c923b91c53bf8f76744c50','a:1:{s:13:\"guest_user_id\";i:1523484249;}',1523657048),(1950,'08f23c895ef2ba6c3c011cca327839b5','a:1:{s:13:\"guest_user_id\";i:1528648046;}',1528820846),(2505,'08f9d1b22ee5ec7bc44bf6b0d13a267e','a:1:{s:13:\"guest_user_id\";i:1528898327;}',1529071127),(2083,'08fbaf026a3c6fd3c769abc3ef042816','a:1:{s:13:\"guest_user_id\";i:1528710891;}',1528883691),(3636,'09218e1f93600a99f7d400ff9e085978','a:2:{s:13:\"guest_user_id\";i:1538140309;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313109),(3407,'092b208b6f2a0fbc1da7ea571de8bd53','a:2:{s:13:\"guest_user_id\";i:1537618928;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791727),(231,'09621d21b8eb741355b7dc2fc93fdc78','a:2:{s:13:\"guest_user_id\";i:1522369917;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542717),(935,'09834131e23ce2ebd3309649d282eea9','a:1:{s:13:\"guest_user_id\";i:1523284719;}',1523457519),(2978,'099c310dc883f98c14be6142402ba9f7','a:2:{s:13:\"guest_user_id\";i:1529464083;s:4:\"cart\";s:6:\"a:0:{}\";}',1529636883),(1627,'09b613da2eac614c4e83c2e935b9b44a','a:1:{s:13:\"guest_user_id\";i:1526907208;}',1527080008),(2765,'09be678a7a5e2f634e7761ee12360c57','a:2:{s:13:\"guest_user_id\";i:1529041274;s:4:\"cart\";s:6:\"a:0:{}\";}',1529214074),(2811,'09dcd3e6533679b6504c10a8f4941b88','a:1:{s:13:\"guest_user_id\";i:1529057220;}',1529230020),(1591,'09e0ebba14913b1b30bd565e8ca2994f','a:1:{s:13:\"guest_user_id\";i:1526259167;}',1526431967),(358,'09eea7b2bbf819243f3683b51a65c52f','a:1:{s:13:\"guest_user_id\";i:1522485893;}',1522658691),(3604,'09ef71a92e45078c16f31b22404e21e2','a:2:{s:13:\"guest_user_id\";i:1537925228;s:4:\"cart\";s:6:\"a:0:{}\";}',1538098028),(1000,'09f34fa6055255ab4c90335f82569a89','a:1:{s:13:\"guest_user_id\";i:1523287746;}',1523460546),(3350,'0a0968aa4d85cb03d201e76630ccbd7d','a:2:{s:13:\"guest_user_id\";i:1537464880;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637680),(2914,'0a0c60d998848403368796b6b34b39cb','a:1:{s:13:\"guest_user_id\";i:1529175851;}',1529348651),(2802,'0a1cb0e6a87b6eb1180840e9017e320d','a:1:{s:13:\"guest_user_id\";i:1529053360;}',1529226160),(460,'0a3289ef9a165c3ba5e18bce09e80f1d','a:1:{s:13:\"guest_user_id\";i:1522495289;}',1522668089),(200,'0a45275805fd0daef764575a0bf7ed95','a:1:{s:13:\"guest_user_id\";i:1522369891;}',1522542691),(1263,'0a63505909e1ad6cb839a02f22286abd','a:2:{s:13:\"guest_user_id\";i:1523593367;s:4:\"cart\";s:6:\"a:0:{}\";}',1523766167),(3698,'0a763274754850b6d70e5dfb54bcea23','a:3:{s:13:\"guest_user_id\";i:1538157881;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330681),(3409,'0a8d885f59ee8eb4e2401c5713a84e6b','a:2:{s:13:\"guest_user_id\";i:1537618934;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791733),(301,'0a8e3adc19115e8ec330bf0ee7299254','a:1:{s:13:\"guest_user_id\";i:1522369985;}',1522542785),(1462,'0ac25b1d87843bc0671144f7173c4e6d','a:1:{s:13:\"guest_user_id\";i:1524299007;}',1524471807),(514,'0ac4cbdb34ee4372033ec9c62d0c24a6','a:1:{s:13:\"guest_user_id\";i:1522586506;}',1522759306),(225,'0ac86d4331f93cfa2042e5c958440c9c','a:1:{s:13:\"guest_user_id\";i:1522369912;}',1522542712),(2640,'0acf8488a7499410b0595ab084065b59','a:1:{s:13:\"guest_user_id\";i:1528986482;}',1529159282),(2555,'0ae4bbaa431ee00b30d8797dc890919a','a:1:{s:13:\"guest_user_id\";i:1528920083;}',1529092883),(537,'0afaa84cb0624e8a88da181a9d24351e','a:1:{s:13:\"guest_user_id\";i:1522590782;}',1522763582),(2667,'0b15100113f264d0a07937772430e2b0','a:2:{s:13:\"guest_user_id\";i:1529007744;s:4:\"cart\";s:6:\"a:0:{}\";}',1529180544),(1264,'0b1c8172833e91c661ad73178ba89b7f','a:1:{s:13:\"guest_user_id\";i:1523593841;}',1523766640),(1421,'0b31739c5359cc5f2a344fa685bae982','a:1:{s:13:\"guest_user_id\";i:1524051741;}',1524224540),(3883,'0b3407e27c1cd07641d1f1cf3e91d680','a:2:{s:13:\"guest_user_id\";i:1538669515;s:4:\"cart\";s:6:\"a:0:{}\";}',1538842315),(1603,'0b3da3e0d7051f15e1fa19138d05db12','a:1:{s:13:\"guest_user_id\";i:1526259893;}',1526432693),(1201,'0b45fad8995eaee55bd09aa703986e57','a:1:{s:13:\"guest_user_id\";i:1523526507;}',1523699306),(1329,'0b4ac3f36ee08120502d56fb6886a961','a:3:{s:13:\"guest_user_id\";i:1523793947;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523966746),(2741,'0b509f824efeee3ae2b16013a91f2421','a:2:{s:13:\"guest_user_id\";i:1529033365;s:4:\"cart\";s:6:\"a:0:{}\";}',1529206165),(2376,'0b58771cb221a531cc1090c8118e85a0','a:1:{s:13:\"guest_user_id\";i:1528843566;}',1529016366),(3083,'0b5c614fefa15f24157ee59760cc9612','a:1:{s:13:\"guest_user_id\";i:1530123046;}',1530295846),(3028,'0b799bdf7297749abf33ef4414c7a86d','a:1:{s:13:\"guest_user_id\";i:1529861898;}',1530034698),(2677,'0b7a7262415e9eed9857ea0fc02801c9','a:1:{s:13:\"guest_user_id\";i:1529013454;}',1529186254),(312,'0b83a1f27a073500a83cd6db3b6d288c','a:1:{s:13:\"guest_user_id\";i:1522369997;}',1522542796),(3302,'0b9caa8cc88d992517d130d35c51577e','a:2:{s:13:\"guest_user_id\";i:1537464392;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637188),(740,'0b9f901fd2dc8b965c6df7dc0b63b39d','a:1:{s:13:\"guest_user_id\";i:1523223714;}',1523396514),(1168,'0ba3b8dc0bcacb998d8f85fbcd6b1793','a:2:{s:13:\"guest_user_id\";i:1523482215;s:4:\"cart\";s:6:\"a:0:{}\";}',1523655015),(274,'0bbd3b379172ab28a9fc0ec569ccb5a5','a:1:{s:13:\"guest_user_id\";i:1522369960;}',1522542760),(1009,'0bcb7d48dcba096d0722622d8b55a506','a:1:{s:13:\"guest_user_id\";i:1523288196;}',1523460996),(2760,'0bd3529666029ca5ee3a85f1530c2920','a:2:{s:13:\"guest_user_id\";i:1529041272;s:4:\"cart\";s:6:\"a:0:{}\";}',1529214070),(858,'0bf03701ac0d0424051a057e0fa8cb57','a:1:{s:13:\"guest_user_id\";i:1523281510;}',1523454310),(2190,'0bf1e0feb7596bcd355d81d280bd8b56','a:1:{s:13:\"guest_user_id\";i:1528755940;}',1528928740),(2450,'0bf55b1778a373a48343a2542fba5376','a:1:{s:13:\"guest_user_id\";i:1528876183;}',1529048983),(2252,'0c048bfc8dc16d4fc0dc6410e7785908','a:2:{s:13:\"guest_user_id\";i:1528784181;s:4:\"cart\";s:6:\"a:0:{}\";}',1528956978),(1298,'0c1717e79823c318db6b155b461df6e9','a:2:{s:13:\"guest_user_id\";i:1523707610;s:4:\"cart\";s:6:\"a:0:{}\";}',1523880408),(3039,'0c71f1b2069ab7ef8a805b40b00c0b54','a:2:{s:13:\"guest_user_id\";i:1529974118;s:4:\"cart\";s:6:\"a:0:{}\";}',1530146916),(444,'0c9277758448034c0b2eb97fd6ba9e0e','a:1:{s:13:\"guest_user_id\";i:1522493085;}',1522665885),(3135,'0c9a19d7e6d9104d68b5be1a01ef5cab','a:2:{s:13:\"guest_user_id\";i:1530257252;s:4:\"cart\";s:6:\"a:0:{}\";}',1530430051),(29,'0cbb1376dc288a404869d9e5255e50a9','a:1:{s:13:\"guest_user_id\";i:1522369678;}',1522542478),(1596,'0cbfe2f9e9378bee79b3aefa43333a4b','a:1:{s:13:\"guest_user_id\";i:1526259166;}',1526431966),(100,'0cebc6eaba1df3ecf48ac8cad9160f74','a:1:{s:13:\"guest_user_id\";i:1522369772;}',1522542572),(2567,'0d11aea2e7db704f335a2128d7300b90','a:1:{s:13:\"guest_user_id\";i:1528925534;}',1529098334),(1657,'0d178529b99515aabf32839357d56d83','a:1:{s:13:\"guest_user_id\";i:1527555835;}',1527728635),(1984,'0d24fbae673c07b155cd723a00a4a10b','a:1:{s:13:\"guest_user_id\";i:1528664950;}',1528837750),(3110,'0d38d2defa852f6e133b54a14a48d71a','a:1:{s:13:\"guest_user_id\";i:1530182654;}',1530355454),(722,'0d45b88767d1bb1c1395a7f9597e3b72','a:1:{s:13:\"guest_user_id\";i:1523134276;}',1523307076),(1505,'0d69bbea698b1baba874b4a436707b49','a:1:{s:13:\"guest_user_id\";i:1524745032;}',1524917832),(2845,'0d6d9e4c5e287972d2183fbe2c2abed5','a:1:{s:13:\"guest_user_id\";i:1529069334;}',1529242134),(2757,'0d6f2a9f968ae342cfc08b83243e10fc','a:1:{s:13:\"guest_user_id\";i:1529037429;}',1529210229),(404,'0d706f3be25cdb546fb6eda060790c8e','a:1:{s:13:\"guest_user_id\";i:1522489582;}',1522662382),(1260,'0d7c4be621f09ab00f2d1bb48fa3ff40','a:1:{s:13:\"guest_user_id\";i:1523593362;}',1523766162),(3591,'0d8a4d17de92f4be6f15efbd34debe47','a:1:{s:13:\"guest_user_id\";i:1537887047;}',1538059844),(1949,'0d94c0448853d76fa7a34cde3bd09c86','a:2:{s:13:\"guest_user_id\";i:1528648045;s:4:\"cart\";s:6:\"a:0:{}\";}',1528820845),(2661,'0da45aba1ce8c07320d1258b31ba7136','a:1:{s:13:\"guest_user_id\";i:1529007743;}',1529180543),(2870,'0db6f61fe93fef82d738c7307843a894','a:2:{s:13:\"guest_user_id\";i:1529073212;s:4:\"cart\";s:6:\"a:0:{}\";}',1529246012),(931,'0dbd0b1cd460f46a55c6e94ee3afc86f','a:1:{s:13:\"guest_user_id\";i:1523284630;}',1523457429),(1281,'0dcb8608dcc6f5d7c6d027c8a9f2a656','a:1:{s:13:\"guest_user_id\";i:1523662591;}',1523835391),(1405,'0dd52134a359189073e547cf8d9b96a7','a:1:{s:13:\"guest_user_id\";i:1523993602;}',1524166402),(3283,'0de548440473ed24072d7e85b04e9438','a:1:{s:13:\"guest_user_id\";i:1536184094;}',1536356894),(2941,'0de7afe2e99fb14c6a187111f7b0b6a3','a:1:{s:13:\"guest_user_id\";i:1529412454;}',1529585254),(3754,'0de87768fe949eade3cc596460f57ff6','a:2:{s:13:\"guest_user_id\";i:1538172290;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345090),(1820,'0dedc6085114aae9709019bde615fd3b','a:2:{s:13:\"guest_user_id\";i:1528591168;s:4:\"cart\";s:6:\"a:0:{}\";}',1528763966),(1918,'0dffca8e36a336f89e7bb8af4aa0e5aa','a:2:{s:13:\"guest_user_id\";i:1528636660;s:4:\"cart\";s:6:\"a:0:{}\";}',1528809459),(3410,'0e0588cc0d5a17fc2aee0da72db94783','a:2:{s:13:\"guest_user_id\";i:1537618937;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791736),(1671,'0e162241fc33d38c7441ef870172dd8f','a:1:{s:13:\"guest_user_id\";i:1527976023;}',1528148823),(661,'0e175a61670c49dc85e4efb16efa1273','a:1:{s:13:\"guest_user_id\";i:1522807560;}',1522980360),(397,'0e31d08bb0f89a9da1032d91a7bb9f17','a:1:{s:13:\"guest_user_id\";i:1522489342;}',1522662142),(509,'0e4ba42484a4efde651e5e483f2b1095','a:1:{s:13:\"guest_user_id\";i:1522586304;}',1522759102),(1071,'0e677256b801f45422893fe6aae6770d','a:1:{s:13:\"guest_user_id\";i:1523313879;}',1523486678),(1940,'0e71c2637572fc4474a68ae8113d3f24','a:1:{s:13:\"guest_user_id\";i:1528642155;}',1528814955),(3716,'0e88dc43bd4fd84ef5673e375a7a83ad','a:2:{s:13:\"guest_user_id\";i:1538157924;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330723),(3079,'0e963b070f9fedad868b59e85d585aac','a:2:{s:13:\"guest_user_id\";i:1530103868;s:4:\"cart\";s:6:\"a:0:{}\";}',1530276668),(1590,'0ea4d0ea038c722c1e30a707739c1bf7','a:1:{s:13:\"guest_user_id\";i:1526206480;}',1526379280),(1998,'0eae18cb2f77ab9473705bbdaf89032b','a:1:{s:13:\"guest_user_id\";i:1528670887;}',1528843687),(591,'0ebd8b5a1720edcd3bbd09838f94d3cb','a:1:{s:13:\"guest_user_id\";i:1522669797;}',1522842597),(1416,'0ed0f531405d5d23307d1db095fd3f83','a:1:{s:13:\"guest_user_id\";i:1524041087;}',1524213887),(8,'0ede7847f806f004df5afd536ccf13d4','a:2:{s:13:\"guest_user_id\";i:1522365035;s:4:\"cart\";s:6:\"a:0:{}\";}',1522537835),(2693,'0ee849ed039d1139ebdd2bceabd28e9c','a:2:{s:13:\"guest_user_id\";i:1529017350;s:4:\"cart\";s:6:\"a:0:{}\";}',1529190150),(775,'0eeed27978a555375165a78e703a3087','a:1:{s:13:\"guest_user_id\";i:1523245065;}',1523417864),(3565,'0eef0a76dc1785ff200c7db9f34df98f','a:2:{s:13:\"guest_user_id\";i:1537660102;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832902),(1,'0ef177cede520ea52047385fde4893fb','a:1:{s:13:\"guest_user_id\";i:1522364877;}',1522537677),(673,'0f1de2b3bb595caa48cf1d963a62f49e','a:1:{s:13:\"guest_user_id\";i:1522945031;}',1523117828),(3693,'0f247f1470b7b326e40065cb9542dd28','a:3:{s:13:\"guest_user_id\";i:1538157870;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330669),(2878,'0f26228d2c7d186af70fc20d6681219c','a:1:{s:13:\"guest_user_id\";i:1529077330;}',1529250130),(2241,'0f31871c8b028c7dd2f3162b55650687','a:1:{s:13:\"guest_user_id\";i:1528778415;}',1528951214),(1268,'0f43e60ae15acc20f3915b5711277370','a:1:{s:13:\"guest_user_id\";i:1523601447;}',1523774246),(1030,'0f5c6f63405edeed38a2f81a291cdcb9','a:1:{s:13:\"guest_user_id\";i:1523306057;}',1523478857),(1233,'0f6adee3adccbfab9a616ef87145088c','a:1:{s:13:\"guest_user_id\";i:1523564891;}',1523737691),(485,'0f9970c8e35424f9521546cd818257f9','a:1:{s:13:\"guest_user_id\";i:1522498116;}',1522670916),(3872,'0f99ffb4a4bb88d391158f85c54cae7d','a:3:{s:13:\"guest_user_id\";i:1538618317;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538791116),(2823,'0f9cf9b2ea3862a14ce736c5ebd7f260','a:1:{s:13:\"guest_user_id\";i:1529061349;}',1529234149),(2033,'0fd41b458af056b4e14a0bf3698c859d','a:1:{s:13:\"guest_user_id\";i:1528687867;}',1528860666),(13,'1','a:2:{s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522538272),(3112,'100996bf7601d3da32678ac1a974b3d3','a:2:{s:13:\"guest_user_id\";i:1530182654;s:4:\"cart\";s:6:\"a:0:{}\";}',1530355454),(3818,'10112215932a06c924639fca0715bbbc','a:2:{s:13:\"guest_user_id\";i:1538525769;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698567),(2729,'1019835e02c6129a7dcefa5fd6606fed','a:2:{s:13:\"guest_user_id\";i:1529029494;s:4:\"cart\";s:6:\"a:0:{}\";}',1529202294),(3241,'102aa8f9efb3e3ab2ee88f42d8527153','a:1:{s:13:\"guest_user_id\";i:1535449454;}',1535622252),(2676,'102e4f2c4180f70fcde6ac0b1b50d6c2','a:2:{s:13:\"guest_user_id\";i:1529013453;s:4:\"cart\";s:6:\"a:0:{}\";}',1529186253),(1237,'1032c38e7f2f7797b4938ccae0805a71','a:1:{s:13:\"guest_user_id\";i:1523589438;}',1523762236),(835,'103be88a7f8ca5ea3f1ecc5c2fbe38ef','a:1:{s:13:\"guest_user_id\";i:1523280839;}',1523453638),(2747,'1043314d61c92fae548b9a6409dff0a6','a:1:{s:13:\"guest_user_id\";i:1529037422;}',1529210222),(2761,'104972f2fa4dd900ff66565617dd1cb9','a:1:{s:13:\"guest_user_id\";i:1529041274;}',1529214073),(2320,'104f7b06f2105d30ed86a251060464f3','a:1:{s:13:\"guest_user_id\";i:1528812055;}',1528984855),(2353,'1065e03c2ba329ee8318e773ba16b5f2','a:2:{s:13:\"guest_user_id\";i:1528828983;s:4:\"cart\";s:6:\"a:0:{}\";}',1529001782),(3389,'109237388d3d8b4dc2ee9bf7917240fc','a:3:{s:13:\"guest_user_id\";i:1537618879;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791679),(157,'109b0e86c6e4b9ef236b7fb60532bbc2','a:1:{s:13:\"guest_user_id\";i:1522369843;}',1522542643),(2405,'10a6ccdbad34a2dfb0688b071d991d2f','a:1:{s:13:\"guest_user_id\";i:1528854260;}',1529027060),(2972,'10b97c12797e006134545ada1d3e231c','a:1:{s:13:\"guest_user_id\";i:1529464082;}',1529636882),(720,'10da1c0747ac56d70589fdbc48645c34','a:1:{s:13:\"guest_user_id\";i:1523134273;}',1523307070),(1353,'10ed4cbf9092cc7832c51483a9512475','a:1:{s:13:\"guest_user_id\";i:1523889098;}',1524061898),(2764,'10fdc10ba4634cec6ced549ee004d83b','a:1:{s:13:\"guest_user_id\";i:1529041274;}',1529214074),(1151,'110e8fe5440abfe90aca56030d54d3b1','a:1:{s:13:\"guest_user_id\";i:1523427936;}',1523600736),(1492,'11239b09fe1c4b68693f42d29321dc7d','a:1:{s:13:\"guest_user_id\";i:1524652132;}',1524824932),(2028,'1146839f89fd9d82e95b240a78b2287b','a:1:{s:13:\"guest_user_id\";i:1528687864;}',1528860664),(913,'11560babbf0e77a3bd368af0b34df9a0','a:1:{s:13:\"guest_user_id\";i:1523284134;}',1523456934),(2180,'1167276c825bd256c6f1dbd3b1b4c5ab','a:2:{s:13:\"guest_user_id\";i:1528750516;s:4:\"cart\";s:6:\"a:0:{}\";}',1528923316),(2681,'117ce5dbce0c6fe578d5b8b176ff4147','a:2:{s:13:\"guest_user_id\";i:1529013455;s:4:\"cart\";s:6:\"a:0:{}\";}',1529186255),(3285,'1198f2aa56c92d8ec0348a0c271c9639','a:1:{s:13:\"guest_user_id\";i:1536187810;}',1536360610),(3576,'11a6fa2391f50660788d3da4728acf8e','a:3:{s:13:\"guest_user_id\";i:1537660193;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832993),(3312,'11b0906734e7a5a2adbea44d545e7eb5','a:1:{s:13:\"guest_user_id\";i:1537464533;}',1537637333),(1845,'11b86eb567fcab1f241046718d90ab65','a:1:{s:13:\"guest_user_id\";i:1528602613;}',1528775413),(863,'11b9abadbacfd8beef97632136b95bbe','a:1:{s:13:\"guest_user_id\";i:1523282037;}',1523454837),(259,'121eb5c5fcd1b7620c1e0ee6f872702f','a:1:{s:13:\"guest_user_id\";i:1522369946;}',1522542746),(3107,'122a7b3bbd959afbd23f6c31e8e4ea15','a:2:{s:13:\"guest_user_id\";i:1530164053;s:4:\"cart\";s:6:\"a:0:{}\";}',1530336853),(64,'12335d6b633d44306afc3d294833e287','a:1:{s:13:\"guest_user_id\";i:1522369725;}',1522542525),(1119,'12358c4e2a56df84642f7a6bb79e7e1c','a:1:{s:13:\"guest_user_id\";i:1523361525;}',1523534325),(3755,'12472e9373cf9d772efebbeba92cfecb','a:3:{s:13:\"guest_user_id\";i:1538172292;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345092),(2354,'124d2558e4f4f47be579665d3b57dccb','a:1:{s:13:\"guest_user_id\";i:1528828984;}',1529001784),(1906,'124e64be9ab5fab76601b4f15879e42c','a:1:{s:13:\"guest_user_id\";i:1528630836;}',1528803636),(1893,'12541eecaa97b03a375fbe8ed9bf55f4','a:1:{s:13:\"guest_user_id\";i:1528625372;}',1528798172),(2751,'125ec207439986e2f1c5b545d08e4a4f','a:1:{s:13:\"guest_user_id\";i:1529037426;}',1529210226),(2521,'12629a396d56bb0e07e30a79d1f23def','a:1:{s:13:\"guest_user_id\";i:1528903811;}',1529076611),(2158,'126f2478f694b21bd4ffa9f60cc06bd0','a:2:{s:13:\"guest_user_id\";i:1528739312;s:4:\"cart\";s:6:\"a:0:{}\";}',1528912112),(267,'12717f7738153d93fe0ea9c6d6845d18','a:1:{s:13:\"guest_user_id\";i:1522369954;}',1522542754),(1208,'127b7a4cfd944a9ce5182d6859d5dc1d','a:1:{s:13:\"guest_user_id\";i:1523550392;}',1523723191),(266,'127d361578b3fa510107288059325bec','a:2:{s:13:\"guest_user_id\";i:1522369951;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542751),(84,'12b08cbcdccff99f7d9235329338f805','a:2:{s:13:\"guest_user_id\";i:1522369746;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542546),(1124,'12bd19bb9a37ebdb555d1988992beda2','a:1:{s:13:\"guest_user_id\";i:1523361571;}',1523534371),(1007,'12be4d51a6e98ada5c275d217499c8e0','a:1:{s:13:\"guest_user_id\";i:1523288136;}',1523460936),(1713,'12cdb02d7d4f8f7e878cdd14fa11cca4','a:1:{s:13:\"guest_user_id\";i:1528216206;}',1528389006),(3265,'12e099846874b84c0db6ff958b65266e','a:2:{s:13:\"guest_user_id\";i:1535823810;s:4:\"cart\";s:6:\"a:0:{}\";}',1535996608),(1351,'12e10d22606620ec75d3988867ae21a5','a:1:{s:13:\"guest_user_id\";i:1523879122;}',1524051922),(2774,'130b066be9ba630739b126b2eeee7b29','a:1:{s:13:\"guest_user_id\";i:1529045405;}',1529218205),(2098,'130e80ddb93d448911507944ed47e9e0','a:1:{s:13:\"guest_user_id\";i:1528716844;}',1528889644),(2234,'130fff729b0b92341251b23dcae5d4b9','a:1:{s:13:\"guest_user_id\";i:1528772979;}',1528945779),(2591,'1334bce1fa33c8980bdc9d1d822eb232','a:1:{s:13:\"guest_user_id\";i:1528936624;}',1529109424),(2889,'134c18bd5ae684e136543180968528ad','a:2:{s:13:\"guest_user_id\";i:1529085895;s:4:\"cart\";s:6:\"a:0:{}\";}',1529258695),(3005,'1351fbd1597c0080105e5b20a80fa5d2','a:1:{s:13:\"guest_user_id\";i:1529844254;}',1530017054),(1514,'135453eb64f0b58898632f5fc264a3ef','a:1:{s:13:\"guest_user_id\";i:1524858914;}',1525031714),(871,'13594e0fb67088b2e7a68dceefd87a04','a:1:{s:13:\"guest_user_id\";i:1523282274;}',1523455074),(1422,'139374821ec7e408a081aa38c445b1ef','a:3:{s:13:\"guest_user_id\";i:1524051740;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1524224538),(324,'139d3b967a11b1b120e8d999a20c9732','a:1:{s:13:\"guest_user_id\";i:1522436075;}',1522608875),(412,'13a166f18ed4a71ccf31d80a002ed3eb','a:1:{s:13:\"guest_user_id\";i:1522490054;}',1522662853),(3681,'13e24a5ca0b935166efb4d2c0d8005f7','a:2:{s:13:\"guest_user_id\";i:1538157842;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330642),(1964,'141322df65503be985e530978e3b30c5','a:1:{s:13:\"guest_user_id\";i:1528653535;}',1528826335),(845,'1413deb60c3b264b649b576226f0cc09','a:1:{s:13:\"guest_user_id\";i:1523281034;}',1523453834),(3501,'14235be57b948b6e331f8cfa3798035e','a:3:{s:13:\"guest_user_id\";i:1537619095;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791894),(3392,'14411816867d5f55a67d02a0385b90db','a:2:{s:13:\"guest_user_id\";i:1537618887;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791687),(3432,'1442c50a1a27566b0783bf3b95082a39','a:3:{s:13:\"guest_user_id\";i:1537619002;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791802),(285,'145bf97aa60260cfab4589646f884b03','a:1:{s:13:\"guest_user_id\";i:1522369970;}',1522542769),(1408,'1475d02c56449d2bf1b4bc38a6fd0c81','a:1:{s:13:\"guest_user_id\";i:1523993793;}',1524166593),(352,'148014c325e8e1b8c9ea9bb8790e4049','a:1:{s:13:\"guest_user_id\";i:1522485092;}',1522657891),(1269,'148a6e4df2cd0c1fc66f1c800b1883e9','a:2:{s:13:\"guest_user_id\";i:1523601441;s:4:\"cart\";s:6:\"a:0:{}\";}',1523774238),(3308,'14a4705fc34ba5af20804e54dbd34d7c','a:2:{s:13:\"guest_user_id\";i:1537464472;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637271),(2633,'14e7f2998c337bed67e902c1570cebef','a:1:{s:13:\"guest_user_id\";i:1528975745;}',1529148545),(122,'14eaf2b9f27cb9fda77846e2026a6466','a:2:{s:13:\"guest_user_id\";i:1522369795;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542595),(2349,'150cc8c06ed089dcdf20d1b541b9635c','a:2:{s:13:\"guest_user_id\";i:1528823200;s:4:\"cart\";s:6:\"a:0:{}\";}',1528996000),(87,'151d08e7ccdb373511e317852ef26977','a:2:{s:13:\"guest_user_id\";i:1522369751;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542551),(2286,'1563b4bccb5bf72e4d88bcc639bc28a0','a:1:{s:13:\"guest_user_id\";i:1528795429;}',1528968229),(286,'1567f4cb8d9e66b373390ce721e298b8','a:2:{s:13:\"guest_user_id\";i:1522369969;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542769),(388,'157f7c24861abc5a83aa1cbc4fb2e681','a:1:{s:13:\"guest_user_id\";i:1522488737;}',1522661537),(1623,'15c16ba3d7bfa46e2559589686c08307','a:1:{s:13:\"guest_user_id\";i:1526901603;}',1527074403),(1448,'15c9b8889a5c09c2ea782c399bf615ff','a:3:{s:13:\"guest_user_id\";i:1524173518;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1524346317),(208,'15d8eaeac5af2ea1f9d3fe53479667a0','a:2:{s:13:\"guest_user_id\";i:1522369895;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542695),(2154,'15e4cb6456d5ac4ecdbfb38e5a88d996','a:1:{s:13:\"guest_user_id\";i:1528739311;}',1528912111),(3918,'15e61cac5f24c6863f136cc651b78fa0','a:1:{s:13:\"guest_user_id\";i:1539024120;}',1539196920),(2175,'15ebcc3de85c598e88ad1cb654fc8200','a:1:{s:13:\"guest_user_id\";i:1528750515;}',1528923315),(2669,'15fc184f406cb5ceeb3fda2d88ce5c5d','a:2:{s:13:\"guest_user_id\";i:1529007745;s:4:\"cart\";s:6:\"a:0:{}\";}',1529180545),(3315,'16099bcc1b21212df5c846c57b50c236','a:2:{s:13:\"guest_user_id\";i:1537464536;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637336),(2161,'1610008f09406073e1b48b75c7468c55','a:2:{s:13:\"guest_user_id\";i:1528739313;s:4:\"cart\";s:6:\"a:0:{}\";}',1528912112),(2413,'1653cf260891eeb9fb40f27c73c3d01e','a:1:{s:13:\"guest_user_id\";i:1528859671;}',1529032471),(3118,'16689b4b15a13d685fddc4ead6ad453d','a:2:{s:13:\"guest_user_id\";i:1530201316;s:4:\"cart\";s:6:\"a:0:{}\";}',1530374116),(2216,'16697992537143e71fcce4ed92c9b07b','a:2:{s:13:\"guest_user_id\";i:1528767193;s:4:\"cart\";s:6:\"a:0:{}\";}',1528939993),(1511,'166e5ac98832142baa7a25191dce31fc','a:1:{s:13:\"guest_user_id\";i:1524858913;}',1525031713),(2503,'167d42785df680b846d1123a8f4104f3','a:1:{s:13:\"guest_user_id\";i:1528898326;}',1529071126),(94,'167fe66467e93e82208e238ac0caef10','a:1:{s:13:\"guest_user_id\";i:1522369764;}',1522542564),(1482,'168e4264633926852c4e0d8019501b1d','a:1:{s:13:\"guest_user_id\";i:1524565417;}',1524738217),(1259,'16939712a8f6bf73e194a37aed79462f','a:1:{s:13:\"guest_user_id\";i:1523593363;}',1523766163),(1323,'16b315fb2691773c29f92efa58fed4b5','a:1:{s:13:\"guest_user_id\";i:1523808318;}',1523981118),(3067,'16b3bdfd65f653973b419aa6d4a2479e','a:2:{s:13:\"guest_user_id\";i:1530065417;s:4:\"cart\";s:6:\"a:0:{}\";}',1530238216),(3208,'16c325d530ec3b55d3d21cfee2baf0ce','a:1:{s:13:\"guest_user_id\";i:1533882203;}',1534055002),(3852,'16ccb687fa06fcbdcbc3b6ead13af78b','a:1:{s:13:\"guest_user_id\";i:1538581974;}',1538754774),(1249,'16cd6cd6b5b6a7812c95e6e1cd28ad7f','a:4:{s:13:\"guest_user_id\";i:1523589434;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523762232),(2869,'16d8c0e20ae5e5fec96517e8bb732a4a','a:1:{s:13:\"guest_user_id\";i:1529073213;}',1529246013),(2546,'16e1546aa1a4ca5eff49b82e6f1c8015','a:1:{s:13:\"guest_user_id\";i:1528914715;}',1529087515),(1622,'16ebcb81621f9d7aad1df0bfcada39f5','a:1:{s:13:\"guest_user_id\";i:1526901609;}',1527074409),(2965,'16f0d559a8de0d1b17fb5a66701c23c0','a:2:{s:13:\"guest_user_id\";i:1529452577;s:4:\"cart\";s:6:\"a:0:{}\";}',1529625377),(459,'16fb8d2b6395c8d0014a2ffd16d50f00','a:1:{s:13:\"guest_user_id\";i:1522495288;}',1522668088),(273,'17345d468ca59d9f0693a06256fd31a6','a:1:{s:13:\"guest_user_id\";i:1522369959;}',1522542759),(1037,'173c3607afcb567715515d7e5e6684b6','a:1:{s:13:\"guest_user_id\";i:1523307896;}',1523480696),(191,'174edb644869c4ef9bf946e06447c42e','a:1:{s:13:\"guest_user_id\";i:1522369880;}',1522542680),(1811,'175b19acb0793ba419a9e3c368612b38','a:1:{s:13:\"guest_user_id\";i:1528585314;}',1528758114),(819,'1770c6dd84bee14010f3d21cc15d2c8e','a:1:{s:13:\"guest_user_id\";i:1523279188;}',1523451988),(1933,'177e55c5150bcf0dd692a67d3c9599e6','a:1:{s:13:\"guest_user_id\";i:1528642153;}',1528814953),(1385,'178f97b90f84f3cf73eb992a31a0a2a6','a:1:{s:13:\"guest_user_id\";i:1523973295;}',1524146095),(2581,'179c1de02ad18274ccf55d15db11370f','a:1:{s:13:\"guest_user_id\";i:1528931076;}',1529103876),(3270,'17a1da95ce4dcdc79ccbd7e050748f3c','a:1:{s:13:\"guest_user_id\";i:1535938993;}',1536111793),(1864,'17b51ad53b0a96d44496e8a11bb38ca6','a:1:{s:13:\"guest_user_id\";i:1528608122;}',1528780922),(860,'17b6d50fa2160c058e1358a545ac0ed6','a:1:{s:13:\"guest_user_id\";i:1523281512;}',1523454311),(2249,'17cb52ebab9738a4dd1d32d3d369debc','a:1:{s:13:\"guest_user_id\";i:1528778419;}',1528951219),(164,'17d8dfb54b7b2d86562fcd0849ef8759','a:3:{s:13:\"guest_user_id\";i:1522369848;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542648),(1459,'17daa90d9c511ea3c0de69cb227a33bd','a:1:{s:13:\"guest_user_id\";i:1524210015;}',1524382815),(2907,'17de1d4cb9abbb14ff3cc4bc539f75cc','a:1:{s:13:\"guest_user_id\";i:1529175846;}',1529348646),(1155,'17e6aba76e5247242058331b098063b8','a:1:{s:13:\"guest_user_id\";i:1523445032;}',1523617832),(3729,'17e93da94413ab719b8aa6ce35be7d5b','a:2:{s:13:\"guest_user_id\";i:1538157953;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330753),(453,'17f388c68781f66c88b7b33d96a131aa','a:1:{s:13:\"guest_user_id\";i:1522493945;}',1522666745),(2604,'17f7f64fe8690a51c2e4af8e6d2b5a50','a:2:{s:13:\"guest_user_id\";i:1528942239;s:4:\"cart\";s:6:\"a:0:{}\";}',1529115038),(2592,'17fa3ab10fed37348213446375d234ee','a:1:{s:13:\"guest_user_id\";i:1528936624;}',1529109424),(2922,'17fb66957d072e0254f6f07c9269b54a','a:2:{s:13:\"guest_user_id\";i:1529341286;s:4:\"cart\";s:6:\"a:0:{}\";}',1529514086),(2193,'1811ca269b37f7a590586dd86f27fcdf','a:1:{s:13:\"guest_user_id\";i:1528755941;}',1528928741),(2738,'181b0d0b0f34f322d3967a12aeb9c926','a:2:{s:13:\"guest_user_id\";i:1529033364;s:4:\"cart\";s:6:\"a:0:{}\";}',1529206163),(716,'1831efb9b88503f514940a914f58959d','a:1:{s:13:\"guest_user_id\";i:1523070198;}',1523242998),(1813,'1839a5df8a2dfd1409b6c54256873605','a:2:{s:13:\"guest_user_id\";i:1528585314;s:4:\"cart\";s:6:\"a:0:{}\";}',1528758113),(2115,'183a6e45f3020bdff1c3e4fecdbcd579','a:1:{s:13:\"guest_user_id\";i:1528722379;}',1528895179),(3414,'183c3cc903546b330b09dd8e79aff186','a:2:{s:13:\"guest_user_id\";i:1537618950;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791750),(422,'184f0654063bd24bc49277b08c58c949','a:1:{s:13:\"guest_user_id\";i:1522491208;}',1522664008),(1889,'1854e8560b112e12533b358dd741b0e5','a:2:{s:13:\"guest_user_id\";i:1528619471;s:4:\"cart\";s:6:\"a:0:{}\";}',1528792271),(3512,'186e661bd91796a5c35733a2a734b494','a:4:{s:13:\"guest_user_id\";i:1537619106;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"c5d215777c229704a7862de577d40a73\";a:4:{s:7:\"item_id\";s:4:\"5212\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:94;s:5:\"total\";d:94;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791906),(2153,'1889be5c8cde4dbd663397d541b84fb4','a:1:{s:13:\"guest_user_id\";i:1528739308;}',1528912108),(840,'188e422bce8eb28986e6205f7a7bc9e3','a:1:{s:13:\"guest_user_id\";i:1523281022;}',1523453822),(2694,'1890de204f452ca57e338a76bf25a972','a:1:{s:13:\"guest_user_id\";i:1529017351;}',1529190151),(322,'1897f3b2371fe64ce9009cef0cb39fb7','a:1:{s:13:\"guest_user_id\";i:1522370007;}',1522542806),(3748,'18a54fb630fc4f23d5aafc622da868f9','a:2:{s:13:\"guest_user_id\";i:1538172276;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345076),(818,'18dcefc213a6d4aae7477b80cb213a73','a:1:{s:13:\"guest_user_id\";i:1523279187;}',1523451987),(1763,'18eb1fc456259794f8d5e4cc71a9f415','a:1:{s:13:\"guest_user_id\";i:1528562686;}',1528735486),(924,'18ff82ef72a06644965a61f8515167b1','a:5:{s:13:\"guest_user_id\";i:1523279186;s:8:\"messages\";s:6:\"a:0:{}\";s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"609c5e5089a9aa967232aba2a4d03114\";a:4:{s:7:\"item_id\";s:4:\"5428\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:12000;s:5:\"total\";d:12000;}}\";s:19:\"user_just_logged_in\";s:3:\"yes\";}',1523451986),(1977,'190075dc8c8aa25d6ad0eea05ec59cb0','a:1:{s:13:\"guest_user_id\";i:1528659472;}',1528832272),(1913,'1902e472807f89078d5d49d4a2514654','a:2:{s:13:\"guest_user_id\";i:1528630838;s:4:\"cart\";s:6:\"a:0:{}\";}',1528803638),(3337,'192520134902ab781cb1ab7a30860a9e','a:2:{s:13:\"guest_user_id\";i:1537464830;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637630),(2328,'193184ff810542d6d73cfd3a1f24a3d0','a:1:{s:13:\"guest_user_id\";i:1528817815;}',1528990614),(295,'194137ef1ff4145a85cfaf45b6933387','a:1:{s:13:\"guest_user_id\";i:1522369981;}',1522542780),(1401,'1945adb12d37721025f7aec564c31637','a:1:{s:13:\"guest_user_id\";i:1523993390;}',1524166189),(1194,'195130a2aabd24d0aea6c411ebc57e0f','a:1:{s:13:\"guest_user_id\";i:1523526291;}',1523699091),(3160,'196697ccaa2c6c447162fb821957e814','a:1:{s:13:\"guest_user_id\";i:1530677560;}',1530850360),(149,'1969ab72b1e4256c82263523dfaf5a5b','a:1:{s:13:\"guest_user_id\";i:1522369833;}',1522542633),(699,'196ea74ce460b2f44411a4282470f909','a:1:{s:13:\"guest_user_id\";i:1522961284;}',1523134084),(1338,'196f86cdbaf87cfef8714b0e631612a4','a:2:{s:13:\"guest_user_id\";i:1523873828;s:4:\"cart\";s:6:\"a:0:{}\";}',1524046626),(1374,'197a749433b4c538b21309d5d31f2907','a:2:{s:13:\"guest_user_id\";i:1523973271;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146071),(3667,'199135225c9bedb4aee0db65eff7d7a1','a:2:{s:13:\"guest_user_id\";i:1538140397;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313197),(524,'19924796644b2d9bccfd99064bb20275','a:1:{s:13:\"guest_user_id\";i:1522587774;}',1522760574),(2795,'19c1e360b93527ac9bee889d10c21efa','a:1:{s:13:\"guest_user_id\";i:1529049249;}',1529222048),(1546,'19c905a037b4501082de6eddee03c199','a:1:{s:13:\"guest_user_id\";i:1525422888;}',1525595688),(912,'19cfbfb780c628cc2e36490d28b2fc18','a:1:{s:13:\"guest_user_id\";i:1523284068;}',1523456867),(3473,'19d1766fd5aa71d0808644124f5b6cf2','a:3:{s:13:\"guest_user_id\";i:1537619066;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:131:\"a:1:{s:32:\"56a3107cad6611c8337ee36d178ca129\";a:4:{s:7:\"item_id\";s:4:\"5299\";s:8:\"quantity\";i:1;s:8:\"subtotal\";i:0;s:5:\"total\";i:0;}}\";}',1537791866),(915,'19dae9154a29079e0f25c6ecb7060cd0','a:1:{s:13:\"guest_user_id\";i:1523284134;}',1523456934),(3549,'19ded3e94e4b8d9dbd9691a0ca7125ac','a:2:{s:13:\"guest_user_id\";i:1537659971;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832771),(3084,'19ee5ebd9cd61b32545e06322cef7f97','a:1:{s:13:\"guest_user_id\";i:1530123048;}',1530295848),(2688,'1a2a64bdd3d043f6b5cd0b499ff99652','a:2:{s:13:\"guest_user_id\";i:1529017349;s:4:\"cart\";s:6:\"a:0:{}\";}',1529190148),(1364,'1a2eefda70f7883f5e6ad358cbfe6da1','a:2:{s:13:\"guest_user_id\";i:1523973222;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146020),(2899,'1a3488a25b83bb0ebb8096e960b22481','a:1:{s:13:\"guest_user_id\";i:1529159014;}',1529331814),(2705,'1a357c26c5686bc37ad660c3cf302122','a:1:{s:13:\"guest_user_id\";i:1529021483;}',1529194283),(1040,'1a5cfb8d705e6cf27200868aa3e22310','a:1:{s:13:\"guest_user_id\";i:1523308132;}',1523480932),(1732,'1a6453ac2450259710e97dc119665c60','a:1:{s:13:\"guest_user_id\";i:1528546527;}',1528719326),(2268,'1a8faa6398b690df405eab428de0bd34','a:1:{s:13:\"guest_user_id\";i:1528789632;}',1528962432),(1879,'1a91729eee3fa62bd43f7d498e870ea6','a:1:{s:13:\"guest_user_id\";i:1528619469;}',1528792269),(1305,'1aba0f24e52e37010dc7354c0033204c','a:1:{s:13:\"guest_user_id\";i:1523793712;}',1523966511),(672,'1ac1bc69ffc7bd4f3e13a23a3e478428','a:1:{s:13:\"guest_user_id\";i:1522945019;}',1523117819),(3019,'1acae3a15267eb58debc2cef19857b9d','a:1:{s:13:\"guest_user_id\";i:1529847996;}',1530020796),(341,'1acb7869d291d7ab90513ed3e4cbefa2','a:1:{s:13:\"guest_user_id\";i:1522446460;}',1522619259),(879,'1acdcffcf310bd4568f28cbb948fe9d2','a:1:{s:13:\"guest_user_id\";i:1523282778;}',1523455578),(2415,'1adadaf6bf39f83e886b5685854cc863','a:2:{s:13:\"guest_user_id\";i:1528859671;s:4:\"cart\";s:6:\"a:0:{}\";}',1529032469),(3858,'1b0a1b432c8f2eeb2b2829aac595fd2b','a:1:{s:13:\"guest_user_id\";i:1538591032;}',1538763832),(1593,'1b23a53a3f4c6d1516370e1f9f7fe559','a:1:{s:13:\"guest_user_id\";i:1526259169;}',1526431969),(1533,'1b2de2b1bf475dccf7e16f36c61cb87b','a:1:{s:13:\"guest_user_id\";i:1525020493;}',1525193292),(2524,'1b32a9b30f7904a73b13a657ea9634a1','a:1:{s:13:\"guest_user_id\";i:1528909251;}',1529082051),(2471,'1b35efec6089122aa90d19cda8f4eb6b','a:1:{s:13:\"guest_user_id\";i:1528881776;}',1529054576),(2460,'1b364ae1b6728f099dbfec79db6f0ddb','a:1:{s:13:\"guest_user_id\";i:1528876185;}',1529048984),(1067,'1b523a11696a8576362c5fb38bbc8225','a:1:{s:13:\"guest_user_id\";i:1523313811;}',1523486611),(3758,'1b5985a6d49f2a4b4012429c137468f9','a:2:{s:13:\"guest_user_id\";i:1538172300;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345100),(764,'1b6709942dfb0da2bbf5276c1a45e509','a:2:{s:13:\"guest_user_id\";i:1523244631;s:4:\"cart\";s:6:\"a:0:{}\";}',1523417429),(74,'1b7bb9c6fb8da1e03f4b486fef9aa073','a:1:{s:13:\"guest_user_id\";i:1522369736;}',1522542536),(3123,'1b845c209a210a424629cb87201f47ba','a:1:{s:13:\"guest_user_id\";i:1530219449;}',1530392249),(2069,'1b93472d503151236cf7428a4b56a660','a:1:{s:13:\"guest_user_id\";i:1528705159;}',1528877959),(2285,'1bafb4e84ca2c680a0f7c14fec485655','a:1:{s:13:\"guest_user_id\";i:1528795429;}',1528968229),(1611,'1bb28b59869704eeb2d783b5cc653866','a:1:{s:13:\"guest_user_id\";i:1526763228;}',1526936028),(1115,'1bb8552fad29729f0f2c1ca30172fd93','a:1:{s:13:\"guest_user_id\";i:1523361518;}',1523534317),(493,'1bc4d63bde1f23fd18110b71c39a438f','a:1:{s:13:\"guest_user_id\";i:1522523087;}',1522695887),(1336,'1bc8acf7575c9a6a18f45285e8bd28de','a:1:{s:13:\"guest_user_id\";i:1523873828;}',1524046628),(916,'1bd013ce76111f5288f33a9f6559f233','a:1:{s:13:\"guest_user_id\";i:1523284135;}',1523456935),(1366,'1bd737b1a395ec15a6b241613ec10eea','a:1:{s:13:\"guest_user_id\";i:1523973226;}',1524146026),(1809,'1bdd8263bb463e4703140f951062d976','a:1:{s:13:\"guest_user_id\";i:1528585313;}',1528758113),(3201,'1bf6ac9802b92c28a8adf716e0b3a8a9','a:2:{s:13:\"guest_user_id\";i:1533770736;s:4:\"cart\";s:6:\"a:0:{}\";}',1533943534),(1669,'1c07bae8f7b6da412aac0f5ddeacf38a','a:2:{s:13:\"guest_user_id\";i:1527976024;s:4:\"cart\";s:6:\"a:0:{}\";}',1528148822),(2226,'1c0d0239a51bf572c41940079b6508ac','a:1:{s:13:\"guest_user_id\";i:1528772976;}',1528945775),(3368,'1c2103aa653685e5bc8bd94d1163da64','a:2:{s:13:\"guest_user_id\";i:1537464971;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637771),(1479,'1c246b3599899b1b19af47015609f0b1','a:1:{s:13:\"guest_user_id\";i:1524565414;}',1524738213),(2568,'1c27deca629c211a6e2e86d780014675','a:2:{s:13:\"guest_user_id\";i:1528925534;s:4:\"cart\";s:6:\"a:0:{}\";}',1529098334),(2820,'1c2bbc2c1f72aee495c8ac84bcdfc92e','a:2:{s:13:\"guest_user_id\";i:1529057222;s:4:\"cart\";s:6:\"a:0:{}\";}',1529230022),(776,'1c2d765ac21dc7df537607d712a5ef28','a:1:{s:13:\"guest_user_id\";i:1523269659;}',1523442459),(1286,'1c33fd8577d1b5d316ac6b1a98307b47','a:1:{s:13:\"guest_user_id\";i:1523666658;}',1523839458),(3672,'1c4214b06db3d0eb046ce7043f255a98','a:1:{s:13:\"guest_user_id\";i:1538157810;}',1538330608),(1495,'1c6dc954c41605f7bcf108ab4d121f6b','a:1:{s:13:\"guest_user_id\";i:1524738593;}',1524911393),(2942,'1c880755b184d90469d134600d5baae1','a:1:{s:13:\"guest_user_id\";i:1529412444;}',1529585244),(3553,'1c931eb3aae8edc7a9dda689d7f9df00','a:4:{s:13:\"guest_user_id\";i:1537660004;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"6332a8f62e3a9d5831724f2ffe55cae0\";a:4:{s:7:\"item_id\";s:4:\"5264\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:75;s:5:\"total\";d:75;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832804),(1218,'1c96435dbbd8b23393df31a5614b0fa9','a:1:{s:13:\"guest_user_id\";i:1523550709;}',1523723509),(2638,'1c9f082fcf384b0d223284e80564773e','a:1:{s:13:\"guest_user_id\";i:1528986482;}',1529159282),(3011,'1ccd6ef4eb40ed6fba2a068322ce5eba','a:1:{s:13:\"guest_user_id\";i:1529844470;}',1530017270),(620,'1ccf2bd47fe11d15c2ed20006ae8cd75','a:1:{s:13:\"guest_user_id\";i:1522675390;}',1522848189),(1012,'1cd2ab23daac2392e9a6bebef02c7fab','a:1:{s:13:\"guest_user_id\";i:1523288747;}',1523461547),(1127,'1ce139047469c92d0164e5a5fd134d2d','a:1:{s:13:\"guest_user_id\";i:1523362030;}',1523534830),(456,'1cf248d31d1041e14c82155a04af5c3f','a:1:{s:13:\"guest_user_id\";i:1522494495;}',1522667295),(921,'1cf32a94a3e62b1a3bbd7c63c70d8225','a:2:{s:13:\"guest_user_id\";i:1523284426;s:4:\"cart\";s:6:\"a:0:{}\";}',1523457226),(1267,'1cfe2a0597a931eaaf3353549092343e','a:1:{s:13:\"guest_user_id\";i:1523601446;}',1523774243),(2067,'1d03466600e1dfece7010a6392760c8b','a:1:{s:13:\"guest_user_id\";i:1528705159;}',1528877959),(1120,'1d03dcfc4dbd2fb0e0757695b3a38618','a:2:{s:13:\"guest_user_id\";i:1523361523;s:4:\"cart\";s:6:\"a:0:{}\";}',1523534323),(3062,'1d070244f0110a35ed6e6f13ac02b86d','a:2:{s:13:\"guest_user_id\";i:1530047183;s:4:\"cart\";s:6:\"a:0:{}\";}',1530219983),(834,'1d1019bd13d57edbbbb0eb0f97c65cae','a:1:{s:13:\"guest_user_id\";i:1523280466;}',1523453266),(2365,'1d130ca40ec96a4dd3fac139d8696e6f','a:2:{s:13:\"guest_user_id\";i:1528834332;s:4:\"cart\";s:6:\"a:0:{}\";}',1529007131),(707,'1d25ae14824c406452869fb017f2ee87','a:1:{s:13:\"guest_user_id\";i:1522982238;}',1523155038),(1956,'1d28eafe9d337eaad9a2397ee2ef3326','a:1:{s:13:\"guest_user_id\";i:1528653533;}',1528826333),(3088,'1d35b00a6b87f465dcfe864a9443e6c6','a:2:{s:13:\"guest_user_id\";i:1530123050;s:4:\"cart\";s:6:\"a:0:{}\";}',1530295850),(1536,'1d3d27702d8c501552ca433cb887b02c','a:2:{s:13:\"guest_user_id\";i:1525158431;s:4:\"cart\";s:6:\"a:0:{}\";}',1525331230),(2384,'1d55cbc2b6042689f9197694f2b2506a','a:1:{s:13:\"guest_user_id\";i:1528843568;}',1529016368),(2881,'1d619d406cc6cf59efefc02903d34af8','a:1:{s:13:\"guest_user_id\";i:1529077331;}',1529250131),(2397,'1d6b3dbf165e78947ad2d138c8b32404','a:2:{s:13:\"guest_user_id\";i:1528848916;s:4:\"cart\";s:6:\"a:0:{}\";}',1529021716),(3329,'1d72cc987fe052dd9f20105b2e0b8322','a:2:{s:13:\"guest_user_id\";i:1537464740;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637539),(2895,'1d79a6c6a3d20f3b4649f1fd6a07d63c','a:1:{s:13:\"guest_user_id\";i:1529159012;}',1529331812),(1322,'1d7e38540d723499e2aef960f7652601','a:1:{s:13:\"guest_user_id\";i:1523808313;}',1523981113),(234,'1d8a6374e1bf44448a3c89596e286af5','a:2:{s:13:\"guest_user_id\";i:1522369920;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542720),(2683,'1d98f32c5a3126099ea5c9a84e423201','a:1:{s:13:\"guest_user_id\";i:1529013456;}',1529186256),(3899,'1d9b519dbecf3e1686184646614c65c9','a:1:{s:13:\"guest_user_id\";i:1538771511;}',1538944311),(3025,'1d9dccfef6de02d92cca558ea8c5d75c','a:3:{s:13:\"guest_user_id\";i:1529844747;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";}',1530017547),(667,'1d9f6cd8dda73dda016a89f1f4703b96','a:1:{s:13:\"guest_user_id\";i:1522894978;}',1523067775),(1737,'1dc3e102828cae2dce5fa2982d69f456','a:1:{s:13:\"guest_user_id\";i:1528551514;}',1528724313),(2775,'1dcb58485426b2686ad768a8454402ff','a:1:{s:13:\"guest_user_id\";i:1529045405;}',1529218205),(2426,'1dce69e4053d341e69f9d699c69d9aa9','a:1:{s:13:\"guest_user_id\";i:1528865191;}',1529037990),(368,'1dda61f037cc63a26a58743e18951a57','a:1:{s:13:\"guest_user_id\";i:1522487063;}',1522659862),(1635,'1df611dffcdca815fe317a26058a87da','a:1:{s:13:\"guest_user_id\";i:1526911693;}',1527084493),(95,'1e0a28b848d2734fdf3003626a267c22','a:1:{s:13:\"guest_user_id\";i:1522369765;}',1522542565),(1419,'1e0cce2ef24311751dfac5a671dfdba3','a:2:{s:13:\"guest_user_id\";i:1524041086;s:4:\"cart\";s:6:\"a:0:{}\";}',1524213883),(2443,'1e17f19ec5bf78bd5848c5e2c9ff1f3c','a:1:{s:13:\"guest_user_id\";i:1528870706;}',1529043506),(771,'1e228d47a623f985e74a1881bf4936b0','a:1:{s:13:\"guest_user_id\";i:1523244638;}',1523417438),(2433,'1e3039c4ff15c2bf81ecd54b280e2367','a:1:{s:13:\"guest_user_id\";i:1528865193;}',1529037993),(50,'1e34c30860107113f6d1743f0d8908a4','a:3:{s:13:\"guest_user_id\";i:1522369709;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542509),(1945,'1e61cec0007ba08a2df490424605fd8d','a:1:{s:13:\"guest_user_id\";i:1528648045;}',1528820845),(1766,'1e69a40e4d9f9a3bb6506f0f3fbd96ca','a:1:{s:13:\"guest_user_id\";i:1528562686;}',1528735486),(3762,'1e795b48e2b8f13e4833ae9230124f08','a:2:{s:13:\"guest_user_id\";i:1538172309;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345109),(1466,'1e85e43b8bae01a7751a2b93ad3481f2','a:1:{s:13:\"guest_user_id\";i:1524336567;}',1524509367),(3287,'1e87ea674fc8050608fd3cb66da29e77','a:1:{s:13:\"guest_user_id\";i:1536246427;}',1536419227),(1128,'1e88dd1d151d4ef4ca93d83ea5fb929a','a:1:{s:13:\"guest_user_id\";i:1523366749;}',1523539549),(944,'1e8c5b40d846bd7aacc7113761d25d94','a:1:{s:13:\"guest_user_id\";i:1523285092;}',1523457892),(343,'1e914a5d6371f0df358073c4af32182c','a:1:{s:13:\"guest_user_id\";i:1522446461;}',1522619261),(1393,'1e918d88638ad4918e3c292a6f2d4df1','a:1:{s:13:\"guest_user_id\";i:1523980715;}',1524153515),(2079,'1ec62d632ad4eede1c8dc39be1605238','a:1:{s:13:\"guest_user_id\";i:1528710890;}',1528883690),(293,'1ee5cc9f5eec1686d1273497bf1779ad','a:1:{s:13:\"guest_user_id\";i:1522369979;}',1522542778),(842,'1ee7cf3b15cb486bc3a3af30c6a6082e','a:1:{s:13:\"guest_user_id\";i:1523281023;}',1523453822),(3216,'1ef7bebe51bcb2ee71c31117d7dda5ca','a:2:{s:13:\"guest_user_id\";i:1534035683;s:4:\"cart\";s:6:\"a:0:{}\";}',1534208482),(1835,'1f09910df7ef1e8b6c8eafffc1ce983d','a:1:{s:13:\"guest_user_id\";i:1528596713;}',1528769513),(2786,'1f1819fc0d31c4a4ca51052d19ff60bb','a:1:{s:13:\"guest_user_id\";i:1529049246;}',1529222046),(2447,'1f29d9db655e81d4d5eb49cb51daa8b4','a:1:{s:13:\"guest_user_id\";i:1528870703;}',1529043503),(3813,'1f2b3cc7370c7299a8893d2823beb1c6','a:2:{s:13:\"guest_user_id\";i:1538501294;s:4:\"cart\";s:6:\"a:0:{}\";}',1538674090),(2619,'1f4fde17d3b5c126b2fb998698ebed8f','a:2:{s:13:\"guest_user_id\";i:1528970367;s:4:\"cart\";s:6:\"a:0:{}\";}',1529143167),(1296,'1f545e46068cf3a581b807b2a5ead532','a:1:{s:13:\"guest_user_id\";i:1523667636;}',1523840436),(1658,'1f7b33db07e16f324235fe9b1b6afba5','a:1:{s:13:\"guest_user_id\";i:1527555848;}',1527728648),(1575,'1f8653e4e75d0aee4c5653b364790c05','a:1:{s:13:\"guest_user_id\";i:1525982143;}',1526154943),(1915,'1fa5224d74d558d692bd0c893647c4db','a:1:{s:13:\"guest_user_id\";i:1528630839;}',1528803639),(1333,'1fd1483a3ab2fe54a784c16af4c25a9b','a:1:{s:13:\"guest_user_id\";i:1523866205;}',1524039004),(701,'1fd797c195726c440fb6a7182afacd4f','a:1:{s:13:\"guest_user_id\";i:1522961286;}',1523134086),(2310,'1fde195ea76ad9662406a1009d25641d','a:1:{s:13:\"guest_user_id\";i:1528806639;}',1528979439),(1192,'1ff4d41db094e82155bb4bc852061a14','a:1:{s:13:\"guest_user_id\";i:1523526291;}',1523699090),(147,'1ffbb89c147b65575b2d81c57ea066d6','a:3:{s:13:\"guest_user_id\";i:1522369827;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542627),(2248,'201f9b6b4b399373b4400d2a54ebb47c','a:2:{s:13:\"guest_user_id\";i:1528778417;s:4:\"cart\";s:6:\"a:0:{}\";}',1528951217),(2846,'202c11ba884765e82bd9130ccb52c9e4','a:1:{s:13:\"guest_user_id\";i:1529069334;}',1529242134),(2990,'20511a065e5b33e066d39fe2ebd013bc','a:1:{s:13:\"guest_user_id\";i:1529475929;}',1529648729),(3438,'207872148df2a16fc7520b6d3f6754b9','a:3:{s:13:\"guest_user_id\";i:1537619014;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791813),(365,'20940b51beda37d27a71fb1702c47e26','a:1:{s:13:\"guest_user_id\";i:1522485991;}',1522658790),(532,'20a51d4d3d117ebfc9ca10eff9e946e1','a:1:{s:13:\"guest_user_id\";i:1522589511;}',1522762311),(54,'20e001c0858a674b0f6b619ab40da26c','a:1:{s:13:\"guest_user_id\";i:1522369717;}',1522542516),(1114,'20f4805270914de875c19340473d1993','a:2:{s:13:\"guest_user_id\";i:1523358636;s:4:\"cart\";s:6:\"a:0:{}\";}',1523531435),(2203,'211ac08fbc7a1e83ccb81f4908debcbb','a:1:{s:13:\"guest_user_id\";i:1528761724;}',1528934524),(885,'2127853ecff26fb1779f5c69bc4b1f2d','a:1:{s:13:\"guest_user_id\";i:1523283276;}',1523456076),(2518,'215076dd77023b5c7b963205e2483a41','a:2:{s:13:\"guest_user_id\";i:1528903809;s:4:\"cart\";s:6:\"a:0:{}\";}',1529076609),(1051,'21514b8c3237040dce4167da2e6cab95','a:1:{s:13:\"guest_user_id\";i:1523308453;}',1523481253),(2130,'2154d76fc28665bdb507763163f5d31b','a:1:{s:13:\"guest_user_id\";i:1528728135;}',1528900935),(932,'216e86fc0bbd17a56a1008cfa81858d3','a:1:{s:13:\"guest_user_id\";i:1523284630;}',1523457430),(3634,'21957b7e002c48d41cb1eced3940bdf3','a:2:{s:13:\"guest_user_id\";i:1538140304;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313104),(839,'21a8423698691de4b01175661bb1cb4d','a:1:{s:13:\"guest_user_id\";i:1523281020;}',1523453819),(1361,'21bd49e9c20ee7c8bae610feec2bdfc9','a:1:{s:13:\"guest_user_id\";i:1523913905;}',1524086702),(2720,'2202da06b3d478825392d1eab4bc4979','a:1:{s:13:\"guest_user_id\";i:1529025367;}',1529198167),(3808,'2237d24b3c0090e91411444054b3fa56','a:2:{s:13:\"guest_user_id\";i:1538493855;s:4:\"cart\";s:6:\"a:0:{}\";}',1538666653),(665,'2252c5a63d1112488526e3cf74e5f591','a:1:{s:13:\"guest_user_id\";i:1522872972;}',1523045771),(1142,'225b9ae98cbb099d58d71fa74e3ac448','a:2:{s:13:\"guest_user_id\";i:1523418811;s:4:\"cart\";s:6:\"a:0:{}\";}',1523591608),(3617,'225c589ad1240170176e44fce4ce58d1','a:2:{s:13:\"guest_user_id\";i:1538108536;s:4:\"cart\";s:6:\"a:0:{}\";}',1538281334),(289,'2274108e638c4718f4092bfbac8a64f9','a:1:{s:13:\"guest_user_id\";i:1522369974;}',1522542774),(2952,'22aac945db71699141a56126ad7f4e1b','a:1:{s:13:\"guest_user_id\";i:1529441435;}',1529614235),(1842,'22b042c680c1121ab7925103b0414401','a:2:{s:13:\"guest_user_id\";i:1528596714;s:4:\"cart\";s:6:\"a:0:{}\";}',1528769514),(1621,'22b4a263f908f5ba4273a97cb3cd4e45','a:2:{s:13:\"guest_user_id\";i:1526892489;s:4:\"cart\";s:6:\"a:0:{}\";}',1527065289),(2007,'22c894b500bfbe6fbbe12e8bf081329f','a:1:{s:13:\"guest_user_id\";i:1528676401;}',1528849201),(2545,'22df7801984fc394f8b1bd42fa4b3505','a:1:{s:13:\"guest_user_id\";i:1528914715;}',1529087515),(180,'22e087baa2739f58026e058f5f7e6c59','a:1:{s:13:\"guest_user_id\";i:1522369866;}',1522542666),(2876,'22e533e1aca33da1bb62d2e8a12d8316','a:1:{s:13:\"guest_user_id\";i:1529077329;}',1529250129),(832,'22ed9228aed55ce82149eb66d83cf40d','a:1:{s:13:\"guest_user_id\";i:1523280383;}',1523453182),(2862,'23263417ef0a97c2a272b56169b8b753','a:2:{s:13:\"guest_user_id\";i:1529073211;s:4:\"cart\";s:6:\"a:0:{}\";}',1529246010),(415,'23339f2e3af9873824467247f5d34f6f','a:1:{s:13:\"guest_user_id\";i:1522490791;}',1522663591),(3831,'23490f5f65b19ea13a450b697371fbaa','a:2:{s:13:\"guest_user_id\";i:1538550063;s:4:\"cart\";s:6:\"a:0:{}\";}',1538722860),(278,'234d42bcd336db037359ccb261692e17','a:2:{s:13:\"guest_user_id\";i:1522369961;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542761),(3637,'2356baffd9d62c55eaae4dac73f8401f','a:2:{s:13:\"guest_user_id\";i:1538140311;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313111),(943,'235afee2832b541373ef849def02c57d','a:1:{s:13:\"guest_user_id\";i:1523285091;}',1523457891),(3384,'235d8e3e12db204fac042429f2a49320','a:1:{s:13:\"guest_user_id\";i:1537618864;}',1537791664),(3490,'235feaf2056f97aae59e7ef01a3611fd','a:2:{s:13:\"guest_user_id\";i:1537619082;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791882),(75,'23882f1cd1bb890e32967d4f51592e49','a:2:{s:13:\"guest_user_id\";i:1522369732;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542532),(770,'2392ab1ce962aa0fa517ea0252101aea','a:1:{s:13:\"guest_user_id\";i:1523244639;}',1523417438),(3335,'239ff0716fc47057a5b5ddca9c3a8eaf','a:2:{s:13:\"guest_user_id\";i:1537464802;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637602),(3638,'23f49b2a469b991badcc65cb6df9b285','a:2:{s:13:\"guest_user_id\";i:1538140315;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313115),(261,'240ec3eec1e6fddd8151dfae1e4a870d','a:2:{s:13:\"guest_user_id\";i:1522369946;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542745),(3526,'24148b1f0b682ff2b39d30ba58b13414','a:2:{s:13:\"guest_user_id\";i:1537619125;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791924),(2370,'241abda18f114d385a1b351ce3b2f34c','a:2:{s:13:\"guest_user_id\";i:1528834333;s:4:\"cart\";s:6:\"a:0:{}\";}',1529007133),(2672,'242b000753456727274c64371cf59c3d','a:2:{s:13:\"guest_user_id\";i:1529007746;s:4:\"cart\";s:6:\"a:0:{}\";}',1529180546),(1311,'245614be04cb26349d13f0cc1c0f1411','a:1:{s:13:\"guest_user_id\";i:1523793948;}',1523966747),(3466,'2469491f31b3aa2a69b9fdfbadfdc125','a:2:{s:13:\"guest_user_id\";i:1537619057;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791857),(1934,'24ba27ad6295a175b6fa278671a4248b','a:2:{s:13:\"guest_user_id\";i:1528642153;s:4:\"cart\";s:6:\"a:0:{}\";}',1528814952),(1839,'24bdf8809562a6682333fed545ce0c99','a:2:{s:13:\"guest_user_id\";i:1528596714;s:4:\"cart\";s:6:\"a:0:{}\";}',1528769514),(1520,'24f122840a18007ac1e46bd8492c9690','a:1:{s:13:\"guest_user_id\";i:1524910762;}',1525083562),(1712,'24f3650a7383b285b1ac2827fd91904c','a:2:{s:13:\"guest_user_id\";i:1528153115;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325915),(960,'2534832cd9035d566b7ae73ea57d1514','a:1:{s:13:\"guest_user_id\";i:1523285676;}',1523458476),(703,'253bbf66f755eb9969a859209aa9e6d5','a:1:{s:13:\"guest_user_id\";i:1522961288;}',1523134088),(2308,'253d566707d9c93a5c5f7570a22aa8ab','a:2:{s:13:\"guest_user_id\";i:1528806638;s:4:\"cart\";s:6:\"a:0:{}\";}',1528979438),(933,'253e73adc05064e022a03115fcae8a76','a:1:{s:13:\"guest_user_id\";i:1523284631;}',1523457431),(1220,'254286b6f4f8c62b3cfdd630c6743dcf','a:1:{s:13:\"guest_user_id\";i:1523556156;}',1523728956),(1335,'2552a9b4e5d3089df5b6f0f2e78752c8','a:1:{s:13:\"guest_user_id\";i:1523867631;}',1524040431),(1599,'255e1337b8bc4a5f8dcf6a7c3d0154a3','a:1:{s:13:\"guest_user_id\";i:1526259257;}',1526432057),(2294,'2577e89b30c5a03de32039da251dba37','a:2:{s:13:\"guest_user_id\";i:1528800886;s:4:\"cart\";s:6:\"a:0:{}\";}',1528973686),(1297,'258af3b03ad030f6adaf45aa2ad5b832','a:1:{s:13:\"guest_user_id\";i:1523667642;}',1523840442),(1362,'258b57a5bfa2a0edda6c38e290fac81e','a:1:{s:13:\"guest_user_id\";i:1523913909;}',1524086705),(2727,'25952df039f1aaf18cedeaaa62f835e7','a:1:{s:13:\"guest_user_id\";i:1529029495;}',1529202294),(981,'2596115dc36b40375f25253223a61d32','a:1:{s:13:\"guest_user_id\";i:1523286988;}',1523459788),(1287,'2598aba5d42fd7233d63d641cbdacd40','a:2:{s:13:\"guest_user_id\";i:1523666657;s:4:\"cart\";s:6:\"a:0:{}\";}',1523839455),(1770,'259fad48c4ad069e4490347388692131','a:2:{s:13:\"guest_user_id\";i:1528562687;s:4:\"cart\";s:6:\"a:0:{}\";}',1528735487),(1987,'25bde81112f2cc8ea95006cc66a1f423','a:2:{s:13:\"guest_user_id\";i:1528664950;s:4:\"cart\";s:6:\"a:0:{}\";}',1528837750),(556,'25ce317e0de6483a8464b6264908ef8b','a:2:{s:13:\"guest_user_id\";i:1522618699;s:4:\"cart\";s:6:\"a:0:{}\";}',1522791499),(612,'25d05bfbd3e4fd9995de8a86f07ee85f','a:1:{s:13:\"guest_user_id\";i:1522674419;}',1522847218),(2558,'25dbe281e86faeddc840d226321cdded','a:1:{s:13:\"guest_user_id\";i:1528920084;}',1529092884),(1824,'25e747c260f8cd5717768107ec1a08db','a:1:{s:13:\"guest_user_id\";i:1528591171;}',1528763971),(2221,'25f2212fe5c39a38d258b3b12a02893a','a:1:{s:13:\"guest_user_id\";i:1528767191;}',1528939991),(1091,'25fbadb2e23850504a0cdcbd54e72c24','a:1:{s:13:\"guest_user_id\";i:1523353975;}',1523526775),(3608,'260046befb900af38019edbcc195269f','a:2:{s:13:\"guest_user_id\";i:1537982856;s:4:\"cart\";s:6:\"a:0:{}\";}',1538155651),(3373,'261e749a5bf30ad6db3d901387815aae','a:1:{s:13:\"guest_user_id\";i:1537525733;}',1537698532),(2687,'261fd24ac9ce55907980bc347b5718d4','a:1:{s:13:\"guest_user_id\";i:1529017349;}',1529190149),(3043,'263758ee5a4c381b79fc2f4dd99cbf49','a:1:{s:13:\"guest_user_id\";i:1529974127;}',1530146927),(42,'2646175aaf4b34414482a6ddf3221f18','a:1:{s:13:\"guest_user_id\";i:1522369698;}',1522542497),(416,'264b80a696ad9fda4337c7e83e2bac15','a:1:{s:13:\"guest_user_id\";i:1522490790;}',1522663590),(2496,'2654c2521c3020c0bb4a2ec1703600a6','a:2:{s:13:\"guest_user_id\";i:1528892841;s:4:\"cart\";s:6:\"a:0:{}\";}',1529065641),(1345,'2683380e8007d83f1ec2df8cab578145','a:1:{s:13:\"guest_user_id\";i:1523874752;}',1524047552),(1200,'268600dc1d332e2110279b732031191b','a:1:{s:13:\"guest_user_id\";i:1523526445;}',1523699244),(872,'268b8ebc6bf73814a3f76f1eece78315','a:1:{s:13:\"guest_user_id\";i:1523282274;}',1523455073),(3331,'26bc2333d28aa8deb3b5395c189df923','a:2:{s:13:\"guest_user_id\";i:1537464761;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637561),(1792,'26cc80aca85c6046541bfd0964f4b67d','a:1:{s:13:\"guest_user_id\";i:1528573989;}',1528746789),(3610,'26cf0efcd24207f979cacd1ea8970f58','a:2:{s:13:\"guest_user_id\";i:1537982861;s:4:\"cart\";s:6:\"a:0:{}\";}',1538155661),(3105,'26d7b4813fac8637e6c2a2e849972459','a:2:{s:13:\"guest_user_id\";i:1530164052;s:4:\"cart\";s:6:\"a:0:{}\";}',1530336850),(3286,'26d954b6d7b8d87bbe29899dddea14c4','a:2:{s:13:\"guest_user_id\";i:1536246426;s:4:\"cart\";s:6:\"a:0:{}\";}',1536419224),(3886,'26e92ac930300c6703c27a6e3a35f7b4','a:3:{s:13:\"guest_user_id\";i:1538672902;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538845698),(1486,'272ce11cdf31d837ecd5a8357d55eac9','a:1:{s:13:\"guest_user_id\";i:1524570258;}',1524743058),(2357,'27347dbd6713b71b075399541442dfa1','a:1:{s:13:\"guest_user_id\";i:1528828985;}',1529001785),(3868,'274358ca40633a67d2aa1f2c92e4afda','a:1:{s:13:\"guest_user_id\";i:1538609678;}',1538782478),(1424,'2783519af200e1163fa049de6433ee7b','a:1:{s:13:\"guest_user_id\";i:1524051744;}',1524224543),(3890,'27a92e093298f6ebcfa23ab4fbbdbea9','a:1:{s:13:\"guest_user_id\";i:1538677468;}',1538850264),(177,'27bbc197243c937067f18b4f4dba17c9','a:1:{s:13:\"guest_user_id\";i:1522369864;}',1522542663),(1061,'27d5eb3434c09010570903bb7458ad95','a:1:{s:13:\"guest_user_id\";i:1523309843;}',1523482643),(2198,'27dce5c350d876e03254e0dafe4cefff','a:1:{s:13:\"guest_user_id\";i:1528761722;}',1528934522),(437,'27f5088f61c90622f0c479ca1d89036a','a:1:{s:13:\"guest_user_id\";i:1522492347;}',1522665147),(3870,'27f638e6c8b2a0e562294d5836efabaa','a:3:{s:13:\"guest_user_id\";i:1538613864;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538786663),(25,'27fe531ceb7d88762c2e2f19f0527f5a','a:1:{s:13:\"guest_user_id\";i:1522369673;}',1522542473),(2470,'283e9492b55d7fcade659d71c373031a','a:2:{s:13:\"guest_user_id\";i:1528881775;s:4:\"cart\";s:6:\"a:0:{}\";}',1529054575),(853,'284626ac13418f52f77305417158eeea','a:1:{s:13:\"guest_user_id\";i:1523281284;}',1523454084),(1397,'28718c1bbaf55c595a8b135419fea448','a:3:{s:13:\"guest_user_id\";i:1523980455;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1524153253),(987,'287fb20d8182d88ea8e80260378402d4','a:1:{s:13:\"guest_user_id\";i:1523287222;}',1523460022),(1967,'288ec2d395a6233646aaecefc498c65c','a:1:{s:13:\"guest_user_id\";i:1528659469;}',1528832269),(2073,'28a368bc04695a0b303b57b56691ad5a','a:2:{s:13:\"guest_user_id\";i:1528705159;s:4:\"cart\";s:6:\"a:0:{}\";}',1528877959),(652,'28ad67b7680ce553465d4cc855a0fc04','a:1:{s:13:\"guest_user_id\";i:1522793866;}',1522966665),(1769,'28b48f7c1246d0bce9f81904b03ff82c','a:1:{s:13:\"guest_user_id\";i:1528562687;}',1528735487),(800,'28b4f2b679807847033fc325ae680474','a:1:{s:13:\"guest_user_id\";i:1523278193;}',1523450993),(1180,'28b5b63b343c49019531ef93dffac587','a:1:{s:13:\"guest_user_id\";i:1523514555;}',1523687355),(1625,'28bf933f35475ce0b3de386edf08a2ea','a:1:{s:13:\"guest_user_id\";i:1526907207;}',1527080007),(3445,'28cc59592e81898a26964713ec843e59','a:3:{s:13:\"guest_user_id\";i:1537619036;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791835),(91,'28dd4c4436aaf32ab7135c8e79edb34f','a:1:{s:13:\"guest_user_id\";i:1522369760;}',1522542560),(2237,'28ee9b9fd6635959abb50904a422bb53','a:1:{s:13:\"guest_user_id\";i:1528772980;}',1528945780),(2275,'28f8b4e080cfae38d5575402a4970fd5','a:2:{s:13:\"guest_user_id\";i:1528789634;s:4:\"cart\";s:6:\"a:0:{}\";}',1528962433),(229,'28f8d2e7095929b1652cc5b150fced66','a:2:{s:13:\"guest_user_id\";i:1522369915;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542715),(1077,'291abb763bd7e8bffd5d17f3af306e16','a:1:{s:13:\"guest_user_id\";i:1523313964;}',1523486764),(1261,'291e533888d319ca30236d3be96fa095','a:1:{s:13:\"guest_user_id\";i:1523593363;}',1523766161),(347,'293089f4c9996381028f8a2ef8a4a053','a:1:{s:13:\"guest_user_id\";i:1522446657;}',1522619456),(2008,'2932ad1d062826a4bb2153c1abf37fa9','a:1:{s:13:\"guest_user_id\";i:1528676401;}',1528849201),(162,'2938f425ab90808196ae2dc0aef92439','a:3:{s:13:\"guest_user_id\";i:1522369846;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542645),(2686,'293a53d700424ab8f8550116489afd03','a:1:{s:13:\"guest_user_id\";i:1529017349;}',1529190148),(2038,'29638ebd0d2306b2b0d71e193e900ae6','a:1:{s:13:\"guest_user_id\";i:1528687868;}',1528860668),(976,'2973e746025194720aa8712cae460081','a:1:{s:13:\"guest_user_id\";i:1523286837;}',1523459637),(1471,'29747e81962d2586be7d47b2953cc2f5','a:1:{s:13:\"guest_user_id\";i:1524431679;}',1524604479),(2625,'29a62945b52d3fb4b1d1c7767a6e1062','a:1:{s:13:\"guest_user_id\";i:1528975744;}',1529148544),(188,'29c6d706018d0ab9b80d91e956244ae4','a:1:{s:13:\"guest_user_id\";i:1522369876;}',1522542676),(320,'29cecd07b9b1d8339c0973ef76326535','a:1:{s:13:\"guest_user_id\";i:1522370004;}',1522542804),(2263,'29dc85488537bf4ee95b86e0a1f5cec5','a:2:{s:13:\"guest_user_id\";i:1528784188;s:4:\"cart\";s:6:\"a:0:{}\";}',1528956987),(2327,'29e2c3a69441602ad38f56743102cf6a','a:1:{s:13:\"guest_user_id\";i:1528817815;}',1528990615),(714,'29f6019c97999c1089f1012536218ae2','a:1:{s:13:\"guest_user_id\";i:1523047129;}',1523219929),(2284,'2a03b24757a5de9e561949cbeac65cba','a:2:{s:13:\"guest_user_id\";i:1528795428;s:4:\"cart\";s:6:\"a:0:{}\";}',1528968228),(1415,'2a0839b2b28399be6e1443996659d9f1','a:1:{s:13:\"guest_user_id\";i:1523993921;}',1524166721),(2649,'2a0bd8fb232a69c11a5456c93b1370b4','a:1:{s:13:\"guest_user_id\";i:1528992011;}',1529164811),(3128,'2a1fbdfb1bb018c8d4f25e1d18564c6c','a:2:{s:13:\"guest_user_id\";i:1530238319;s:4:\"cart\";s:6:\"a:0:{}\";}',1530411119),(2797,'2a37245ec7c12a2beab3089428817d0b','a:1:{s:13:\"guest_user_id\";i:1529053359;}',1529226159),(1032,'2a3a86d9e1b79de1027c845d146fbec7','a:1:{s:13:\"guest_user_id\";i:1523307711;}',1523480511),(3151,'2a48d653dcffcca9f7a0c20f254e1a82','a:2:{s:13:\"guest_user_id\";i:1530314404;s:4:\"cart\";s:6:\"a:0:{}\";}',1530487203),(59,'2a4ecbaa05f47e978661bda06648728f','a:1:{s:13:\"guest_user_id\";i:1522369723;}',1522542523),(3759,'2a714d6c37017a9af79ad468c808db60','a:2:{s:13:\"guest_user_id\";i:1538172302;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345102),(1900,'2a75529811c2f3590b240151668efdfd','a:1:{s:13:\"guest_user_id\";i:1528625373;}',1528798173),(1724,'2a84d33030d658fdc43075e8a005c1af','a:2:{s:13:\"guest_user_id\";i:1528546528;s:4:\"cart\";s:6:\"a:0:{}\";}',1528719328),(3504,'2a87a09ad04d19fe9bd4282d3b5ade6a','a:2:{s:13:\"guest_user_id\";i:1537619098;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791898),(1216,'2a9e26050826995483e7adbfd9a9969c','a:2:{s:13:\"guest_user_id\";i:1523550697;s:4:\"cart\";s:6:\"a:0:{}\";}',1523723496),(174,'2acbc39ba084da3c15a7c1daec988a50','a:1:{s:13:\"guest_user_id\";i:1522369861;}',1522542660),(979,'2afa239e6375b37239865bc5bd308509','a:1:{s:13:\"guest_user_id\";i:1523286987;}',1523459786),(3071,'2b277c180413b43cb33dbd70f6dc41d2','a:1:{s:13:\"guest_user_id\";i:1530065417;}',1530238217),(2152,'2b2b0c26e93ac598bb240810b9b95dac','a:1:{s:13:\"guest_user_id\";i:1528739311;}',1528912110),(3157,'2b61aec9e252df47abbf59a062021133','a:2:{s:13:\"guest_user_id\";i:1530337660;s:4:\"cart\";s:6:\"a:0:{}\";}',1530510460),(383,'2b6f17b70aeae8f177e3de6d525bf47c','a:1:{s:13:\"guest_user_id\";i:1522488623;}',1522661422),(139,'2b725268114ff4666ec7c3a1f13550a5','a:1:{s:13:\"guest_user_id\";i:1522369818;}',1522542618),(1922,'2b7f3b5c9495ca4009ebdf8f1230684e','a:1:{s:13:\"guest_user_id\";i:1528636662;}',1528809462),(1937,'2b8b69fae4567485f3d8100c6e6fcd86','a:2:{s:13:\"guest_user_id\";i:1528642153;s:4:\"cart\";s:6:\"a:0:{}\";}',1528814953),(2380,'2b8e765ced1a3fb0f8bc56e914508529','a:2:{s:13:\"guest_user_id\";i:1528843566;s:4:\"cart\";s:6:\"a:0:{}\";}',1529016366),(2052,'2b99ddca4ee64d5f275d496941e13756','a:2:{s:13:\"guest_user_id\";i:1528693767;s:4:\"cart\";s:6:\"a:0:{}\";}',1528866567),(2998,'2bb55857d17ee401890c2d9275c0fb62','a:1:{s:13:\"guest_user_id\";i:1529842608;}',1530015408),(1541,'2bc7ce3d724c5d2b0bb72d3bc893b98c','a:1:{s:13:\"guest_user_id\";i:1525377473;}',1525550273),(445,'2bcb79619ce6291f9212e9e792713e5b','a:1:{s:13:\"guest_user_id\";i:1522493229;}',1522666028),(571,'2bcef02cf98b13d41839807bf1e18fe0','a:1:{s:13:\"guest_user_id\";i:1522669149;}',1522841947),(1782,'2be705e689e7b6a1c1436d14d89ba3f6','a:2:{s:13:\"guest_user_id\";i:1528568562;s:4:\"cart\";s:6:\"a:0:{}\";}',1528741362),(1597,'2beb75c72d801db11bff0187700aa72f','a:1:{s:13:\"guest_user_id\";i:1526259225;}',1526432025),(3505,'2bf06d9a6e4535af25f5986169683117','a:2:{s:13:\"guest_user_id\";i:1537619099;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791898),(773,'2bfd5a44ee8bc756fcf4b6b1bba7a971','a:1:{s:13:\"guest_user_id\";i:1523245062;}',1523417862),(3000,'2c0f598ceb1a68b51404ad657d419fad','a:1:{s:13:\"guest_user_id\";i:1529842651;}',1530015451),(1860,'2c1fc4dd6c7d0ea8f870ccf55a156b40','a:1:{s:13:\"guest_user_id\";i:1528608120;}',1528780920),(18,'2c32cf23ee1d2068ff022bc2cfa77e5c','a:1:{s:13:\"guest_user_id\";i:1522366004;}',1522538804),(2452,'2c454c0589b0d92e41ad53428168cd02','a:1:{s:13:\"guest_user_id\";i:1528876183;}',1529048982),(856,'2c759c631179538607ba141f637ba959','a:1:{s:13:\"guest_user_id\";i:1523281346;}',1523454146),(2374,'2c7ade6ada5b7b51c73c4ad93183c552','a:1:{s:13:\"guest_user_id\";i:1528843565;}',1529016365),(850,'2c7c0ef4ae5528f1216a19380faea952','a:1:{s:13:\"guest_user_id\";i:1523281138;}',1523453938),(1602,'2c9f369e2b520792f7ab0f3393a44e90','a:2:{s:13:\"guest_user_id\";i:1526259873;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432673),(581,'2caffe3f3b0d028faf6b5ca015a4d383','a:1:{s:13:\"guest_user_id\";i:1522669209;}',1522842009),(1810,'2cb28583a128e0661accd4cfc0dfac1a','a:2:{s:13:\"guest_user_id\";i:1528585313;s:4:\"cart\";s:6:\"a:0:{}\";}',1528758112),(1723,'2ce77c548cb5868d5ba12fb39842a66a','a:1:{s:13:\"guest_user_id\";i:1528546530;}',1528719330),(2466,'2cfe0708c32dcb679cae07274d537814','a:1:{s:13:\"guest_user_id\";i:1528881775;}',1529054575),(3360,'2d02ce80b1da1d7cb61f5c23748f6c71','a:2:{s:13:\"guest_user_id\";i:1537464908;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637708),(1266,'2d046ddee7e44c3258270cab572f447a','a:1:{s:13:\"guest_user_id\";i:1523601443;}',1523774241),(2458,'2d2bd7cfbc72f57f3e677e744abcb9c9','a:2:{s:13:\"guest_user_id\";i:1528876184;s:4:\"cart\";s:6:\"a:0:{}\";}',1529048984),(2332,'2d350aa11ebb0f60d7c3c63f528d8c2f','a:2:{s:13:\"guest_user_id\";i:1528817815;s:4:\"cart\";s:6:\"a:0:{}\";}',1528990615),(3104,'2d3ceb7a797e71d7f9c4c117c4fafbdb','a:2:{s:13:\"guest_user_id\";i:1530148287;s:4:\"cart\";s:6:\"a:0:{}\";}',1530321087),(3040,'2d4593d2905628df224c80c230d5290c','a:2:{s:13:\"guest_user_id\";i:1529974119;s:4:\"cart\";s:6:\"a:0:{}\";}',1530146918),(2362,'2d6a2f7eb5f0120445efd879bc7ed6df','a:1:{s:13:\"guest_user_id\";i:1528834332;}',1529007132),(3254,'2d76c001d6dce8e42b4dd621c7eb7fae','a:1:{s:13:\"guest_user_id\";i:1535480453;}',1535653253),(3489,'2d8f4307c85530c6126ff155d472b01a','a:2:{s:13:\"guest_user_id\";i:1537619081;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791881),(48,'2d930d804a0891c54eac94143ace1385','a:1:{s:13:\"guest_user_id\";i:1522369706;}',1522542506),(1815,'2dfc1124ee822b3cb878e6c14845e3ba','a:2:{s:13:\"guest_user_id\";i:1528585315;s:4:\"cart\";s:6:\"a:0:{}\";}',1528758115),(1610,'2e0acaa89b7878b75fb64916a3a0cde3','a:2:{s:13:\"guest_user_id\";i:1526763222;s:4:\"cart\";s:6:\"a:0:{}\";}',1526936020),(2231,'2e1f8bba3828d2f80c02a9113bafc3ea','a:1:{s:13:\"guest_user_id\";i:1528772977;}',1528945777),(1497,'2e26bcbf6d0a19547b224ec170a1e6b8','a:1:{s:13:\"guest_user_id\";i:1524738601;}',1524911401),(3668,'2e42ce05cf5cb8a1e06af319d3134633','a:2:{s:13:\"guest_user_id\";i:1538157792;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330587),(1781,'2e4784b9562da262e984dd47b827e7e9','a:1:{s:13:\"guest_user_id\";i:1528568563;}',1528741363),(105,'2e60e2066adebe132079ae96900bfe6a','a:2:{s:13:\"guest_user_id\";i:1522369775;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542574),(3131,'2e68fc255a8d794b471cfc72b9d39165','a:1:{s:13:\"guest_user_id\";i:1530238318;}',1530411118),(129,'2eaa0f3921920d73020070ce80abea37','a:1:{s:13:\"guest_user_id\";i:1522369807;}',1522542606),(806,'2ec7714b89f4d066b7cafe2d5e1cdc37','a:1:{s:13:\"guest_user_id\";i:1523278489;}',1523451289),(173,'2ed8e1c94a19879f4b3db5112626ed9a','a:2:{s:13:\"guest_user_id\";i:1522369857;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542657),(2210,'2eef22ef7d1a4573b63a1ab3c7696420','a:1:{s:13:\"guest_user_id\";i:1528767192;}',1528939992),(342,'2ef2aac10bb1a221cf9c00adaaa793c2','a:1:{s:13:\"guest_user_id\";i:1522446458;}',1522619258),(678,'2eff91397552f42d3a689cd7979ff145','a:1:{s:13:\"guest_user_id\";i:1522945583;}',1523118382),(153,'2f3077890e85b6eb1a5308bbb7379fd4','a:3:{s:13:\"guest_user_id\";i:1522369836;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542636),(1932,'2f3917453bd4d0647bc3124d16d808de','a:1:{s:13:\"guest_user_id\";i:1528642153;}',1528814953),(356,'2f82f9d27e70005749acabf54752d3ef','a:2:{s:13:\"guest_user_id\";i:1522485888;s:4:\"cart\";s:6:\"a:0:{}\";}',1522658687),(3878,'2f9d829210b6e210d28ee7f7abddd0a8','a:1:{s:13:\"guest_user_id\";i:1538631956;}',1538804756),(3242,'2fa132df783935128c12f5d571b0b905','a:2:{s:13:\"guest_user_id\";i:1535449663;s:4:\"cart\";s:6:\"a:0:{}\";}',1535622462),(640,'2fbbbcee67b4658b6e4cd2671190ad87','a:1:{s:13:\"guest_user_id\";i:1522699531;}',1522872331),(1198,'2fcfa4ec9191dc548daa4f8bb7297c55','a:1:{s:13:\"guest_user_id\";i:1523526442;}',1523699241),(3802,'2fd9b7f1fa2d29b6ab2be0f562238c1f','a:2:{s:13:\"guest_user_id\";i:1538242071;s:4:\"cart\";s:6:\"a:0:{}\";}',1538414871),(3227,'2fea65e8e035b2d7c08a9794bd2e5ef0','a:1:{s:13:\"guest_user_id\";i:1534425914;}',1534598713),(712,'2ff72047fdaf0b5a27497dc4a83ed007','a:1:{s:13:\"guest_user_id\";i:1523047124;}',1523219920),(2848,'2ff9bf5b2da4b41c8112deec84512619','a:1:{s:13:\"guest_user_id\";i:1529069334;}',1529242134),(1455,'3','a:1:{s:4:\"cart\";s:6:\"a:0:{}\";}',1524379111),(3130,'3004d2cabb1075bcc37fefa627b262c3','a:2:{s:13:\"guest_user_id\";i:1530238320;s:4:\"cart\";s:6:\"a:0:{}\";}',1530411120),(2030,'300d4fa8b1b3866e64cad6851acbe59a','a:1:{s:13:\"guest_user_id\";i:1528687865;}',1528860665),(3547,'300dad46822d32e0e3d191d900f289b3','a:4:{s:13:\"guest_user_id\";i:1537659954;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"48237d9f2dea8c74c2a72126cf63d933\";a:4:{s:7:\"item_id\";s:4:\"5286\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:20000;s:5:\"total\";d:20000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832754),(2422,'301b7b4693ef9b6962329ed904a03ec5','a:1:{s:13:\"guest_user_id\";i:1528859673;}',1529032473),(3470,'302a1bab671f3da257bb476cbfa39faa','a:2:{s:13:\"guest_user_id\";i:1537619063;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791863),(1721,'302c56310c0cc7d7b2f97e591000df1f','a:2:{s:13:\"guest_user_id\";i:1528546527;s:4:\"cart\";s:6:\"a:0:{}\";}',1528719325),(411,'30440491b0ec06ad6f9540f590b894c1','a:1:{s:13:\"guest_user_id\";i:1522490054;}',1522662854),(3580,'3051880fd8c331f99364b96088fa44f7','a:4:{s:13:\"guest_user_id\";i:1537660228;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"35a0f1963430da063133ba27d695f851\";a:4:{s:7:\"item_id\";s:4:\"5063\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:39;s:5:\"total\";d:39;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537833028),(2704,'305888cf5fffc236e5b9bc950703f5be','a:1:{s:13:\"guest_user_id\";i:1529021483;}',1529194283),(2572,'307ae1aa92f6322ff4634ef3a918ed39','a:1:{s:13:\"guest_user_id\";i:1528931074;}',1529103874),(1265,'30837641c09e3e268e444e3d488c3ce2','a:1:{s:13:\"guest_user_id\";i:1523593840;}',1523766640),(3195,'30887b205a89a6ce9997316050216775','a:2:{s:13:\"guest_user_id\";i:1532740216;s:4:\"cart\";s:6:\"a:0:{}\";}',1532913015),(3632,'30a25592e2fe99c37c352b8d7054a738','a:2:{s:13:\"guest_user_id\";i:1538140297;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313097),(1549,'30b3fe79964a1d8852b91638ba3ae2fa','a:1:{s:13:\"guest_user_id\";i:1525422897;}',1525595697),(2531,'30d53d4a4452324b8d3ddedd03e8ebe9','a:1:{s:13:\"guest_user_id\";i:1528909253;}',1529082053),(1202,'30eae71e4207cbd9a0af149b1f103f9b','a:2:{s:13:\"guest_user_id\";i:1523526507;s:4:\"cart\";s:6:\"a:0:{}\";}',1523699306),(1209,'30f58b1f124dd92237a7ba9c53fa0ebc','a:1:{s:13:\"guest_user_id\";i:1523550399;}',1523723198),(1848,'3129461124e64cb7f6c774d7debfdefd','a:1:{s:13:\"guest_user_id\";i:1528602614;}',1528775414),(1095,'312bdfba5dafa498d4791ebf99e4c7a9','a:1:{s:13:\"guest_user_id\";i:1523354158;}',1523526958),(1006,'31309806ff2bb59d0a74e2f0009a7df7','a:1:{s:13:\"guest_user_id\";i:1523288054;}',1523460854),(809,'3133e588c45668bd968b72f279f889ce','a:1:{s:13:\"guest_user_id\";i:1523278610;}',1523451410),(1894,'315038f8a078147871ffd0dc107fc44f','a:1:{s:13:\"guest_user_id\";i:1528625371;}',1528798171),(2269,'31533aae66bd50599649622edb8933af','a:1:{s:13:\"guest_user_id\";i:1528789632;}',1528962432),(1331,'3183fb76552ee28f667a220e50e6a837','a:1:{s:13:\"guest_user_id\";i:1523811250;}',1523984050),(1274,'31e0404bd2946f4378e63acd44b0bb78','a:1:{s:13:\"guest_user_id\";i:1523655665;}',1523828465),(176,'31e7906525085ff1434f9b7753032497','a:2:{s:13:\"guest_user_id\";i:1522369859;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542659),(3089,'31f2dca53b452aee30f3f5f6f37306c7','a:2:{s:13:\"guest_user_id\";i:1530142549;s:4:\"cart\";s:6:\"a:0:{}\";}',1530315347),(1762,'3217b7120aeb84735fa34b611e61d194','a:2:{s:13:\"guest_user_id\";i:1528562685;s:4:\"cart\";s:6:\"a:0:{}\";}',1528735484),(1509,'321b5091c70ec092f520602deec729d3','a:1:{s:13:\"guest_user_id\";i:1524827762;}',1525000562),(1407,'3221b3d922e8ed2d807f69387cc9361c','a:1:{s:13:\"guest_user_id\";i:1523993603;}',1524166403),(3379,'323c95b666ae75f7ee314441998ad45a','a:2:{s:13:\"guest_user_id\";i:1537618853;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791653),(2925,'3242d26cdf9015aec552548513a6f03d','a:1:{s:13:\"guest_user_id\";i:1529341289;}',1529514089),(502,'32485e35e0ffd7f90b08e6bfae64bb43','a:1:{s:13:\"guest_user_id\";i:1522523753;}',1522696553),(1875,'325deee5d5db440c448e53694ad30c45','a:1:{s:13:\"guest_user_id\";i:1528613996;}',1528786796),(2436,'32818715dc447e9be35ea4c2e05a87a0','a:1:{s:13:\"guest_user_id\";i:1528870704;}',1529043503),(3376,'32a6b21c192f00cc24cb55fca628a3d0','a:2:{s:13:\"guest_user_id\";i:1537535857;s:4:\"cart\";s:6:\"a:0:{}\";}',1537708656),(3560,'32c0f33a6dd36901c9b95bd523feb0c6','a:2:{s:13:\"guest_user_id\";i:1537660061;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832861),(3633,'32cb0fef9f72b41eeaf313bfbd65f6ea','a:2:{s:13:\"guest_user_id\";i:1538140302;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313101),(1016,'32d28785087180d1c6df0d586928d29a','a:2:{s:13:\"guest_user_id\";i:1523290422;s:4:\"cart\";s:6:\"a:0:{}\";}',1523463222),(930,'32d2b56b339cace46b895c3113c8cdda','a:1:{s:13:\"guest_user_id\";i:1523284555;}',1523457355),(2837,'32d996b8855ace0159666f4e8e633121','a:2:{s:13:\"guest_user_id\";i:1529065183;s:4:\"cart\";s:6:\"a:0:{}\";}',1529237983),(2485,'32dbd01da7ac1091e7b083f9041b8413','a:2:{s:13:\"guest_user_id\";i:1528887341;s:4:\"cart\";s:6:\"a:0:{}\";}',1529060141),(1510,'3311642793b9f5d5d3d3fec7af38022a','a:1:{s:13:\"guest_user_id\";i:1524827773;}',1525000573),(86,'33145c2144c2f22f3ef4708783c5bdd1','a:1:{s:13:\"guest_user_id\";i:1522369753;}',1522542553),(2279,'33163565da788b6a762e782132fcb2eb','a:2:{s:13:\"guest_user_id\";i:1528795427;s:4:\"cart\";s:6:\"a:0:{}\";}',1528968226),(2850,'333c98080c2bfe05e7a0750f314a4b7e','a:2:{s:13:\"guest_user_id\";i:1529069334;s:4:\"cart\";s:6:\"a:0:{}\";}',1529242133),(2523,'334044dc20a3f40ff048f47cdcc99335','a:2:{s:13:\"guest_user_id\";i:1528903811;s:4:\"cart\";s:6:\"a:0:{}\";}',1529076611),(3480,'33440137dc28a429d1b90a0af9b70242','a:2:{s:13:\"guest_user_id\";i:1537619073;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791873),(1358,'334461ed35b09b80d746e2b5ca2aaafe','a:1:{s:13:\"guest_user_id\";i:1523889111;}',1524061910),(607,'335bf859bc7f2f34709652508915551a','a:1:{s:13:\"guest_user_id\";i:1522674219;}',1522847019),(1136,'335ef0b0e7ea39e3a3f447d0d7f7ab42','a:1:{s:13:\"guest_user_id\";i:1523383307;}',1523556106),(3097,'337f41cd8447677f24fa8e667909a183','a:2:{s:13:\"guest_user_id\";i:1530147581;s:4:\"cart\";s:6:\"a:0:{}\";}',1530320381),(2912,'339d9253d55a6b981f03835533c80c4d','a:1:{s:13:\"guest_user_id\";i:1529175850;}',1529348650),(510,'33b8dd45c9f4be1e426ec87168e1cf7a','a:1:{s:13:\"guest_user_id\";i:1522586320;}',1522759117),(63,'33bc6da3484843339c6c8936138a2775','a:1:{s:13:\"guest_user_id\";i:1522369726;}',1522542525),(171,'33be0f0e1d16e6907681dde1769e1a3b','a:2:{s:13:\"guest_user_id\";i:1522369855;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542654),(2148,'33c2f1e460f138ecbfe8de0270aee3aa','a:1:{s:13:\"guest_user_id\";i:1528733514;}',1528906314),(3240,'33f9fde1fd9b99df9e30bd1cbe770c2f','a:1:{s:13:\"guest_user_id\";i:1535449442;}',1535622241),(2043,'33fdcf1608de68907820192eca1f23a8','a:1:{s:13:\"guest_user_id\";i:1528693765;}',1528866565),(3464,'340b7c039a029436f7a6ff6e09f9bbb5','a:2:{s:13:\"guest_user_id\";i:1537619055;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791855),(2107,'342027124ed23a3aa3b61cc5e9d10506','a:1:{s:13:\"guest_user_id\";i:1528716842;}',1528889642),(2659,'342874778e4f678a16f41e8eab9ac5fa','a:1:{s:13:\"guest_user_id\";i:1528992013;}',1529164813),(763,'34360c4faf7307a80c44140d555314c8','a:1:{s:13:\"guest_user_id\";i:1523229050;}',1523401850),(3760,'34894e5117f5216f08fead243635b550','a:2:{s:13:\"guest_user_id\";i:1538172305;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345104),(1618,'34916b0ada419b66dc5d5238f0c9d46f','a:1:{s:13:\"guest_user_id\";i:1526892420;}',1527065220),(3812,'34ad4cd96d370c5be337ca883939de75','a:2:{s:13:\"guest_user_id\";i:1538501284;s:4:\"cart\";s:6:\"a:0:{}\";}',1538674082),(3763,'34d6c5b8a7f021401ec73476fcc51ca9','a:2:{s:13:\"guest_user_id\";i:1538172312;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345111),(1566,'34f4a9683a14152bb3261f7af972bd8b','a:1:{s:13:\"guest_user_id\";i:1525633144;}',1525805944),(2264,'34f89741420e256747d58c93a64069b6','a:1:{s:13:\"guest_user_id\";i:1528789631;}',1528962431),(962,'34f9013b0d36b6032e7277ae0d612c16','a:1:{s:13:\"guest_user_id\";i:1523285676;}',1523458476),(410,'34fe92eea8556ab5a1ea55fe9b9b0a39','a:3:{s:13:\"guest_user_id\";i:1522489340;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522662140),(2090,'3512bbea2029cf12b0e017ce69577a47','a:2:{s:13:\"guest_user_id\";i:1528710892;s:4:\"cart\";s:6:\"a:0:{}\";}',1528883692),(418,'351433e820b40b2b8a3c320c00d614dd','a:1:{s:13:\"guest_user_id\";i:1522490924;}',1522663724),(339,'35311e9270c1f9e3522aebe3a6eb8794','a:1:{s:13:\"guest_user_id\";i:1522446399;}',1522619199),(799,'354197e9564fd239031cae5dbaad78cf','a:1:{s:13:\"guest_user_id\";i:1523278194;}',1523450994),(2915,'3541d7b6e4c92f9c0f2cdb7254fe9c2b','a:1:{s:13:\"guest_user_id\";i:1529175852;}',1529348652),(3538,'35545dc7584c874309f7b154717d1564','a:2:{s:13:\"guest_user_id\";i:1537619299;s:4:\"cart\";s:6:\"a:0:{}\";}',1537792099),(1939,'355c748340b5a1f2aea10382f74d2e86','a:2:{s:13:\"guest_user_id\";i:1528642154;s:4:\"cart\";s:6:\"a:0:{}\";}',1528814954),(2551,'355ff46408ced84b9485c532f4ca3980','a:2:{s:13:\"guest_user_id\";i:1528920082;s:4:\"cart\";s:6:\"a:0:{}\";}',1529092880),(965,'356f8d38fcffea0b14da4e85d89b5e0c','a:1:{s:13:\"guest_user_id\";i:1523285679;}',1523458478),(2510,'3579a8b0c4a5b7ee2a979cd251540084','a:1:{s:13:\"guest_user_id\";i:1528903809;}',1529076608),(3570,'358a04070045f1bde95d723e5e82880b','a:4:{s:13:\"guest_user_id\";i:1537660143;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"a8ed71126b12732b838cee58de4efe3f\";a:4:{s:7:\"item_id\";s:4:\"5319\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:50;s:5:\"total\";d:50;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832943),(3174,'3594a82997040cd65c66b290b07e2d7c','a:1:{s:13:\"guest_user_id\";i:1531572173;}',1531744973),(3541,'3596cb85214425e7e4482498051d069b','a:2:{s:13:\"guest_user_id\";i:1537659938;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832736),(995,'359b67b6267c2817c78235def1c8c9bc','a:1:{s:13:\"guest_user_id\";i:1523287670;}',1523460470),(3394,'359c7bb86bc5d6eb6514c9856cbde75a','a:2:{s:13:\"guest_user_id\";i:1537618889;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791689),(1794,'35a435a95abb25b873eb2ffe6645af41','a:2:{s:13:\"guest_user_id\";i:1528573989;s:4:\"cart\";s:6:\"a:0:{}\";}',1528746789),(974,'35fbfadeafcd6f40d5916a95fece4ad4','a:3:{s:13:\"guest_user_id\";i:1523286117;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523458917),(93,'35fea4f916b2dd76aa67fad979557d7c','a:1:{s:13:\"guest_user_id\";i:1522369760;}',1522542560),(1992,'3603af5eed7e8dfacd6ea1401fd48edf','a:1:{s:13:\"guest_user_id\";i:1528670885;}',1528843685),(102,'3608b44cd4f137bcd5a56fb2393657d8','a:3:{s:13:\"guest_user_id\";i:1522369771;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542571),(501,'36155c848ee0db824ff41289b890b76a','a:1:{s:13:\"guest_user_id\";i:1522523754;}',1522696554),(1568,'361c6a97e8d79ab26ec9fb4704ba29a7','a:1:{s:13:\"guest_user_id\";i:1525633145;}',1525805945),(3596,'3656a4af286c4ead39697f8ded36d2d1','a:2:{s:13:\"guest_user_id\";i:1537924319;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097117),(3495,'36710a43fd10b6e2945b5bcb360513da','a:2:{s:13:\"guest_user_id\";i:1537619087;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791887),(3235,'36a8e1c1fcf0cc297bba1adac7c8a688','a:1:{s:13:\"guest_user_id\";i:1535332734;}',1535505534),(649,'36b2704a1ec794081b5e61b2c7119fff','a:1:{s:13:\"guest_user_id\";i:1522785492;}',1522958291),(1363,'36db72b47a52c2f9b2233ac747a801f7','a:1:{s:13:\"guest_user_id\";i:1523913909;}',1524086706),(3120,'36dcea7849ea2eebd4acaa9da4ece8f9','a:2:{s:13:\"guest_user_id\";i:1530219448;s:4:\"cart\";s:6:\"a:0:{}\";}',1530392247),(3441,'36f8ac8426a84fa160bbe7a82dc681db','a:3:{s:13:\"guest_user_id\";i:1537619018;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791818),(3639,'36fc90e8d02059ec8bc629aa49a1c711','a:3:{s:13:\"guest_user_id\";i:1538140319;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313118),(2787,'36fcecc1abe8d3c179381548e5a30fea','a:1:{s:13:\"guest_user_id\";i:1529049247;}',1529222046),(868,'3702d9ab7e719108b4a3ea74ca4288aa','a:1:{s:13:\"guest_user_id\";i:1523282101;}',1523454900),(3292,'375c267190c5320923b0ae2acb911413','a:1:{s:13:\"guest_user_id\";i:1536570671;}',1536743467),(572,'375d7d08f7af0f34ce2d671edf8014e6','a:2:{s:13:\"guest_user_id\";i:1522669186;s:4:\"cart\";s:6:\"a:0:{}\";}',1522841985),(3478,'377f503730e22cfbb7804639f932efbd','a:2:{s:13:\"guest_user_id\";i:1537619071;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791871),(2395,'378f7fa81b2915a11f3979076ffb945d','a:1:{s:13:\"guest_user_id\";i:1528848916;}',1529021716),(1029,'379001026c97abba87dfa933b01f7c6b','a:1:{s:13:\"guest_user_id\";i:1523306056;}',1523478856),(520,'3797829dbe7c18b926e912370463b7a0','a:1:{s:13:\"guest_user_id\";i:1522587554;}',1522760354),(2508,'3798c412cc515210240fd1690f904636','a:1:{s:13:\"guest_user_id\";i:1528898330;}',1529071130),(814,'37a150c338682562889d234cf4dcaf10','a:1:{s:13:\"guest_user_id\";i:1523279040;}',1523451840),(3173,'37c4fec72705d1daf8e5bb184ee53042','a:2:{s:13:\"guest_user_id\";i:1531572173;s:4:\"cart\";s:6:\"a:0:{}\";}',1531744971),(1616,'37d24fbf5bb1f8f0e0d886f619255e5a','a:2:{s:13:\"guest_user_id\";i:1526892421;s:4:\"cart\";s:6:\"a:0:{}\";}',1527065219),(1143,'37d6b639215d87b89b6b499f78d6d91a','a:1:{s:13:\"guest_user_id\";i:1523418814;}',1523591611),(1647,'37d9bef32d411a5ad1f7091b21b282e5','a:1:{s:13:\"guest_user_id\";i:1527373669;}',1527546469),(907,'37df8741400b8ddf8511c8e1e423f192','a:1:{s:13:\"guest_user_id\";i:1523283994;}',1523456793),(2538,'37e1219bb4546ab7e9479029699960bd','a:1:{s:13:\"guest_user_id\";i:1528914713;}',1529087513),(3364,'38225e6ff38d1b90d3f660b97f71d769','a:2:{s:13:\"guest_user_id\";i:1537464917;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637717),(2253,'382a1d64ded725aa48b91eda0554d113','a:1:{s:13:\"guest_user_id\";i:1528784182;}',1528956982),(2982,'3868a4df47dd4824d9ffa8097ecb88c8','a:2:{s:13:\"guest_user_id\";i:1529475923;s:4:\"cart\";s:6:\"a:0:{}\";}',1529648721),(2048,'3875f4ad8b9b294fd481abb226f68543','a:1:{s:13:\"guest_user_id\";i:1528693766;}',1528866566),(210,'38965766cdb0dc93d4b3e8911d34243a','a:1:{s:13:\"guest_user_id\";i:1522369900;}',1522542700),(3830,'38a74385197c18533a4a4ff9be3d49d0','a:2:{s:13:\"guest_user_id\";i:1538545795;s:4:\"cart\";s:6:\"a:0:{}\";}',1538718595),(1825,'38ab4a12aa830690043aea3f42f16238','a:2:{s:13:\"guest_user_id\";i:1528591171;s:4:\"cart\";s:6:\"a:0:{}\";}',1528763971),(251,'38c85e5ffa8604d846ca8714fe2583f1','a:1:{s:13:\"guest_user_id\";i:1522369939;}',1522542739),(1144,'3950d222410d3e2b38d7454533eb01af','a:1:{s:13:\"guest_user_id\";i:1523418815;}',1523591615),(34,'3969d4b3ab027714d269e90e6ba6552c','a:3:{s:13:\"guest_user_id\";i:1522369682;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542481),(463,'398589c3b0f6b264f076cde4b4471d1c','a:1:{s:13:\"guest_user_id\";i:1522495563;}',1522668363),(3804,'3986879c6394c2d38e1d8eeb49ad4659','a:2:{s:13:\"guest_user_id\";i:1538242073;s:4:\"cart\";s:6:\"a:0:{}\";}',1538414873),(2024,'39946105debe32a9c9edb150d0d7d03f','a:2:{s:13:\"guest_user_id\";i:1528682325;s:4:\"cart\";s:6:\"a:0:{}\";}',1528855125),(2884,'39a30f1d90a981d0fa0253cc6a0a9ad1','a:1:{s:13:\"guest_user_id\";i:1529085894;}',1529258694),(3116,'39a5ca78d5c3ad2daa7fa3a453420d5e','a:2:{s:13:\"guest_user_id\";i:1530201315;s:4:\"cart\";s:6:\"a:0:{}\";}',1530374115),(2323,'39d4cf8126eb6a5756b53515d489cf2b','a:1:{s:13:\"guest_user_id\";i:1528812052;}',1528984852),(1696,'39dd6a27308c9558058f8ca389f3088d','a:1:{s:13:\"guest_user_id\";i:1528153111;}',1528325911),(3018,'39e05d764ce41d78eb6498c9e58e1fba','a:1:{s:13:\"guest_user_id\";i:1529846266;}',1530019066),(1389,'39f148a23b645fecca88dca5d1be77f6','a:1:{s:13:\"guest_user_id\";i:1523980457;}',1524153257),(3132,'39f807bf346a6a264becf40ad5d2e038','a:2:{s:13:\"guest_user_id\";i:1530257250;s:4:\"cart\";s:6:\"a:0:{}\";}',1530430047),(3133,'3a10065f5283e713e692ca3d92baba10','a:2:{s:13:\"guest_user_id\";i:1530257250;s:4:\"cart\";s:6:\"a:0:{}\";}',1530430050),(733,'3a31656290c60e1be47bdb35f3c7203e','a:1:{s:13:\"guest_user_id\";i:1523220067;}',1523392867),(3793,'3a37547853b5bdcab1b5177c3b20493c','a:2:{s:13:\"guest_user_id\";i:1538194234;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367034),(1890,'3a46a7101faa5735bee6611fda476079','a:1:{s:13:\"guest_user_id\";i:1528619472;}',1528792272),(3092,'3a72e9dc6bb9f287762ca92fd7a712c0','a:2:{s:13:\"guest_user_id\";i:1530142550;s:4:\"cart\";s:6:\"a:0:{}\";}',1530315350),(2864,'3a8c4fa11b6ae7e0337037ec6c8c9525','a:1:{s:13:\"guest_user_id\";i:1529073211;}',1529246011),(1157,'3a9c16301e6a3325595f21a0512f4b71','a:1:{s:13:\"guest_user_id\";i:1523446484;}',1523619282),(1748,'3aa46255b90e57c1b613b7953bef98d5','a:1:{s:13:\"guest_user_id\";i:1528557246;}',1528730046),(1327,'3acc24c0cc43df43d248531e5f8386b9','a:1:{s:13:\"guest_user_id\";i:1523811173;}',1523983973),(2201,'3ad52687f96bcad13c472715790123c5','a:1:{s:13:\"guest_user_id\";i:1528761721;}',1528934521),(3826,'3b015e597b1d437dfeb462951edc13ce','a:2:{s:13:\"guest_user_id\";i:1538529940;s:4:\"cart\";s:6:\"a:0:{}\";}',1538702738),(2530,'3b497e114d12c72967050d2a5353968f','a:2:{s:13:\"guest_user_id\";i:1528909252;s:4:\"cart\";s:6:\"a:0:{}\";}',1529082052),(3628,'3b55a0dd46c341e3abaf4e40aa7dd977','a:1:{s:13:\"guest_user_id\";i:1538123910;}',1538296709),(53,'3b580b8c8d6ec6925429e38dfbb60c00','a:1:{s:13:\"guest_user_id\";i:1522369716;}',1522542516),(596,'3b6c22d007fcef72da186c39ba0e995e','a:1:{s:13:\"guest_user_id\";i:1522670092;}',1522842891),(458,'3b765a5b1a5c18b9836a6ba10e34aa44','a:1:{s:13:\"guest_user_id\";i:1522494616;}',1522667416),(2752,'3b76deccbbbd10312252f95e8b6ad4e9','a:1:{s:13:\"guest_user_id\";i:1529037427;}',1529210227),(2847,'3b7b4fc1530b79c13726869f89cc6217','a:1:{s:13:\"guest_user_id\";i:1529069334;}',1529242134),(1758,'3b80e2ba196b2b1dcac4911360c462d9','a:2:{s:13:\"guest_user_id\";i:1528557248;s:4:\"cart\";s:6:\"a:0:{}\";}',1528730048),(3068,'3b85d78ef13280e56ec072c35f1ca3e2','a:2:{s:13:\"guest_user_id\";i:1530065417;s:4:\"cart\";s:6:\"a:0:{}\";}',1530238217),(530,'3b8a7cb4b7409c1b45c2d10b81e72a38','a:1:{s:13:\"guest_user_id\";i:1522588016;}',1522760815),(1435,'3baa779082da6300386f473dc4e14f15','a:1:{s:13:\"guest_user_id\";i:1524166531;}',1524339330),(138,'3bbcc8af4bd5004778214b51f2ba9ecf','a:3:{s:13:\"guest_user_id\";i:1522369814;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542614),(1501,'3bca66a492f5e39557653fb7437e4386','a:1:{s:13:\"guest_user_id\";i:1524744975;}',1524917775),(926,'3be9b34a069e2c4aaa93c074bfa5e284','a:1:{s:13:\"guest_user_id\";i:1523284494;}',1523457294),(1993,'3becd7d34964c58dceebd458e94abcff','a:1:{s:13:\"guest_user_id\";i:1528670886;}',1528843686),(114,'3c0990e2bed9e912c8a8bc2ec82d093b','a:2:{s:13:\"guest_user_id\";i:1522369785;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542585),(780,'3c52a354c8fd0914f914863aead69b86','a:1:{s:13:\"guest_user_id\";i:1523269938;}',1523442738),(16,'3c853e08fc41b25b1d1909d8c5ed2f45','a:1:{s:13:\"guest_user_id\";i:1522365762;}',1522538562),(3303,'3c8aa00f860d39b8a27753233c351525','a:2:{s:13:\"guest_user_id\";i:1537464395;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637194),(2116,'3cb034e12c0d86591b54d224a90ed139','a:2:{s:13:\"guest_user_id\";i:1528722378;s:4:\"cart\";s:6:\"a:0:{}\";}',1528895178),(1254,'3cb65f9e6645cf7f5046cf02ea65a32b','a:1:{s:13:\"guest_user_id\";i:1523589638;}',1523762437),(2886,'3cd1ab7e69cb7feaad47bfc0ad1d55c8','a:2:{s:13:\"guest_user_id\";i:1529085895;s:4:\"cart\";s:6:\"a:0:{}\";}',1529258694),(941,'3ce58948841d1c35c1debbe213843f46','a:1:{s:13:\"guest_user_id\";i:1523284921;}',1523457721),(3207,'3cf2486c7d0cc85ea352b701f96f8722','a:2:{s:13:\"guest_user_id\";i:1533882203;s:4:\"cart\";s:6:\"a:0:{}\";}',1534055001),(3115,'3cf666b319cc7919c14749149586b990','a:2:{s:13:\"guest_user_id\";i:1530201315;s:4:\"cart\";s:6:\"a:0:{}\";}',1530374114),(755,'3cfcbe1a23d18bb609aef18fe63903fd','a:1:{s:13:\"guest_user_id\";i:1523225926;}',1523398726),(39,'3cff86bf70e743ca73addb5f82513239','a:1:{s:13:\"guest_user_id\";i:1522369692;}',1522542492),(2550,'3d19d8b8b1f556d7c50bfe4e256cd596','a:1:{s:13:\"guest_user_id\";i:1528920082;}',1529092882),(2770,'3d219ee04804e0700ccc1ab44001e450','a:1:{s:13:\"guest_user_id\";i:1529041271;}',1529214071),(3795,'3d6df1e67d60f55a47f93848385c36cd','a:2:{s:13:\"guest_user_id\";i:1538194238;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367038),(1344,'3d70d62ead514fa54ac47ca70e1930a7','a:1:{s:13:\"guest_user_id\";i:1523873834;}',1524046634),(2742,'3d78876a5a29fb185d76009b2dec6d8c','a:1:{s:13:\"guest_user_id\";i:1529033366;}',1529206166),(1706,'3d80113648399c16a4b769056d79e214','a:2:{s:13:\"guest_user_id\";i:1528153114;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325914),(1898,'3d9da0e0744f483c79e1e21173f92d66','a:1:{s:13:\"guest_user_id\";i:1528625373;}',1528798173),(1961,'3db1a53bc9024827385c26d4a10f3687','a:2:{s:13:\"guest_user_id\";i:1528653534;s:4:\"cart\";s:6:\"a:0:{}\";}',1528826334),(2615,'3dcba80a77b0abfcd08246fd1a068323','a:1:{s:13:\"guest_user_id\";i:1528970367;}',1529143166),(746,'3dd8f8a93b5e2d9e0a27aae4f30450ea','a:1:{s:13:\"guest_user_id\";i:1523224511;}',1523397311),(1117,'3e0e166be3c8364f67d851cb5ad063c2','a:2:{s:13:\"guest_user_id\";i:1523361517;s:4:\"cart\";s:6:\"a:0:{}\";}',1523534316),(291,'3e104fc65f1b2c1950f815750313d5ec','a:2:{s:13:\"guest_user_id\";i:1522369973;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542773),(2829,'3e1304b2fa24a8dae43cd6c8b70466f9','a:2:{s:13:\"guest_user_id\";i:1529061351;s:4:\"cart\";s:6:\"a:0:{}\";}',1529234151),(1308,'3e1e62f754da492c8c75ff7ddee48be8','a:1:{s:13:\"guest_user_id\";i:1523793950;}',1523966749),(2326,'3e1f32e6456ec48ef458369fe111e504','a:1:{s:13:\"guest_user_id\";i:1528817815;}',1528990615),(3259,'3e24fa80e8632db32ce75ab6773cc6ca','a:1:{s:13:\"guest_user_id\";i:1535545158;}',1535717958),(639,'3e2691c8688aefa1be545a84e02fcaf8','a:1:{s:13:\"guest_user_id\";i:1522699530;}',1522872329),(392,'3e2b24f67fb4be72f428732dc3add07a','a:1:{s:13:\"guest_user_id\";i:1522488983;}',1522661783),(3843,'3e2e7f276431cd790e97a8b1366568f1','a:1:{s:13:\"guest_user_id\";i:1538563756;}',1538736556),(1255,'3e36047c5f697b31024a99c9eeeccf01','a:1:{s:13:\"guest_user_id\";i:1523589640;}',1523762439),(2218,'3e3c0708da00ff276effb2928547678c','a:1:{s:13:\"guest_user_id\";i:1528767195;}',1528939994),(57,'3e5036ffbcfbfadf870cffbd05543590','a:1:{s:13:\"guest_user_id\";i:1522369720;}',1522542520),(163,'3e6681911083e49d75c182c88ec7132a','a:1:{s:13:\"guest_user_id\";i:1522369849;}',1522542649),(1145,'3e8d218fb04623d6c1084cb0a7c6897d','a:1:{s:13:\"guest_user_id\";i:1523418816;}',1523591614),(3211,'3e95fd31323cda492609515fcd69ab6b','a:2:{s:13:\"guest_user_id\";i:1534004476;s:4:\"cart\";s:6:\"a:0:{}\";}',1534177275),(3311,'3eab6c0118756b3be1747bfb569c65cb','a:1:{s:13:\"guest_user_id\";i:1537464475;}',1537637273),(590,'3eac30289f74e8d0018b522ca1ed801d','a:1:{s:13:\"guest_user_id\";i:1522669796;}',1522842596),(374,'3ead9ba98f814ea20eec5638ccb83b4f','a:1:{s:13:\"guest_user_id\";i:1522488280;}',1522661080),(395,'3eadfce1cebc8a3f67672c74c6c77ee9','a:1:{s:13:\"guest_user_id\";i:1522489299;}',1522662099),(3421,'3eb13a5f2542d70e9fe33ba7ed5d7157','a:3:{s:13:\"guest_user_id\";i:1537618973;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791773),(61,'3eb61982e2406a674f1871ce0196a627','a:1:{s:13:\"guest_user_id\";i:1522369724;}',1522542524),(1304,'3eb6fc1c11e9c1963a3de1064cf064eb','a:1:{s:13:\"guest_user_id\";i:1523793717;}',1523966517),(2593,'3ebab7986fd3f4f7203549ada9764115','a:2:{s:13:\"guest_user_id\";i:1528936623;s:4:\"cart\";s:6:\"a:0:{}\";}',1529109423),(3428,'3ebc6e8284ace261fdc8b5af87491567','a:3:{s:13:\"guest_user_id\";i:1537618994;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791793),(3797,'3ecabc908b77c0afbdf546599757e3c6','a:2:{s:13:\"guest_user_id\";i:1538209863;s:4:\"cart\";s:6:\"a:0:{}\";}',1538382663),(3803,'3edcacc297f734cf954d2ab1417d1b9a','a:2:{s:13:\"guest_user_id\";i:1538242072;s:4:\"cart\";s:6:\"a:0:{}\";}',1538414872),(2223,'3eec08d1720a12c442b1f860b2fb767c','a:1:{s:13:\"guest_user_id\";i:1528772972;}',1528945771),(1881,'3ef16fbe4a4a30632ec05b67d0f196b5','a:1:{s:13:\"guest_user_id\";i:1528619470;}',1528792270),(988,'3f069ae4ff2df565caf404894f5e666a','a:1:{s:13:\"guest_user_id\";i:1523287222;}',1523460022),(3863,'3f1d5d03a3ad732622106dc9ac86e83c','a:1:{s:13:\"guest_user_id\";i:1538600127;}',1538772927),(2516,'3f34791d5ba58cb67348f17889c02336','a:1:{s:13:\"guest_user_id\";i:1528903810;}',1529076610),(44,'3f42105ac2ccbd55d1fba922cae7bc86','a:1:{s:13:\"guest_user_id\";i:1522369700;}',1522542500),(3277,'3f4852a696a0517bff8f37578d7e696b','a:1:{s:13:\"guest_user_id\";i:1536054372;}',1536227171),(2027,'3f60560a0f9ca6f54b1ed7cf2983ce25','a:1:{s:13:\"guest_user_id\";i:1528687864;}',1528860664),(2511,'3f7e218d2096cafc4ce1c9bdc49fb410','a:1:{s:13:\"guest_user_id\";i:1528903808;}',1529076608),(3175,'3f87749a9443516651946f62aafc3764','a:2:{s:13:\"guest_user_id\";i:1531572174;s:4:\"cart\";s:6:\"a:0:{}\";}',1531744973),(2575,'3fa70a012483482916059b99a9932aaa','a:2:{s:13:\"guest_user_id\";i:1528931074;s:4:\"cart\";s:6:\"a:0:{}\";}',1529103873),(3471,'3fcfc35bbd9df77ad50b7d027e97f4b3','a:2:{s:13:\"guest_user_id\";i:1537619064;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791864),(1753,'3fdfb9dc85d12199707aef251a0aebaf','a:2:{s:13:\"guest_user_id\";i:1528557246;s:4:\"cart\";s:6:\"a:0:{}\";}',1528730046),(155,'3fe5d404a99700a2b5fc580cca68a076','a:1:{s:13:\"guest_user_id\";i:1522369841;}',1522542641),(1828,'400044ce067d45cb35ce9b626e7e3e83','a:2:{s:13:\"guest_user_id\";i:1528591172;s:4:\"cart\";s:6:\"a:0:{}\";}',1528763972),(2258,'4018f34951567c00d4ebbdafcf364dfa','a:2:{s:13:\"guest_user_id\";i:1528784183;s:4:\"cart\";s:6:\"a:0:{}\";}',1528956983),(249,'402254f969fd12587e5234c0c511c722','a:2:{s:13:\"guest_user_id\";i:1522369934;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542734),(2836,'402b35b153acf415f8cc826d02f33825','a:1:{s:13:\"guest_user_id\";i:1529065183;}',1529237983),(2341,'4037e374c7a85ed76da9e4ee19cadb59','a:2:{s:13:\"guest_user_id\";i:1528823198;s:4:\"cart\";s:6:\"a:0:{}\";}',1528995997),(2022,'4040cf7f1930d4c2791e7eb39382df6a','a:1:{s:13:\"guest_user_id\";i:1528682325;}',1528855125),(2163,'404186d52b055ba1886f0659ada8ed2a','a:2:{s:13:\"guest_user_id\";i:1528744738;s:4:\"cart\";s:6:\"a:0:{}\";}',1528917537),(77,'4045a59e007525712d8305f44f341a75','a:1:{s:13:\"guest_user_id\";i:1522369741;}',1522542540),(3402,'40526503990748a13a19545f3e7ae683','a:3:{s:13:\"guest_user_id\";i:1537618912;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791712),(1189,'4079786c4d88b80c9836f9af9641a85b','a:1:{s:13:\"guest_user_id\";i:1523526288;}',1523699088),(31,'40941a577c53f5d31a6a9b8fa15783f7','a:3:{s:13:\"guest_user_id\";i:1522369677;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542477),(3416,'409f2665085c79572b0863dacdab355f','a:3:{s:13:\"guest_user_id\";i:1537618955;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791755),(1988,'40a25f6a9a00789dbb0024ea7ca2c7f5','a:1:{s:13:\"guest_user_id\";i:1528664951;}',1528837751),(3150,'40bfdb28b30c66989c2a54eccd650770','a:2:{s:13:\"guest_user_id\";i:1530314401;s:4:\"cart\";s:6:\"a:0:{}\";}',1530487201),(2056,'40d860a16107457986806232abc8b79c','a:1:{s:13:\"guest_user_id\";i:1528699293;}',1528872093),(760,'40eedad9070238f9022d8ac57a4d7615','a:1:{s:13:\"guest_user_id\";i:1523228927;}',1523401727),(1570,'40f58930e542db983a5e9779d034f5b9','a:2:{s:13:\"guest_user_id\";i:1525633144;s:4:\"cart\";s:6:\"a:0:{}\";}',1525805942),(3711,'40f7f3355aedfab3257247f310972608','a:2:{s:13:\"guest_user_id\";i:1538157912;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330712),(906,'411368353479f4c6f1ce5beddb38d5a2','a:1:{s:13:\"guest_user_id\";i:1523283911;}',1523456711),(2566,'411fa5d24fcaefc9e74daae2fe99516d','a:2:{s:13:\"guest_user_id\";i:1528925533;s:4:\"cart\";s:6:\"a:0:{}\";}',1529098333),(1355,'4134bf6394f8e10bf3e0ae1df91efcdf','a:1:{s:13:\"guest_user_id\";i:1523889101;}',1524061900),(2243,'413f7d8443039a2352300e2e71db5a87','a:2:{s:13:\"guest_user_id\";i:1528778414;s:4:\"cart\";s:6:\"a:0:{}\";}',1528951211),(141,'4140d8730f155857fbf3ce3a1bbee427','a:3:{s:13:\"guest_user_id\";i:1522369817;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542617),(2119,'41530d936f0fd4d5dfb97c1d4a33404e','a:1:{s:13:\"guest_user_id\";i:1528722380;}',1528895180),(215,'4154141c70ac1f46b68fd3fd6b931e8b','a:1:{s:13:\"guest_user_id\";i:1522369904;}',1522542704),(1293,'415628444c16b3025dc7009de8120bda','a:2:{s:13:\"guest_user_id\";i:1523666682;s:4:\"cart\";s:6:\"a:0:{}\";}',1523839482),(364,'416657c6836b6c0c46d25db6814a8abb','a:2:{s:13:\"guest_user_id\";i:1522485988;s:4:\"cart\";s:6:\"a:0:{}\";}',1522658788),(1043,'416e95f29d6609d95e27d5052fbee42a','a:1:{s:13:\"guest_user_id\";i:1523308192;}',1523480992),(2576,'41913c6fbdeccc418fa54468ddb3f10c','a:1:{s:13:\"guest_user_id\";i:1528931075;}',1529103875),(3298,'419260bdb9abfd01d7d9676fc9becc16','a:1:{s:13:\"guest_user_id\";i:1536752759;}',1536925559),(1979,'41ac7a364a8d981333a0d36ea1562513','a:1:{s:13:\"guest_user_id\";i:1528664949;}',1528837749),(711,'41b0ac0cf78bed6b5fe0182ad0ac345c','a:2:{s:13:\"guest_user_id\";i:1523047111;s:4:\"cart\";s:6:\"a:0:{}\";}',1523219907),(3029,'41cbfb4d89822539817777fe29e136d3','a:1:{s:13:\"guest_user_id\";i:1529862052;}',1530034852),(1791,'41d4af420e72a249b6d046c022d287c0','a:2:{s:13:\"guest_user_id\";i:1528573988;s:4:\"cart\";s:6:\"a:0:{}\";}',1528746788),(2656,'41dcc7a17c9ca1757f40799551accb46','a:1:{s:13:\"guest_user_id\";i:1528992013;}',1529164813),(1670,'4209f1ec7705777ee8a4b71f7e3e3075','a:1:{s:13:\"guest_user_id\";i:1527976032;}',1528148832),(2434,'422e21bcac299c0b2993db94915af920','a:1:{s:13:\"guest_user_id\";i:1528865193;}',1529037993),(3621,'425536e20ef1d743e7b8722b69d79a9f','a:2:{s:13:\"guest_user_id\";i:1538113938;s:4:\"cart\";s:6:\"a:0:{}\";}',1538286736),(2009,'425d7418d6dc3c464cb46c93c10b3bdd','a:2:{s:13:\"guest_user_id\";i:1528676400;s:4:\"cart\";s:6:\"a:0:{}\";}',1528849200),(2078,'426dd41b75b7c041cd81decfc44dc0df','a:2:{s:13:\"guest_user_id\";i:1528705161;s:4:\"cart\";s:6:\"a:0:{}\";}',1528877961),(1417,'426f58bd2099edf0c46cec93295f8a91','a:1:{s:13:\"guest_user_id\";i:1524041088;}',1524213888),(1547,'429130a93d29a06e2c9c731c5b65bd99','a:1:{s:13:\"guest_user_id\";i:1525422889;}',1525595689),(2641,'429cee80b627f48b102d1623055c2e55','a:2:{s:13:\"guest_user_id\";i:1528986482;s:4:\"cart\";s:6:\"a:0:{}\";}',1529159282),(1341,'42a21512c22ea69d9053b90653bc76ae','a:1:{s:13:\"guest_user_id\";i:1523873833;}',1524046631),(2737,'42aaa4957a7d861c48142aea1c4c59f4','a:1:{s:13:\"guest_user_id\";i:1529033365;}',1529206165),(2307,'42ba0c79ff3da36f7931acdee25062f4','a:1:{s:13:\"guest_user_id\";i:1528806638;}',1528979438),(56,'42cb171026fb6e83c1a4123c12efd18a','a:1:{s:13:\"guest_user_id\";i:1522369719;}',1522542519),(2500,'42da594fa0f44312af2771f27b958a4d','a:1:{s:13:\"guest_user_id\";i:1528898325;}',1529071125),(1899,'4302b981f83059a72854db4082150b07','a:2:{s:13:\"guest_user_id\";i:1528625372;s:4:\"cart\";s:6:\"a:0:{}\";}',1528798172),(2939,'4310a2a9460b68f9f97d6487a8fc63a3','a:1:{s:13:\"guest_user_id\";i:1529412448;}',1529585248),(310,'433032d7911a34a35d4307b66a3a710d','a:1:{s:13:\"guest_user_id\";i:1522369994;}',1522542794),(1130,'434b884a322b3324e8cc4440cecbf742','a:1:{s:13:\"guest_user_id\";i:1523366818;}',1523539618),(613,'4357630bc6bf821fbfe0b3cdff3daa54','a:1:{s:13:\"guest_user_id\";i:1522674925;}',1522847724),(2044,'435b21b7fdec345e95409e335f4f8354','a:1:{s:13:\"guest_user_id\";i:1528693765;}',1528866565),(3908,'436be64a768216a9a02dc8bd61120be0','a:2:{s:13:\"guest_user_id\";i:1538985777;s:4:\"cart\";s:6:\"a:0:{}\";}',1539158575),(757,'436bf66e6e051cd68c9a733bbcb8998b','a:1:{s:13:\"guest_user_id\";i:1523228628;}',1523401428),(1429,'43750c4dfc69820003681610a24f6f3f','a:1:{s:13:\"guest_user_id\";i:1524089155;}',1524261955),(521,'438bd2d568ac3ce00327e9b2ee14fb1a','a:1:{s:13:\"guest_user_id\";i:1522587654;}',1522760454),(1827,'4396fb2b1b1a4e539bbb13df8e4d025d','a:1:{s:13:\"guest_user_id\";i:1528591172;}',1528763972),(217,'439ffcfbd86a4e9553b3f671f110ada9','a:2:{s:13:\"guest_user_id\";i:1522369903;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542703),(625,'43bc35a998e4cded3438b991ed616524','a:1:{s:13:\"guest_user_id\";i:1522675744;}',1522848544),(1204,'43c44505f894861dd449fff6ffb59e4b','a:1:{s:13:\"guest_user_id\";i:1523526510;}',1523699307),(3382,'43dc7d2564e983cd3bb1362802615169','a:1:{s:13:\"guest_user_id\";i:1537618863;}',1537791662),(992,'43e6cb1179623f949b026d7c7ea1af83','a:1:{s:13:\"guest_user_id\";i:1523287479;}',1523460279),(1886,'43ec57fa864fab1d15bccdbec1c9bb74','a:1:{s:13:\"guest_user_id\";i:1528619471;}',1528792271),(587,'43fbc3a59f739b08bcde51b336b77258','a:1:{s:13:\"guest_user_id\";i:1522669684;}',1522842483),(3817,'4400db285c71c350563c1963fce13ddd','a:1:{s:13:\"guest_user_id\";i:1538525769;}',1538698567),(2954,'4404f1d6bb8256b1bff883bba4246683','a:1:{s:13:\"guest_user_id\";i:1529441436;}',1529614236),(2020,'4409b25a6adb9f6b927998bb59ce1c8d','a:1:{s:13:\"guest_user_id\";i:1528682325;}',1528855125),(3474,'4409faeafb320e596d860ebba1bef9cc','a:2:{s:13:\"guest_user_id\";i:1537619067;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791867),(1506,'440f13c0e5c2a06ca7181ed0429abf38','a:2:{s:13:\"guest_user_id\";i:1524827761;s:4:\"cart\";s:6:\"a:0:{}\";}',1525000561),(754,'443e3b3235a32d6b7a01cb0299fd330e','a:1:{s:13:\"guest_user_id\";i:1523225927;}',1523398727),(254,'445be8ede6b8377a0a51e650c8ca0430','a:1:{s:13:\"guest_user_id\";i:1522369942;}',1522542741),(1191,'4469cc9cef7c8ef5d8bd704c2355941d','a:2:{s:13:\"guest_user_id\";i:1523526289;s:4:\"cart\";s:6:\"a:0:{}\";}',1523699087),(2059,'447610fc20d9b4938e09567939d31e6f','a:2:{s:13:\"guest_user_id\";i:1528699294;s:4:\"cart\";s:6:\"a:0:{}\";}',1528872094),(2992,'4484ba539f21ee61c634ef2ea0a2d05b','a:2:{s:13:\"guest_user_id\";i:1529475929;s:4:\"cart\";s:6:\"a:0:{}\";}',1529648729),(3652,'44aeb0f5e0731def79743f6dcf2fbd17','a:2:{s:13:\"guest_user_id\";i:1538140358;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313158),(2367,'44aeff45153946e375fefc5b74aec6eb','a:1:{s:13:\"guest_user_id\";i:1528834333;}',1529007133),(3159,'44c11a1d7870a5e843ecb44014170124','a:1:{s:13:\"guest_user_id\";i:1530677530;}',1530850330),(3161,'44ca7a3f2ec843dcd9bfd2778e73e6f5','a:2:{s:13:\"guest_user_id\";i:1531443998;s:4:\"cart\";s:6:\"a:0:{}\";}',1531616796),(1378,'44fe907983c5beb8cb4b5ae0df9e922d','a:1:{s:13:\"guest_user_id\";i:1523973284;}',1524146084),(2628,'450d01928d47c1db8c8776a44c1b8443','a:1:{s:13:\"guest_user_id\";i:1528975744;}',1529148544),(1125,'451241dd9355355bf2dcf722f1cc7f29','a:2:{s:13:\"guest_user_id\";i:1523361569;s:4:\"cart\";s:6:\"a:0:{}\";}',1523534368),(3274,'451667d03fba960975f3aebafe1d978f','a:2:{s:13:\"guest_user_id\";i:1535987593;s:4:\"cart\";s:6:\"a:0:{}\";}',1536160392),(1991,'45247eed9b2674dbfe8f3bd0747d34f1','a:1:{s:13:\"guest_user_id\";i:1528670885;}',1528843685),(2394,'452c60dd124b3a112bd5f644df973869','a:2:{s:13:\"guest_user_id\";i:1528848915;s:4:\"cart\";s:6:\"a:0:{}\";}',1529021715),(1088,'4533cabdbe3d4c517b7d0b36b8e851d4','a:1:{s:13:\"guest_user_id\";i:1523353966;}',1523526766),(3833,'454a0fcece008b3c3328b8101f77a3c5','a:2:{s:13:\"guest_user_id\";i:1538551741;s:4:\"cart\";s:6:\"a:0:{}\";}',1538724541),(423,'45578ab65b7e3ac36fa2bd7a975e09e8','a:1:{s:13:\"guest_user_id\";i:1522491207;}',1522664007),(3736,'455f90c6227053f77084ac41e2690c21','a:2:{s:13:\"guest_user_id\";i:1538157969;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330769),(1926,'4570140cc3bbaa77b2bc0b65493ee7c5','a:2:{s:13:\"guest_user_id\";i:1528636662;s:4:\"cart\";s:6:\"a:0:{}\";}',1528809462),(3144,'45992efa8d3bb4470e423ba2d6efa55e','a:1:{s:13:\"guest_user_id\";i:1530294092;}',1530466892),(949,'45c404dbf681884d1f5fdcb9457e9daf','a:1:{s:13:\"guest_user_id\";i:1523285234;}',1523458034),(728,'45cc4f1f74f635ad1eef3080337ba8ae','a:1:{s:13:\"guest_user_id\";i:1523182391;}',1523355189),(1974,'45d127a6fdd0d58b9438e2d970bde8ce','a:1:{s:13:\"guest_user_id\";i:1528659471;}',1528832271),(1776,'4609936fd1de811ae7ea49e4d7518715','a:1:{s:13:\"guest_user_id\";i:1528568562;}',1528741362),(1587,'460a61d6e4e0bbbb7f3ff6611646cdc9','a:1:{s:13:\"guest_user_id\";i:1526206483;}',1526379283),(880,'4636ff0a50c050ba7505705f05410be0','a:1:{s:13:\"guest_user_id\";i:1523282777;}',1523455577),(179,'463f892972d6fa56dbc8bd9b54886565','a:2:{s:13:\"guest_user_id\";i:1522369863;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542662),(3627,'46427ad976f1fc84496b70687925e89a','a:2:{s:13:\"guest_user_id\";i:1538123908;s:4:\"cart\";s:6:\"a:0:{}\";}',1538296703),(991,'46888f5b4383894ce84db4ec8ed47520','a:1:{s:13:\"guest_user_id\";i:1523287479;}',1523460279),(1807,'46990bd9229a6e3620d13ce42dc1716e','a:1:{s:13:\"guest_user_id\";i:1528585313;}',1528758113),(1420,'46ac56672a8f9f8a8961b8d5457e2cfa','a:1:{s:13:\"guest_user_id\";i:1524041090;}',1524213889),(1562,'46bab5b2833d4f46278f479c8e1c017a','a:1:{s:13:\"guest_user_id\";i:1525623597;}',1525796396),(3087,'46c86d15dd77ebe3e0a549a0d5ef576b','a:2:{s:13:\"guest_user_id\";i:1530123049;s:4:\"cart\";s:6:\"a:0:{}\";}',1530295849),(2453,'46dc0f1df56db351a507571aa2eb1cfd','a:2:{s:13:\"guest_user_id\";i:1528876182;s:4:\"cart\";s:6:\"a:0:{}\";}',1529048981),(41,'46e1cad539c5590433d81b9e583123c1','a:3:{s:13:\"guest_user_id\";i:1522369694;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542494),(450,'46e6a354122193bb6626e0933c42eb19','a:1:{s:13:\"guest_user_id\";i:1522493691;}',1522666490),(2708,'46edde17d908d0318ab1d709047cf8dd','a:1:{s:13:\"guest_user_id\";i:1529021479;}',1529194279),(1665,'46f02e615ad2a93a13e6dd1b7703bfb2','a:1:{s:13:\"guest_user_id\";i:1527875170;}',1528047970),(2892,'46f3db4cc7f7371651cdf563b00ef697','a:1:{s:13:\"guest_user_id\";i:1529085897;}',1529258697),(228,'46fb05c570e2e77c74b7ca6edc0c20d6','a:1:{s:13:\"guest_user_id\";i:1522369916;}',1522542716),(2832,'4713a53dfab17756447768510fa8b18b','a:2:{s:13:\"guest_user_id\";i:1529061351;s:4:\"cart\";s:6:\"a:0:{}\";}',1529234151),(3856,'472449c4937be450adbb149e464b0d79','a:2:{s:13:\"guest_user_id\";i:1538586484;s:4:\"cart\";s:6:\"a:0:{}\";}',1538759284),(1910,'472eb44494ed450b71435585358e414b','a:1:{s:13:\"guest_user_id\";i:1528630838;}',1528803638),(2393,'475c5eb8e5282f4493e754c37f20d9b7','a:1:{s:13:\"guest_user_id\";i:1528848915;}',1529021715),(3210,'476b59b481906fe03a22fc76c0172ab3','a:1:{s:13:\"guest_user_id\";i:1533907454;}',1534080253),(118,'47743b443aa5877b67250633aa1e515a','a:1:{s:13:\"guest_user_id\";i:1522369793;}',1522542593),(2917,'47771b38457cb701d039851e1c8c6c9b','a:1:{s:13:\"guest_user_id\";i:1529175855;}',1529348655),(330,'47772dc900212db1af95f4e5e38ed1cf','a:1:{s:13:\"guest_user_id\";i:1522445254;}',1522618051),(211,'4789c79bce858a99077570c166168fcc','a:2:{s:13:\"guest_user_id\";i:1522369898;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542698),(1226,'478c6d2c4c321c48e007a0abfbf41a69','a:1:{s:13:\"guest_user_id\";i:1523556159;}',1523728959),(1154,'47bfd933202af080b4859036a8faf529','a:1:{s:13:\"guest_user_id\";i:1523427942;}',1523600741),(2250,'47c85474b6a5de45a9a41c2118b0702b','a:1:{s:13:\"guest_user_id\";i:1528778419;}',1528951219),(166,'47da2170faf09771c94af80560331459','a:1:{s:13:\"guest_user_id\";i:1522369851;}',1522542651),(3662,'47dde57567bc6940de9a83d78ccd649d','a:2:{s:13:\"guest_user_id\";i:1538140385;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313185),(662,'47dfb5c9b2788f0d738dad448a1e4bd0','a:2:{s:13:\"guest_user_id\";i:1522872963;s:4:\"cart\";s:6:\"a:0:{}\";}',1523045761),(685,'47e8b466993d7231513fba0ce315366b','a:1:{s:13:\"guest_user_id\";i:1522947754;}',1523120553),(2916,'480bb7c44e101aa0cae4629b75997f55','a:2:{s:13:\"guest_user_id\";i:1529175851;s:4:\"cart\";s:6:\"a:0:{}\";}',1529348651),(446,'480d53714fce3059cce9e7993af4059f','a:1:{s:13:\"guest_user_id\";i:1522493228;}',1522666028),(3057,'48388fff96c6f55727b65249c515acf8','a:2:{s:13:\"guest_user_id\";i:1530029340;s:4:\"cart\";s:6:\"a:0:{}\";}',1530202140),(3035,'48394930f5f2d91439bf356d7e2c9215','a:1:{s:13:\"guest_user_id\";i:1529862351;}',1530035151),(1292,'484a0215268c9bfd06525058af156081','a:1:{s:13:\"guest_user_id\";i:1523666683;}',1523839482),(3138,'484c7603c2fca53dcc472298a7fc71fe','a:2:{s:13:\"guest_user_id\";i:1530275873;s:4:\"cart\";s:6:\"a:0:{}\";}',1530448673),(198,'4866da2ea7335f081928a31e01c47981','a:1:{s:13:\"guest_user_id\";i:1522369889;}',1522542688),(831,'488f7005d762510fd73b390de072e01d','a:1:{s:13:\"guest_user_id\";i:1523280382;}',1523453182),(3767,'489803c62994c48a13b1ccf7f922d355','a:2:{s:13:\"guest_user_id\";i:1538172322;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345121),(2105,'48a9a42a1bde3b1fa1de4d12173525ef','a:2:{s:13:\"guest_user_id\";i:1528716845;s:4:\"cart\";s:6:\"a:0:{}\";}',1528889645),(1679,'48b65dbd31bf91733117b4d315dbf24d','a:1:{s:13:\"guest_user_id\";i:1528153107;}',1528325907),(575,'48bae0263aba900e05f200f3802903fa','a:2:{s:13:\"guest_user_id\";i:1522669189;s:4:\"cart\";s:6:\"a:0:{}\";}',1522841988),(3231,'48c0aa40fbb26518bed54ba18818ad79','a:1:{s:13:\"guest_user_id\";i:1534441849;}',1534614649),(1921,'48cb3bc0383b5d356b661263429437b0','a:2:{s:13:\"guest_user_id\";i:1528636661;s:4:\"cart\";s:6:\"a:0:{}\";}',1528809460),(1457,'48df87894c4c633d2e334b311b1e8209','a:2:{s:13:\"guest_user_id\";i:1524210006;s:4:\"cart\";s:6:\"a:0:{}\";}',1524382805),(2096,'48e55804df4983981a48d4da346ea20a','a:1:{s:13:\"guest_user_id\";i:1528716843;}',1528889643),(3237,'48ffd53fb0832544428dbedcb079ba43','a:1:{s:13:\"guest_user_id\";i:1535332751;}',1535505551),(2068,'4950b7845eb0c686a1dc87c5cac94fe4','a:1:{s:13:\"guest_user_id\";i:1528705159;}',1528877959),(1938,'496986f18978acfa5e6529d54798585d','a:1:{s:13:\"guest_user_id\";i:1528642155;}',1528814955),(1235,'4976a96e0d30ed49504f9875bb766db2','a:1:{s:13:\"guest_user_id\";i:1523564896;}',1523737693),(1663,'49839efbe0129a79ae7cefc2c4ee41d4','a:2:{s:13:\"guest_user_id\";i:1527875161;s:4:\"cart\";s:6:\"a:0:{}\";}',1528047959),(3468,'49a03aef820f2eaba0230011fa3d6c15','a:2:{s:13:\"guest_user_id\";i:1537619060;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791860),(867,'49b884f3fcaf7c512a94210f1d62cfbd','a:1:{s:13:\"guest_user_id\";i:1523282099;}',1523454899),(14,'49bb870f33d5b24c267a9117e4d99624','a:1:{s:13:\"guest_user_id\";i:1522365493;}',1522538292),(557,'49d394166bfa2c5246d36c3fb94d82a8','a:1:{s:13:\"guest_user_id\";i:1522618704;}',1522791504),(2077,'49d9802fde810541795d922ece5ca8d2','a:1:{s:13:\"guest_user_id\";i:1528705162;}',1528877961),(1838,'49e1453b90ed0166ccdd4429567491b2','a:1:{s:13:\"guest_user_id\";i:1528596714;}',1528769514),(3900,'49e3e2658c04b33719972d81fe80467f','a:3:{s:13:\"guest_user_id\";i:1538776919;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538949715),(1930,'49f9bae433f80854e7cd651ffa1af353','a:1:{s:13:\"guest_user_id\";i:1528642152;}',1528814952),(2184,'4a06ae58c96e12b189942bf87e1a5be3','a:1:{s:13:\"guest_user_id\";i:1528750518;}',1528923318),(584,'4a697064c52d04bd3c25d90c3089d995','a:1:{s:13:\"guest_user_id\";i:1522669222;}',1522842015),(515,'4a6a06cd117154e369d33221bbd58446','a:1:{s:13:\"guest_user_id\";i:1522587313;}',1522760113),(3446,'4a8a523d69ce63401cdc8b7f8b2e31f4','a:3:{s:13:\"guest_user_id\";i:1537619037;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791837),(2185,'4a905f832a463487cc9dad165a3e00a3','a:2:{s:13:\"guest_user_id\";i:1528750518;s:4:\"cart\";s:6:\"a:0:{}\";}',1528923318),(1908,'4abbb0a9c9ccc74fbc2a3981b771f17c','a:2:{s:13:\"guest_user_id\";i:1528630837;s:4:\"cart\";s:6:\"a:0:{}\";}',1528803636),(2005,'4ac6effe3ca4bab392490b2b9452022d','a:1:{s:13:\"guest_user_id\";i:1528676400;}',1528849200),(1867,'4adf1ed7710348b1b4ec210ff21d3e44','a:1:{s:13:\"guest_user_id\";i:1528613994;}',1528786794),(2644,'4af37d27b1f0c5f0ab949969d2a88f18','a:2:{s:13:\"guest_user_id\";i:1528986483;s:4:\"cart\";s:6:\"a:0:{}\";}',1529159283),(2164,'4b21b17c804a8b6ad2d9861d55635d56','a:1:{s:13:\"guest_user_id\";i:1528744738;}',1528917538),(1738,'4b2c3b820662f30af5d25562730e7118','a:2:{s:13:\"guest_user_id\";i:1528551513;s:4:\"cart\";s:6:\"a:0:{}\";}',1528724312),(3256,'4b3420bd2be8e86353e2c835d8d5a885','a:1:{s:13:\"guest_user_id\";i:1535496417;}',1535669217),(890,'4b48a54c1838943c1c61f56b474b9487','a:1:{s:13:\"guest_user_id\";i:1523283417;}',1523456217),(3641,'4b4a2990beaff22a71af592d5ced8df2','a:3:{s:13:\"guest_user_id\";i:1538140327;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313127),(55,'4b644cb171af24d8fd9c8688f8c9dea5','a:2:{s:13:\"guest_user_id\";i:1522369715;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542514),(2129,'4b87273244ef3a486d61a0b2e8cce87f','a:2:{s:13:\"guest_user_id\";i:1528728134;s:4:\"cart\";s:6:\"a:0:{}\";}',1528900933),(2255,'4bbc7ca7cd8893c7e7a05e3456b522b9','a:1:{s:13:\"guest_user_id\";i:1528784181;}',1528956981),(2962,'4bd2fff3857364713c49fedbe672783d','a:1:{s:13:\"guest_user_id\";i:1529452576;}',1529625376),(2135,'4be3e6b79ec7df444e5eba528c13940f','a:1:{s:13:\"guest_user_id\";i:1528728137;}',1528900937),(471,'4bea249b4d58cbf2b2454e644d4b9b6c','a:1:{s:13:\"guest_user_id\";i:1522495832;}',1522668632),(3896,'4bf1709d51d59ab445a0ecd620e7f56c','a:2:{s:13:\"guest_user_id\";i:1538760528;s:4:\"cart\";s:6:\"a:0:{}\";}',1538933327),(1557,'4bfb01b011bd796e99367f89d76d9493','a:1:{s:13:\"guest_user_id\";i:1525548892;}',1525721692),(2295,'4c300569192da5dcecbd2045bf558b31','a:1:{s:13:\"guest_user_id\";i:1528800888;}',1528973688),(1278,'4c423480928f02c8db36a79540d6ceac','a:1:{s:13:\"guest_user_id\";i:1523658150;}',1523830949),(2475,'4c722014f3fc57ab84d23a2a00055209','a:1:{s:13:\"guest_user_id\";i:1528887339;}',1529060139),(315,'4c7bd936ed3b7152e522dbb0e788ba0b','a:2:{s:13:\"guest_user_id\";i:1522369998;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542797),(1676,'4c9cdf17a79233472257274b01a406dc','a:1:{s:13:\"guest_user_id\";i:1528132034;}',1528304834),(2614,'4cb6593655285029d8a35a5301376d34','a:1:{s:13:\"guest_user_id\";i:1528970365;}',1529143165),(2674,'4ccb5875311762c90d4eaa85a9a0d7ff','a:1:{s:13:\"guest_user_id\";i:1529013453;}',1529186253),(3074,'4cd8488db70e1e0d4cae7f4bfbb46fc7','a:2:{s:13:\"guest_user_id\";i:1530084794;s:4:\"cart\";s:6:\"a:0:{}\";}',1530257594),(3579,'4cd87a33823f623328eb90d0b2addac1','a:4:{s:13:\"guest_user_id\";i:1537660219;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"3b7d09dac07c9ccd3aae2025cc195250\";a:4:{s:7:\"item_id\";s:4:\"5181\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:49;s:5:\"total\";d:49;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537833019),(2834,'4cef4d4693a28a08a61a2637d92fe4ae','a:2:{s:13:\"guest_user_id\";i:1529065182;s:4:\"cart\";s:6:\"a:0:{}\";}',1529237981),(936,'4cf4caae3640f33c3863ccd38e378611','a:1:{s:13:\"guest_user_id\";i:1523284720;}',1523457520),(1023,'4d03a7cf810e5559feefbda7624bf0a9','a:1:{s:13:\"guest_user_id\";i:1523305970;}',1523478770),(3199,'4d22dd330585d6f87cef4328c7515953','a:1:{s:13:\"guest_user_id\";i:1533055627;}',1533228426),(717,'4d291c6fc00459a411d1138db2cfa8f0','a:1:{s:13:\"guest_user_id\";i:1523070206;}',1523243006),(3895,'4d29ce73c8ad551680e1bdf21ec2aa33','a:2:{s:13:\"guest_user_id\";i:1538760524;s:4:\"cart\";s:6:\"a:0:{}\";}',1538933322),(3136,'4d2edffa69799b752b9fd9c3711c6b42','a:1:{s:13:\"guest_user_id\";i:1530257249;}',1530430049),(1595,'4d4a3ead6c4b2220575db97fe41bb9fd','a:1:{s:13:\"guest_user_id\";i:1526259172;}',1526431972),(2025,'4d4a6d70b24a69cd7d19926365fbe4ac','a:1:{s:13:\"guest_user_id\";i:1528682329;}',1528855129),(3326,'4d4d12d98cb906ec7bc8d2f34132aef5','a:2:{s:13:\"guest_user_id\";i:1537464729;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637526),(2835,'4d5a130c756e747026c8fdfe1ce294af','a:1:{s:13:\"guest_user_id\";i:1529065183;}',1529237983),(3862,'4d74d4dac18c9c96f52015477dda6ad9','a:3:{s:13:\"guest_user_id\";i:1538595582;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538768382),(82,'4d7adf173b93be57659e81b3c840b763','a:1:{s:13:\"guest_user_id\";i:1522369747;}',1522542547),(550,'4d7fd0adf37797120faa9e8533b06370','a:1:{s:13:\"guest_user_id\";i:1522618701;}',1522791500),(2270,'4d89be791baaf84f8994fbbd6a6194b5','a:2:{s:13:\"guest_user_id\";i:1528789632;s:4:\"cart\";s:6:\"a:0:{}\";}',1528962432),(3440,'4d8ddde0a9cae77d6bf6e9c1ea86d30b','a:3:{s:13:\"guest_user_id\";i:1537619017;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791817),(3122,'4d972e889264a93e40edc64d22bd9b36','a:2:{s:13:\"guest_user_id\";i:1530219448;s:4:\"cart\";s:6:\"a:0:{}\";}',1530392248),(3877,'4d9ba35f408bc114d390f448bbb79e51','a:2:{s:13:\"guest_user_id\";i:1538631956;s:4:\"cart\";s:6:\"a:0:{}\";}',1538804755),(2140,'4da8cac58d95e1838d0b440a39f48ff6','a:1:{s:13:\"guest_user_id\";i:1528733512;}',1528906312),(466,'4dd5bf39196e034b24707f7a860c3b01','a:1:{s:13:\"guest_user_id\";i:1522495636;}',1522668436),(3631,'4de111b1599370b6f32010c6747e477e','a:1:{s:13:\"guest_user_id\";i:1538140291;}',1538313090),(2100,'4de5e27ee30e626a02f4b51f41ba1ddb','a:2:{s:13:\"guest_user_id\";i:1528716844;s:4:\"cart\";s:6:\"a:0:{}\";}',1528889644),(529,'4de77574fdf061a81f6e35d3508f413d','a:1:{s:13:\"guest_user_id\";i:1522587873;}',1522760672),(1852,'4df20f8b5eecb101989a6ac8f18be5e4','a:1:{s:13:\"guest_user_id\";i:1528602616;}',1528775416),(3059,'4df96a16d79325edbb01265f5e892a09','a:2:{s:13:\"guest_user_id\";i:1530029342;s:4:\"cart\";s:6:\"a:0:{}\";}',1530202142),(3655,'4e31d10bfdde1ea2a1a9b5ed9ec9ee01','a:2:{s:13:\"guest_user_id\";i:1538140366;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313165),(172,'4e3a85c171a10eab4b5b5df07431b118','a:1:{s:13:\"guest_user_id\";i:1522369858;}',1522542658),(508,'4e484634d9f3cdefdfe2d7d18cbae1ce','a:1:{s:13:\"guest_user_id\";i:1522545558;}',1522718355),(3362,'4e53c0680984bd68f987eb83444bd784','a:2:{s:13:\"guest_user_id\";i:1537464912;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637712),(1005,'4e5a94bd8a065dbfead5f523f4f52344','a:1:{s:13:\"guest_user_id\";i:1523288055;}',1523460855),(2011,'4e6ece50185c49128cbb33233f03a211','a:2:{s:13:\"guest_user_id\";i:1528676402;s:4:\"cart\";s:6:\"a:0:{}\";}',1528849202),(2840,'4e6fa47cfd441f658bc3b391b377499a','a:1:{s:13:\"guest_user_id\";i:1529065185;}',1529237984),(1707,'4e7246d5e4d12ed6c7882f779ab5a853','a:1:{s:13:\"guest_user_id\";i:1528153115;}',1528325915),(1162,'4e7997f5cb785eb1a5bc956e37485324','a:1:{s:13:\"guest_user_id\";i:1523460316;}',1523633114),(3102,'4e7e35410a55d8a2d806fe1889aca81c','a:2:{s:13:\"guest_user_id\";i:1530148238;s:4:\"cart\";s:6:\"a:0:{}\";}',1530321038),(348,'4e904fc280a42764503c3a0dc969b7b0','a:2:{s:13:\"guest_user_id\";i:1522458011;s:4:\"cart\";s:6:\"a:0:{}\";}',1522630808),(1720,'4ea6a27c1224b1cbd5b003929e1f1a75','a:1:{s:13:\"guest_user_id\";i:1528216327;}',1528389127),(3663,'4ed161a5bfe562d5808dece9f9251f3a','a:2:{s:13:\"guest_user_id\";i:1538140387;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313187),(3031,'4ed6b093d8cf977c076608763a030158','a:1:{s:13:\"guest_user_id\";i:1529862052;}',1530034852),(923,'4edbf16b067d69a142e98178a6fc5304','a:1:{s:13:\"guest_user_id\";i:1523284430;}',1523457230),(1553,'4eef177bae5c20b7182d73b108e334b9','a:2:{s:13:\"guest_user_id\";i:1525468348;s:4:\"cart\";s:6:\"a:0:{}\";}',1525641147),(848,'4ef86e528ca039c15fb20cebd04b8b90','a:1:{s:13:\"guest_user_id\";i:1523281098;}',1523453897),(3630,'4f152227eb2cc7180a8c4ac74724cbb3','a:2:{s:13:\"guest_user_id\";i:1538140294;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313092),(300,'4f376d0d7271153501f2c0a3060e5372','a:1:{s:13:\"guest_user_id\";i:1522369986;}',1522542785),(3095,'4f4683ec00854be644f1235250e419a3','a:2:{s:13:\"guest_user_id\";i:1530147410;s:4:\"cart\";s:6:\"a:0:{}\";}',1530320209),(2798,'4f4b371707d33bba8d51aee8b5d17fd3','a:1:{s:13:\"guest_user_id\";i:1529053359;}',1529226159),(2346,'4f52dc134e4b900393df1094cc5f222c','a:2:{s:13:\"guest_user_id\";i:1528823200;s:4:\"cart\";s:6:\"a:0:{}\";}',1528996000),(601,'4f6e04e06a48ce2d70e08d837ccf31a3','a:1:{s:13:\"guest_user_id\";i:1522672318;}',1522845118),(152,'4f6f4e7e3140e32b497cfea46168134f','a:1:{s:13:\"guest_user_id\";i:1522369838;}',1522542638),(3204,'4f7155fa816aaefa5daa8b1660005740','a:2:{s:13:\"guest_user_id\";i:1533862189;s:4:\"cart\";s:6:\"a:0:{}\";}',1534034987),(3779,'4f7cb1f496004b127374059f28f0de2b','a:2:{s:13:\"guest_user_id\";i:1538172349;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345149),(2718,'4f96272b067ff267b4f493b311dfc7ee','a:1:{s:13:\"guest_user_id\";i:1529025367;}',1529198167),(3545,'4fb12bfc8f3682898746bfe573e0680e','a:2:{s:13:\"guest_user_id\";i:1537659947;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832746),(2194,'4fd563350c57fa8d6289b2aaccab79fe','a:2:{s:13:\"guest_user_id\";i:1528755941;s:4:\"cart\";s:6:\"a:0:{}\";}',1528928741),(1826,'4ffca726cda10fce0ab1f59f544aa5e4','a:1:{s:13:\"guest_user_id\";i:1528591172;}',1528763972),(1579,'500625acbff912548475ede6d8ae949a','a:1:{s:13:\"guest_user_id\";i:1525982147;}',1526154947),(1182,'501ca1b1d67bc90d431311a7c619c394','a:1:{s:13:\"guest_user_id\";i:1523526189;}',1523698989),(2042,'5034a728d1ebac0b4d34aa0cdf423c5e','a:2:{s:13:\"guest_user_id\";i:1528693765;s:4:\"cart\";s:6:\"a:0:{}\";}',1528866563),(810,'5053d8ef20ca332e56c7eda5aae07993','a:1:{s:13:\"guest_user_id\";i:1523278611;}',1523451411),(3415,'509a3f3b872dc5c59ce38f484770dd2a','a:2:{s:13:\"guest_user_id\";i:1537618952;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791752),(2167,'50aa7a1be6be5f9b34dc78024d405e5f','a:1:{s:13:\"guest_user_id\";i:1528744743;}',1528917543),(288,'50cafcea9315f90643798274489e224a','a:2:{s:13:\"guest_user_id\";i:1522369971;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542771),(321,'50e0beb9720bb88fa80eb9b7f5d23a40','a:2:{s:13:\"guest_user_id\";i:1522370004;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542803),(3875,'50e2f07859b56cf5552975eae3d7691e','a:1:{s:13:\"guest_user_id\";i:1538627420;}',1538800220),(823,'50f5515360618cbd6af32d88fdd0233a','a:1:{s:13:\"guest_user_id\";i:1523280189;}',1523452989),(3516,'5113b3de6d3fd051a6c5bff69f0c5b73','a:2:{s:13:\"guest_user_id\";i:1537619112;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791912),(1160,'5119020656ad0841e2913c96c0831cde','a:1:{s:13:\"guest_user_id\";i:1523460312;}',1523633111),(1427,'512a0ca0ca4920cc5bed7a636bf06b0a','a:2:{s:13:\"guest_user_id\";i:1524089151;s:4:\"cart\";s:6:\"a:0:{}\";}',1524261950),(2143,'512a7e43e85e6f03841cb4e6e9102ed5','a:1:{s:13:\"guest_user_id\";i:1528733513;}',1528906313),(1756,'5149c39b3f9701ddcdd2b420c080515a','a:1:{s:13:\"guest_user_id\";i:1528557248;}',1528730048),(876,'515519b1fe1c2a3e2dfa1a3e309a1f9e','a:1:{s:13:\"guest_user_id\";i:1523282505;}',1523455305),(88,'5157cc80f1f4e849cf1767dbc122a4d5','a:1:{s:13:\"guest_user_id\";i:1522369756;}',1522542555),(3375,'515cbfcfdba96083ac9bcf79e0fbb85a','a:2:{s:13:\"guest_user_id\";i:1537525804;s:4:\"cart\";s:6:\"a:0:{}\";}',1537698603),(3915,'517488752bd39471117afb7376e56cc3','a:2:{s:13:\"guest_user_id\";i:1539024066;s:4:\"cart\";s:6:\"a:0:{}\";}',1539196863),(1035,'5174de6472905659e733ee2607c4efde','a:1:{s:13:\"guest_user_id\";i:1523307780;}',1523480580),(2257,'518e885de79dde4742d4449cadd05001','a:1:{s:13:\"guest_user_id\";i:1528784186;}',1528956986),(3805,'518fc2a1eb03a8a72a3b816db550b0a9','a:2:{s:13:\"guest_user_id\";i:1538301367;s:4:\"cart\";s:6:\"a:0:{}\";}',1538474164),(2339,'519ffad21838eafb47bce734d5652eaf','a:1:{s:13:\"guest_user_id\";i:1528823198;}',1528995998),(2465,'51d42fb0cb1a3779fa15535fdcb4b6f5','a:2:{s:13:\"guest_user_id\";i:1528881774;s:4:\"cart\";s:6:\"a:0:{}\";}',1529054573),(2232,'520a32ffa94d1ea62ddcfa7b225db386','a:1:{s:13:\"guest_user_id\";i:1528772978;}',1528945777),(3081,'521209f33a2724aefbdb74c29a0058ff','a:1:{s:13:\"guest_user_id\";i:1530103865;}',1530276665),(2725,'523dfeec61bcf0261cdd6694d3980b8a','a:1:{s:13:\"guest_user_id\";i:1529029494;}',1529202294),(3280,'5249e85d5b20ccce6729f8f576b54b7c','a:1:{s:13:\"guest_user_id\";i:1536074989;}',1536247787),(417,'524a204df9588eb417997f3a58bc9df7','a:1:{s:13:\"guest_user_id\";i:1522490923;}',1522663723),(1086,'524a2d0420bda56edc3deb6fdb1e74a1','a:1:{s:13:\"guest_user_id\";i:1523353964;}',1523526763),(2663,'525399b6a8e103e22d23ac0e05a13226','a:1:{s:13:\"guest_user_id\";i:1529007744;}',1529180544),(1021,'52694ffe34e08ba0e436e601fd6ce6c3','a:1:{s:13:\"guest_user_id\";i:1523305968;}',1523478767),(1122,'52748f84eb638237a29c0fa4665a5042','a:1:{s:13:\"guest_user_id\";i:1523361530;}',1523534329),(647,'5281d0d4e20daf86276e3aae8dce937c','a:2:{s:13:\"guest_user_id\";i:1522785490;s:4:\"cart\";s:6:\"a:0:{}\";}',1522958288),(3145,'5287f30ecbf9283b153a86fb0d4451f0','a:2:{s:13:\"guest_user_id\";i:1530294091;s:4:\"cart\";s:6:\"a:0:{}\";}',1530466891),(1284,'529994d7c0f8cc05589189e1bc8f5d69','a:1:{s:13:\"guest_user_id\";i:1523662596;}',1523835395),(1342,'52cb37c537ef63665dd84924d987d91c','a:1:{s:13:\"guest_user_id\";i:1523873833;}',1524046633),(2657,'52d154f5a11fa77daa987f71e8ebec32','a:2:{s:13:\"guest_user_id\";i:1528992013;s:4:\"cart\";s:6:\"a:0:{}\";}',1529164812),(1935,'52d72bcfd116107bc4c019efb6192dd8','a:1:{s:13:\"guest_user_id\";i:1528642154;}',1528814954),(224,'52e5ac522a96444d56487aca86b6c8e2','a:1:{s:13:\"guest_user_id\";i:1522369911;}',1522542711),(2061,'52f70fd7c3be7c83a4cf1752918ad8de','a:1:{s:13:\"guest_user_id\";i:1528699295;}',1528872094),(279,'532dce45e9e9e508f7e989dcdff01237','a:1:{s:13:\"guest_user_id\";i:1522369964;}',1522542764),(3355,'533014f14b53ee71c0343447f00c0875','a:2:{s:13:\"guest_user_id\";i:1537464895;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637695),(3386,'5339753c6a9edc2309798214cf3a449b','a:2:{s:13:\"guest_user_id\";i:1537618875;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791675),(3599,'533aa66a383b8605085dfbc178845ebb','a:2:{s:13:\"guest_user_id\";i:1537924326;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097126),(1532,'533c20719db3ea8a63ea3daf8707fd18','a:1:{s:13:\"guest_user_id\";i:1525020493;}',1525193293),(3450,'534b08f0d723aab887cadc628a44af68','a:3:{s:13:\"guest_user_id\";i:1537619041;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791841),(1028,'534ca5b8f1a640680d8bd91b4c10e12d','a:1:{s:13:\"guest_user_id\";i:1523306032;}',1523478832),(3506,'5353542f90492d5a7305cbd1c6b4a6eb','a:3:{s:13:\"guest_user_id\";i:1537619099;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791899),(2987,'536cb15627d72cd3a83f10a3526f9a4b','a:1:{s:13:\"guest_user_id\";i:1529475922;}',1529648722),(1927,'537bab2b2138522270d96af07800a4c8','a:1:{s:13:\"guest_user_id\";i:1528636666;}',1528809466),(3328,'53bbbc2c13a2108360eeeb137ddd0940','a:2:{s:13:\"guest_user_id\";i:1537464732;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637532),(3768,'53bcb684528422ba842f407fb209374d','a:3:{s:13:\"guest_user_id\";i:1538172324;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345124),(2057,'53c9070a2e1d204803ad6d5196043116','a:2:{s:13:\"guest_user_id\";i:1528699293;s:4:\"cart\";s:6:\"a:0:{}\";}',1528872093),(1072,'53d4e383d6a0f46663b68d5809a906cf','a:1:{s:13:\"guest_user_id\";i:1523313880;}',1523486679),(2636,'53dbe457c0b493d416de0bf2f596278e','a:2:{s:13:\"guest_user_id\";i:1528986481;s:4:\"cart\";s:6:\"a:0:{}\";}',1529159280),(798,'53ef99b1dc724cbff4712317ecfe28bc','a:1:{s:13:\"guest_user_id\";i:1523278136;}',1523450935),(1453,'53ff8641e806e51cd63677e2200d0963','a:1:{s:13:\"guest_user_id\";i:1524206313;}',1524379113),(1731,'545527270de306ea619221e2be33bf5b','a:1:{s:13:\"guest_user_id\";i:1528546536;}',1528719336),(3507,'54701ffdba1a0712730fb11e52f4575d','a:3:{s:13:\"guest_user_id\";i:1537619100;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791900),(2627,'5477094312c64ce1882140ed790f3ef2','a:2:{s:13:\"guest_user_id\";i:1528975743;s:4:\"cart\";s:6:\"a:0:{}\";}',1529148543),(2517,'549cfb10a119c9bf1b7c76fcaed105bf','a:1:{s:13:\"guest_user_id\";i:1528903810;}',1529076610),(3671,'54ab18e45d37a91d8e1afd4efb2410c5','a:1:{s:13:\"guest_user_id\";i:1538157808;}',1538330605),(3278,'54cde3eeede346c325063fb214715c81','a:1:{s:13:\"guest_user_id\";i:1536074859;}',1536247659),(1102,'55066b010d2bbc5ac4ae40c1412eb94f','a:1:{s:13:\"guest_user_id\";i:1523357597;}',1523530396),(1140,'552a8d747accc0705b18a85925b5d374','a:2:{s:13:\"guest_user_id\";i:1523418802;s:4:\"cart\";s:6:\"a:0:{}\";}',1523591600),(1093,'554b8e772e9607c71be983a50acae598','a:1:{s:13:\"guest_user_id\";i:1523353978;}',1523526778),(815,'554b9d20e91c48300617eaeee4d74b89','a:1:{s:13:\"guest_user_id\";i:1523279041;}',1523451840),(1070,'554e42fae619c7e30d9f88b245003063','a:1:{s:13:\"guest_user_id\";i:1523313814;}',1523486613),(1275,'556109533a1cc326f75a3591f22482e7','a:1:{s:13:\"guest_user_id\";i:1523655668;}',1523828468),(1548,'556fa068b9fa7d513d3961888d5e66b4','a:2:{s:13:\"guest_user_id\";i:1525422887;s:4:\"cart\";s:6:\"a:0:{}\";}',1525595684),(3046,'557ec6aeea4770531b78f5c0947ec5bb','a:2:{s:13:\"guest_user_id\";i:1529992372;s:4:\"cart\";s:6:\"a:0:{}\";}',1530165171),(2565,'55917802757b93c3612806acb30f89a4','a:1:{s:13:\"guest_user_id\";i:1528925533;}',1529098333),(736,'5594ede72236e1db6a1faeb6504160ff','a:1:{s:13:\"guest_user_id\";i:1523220074;}',1523392874),(1600,'55caec719efba8f9f200dd87131e4a5c','a:2:{s:13:\"guest_user_id\";i:1526259257;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432057),(3629,'55d544be1adfb5a59138105da05edc32','a:2:{s:13:\"guest_user_id\";i:1538140290;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313088),(3291,'55d5680c0d1ef66c6efa916734f9bd6b','a:2:{s:13:\"guest_user_id\";i:1536570666;s:4:\"cart\";s:6:\"a:0:{}\";}',1536743460),(2859,'55e6f706938e12043e2b692d790580e2','a:1:{s:13:\"guest_user_id\";i:1529073211;}',1529246010),(1371,'55f6e2ba2a6c1789e9e0906c732e1dc5','a:2:{s:13:\"guest_user_id\";i:1523973266;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146066),(3472,'55f855310cfcfc93ea5e39904e414fc8','a:2:{s:13:\"guest_user_id\";i:1537619065;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791865),(2779,'55f8b2d52c98814702fd5ac588baf296','a:2:{s:13:\"guest_user_id\";i:1529045406;s:4:\"cart\";s:6:\"a:0:{}\";}',1529218206),(2139,'5600b33b7e0d4ed52c4672b3d6984421','a:1:{s:13:\"guest_user_id\";i:1528733511;}',1528906311),(614,'56221db90f927906f68f54015340c378','a:1:{s:13:\"guest_user_id\";i:1522674926;}',1522847725),(1823,'5628b6078d61f0ad28b6e00ce9e5b0e1','a:2:{s:13:\"guest_user_id\";i:1528591169;s:4:\"cart\";s:6:\"a:0:{}\";}',1528763969),(1467,'562a7b1abbd2ee1c4f63810d175f31aa','a:1:{s:13:\"guest_user_id\";i:1524336572;}',1524509372),(1460,'562bc52f0b54b4fe2fa17852fa3168c1','a:1:{s:13:\"guest_user_id\";i:1524210006;}',1524382806),(1325,'56314935c0293a8695dbe36cd013d8b4','a:1:{s:13:\"guest_user_id\";i:1523808380;}',1523981179),(1801,'565d6f0ade3a3f21a8b76cbfcf135aac','a:2:{s:13:\"guest_user_id\";i:1528579796;s:4:\"cart\";s:6:\"a:0:{}\";}',1528752596),(648,'565e15f066fea5fde3340c3030605b3a','a:1:{s:13:\"guest_user_id\";i:1522785496;}',1522958295),(577,'566496db1e76fc1bc681bc1cf81c55b9','a:4:{s:13:\"guest_user_id\";i:1522618697;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522791497),(1777,'566b7ec003ff6f195b596701b9815fba','a:2:{s:13:\"guest_user_id\";i:1528568561;s:4:\"cart\";s:6:\"a:0:{}\";}',1528741361),(1445,'5673c1eb75dc87c6513f48e03092fcc8','a:1:{s:13:\"guest_user_id\";i:1524173520;}',1524346319),(2427,'5681aeb5196c9649a6c07e0de89ed407','a:1:{s:13:\"guest_user_id\";i:1528865190;}',1529037989),(3917,'56a47a92840687b5ae417abd8223e71f','a:1:{s:13:\"guest_user_id\";i:1539024116;}',1539196914),(3127,'56aa8d19f641ba2a78abfd5e5278cf75','a:2:{s:13:\"guest_user_id\";i:1530238318;s:4:\"cart\";s:6:\"a:0:{}\";}',1530411117),(687,'56e974002dabc730ef8e636476dbba3c','a:1:{s:13:\"guest_user_id\";i:1522947821;}',1523120621),(1197,'56fbec1800706e1211e63328b1ec115e','a:2:{s:13:\"guest_user_id\";i:1523526440;s:4:\"cart\";s:6:\"a:0:{}\";}',1523699239),(1094,'57024d757b873e50a113c11f10e97394','a:1:{s:13:\"guest_user_id\";i:1523354159;}',1523526959),(3437,'5707e706796ebd8749d24259c674077e','a:2:{s:13:\"guest_user_id\";i:1537619012;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791812),(3691,'570b2db7052b3b1cad8ef4496c616f58','a:2:{s:13:\"guest_user_id\";i:1538157865;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330665),(2885,'5728d79c4ed1f0f63f56ceb4f85efb96','a:1:{s:13:\"guest_user_id\";i:1529085895;}',1529258695),(255,'5731b2c23723d5aea3a663bf9b49e91d','a:2:{s:13:\"guest_user_id\";i:1522369940;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542740),(2002,'57346a6d24a96c0d02921addc06e8bab','a:2:{s:13:\"guest_user_id\";i:1528670887;s:4:\"cart\";s:6:\"a:0:{}\";}',1528843687),(2259,'573933783a388a51699d613bab81999d','a:1:{s:13:\"guest_user_id\";i:1528784187;}',1528956987),(752,'57475cb0cf4b8e588b29cbf8bd2f3187','a:1:{s:13:\"guest_user_id\";i:1523225826;}',1523398626),(2151,'57564a85f154b5442e7cf51cd922ded9','a:1:{s:13:\"guest_user_id\";i:1528739310;}',1528912110),(3309,'575d9ff6aa76c028e259ba55787cc6b8','a:2:{s:13:\"guest_user_id\";i:1537464478;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637278),(1044,'576b55faca95984de518c04ff135142d','a:1:{s:13:\"guest_user_id\";i:1523308218;}',1523481018),(1412,'576f71e47cf2ce7a7f3c5b08c6f672eb','a:1:{s:13:\"guest_user_id\";i:1523993796;}',1524166596),(3320,'579097f091bee6712ca1b48ef6f2257c','a:2:{s:13:\"guest_user_id\";i:1537464599;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637399),(953,'5798ca81f4a5fa624cf1ac5be772cd36','a:1:{s:13:\"guest_user_id\";i:1523285461;}',1523458261),(3502,'57cfd2e8db65e36316574d1d73f075d0','a:2:{s:13:\"guest_user_id\";i:1537619095;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791895),(483,'580012296b3e4197c8bcafe7629cc209','a:1:{s:13:\"guest_user_id\";i:1522497827;}',1522670627),(468,'5800bc8da4e676688a0554b358f86209','a:1:{s:13:\"guest_user_id\";i:1522495707;}',1522668507),(1882,'5809a97b2490cc1f2c2fec0d8504bc14','a:1:{s:13:\"guest_user_id\";i:1528619470;}',1528792270),(3142,'5817b4d0551f8afa6375659ffe8b171b','a:2:{s:13:\"guest_user_id\";i:1530294090;s:4:\"cart\";s:6:\"a:0:{}\";}',1530466885),(2344,'5829c7282c7015bfb3947af124c7f671','a:2:{s:13:\"guest_user_id\";i:1528823199;s:4:\"cart\";s:6:\"a:0:{}\";}',1528995999),(2838,'582aa82dd9845392122d5e75873d9b6e','a:1:{s:13:\"guest_user_id\";i:1529065184;}',1529237984),(284,'5845f7f7497efebc52090cfbf3fa340b','a:2:{s:13:\"guest_user_id\";i:1522369966;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542766),(2086,'5850ca09d4456f6357bb42bb45b0f948','a:1:{s:13:\"guest_user_id\";i:1528710892;}',1528883691),(3849,'585ea2aaa53c4aee479620d8df884469','a:2:{s:13:\"guest_user_id\";i:1538572843;s:4:\"cart\";s:6:\"a:0:{}\";}',1538745642),(1033,'58760b1e203601128774b496993d5503','a:1:{s:13:\"guest_user_id\";i:1523307710;}',1523480510),(3027,'588740cc8aa9ddf4512db4991ee3bd57','a:1:{s:13:\"guest_user_id\";i:1529861898;}',1530034698),(829,'58d52cfec1ed32a5c2715c36c7afc7ca','a:1:{s:13:\"guest_user_id\";i:1523280318;}',1523453118),(3272,'58d93049034a24d138ba619235b127e6','a:1:{s:13:\"guest_user_id\";i:1535987581;}',1536160381),(3798,'58e02a68653dc8752482637ec59a30a6','a:1:{s:13:\"guest_user_id\";i:1538209861;}',1538382660),(38,'591087df7ae06a099a13e7204faf973d','a:1:{s:13:\"guest_user_id\";i:1522369691;}',1522542491),(3749,'5912a36a8b81ab0795ac42e73140c68e','a:2:{s:13:\"guest_user_id\";i:1538172279;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345079),(2288,'591ff3ce24993cda466759e9045ec1dd','a:1:{s:13:\"guest_user_id\";i:1528800886;}',1528973686),(2763,'59345b906d2d5fa9fa94497cb32581cc','a:2:{s:13:\"guest_user_id\";i:1529041273;s:4:\"cart\";s:6:\"a:0:{}\";}',1529214073),(3461,'594011db0c6f5998975f1d9f5433898e','a:2:{s:13:\"guest_user_id\";i:1537619052;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791852),(3783,'5949c6df1a40520da1e1b8418547932c','a:2:{s:13:\"guest_user_id\";i:1538194212;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367008),(3582,'5952f89e027ce68a8de7d99e1d700d62','a:2:{s:13:\"guest_user_id\";i:1537723630;s:4:\"cart\";s:6:\"a:0:{}\";}',1537896425),(543,'5967cf82e8efddc06beba37ae7c4f5c6','a:1:{s:13:\"guest_user_id\";i:1522611096;}',1522783896),(104,'597341e392a88eb6dd7467cac91efa08','a:1:{s:13:\"guest_user_id\";i:1522369776;}',1522542576),(2901,'597c95533733ced5f8e3d1b05b9cbb8f','a:2:{s:13:\"guest_user_id\";i:1529159013;s:4:\"cart\";s:6:\"a:0:{}\";}',1529331813),(1924,'59841f449604ba91c5bba417e036f8ec','a:1:{s:13:\"guest_user_id\";i:1528636663;}',1528809463),(3316,'59904de816b9beb95f8d251d6b12a573','a:2:{s:13:\"guest_user_id\";i:1537464582;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637381),(3380,'59ab171a79384ebd4ed51c1998e84292','a:2:{s:13:\"guest_user_id\";i:1537618858;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791655),(405,'59b610b999253bae940bb8fab5d690b3','a:1:{s:13:\"guest_user_id\";i:1522489581;}',1522662381),(1354,'59cc6b2900a621068eaf6df345102604','a:1:{s:13:\"guest_user_id\";i:1523889099;}',1524061899),(3075,'59d5ae493a9aea26617b822025782910','a:2:{s:13:\"guest_user_id\";i:1530084794;s:4:\"cart\";s:6:\"a:0:{}\";}',1530257594),(2904,'59d9a1971f0733f9c9a477ee253e6e4c','a:1:{s:13:\"guest_user_id\";i:1529159015;}',1529331815),(1687,'59e3812c027433c4f06bec59551c94fc','a:1:{s:13:\"guest_user_id\";i:1528153108;}',1528325908),(2611,'59f523120cff83826d8cc3a12184438b','a:1:{s:13:\"guest_user_id\";i:1528970366;}',1529143166),(2501,'59f7718c3ca021b357eb82261dafd348','a:1:{s:13:\"guest_user_id\";i:1528898326;}',1529071125),(1394,'5a06ba849622bedcaa593d2ca319c2f7','a:1:{s:13:\"guest_user_id\";i:1523980715;}',1524153514),(385,'5a17dfc3b1d9775a48cb5838c17d6ffd','a:1:{s:13:\"guest_user_id\";i:1522488624;}',1522661423),(1793,'5a232426a156547b0e4afce8a8c17fd9','a:1:{s:13:\"guest_user_id\";i:1528573990;}',1528746790),(3869,'5a234bfbbbbeb1320e6bd9aed87591a1','a:1:{s:13:\"guest_user_id\";i:1538613864;}',1538786663),(1383,'5a406009b5e72276136b8f8e037323e5','a:1:{s:13:\"guest_user_id\";i:1523973291;}',1524146089),(2525,'5a43469bdbed8a7e5672cd594ea7cdb7','a:1:{s:13:\"guest_user_id\";i:1528909251;}',1529082051),(1367,'5a569ad40d217cf396c3d5339fcbee30','a:1:{s:13:\"guest_user_id\";i:1523973233;}',1524146033),(2585,'5a7105626a221c46ff1a6de1398deea1','a:2:{s:13:\"guest_user_id\";i:1528936620;s:4:\"cart\";s:6:\"a:0:{}\";}',1529109417),(96,'5a7a22d1ffef3aa21fcb05241630493c','a:2:{s:13:\"guest_user_id\";i:1522369763;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542563),(3281,'5a7dd781ab212c5bcaff53bafaa7cefc','a:2:{s:13:\"guest_user_id\";i:1536184078;s:4:\"cart\";s:6:\"a:0:{}\";}',1536356877),(474,'5a8085bff26e1c0d7eee3bf3f3a2248a','a:1:{s:13:\"guest_user_id\";i:1522495946;}',1522668746),(3766,'5a84e8e6af3008d3d9a71076c51ccd28','a:2:{s:13:\"guest_user_id\";i:1538172319;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345119),(555,'5a972c47868e500ca289a5c93b8e0fab','a:1:{s:13:\"guest_user_id\";i:1522618703;}',1522791503),(2808,'5aa026d1be75f8b018500ada895bbd04','a:2:{s:13:\"guest_user_id\";i:1529053362;s:4:\"cart\";s:6:\"a:0:{}\";}',1529226162),(3773,'5aa1981a48e2fc7c5897bbfddfc5edde','a:3:{s:13:\"guest_user_id\";i:1538172336;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345136),(3177,'5aac918d1ba3ac4af8348d3cd760980e','a:1:{s:13:\"guest_user_id\";i:1532002254;}',1532175052),(3454,'5ab7cb9393fca44213b0f886ba43ff99','a:3:{s:13:\"guest_user_id\";i:1537619045;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791845),(3248,'5ac96f9f540a6eb65012c589a5430f79','a:1:{s:13:\"guest_user_id\";i:1535456524;}',1535629324),(3366,'5acfe88e52b2232647d175f3e103091a','a:2:{s:13:\"guest_user_id\";i:1537464957;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637755),(2245,'5ada3046dcb59047b8b25860be678844','a:1:{s:13:\"guest_user_id\";i:1528778417;}',1528951217),(1535,'5b0745276ef5fd6d80eb2561366d897a','a:1:{s:13:\"guest_user_id\";i:1525020500;}',1525193300),(533,'5b212fc48955d4bba5e0e5bf4796d2fc','a:1:{s:13:\"guest_user_id\";i:1522589513;}',1522762312),(2449,'5b2dbe2feceee9ccf6c4c89043674691','a:1:{s:13:\"guest_user_id\";i:1528876182;}',1529048982),(2813,'5b3044b1f25f6f09768af766d852df9b','a:1:{s:13:\"guest_user_id\";i:1529057221;}',1529230020),(3125,'5b31a43d2b06d6f671b7430f058b7c6f','a:2:{s:13:\"guest_user_id\";i:1530219449;s:4:\"cart\";s:6:\"a:0:{}\";}',1530392249),(3839,'5b412d2e91bbd0680f528cf854f2bf5b','a:1:{s:13:\"guest_user_id\";i:1538554670;}',1538727468),(1390,'5b4c511247615d6b744448395f9f5b3e','a:1:{s:13:\"guest_user_id\";i:1523980458;}',1524153257),(377,'5b4dc34f8eaace0037d530d0560b9936','a:1:{s:13:\"guest_user_id\";i:1522488358;}',1522661157),(1059,'5b666790c12960edd85d5fbb3359df73','a:1:{s:13:\"guest_user_id\";i:1523308636;}',1523481436),(1195,'5b73c6c129db898c54d90a5b9ba7e67f','a:1:{s:13:\"guest_user_id\";i:1523526292;}',1523699092),(970,'5b7620e41ca89b26132492de4a09d665','a:1:{s:13:\"guest_user_id\";i:1523285958;}',1523458758),(3457,'5b93d2294f3994da510e9c58badf2b83','a:2:{s:13:\"guest_user_id\";i:1537619048;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791848),(2642,'5b969e327beaacab0cafb8e461f45fb8','a:1:{s:13:\"guest_user_id\";i:1528986483;}',1529159283),(3616,'5ba0e0f6c9c1e0ce0ec939bd6eead787','a:2:{s:13:\"guest_user_id\";i:1538023685;s:4:\"cart\";s:6:\"a:0:{}\";}',1538196483),(3635,'5ba2ecd3c190d76aaee4d53c09e4987a','a:2:{s:13:\"guest_user_id\";i:1538140307;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313106),(3099,'5bab488466c30db68989466f8a06d558','a:2:{s:13:\"guest_user_id\";i:1530148183;s:4:\"cart\";s:6:\"a:0:{}\";}',1530320983),(2931,'5bb5ac3ec036d0caf5a8e56f0d1b7d38','a:1:{s:13:\"guest_user_id\";i:1529412444;}',1529585244),(1190,'5bc1999cab7aefb810867cb5948b8415','a:1:{s:13:\"guest_user_id\";i:1523526289;}',1523699089),(2297,'5bd256dc5ce800a94c3510acd11315dc','a:1:{s:13:\"guest_user_id\";i:1528800889;}',1528973689),(1165,'5bee3b7687eafb11cf177bff7ea41d5c','a:2:{s:13:\"guest_user_id\";i:1523482210;s:4:\"cart\";s:6:\"a:0:{}\";}',1523655007),(1559,'5bfe0477641ec6707916830d5a079c7e','a:1:{s:13:\"guest_user_id\";i:1525548900;}',1525721700),(19,'5c208ecb5c5bee4cd1aead7228678a73','a:1:{s:13:\"guest_user_id\";i:1522366005;}',1522538804),(1996,'5c42cd9fb2136bf329d12cd2c341a92d','a:1:{s:13:\"guest_user_id\";i:1528670887;}',1528843687),(1572,'5c5d88fbd5791f83d513f0c8a2b5872a','a:1:{s:13:\"guest_user_id\";i:1525982141;}',1526154941),(1078,'5ca106d5dc62d76c84c774d9fff2bd08','a:1:{s:13:\"guest_user_id\";i:1523313963;}',1523486763),(1169,'5ccb2879456eccfe5099933a03be29bb','a:2:{s:13:\"guest_user_id\";i:1523483761;s:4:\"cart\";s:6:\"a:0:{}\";}',1523656556),(1290,'5cd2500065714eeffe63defa15419804','a:1:{s:13:\"guest_user_id\";i:1523666662;}',1523839461),(349,'5ce3da91d5c0114b1d7b00f59f46375f','a:1:{s:13:\"guest_user_id\";i:1522458014;}',1522630813),(148,'5cfa164af8b4d51e2a2d6e4cdcbaed6f','a:1:{s:13:\"guest_user_id\";i:1522369832;}',1522542632),(1489,'5d012b8cad137450ec8277ed070d8bc2','a:1:{s:13:\"guest_user_id\";i:1524652124;}',1524824924),(2172,'5d065817a6abb997b56205811ba36d79','a:1:{s:13:\"guest_user_id\";i:1528744746;}',1528917546),(117,'5d1dbcb9ce36d6c19a9d42eff23e4968','a:1:{s:13:\"guest_user_id\";i:1522369792;}',1522542592),(3217,'5d1e3ff63e31d67f3f2a3b3a53682ad3','a:2:{s:13:\"guest_user_id\";i:1534036245;s:4:\"cart\";s:6:\"a:0:{}\";}',1534209043),(946,'5d5663c04d54d55145d10ad7c164dcd2','a:1:{s:13:\"guest_user_id\";i:1523285156;}',1523457955),(996,'5d640e6d2d8c5583139a45101c757c23','a:1:{s:13:\"guest_user_id\";i:1523287669;}',1523460469),(3154,'5d6c37fd256ed362f36ec6af8f8a80d4','a:2:{s:13:\"guest_user_id\";i:1530337659;s:4:\"cart\";s:6:\"a:0:{}\";}',1530510456),(3020,'5d71c40d695af6d0bcde45fac4183e4a','a:1:{s:13:\"guest_user_id\";i:1529847996;}',1530020796),(778,'5d73caaa2c605488acb03e83b88f0012','a:1:{s:13:\"guest_user_id\";i:1523269870;}',1523442670),(3840,'5d87c41d1ee3c7436b1b72f181489421','a:1:{s:13:\"guest_user_id\";i:1538554670;}',1538727469),(2010,'5d8b2b13dc2e97de4be4223354d35daa','a:1:{s:13:\"guest_user_id\";i:1528676402;}',1528849202),(2242,'5d8c75609d94d987f650d0f6a31f9b17','a:1:{s:13:\"guest_user_id\";i:1528778415;}',1528951215),(3021,'5da710bc7ae35afaa64af70635e2ede0','a:1:{s:13:\"guest_user_id\";i:1529858665;}',1530031465),(3842,'5db7b12e25f13dda18e67315095ffb19','a:1:{s:13:\"guest_user_id\";i:1538559205;}',1538732003),(3726,'5dc2a320dda9ddd3f277c2d3fabc6eb4','a:2:{s:13:\"guest_user_id\";i:1538157946;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330746),(1156,'5dc8118255f93c8c95effe6f32c49b3e','a:1:{s:13:\"guest_user_id\";i:1523445034;}',1523617834),(750,'5dc83da20573dc37da806620dda273da','a:1:{s:13:\"guest_user_id\";i:1523224682;}',1523397482),(2429,'5de89ad379d8061459f2f7504d4b6f38','a:1:{s:13:\"guest_user_id\";i:1528865192;}',1529037992),(1537,'5df4b7d116fdf3a4fd3f3c9e789d49ae','a:1:{s:13:\"guest_user_id\";i:1525158432;}',1525331232),(1674,'5e2d28d4859729548717fd88fb8ff328','a:2:{s:13:\"guest_user_id\";i:1528132034;s:4:\"cart\";s:6:\"a:0:{}\";}',1528304833),(1552,'5e34b85ec09336886d9cc5bdd0b9eb15','a:1:{s:13:\"guest_user_id\";i:1525468349;}',1525641149),(1004,'5e40864461a979d4b9f4081dcc34ad06','a:1:{s:13:\"guest_user_id\";i:1523287993;}',1523460793),(768,'5e42cd317208f86183d78b1be4ff6dca','a:1:{s:13:\"guest_user_id\";i:1523244636;}',1523417435),(1853,'5e554ef31d28f886d2ed9dbe29dd3c7a','a:1:{s:13:\"guest_user_id\";i:1528602616;}',1528775416),(1985,'5e6ef2c1e9a42ce8398ea9bfc52efc6e','a:2:{s:13:\"guest_user_id\";i:1528664949;s:4:\"cart\";s:6:\"a:0:{}\";}',1528837749),(904,'5e788e7839f1ac69b204eeb6a29ec2e1','a:1:{s:13:\"guest_user_id\";i:1523283841;}',1523456641),(3730,'5e90d96c8e344e7446ddc0eaad6dd0aa','a:3:{s:13:\"guest_user_id\";i:1538157955;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330755),(2,'5eb816a9d5bb7d7a479d0d7439ab0f58','a:1:{s:13:\"guest_user_id\";i:1522364876;}',1522537675),(1076,'5ecaba0f3afd85fef23dfc6abc89c798','a:1:{s:13:\"guest_user_id\";i:1523313961;}',1523486761),(3396,'5eceec40d372786844fd0a383465f985','a:2:{s:13:\"guest_user_id\";i:1537618892;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791692),(407,'5ed0258ec88d2ff3d34d12b7caa0c6d9','a:1:{s:13:\"guest_user_id\";i:1522489654;}',1522662454),(830,'5ee232cacc8657e5b381dee21d08ce2c','a:1:{s:13:\"guest_user_id\";i:1523280317;}',1523453117),(869,'5ee69a60e3d0b4b6adb26d41ad582073','a:1:{s:13:\"guest_user_id\";i:1523282173;}',1523454973),(70,'5ee866524308a2f62844f6307a4c370e','a:2:{s:13:\"guest_user_id\";i:1522369728;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542527),(1243,'5eefd98f5cd982883bf0c059bb55a3aa','a:1:{s:13:\"guest_user_id\";i:1523589458;}',1523762257),(3146,'5ef59b4638148dc653d31c426ced25e8','a:1:{s:13:\"guest_user_id\";i:1530294093;}',1530466893),(1708,'5f0430a9e09611cbe50f57650e87c0bc','a:1:{s:13:\"guest_user_id\";i:1528153115;}',1528325915),(436,'5f0b82c6faed4bd2e4ab620f4177bb23','a:1:{s:13:\"guest_user_id\";i:1522491967;}',1522664767),(3424,'5f27acaac56444faf7ddb3046057c95c','a:2:{s:13:\"guest_user_id\";i:1537618982;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791782),(3010,'5f4e68ef694c6cec66ac6a17c1f1d793','a:1:{s:13:\"guest_user_id\";i:1529844470;}',1530017270),(3901,'5f56dda11cd271464a2aa660ba6e5058','a:1:{s:13:\"guest_user_id\";i:1538776924;}',1538949722),(3236,'5f6797b6f014d3647ae48c974564e3b8','a:2:{s:13:\"guest_user_id\";i:1535332748;s:4:\"cart\";s:6:\"a:0:{}\";}',1535505547),(2359,'5f6ad6badd24d9d52598f458821a845a','a:1:{s:13:\"guest_user_id\";i:1528828986;}',1529001786),(2355,'5f7c7176605caa8d5a437357b98d520b','a:1:{s:13:\"guest_user_id\";i:1528828984;}',1529001784),(256,'5f8d9fdde55ad821bdc5067e76fc0c38','a:1:{s:13:\"guest_user_id\";i:1522369943;}',1522542743),(335,'5fa911b355fea361e08b12f37e3351f9','a:1:{s:13:\"guest_user_id\";i:1522445428;}',1522618228),(298,'5fae34ed1bd91cca23880d03c60d60d6','a:2:{s:13:\"guest_user_id\";i:1522369983;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542783),(865,'5fd2fb4e49fc952f24f38c449563ce20','a:1:{s:13:\"guest_user_id\";i:1523282098;}',1523454898),(2112,'5fdc15e3a3d1a4faf16e231f4f61b6b7','a:1:{s:13:\"guest_user_id\";i:1528722378;}',1528895178),(2744,'5fdddcdee868da78a18fecdb9b5ae7b0','a:1:{s:13:\"guest_user_id\";i:1529033367;}',1529206167),(23,'5ff8671f42905bcdd505c60705909380','a:2:{s:13:\"guest_user_id\";i:1522369668;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542467),(2219,'6007c2d568e30a7bb9ec75d1d1c69060','a:2:{s:13:\"guest_user_id\";i:1528767194;s:4:\"cart\";s:6:\"a:0:{}\";}',1528939994),(2238,'60093e0dd1fc10ddf3213abe6e7f15cc','a:2:{s:13:\"guest_user_id\";i:1528772980;s:4:\"cart\";s:6:\"a:0:{}\";}',1528945780),(2204,'602ccf9f489a657ce048e34cbd9789f2','a:2:{s:13:\"guest_user_id\";i:1528761722;s:4:\"cart\";s:6:\"a:0:{}\";}',1528934522),(3884,'6034207ed56aa67e1875552d22f94601','a:2:{s:13:\"guest_user_id\";i:1538669565;s:4:\"cart\";s:6:\"a:0:{}\";}',1538842365),(2070,'6068c0e3c298ef785ee6d9a90129bb4b','a:2:{s:13:\"guest_user_id\";i:1528705159;s:4:\"cart\";s:6:\"a:0:{}\";}',1528877957),(2031,'6070bd27404f3be449e3e570b95b81e2','a:1:{s:13:\"guest_user_id\";i:1528687865;}',1528860665),(3564,'6076869c7a230e1147fdc3cc0b7b7778','a:2:{s:13:\"guest_user_id\";i:1537660094;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832893),(1608,'6077c3ac42bac68ec665612a5e6e9d2a','a:2:{s:13:\"guest_user_id\";i:1526260003;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432803),(680,'60a5bd9523f016c8dfd9390d542a70d6','a:1:{s:13:\"guest_user_id\";i:1522945725;}',1523118521),(1577,'60ac5fe5b38e85263f5b16324536a4ac','a:2:{s:13:\"guest_user_id\";i:1525982141;s:4:\"cart\";s:6:\"a:0:{}\";}',1526154940),(1472,'60bd2e96d7cb8dd04c3636ec894c107b','a:1:{s:13:\"guest_user_id\";i:1524431688;}',1524604488),(2743,'60ce35d28866a10c36768d334ac2a607','a:2:{s:13:\"guest_user_id\";i:1529033366;s:4:\"cart\";s:6:\"a:0:{}\";}',1529206166),(2929,'60e193f468927b847c45d3cce17c9eb7','a:1:{s:13:\"guest_user_id\";i:1529341293;}',1529514093),(2292,'60e1abc749fb53280cad0490d945a8a8','a:1:{s:13:\"guest_user_id\";i:1528800888;}',1528973688),(1648,'60e4fc1edd8edbfc7c8e967041388df7','a:1:{s:13:\"guest_user_id\";i:1527373669;}',1527546468),(3527,'60fa3b09adf56b6997ab4600e772ab5e','a:2:{s:13:\"guest_user_id\";i:1537619129;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791927),(1617,'60fc58d17ca1bf7433b83cb83fffee55','a:1:{s:13:\"guest_user_id\";i:1526892430;}',1527065230),(2254,'61124456e9706ce691f81dd2eef549c2','a:1:{s:13:\"guest_user_id\";i:1528784185;}',1528956985),(2647,'61500b82b84785cfb56d2960c3f085b1','a:1:{s:13:\"guest_user_id\";i:1528992011;}',1529164810),(3397,'615194872b412faf8abb3ae37f8513bd','a:2:{s:13:\"guest_user_id\";i:1537618895;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791695),(3044,'615687b34bccacf8bfbcdfb95e4b6dc2','a:1:{s:13:\"guest_user_id\";i:1529974118;}',1530146917),(3752,'616f7eeca93c3bd0bf1a9f8749d00864','a:2:{s:13:\"guest_user_id\";i:1538172286;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345086),(3206,'617924e43a4beec7361c609fac22ab08','a:1:{s:13:\"guest_user_id\";i:1533862206;}',1534035004),(3013,'6181671e6044f951dddd49ecaca4d87e','a:1:{s:13:\"guest_user_id\";i:1529844599;}',1530017399),(1470,'6191d3404d99befe5a426e172ca7f422','a:1:{s:13:\"guest_user_id\";i:1524431682;}',1524604482),(3273,'619716472e57de595498e46ca8cb05f5','a:2:{s:13:\"guest_user_id\";i:1535987591;s:4:\"cart\";s:6:\"a:0:{}\";}',1536160388),(2089,'619b8da0e62e0698570ca78de9ba3175','a:1:{s:13:\"guest_user_id\";i:1528710892;}',1528883692),(2315,'61a6f6ca29172bfec59216f9967b7caf','a:1:{s:13:\"guest_user_id\";i:1528812054;}',1528984854),(1736,'61aa45b28ebb4d17e2ad248867075803','a:1:{s:13:\"guest_user_id\";i:1528551513;}',1528724313),(2601,'61ab2474cc05c7ea333dabcc51e4cea8','a:2:{s:13:\"guest_user_id\";i:1528942237;s:4:\"cart\";s:6:\"a:0:{}\";}',1529115036),(971,'61d995e9d37c6deab3ba9cd867a097ce','a:1:{s:13:\"guest_user_id\";i:1523285957;}',1523458757),(864,'61e6056831b6609bbd9f6a9f6bfcc989','a:1:{s:13:\"guest_user_id\";i:1523282037;}',1523454836),(1152,'61f8b56ea737b3251acf84f0e8f717c1','a:1:{s:13:\"guest_user_id\";i:1523427941;}',1523600740),(541,'62048df5921db78ce40d0fff37eaf281','a:2:{s:13:\"guest_user_id\";i:1522611093;s:4:\"cart\";s:6:\"a:0:{}\";}',1522783892),(1640,'6225fe0a675397626a92d16c4b996331','a:1:{s:13:\"guest_user_id\";i:1527359732;}',1527532532),(419,'623088696dc506f117f39d86200cfeb0','a:1:{s:13:\"guest_user_id\";i:1522491105;}',1522663905),(92,'623b71f22b1d64018c81183933f01371','a:3:{s:13:\"guest_user_id\";i:1522369759;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542559),(2296,'624053810808993e43d91e1770fb08b6','a:2:{s:13:\"guest_user_id\";i:1528800888;s:4:\"cart\";s:6:\"a:0:{}\";}',1528973688),(3442,'62496d27c177a61f2b7849daf358fcd7','a:3:{s:13:\"guest_user_id\";i:1537619020;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791820),(898,'624da2037a9d21ec093f43373eb41b75','a:1:{s:13:\"guest_user_id\";i:1523283600;}',1523456400),(2655,'6260cec215792d234c54867798404676','a:2:{s:13:\"guest_user_id\";i:1528992012;s:4:\"cart\";s:6:\"a:0:{}\";}',1529164812),(3603,'6264302ebc05398fec5a0e9480ca1747','a:2:{s:13:\"guest_user_id\";i:1537925133;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097931),(484,'6279f48439838e0417163e00891f2b07','a:1:{s:13:\"guest_user_id\";i:1522497826;}',1522670626),(1722,'62817eb4b95d453cbcd730b847d5d4d0','a:1:{s:13:\"guest_user_id\";i:1528546529;}',1528719329),(3426,'6284a0b97c2b1bd6fb24645aa5e6956c','a:2:{s:13:\"guest_user_id\";i:1537618991;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791791),(816,'62953aa49ac086638390a1b6a09debae','a:1:{s:13:\"guest_user_id\";i:1523279114;}',1523451914),(784,'629d7ec0e3bba3bface11a1eeefebf99','a:1:{s:13:\"guest_user_id\";i:1523276596;}',1523449396),(3022,'62c1d21c22d496890635f4c164dce249','a:1:{s:13:\"guest_user_id\";i:1529858665;}',1530031465),(523,'62c3b80ed54869ae4d8457ca10638630','a:1:{s:13:\"guest_user_id\";i:1522587773;}',1522760573),(1774,'62c52570d2cd972da88f2110bdb9d27f','a:2:{s:13:\"guest_user_id\";i:1528568561;s:4:\"cart\";s:6:\"a:0:{}\";}',1528741360),(3770,'62c6e602bd619abc9687f7f850af2e9a','a:3:{s:13:\"guest_user_id\";i:1538172329;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345129),(565,'62c7bf522b56711e7a1ea335280bc29e','a:1:{s:13:\"guest_user_id\";i:1522632332;}',1522805131),(2160,'62ce9ca5ddfeca9d59bbe81c78e7d336','a:1:{s:13:\"guest_user_id\";i:1528739313;}',1528912113),(2639,'62e581845a62d34a548924d6339d63ca','a:2:{s:13:\"guest_user_id\";i:1528986481;s:4:\"cart\";s:6:\"a:0:{}\";}',1529159281),(644,'62f2ef533dc4758d392812a5d45b1a7b','a:1:{s:13:\"guest_user_id\";i:1522720324;}',1522893122),(2856,'62f563a8164d23b9f125d80fe1541c44','a:1:{s:13:\"guest_user_id\";i:1529069337;}',1529242137),(1060,'63093a34f91928eccd3bddae66f74da7','a:1:{s:13:\"guest_user_id\";i:1523308636;}',1523481435),(3606,'630ccc9245a00d639fd0d2e5f790260e','a:1:{s:13:\"guest_user_id\";i:1537981112;}',1538153912),(107,'63171e73e2793bd9abaf8acc57922ea9','a:1:{s:13:\"guest_user_id\";i:1522369780;}',1522542579),(150,'63273b38f7e30999cb831416466ca1ce','a:3:{s:13:\"guest_user_id\";i:1522369831;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542631),(1976,'6327613149b4f15d5cf1e2eb6b5838f2','a:1:{s:13:\"guest_user_id\";i:1528659472;}',1528832272),(51,'6334ae7c514c8a1ee44f81f3d4ca193f','a:1:{s:13:\"guest_user_id\";i:1522369712;}',1522542510),(564,'633afe07dfef298c5a1e5cbbaa283b4c','a:1:{s:13:\"guest_user_id\";i:1522632322;}',1522805118),(927,'638230579743454706e65c37fc31b234','a:1:{s:13:\"guest_user_id\";i:1523284495;}',1523457295),(576,'63a4326b394ec2ce67c4e1c1b37548d4','a:1:{s:13:\"guest_user_id\";i:1522669192;}',1522841992),(2348,'63b01efe0d1fce5b58ff7e3c273f10d2','a:1:{s:13:\"guest_user_id\";i:1528823201;}',1528996000),(287,'63babbcf103297de99310d9d15d6e51b','a:1:{s:13:\"guest_user_id\";i:1522369972;}',1522542772),(3683,'63bad38dc209c9949c6c3daa8d29d1ce','a:2:{s:13:\"guest_user_id\";i:1538157846;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330646),(97,'63ca4b167c917cf2c429ca06a1551c27','a:1:{s:13:\"guest_user_id\";i:1522369768;}',1522542568),(1516,'63cd6943c60831bd9224244c7b27c2a2','a:1:{s:13:\"guest_user_id\";i:1524858914;}',1525031714),(3180,'63de68038ad9ae325061c7d23029ba43','a:1:{s:13:\"guest_user_id\";i:1532002279;}',1532175079),(3624,'63e4a8ae71ced32ed98ce8ffd5ca4a0e','a:2:{s:13:\"guest_user_id\";i:1538113949;s:4:\"cart\";s:6:\"a:0:{}\";}',1538286749),(857,'63ea0a4a0201eba1426f26d1d7e51839','a:1:{s:13:\"guest_user_id\";i:1523281510;}',1523454310),(1764,'63f06d07a4378deb115ef099ed82048f','a:1:{s:13:\"guest_user_id\";i:1528562686;}',1528735486),(1019,'63f900409b86b2a7d94d5dfd92e6cc12','a:1:{s:13:\"guest_user_id\";i:1523290433;}',1523463233),(2953,'640c10141d3c1f3b14b40575cfd07037','a:2:{s:13:\"guest_user_id\";i:1529441435;s:4:\"cart\";s:6:\"a:0:{}\";}',1529614235),(2855,'64101d42416f3c2e54c6bf4a55184b05','a:2:{s:13:\"guest_user_id\";i:1529069336;s:4:\"cart\";s:6:\"a:0:{}\";}',1529242136),(2094,'6427bcf873cabbb64540388f5ac2d5ef','a:1:{s:13:\"guest_user_id\";i:1528715069;}',1528887869),(1494,'642e63843cbbc8d83f587e779a0753e5','a:1:{s:13:\"guest_user_id\";i:1524738593;}',1524911393),(1219,'642f0901ceff7228f71306a2c54f0a1c','a:1:{s:13:\"guest_user_id\";i:1523550711;}',1523723510),(2586,'6434ce42fd11ee7eb5c8e9fa8a5a88c4','a:1:{s:13:\"guest_user_id\";i:1528936622;}',1529109422),(2047,'64353785a29fdff64d7e70c6952c4351','a:2:{s:13:\"guest_user_id\";i:1528693765;s:4:\"cart\";s:6:\"a:0:{}\";}',1528866565),(1414,'644225068f328e0a1c0b036f20407b41','a:3:{s:13:\"guest_user_id\";i:1523993793;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1524166592),(2821,'6443baf704e64872dd3abb7514718e74','a:1:{s:13:\"guest_user_id\";i:1529061349;}',1529234149),(534,'646f90d635b6e1805e216a5a2ba41f31','a:1:{s:13:\"guest_user_id\";i:1522589913;}',1522762712),(1830,'648f65d0f813f05746abb08a16881a25','a:1:{s:13:\"guest_user_id\";i:1528591167;}',1528763967),(145,'6490ba8f2a30108bb80a8d5c4f6e340c','a:1:{s:13:\"guest_user_id\";i:1522369828;}',1522542628),(1018,'6498133a6402c1e1e0328f4ea430a9f6','a:2:{s:13:\"guest_user_id\";i:1523290422;s:4:\"cart\";s:6:\"a:0:{}\";}',1523463222),(3551,'649d3ba3fb4a7845ed56a5f693683f59','a:2:{s:13:\"guest_user_id\";i:1537659987;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832787),(2168,'64a541f13f8f90d257a3c1eac6a7b1da','a:2:{s:13:\"guest_user_id\";i:1528744740;s:4:\"cart\";s:6:\"a:0:{}\";}',1528917540),(3649,'64ba0aed48899b2fb241da6909859744','a:3:{s:13:\"guest_user_id\";i:1538140351;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313151),(3296,'64c4f6afd2766ab5e16a302a2f118e14','a:1:{s:13:\"guest_user_id\";i:1536752313;}',1536925113),(1802,'64ddadd55e3c1708894b2e93416edcd5','a:1:{s:13:\"guest_user_id\";i:1528579798;}',1528752598),(3065,'650a452cff4228ce504f9b57ab3f518b','a:2:{s:13:\"guest_user_id\";i:1530047186;s:4:\"cart\";s:6:\"a:0:{}\";}',1530219986),(3313,'6520883830ee286bd807a18625e01aa9','a:2:{s:13:\"guest_user_id\";i:1537464533;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637332),(1488,'6525d3819c6b640170c648d639cd9d6f','a:2:{s:13:\"guest_user_id\";i:1524652123;s:4:\"cart\";s:6:\"a:0:{}\";}',1524824922),(3327,'6535faf76264fe1ea152cc704e10aa42','a:2:{s:13:\"guest_user_id\";i:1537464730;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637530),(3648,'653d3654afcdf1e28ed7ec59e67d4f4d','a:3:{s:13:\"guest_user_id\";i:1538140348;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313148),(595,'656121e46a5e73b83da528e2de8e20c3','a:2:{s:13:\"guest_user_id\";i:1522670089;s:4:\"cart\";s:6:\"a:0:{}\";}',1522842889),(1512,'6599c5b5ac00ad9c26e9ba5c918eba58','a:1:{s:13:\"guest_user_id\";i:1524858913;}',1525031713),(2935,'65dbaa79c61647979128f08a0b6549c0','a:2:{s:13:\"guest_user_id\";i:1529412445;s:4:\"cart\";s:6:\"a:0:{}\";}',1529585245),(3063,'65dcceced455901a0c285bff2a6183f4','a:1:{s:13:\"guest_user_id\";i:1530047186;}',1530219986),(1485,'65f86e098a3f2a8d950248e136002098','a:1:{s:13:\"guest_user_id\";i:1524570258;}',1524743058),(1395,'65f9aa3e585e4238bb1628eae7fdda3a','a:1:{s:13:\"guest_user_id\";i:1523980719;}',1524153519),(1434,'6602c88e2608bf43ca876cc2a2b9c85f','a:1:{s:13:\"guest_user_id\";i:1524166531;}',1524339329),(1001,'660a682b713000aa71d8157eec610c33','a:1:{s:13:\"guest_user_id\";i:1523287808;}',1523460608),(1147,'664786a37125476b0062a69c46b9d433','a:1:{s:13:\"guest_user_id\";i:1523418822;}',1523591622),(779,'6649587d00981673a7924f221981920d','a:1:{s:13:\"guest_user_id\";i:1523269871;}',1523442671),(2561,'664b3e01e267f326bb4f040c6b1e9297','a:1:{s:13:\"guest_user_id\";i:1528925532;}',1529098332),(1379,'664e89567571af8260f1480addf3ea04','a:2:{s:13:\"guest_user_id\";i:1523973284;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146079),(753,'665c12e944a199c581d89a19a7c71bae','a:1:{s:13:\"guest_user_id\";i:1523225827;}',1523398627),(2014,'667d05368df73519bc23409a3b39030e','a:2:{s:13:\"guest_user_id\";i:1528676402;s:4:\"cart\";s:6:\"a:0:{}\";}',1528849202),(3562,'669872b6f3a7856b4680d533599e1dfc','a:4:{s:13:\"guest_user_id\";i:1537660084;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"7776e88b0c189539098176589250bcba\";a:4:{s:7:\"item_id\";s:4:\"5345\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:36;s:5:\"total\";d:36;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832882),(3322,'6698b0767c18ddf0d2a757aaa3b46c1e','a:2:{s:13:\"guest_user_id\";i:1537464662;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637462),(2240,'66a2f878f5dc4076a5dd4eaa9ee93fcf','a:1:{s:13:\"guest_user_id\";i:1528778413;}',1528951213),(1375,'66ac89f672e5227c0963d75296c793f9','a:1:{s:13:\"guest_user_id\";i:1523973275;}',1524146072),(187,'66af28bab0eec0a12e16fba1236928ed','a:2:{s:13:\"guest_user_id\";i:1522369875;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542675),(1693,'66b9b809dae34a079ae34a0fb04eac9e','a:2:{s:13:\"guest_user_id\";i:1528153109;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325909),(2968,'66ba644261eee984246cac24766ddabf','a:2:{s:13:\"guest_user_id\";i:1529452577;s:4:\"cart\";s:6:\"a:0:{}\";}',1529625377),(1380,'66c6fd07429c8931e1f28e90d16a8722','a:2:{s:13:\"guest_user_id\";i:1523973284;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146078),(2651,'66d09ab24bfd3ae5b63491fdd984348d','a:1:{s:13:\"guest_user_id\";i:1528992011;}',1529164811),(3733,'66d6608afe6eb44709b443c49a596b51','a:3:{s:13:\"guest_user_id\";i:1538157962;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330762),(3134,'66da61ebbc966ab7c3a7479904993be0','a:2:{s:13:\"guest_user_id\";i:1530257251;s:4:\"cart\";s:6:\"a:0:{}\";}',1530430051),(3218,'66e7a57cefefed628f6c91f1cff5c8c2','a:1:{s:13:\"guest_user_id\";i:1534036246;}',1534209045),(476,'66f40bdd8f1247f39548605c5aaf52c1','a:1:{s:13:\"guest_user_id\";i:1522496001;}',1522668801),(2574,'6725e9a4088eda291f46ca41e8887a2e','a:1:{s:13:\"guest_user_id\";i:1528931074;}',1529103874),(3543,'67346a9b045087f515ba89efb4377a94','a:2:{s:13:\"guest_user_id\";i:1537659939;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832739),(3654,'673d1b6eb679bf9aaafa53afdc12c136','a:2:{s:13:\"guest_user_id\";i:1538140363;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313163),(363,'673f5007ab46a6e9b5589cac6c17bded','a:1:{s:13:\"guest_user_id\";i:1522485989;}',1522658789),(3682,'6742a01ecd825586e8e6ebca5f44f3dc','a:2:{s:13:\"guest_user_id\";i:1538157844;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330644),(651,'67448e38734562fbf40a7b2a0983d17d','a:1:{s:13:\"guest_user_id\";i:1522793863;}',1522966662),(2700,'674d4f6391a2b2e14b1ab74de7e59828','a:1:{s:13:\"guest_user_id\";i:1529021481;}',1529194281),(2302,'6750f078694731d63a528aa1e147c352','a:1:{s:13:\"guest_user_id\";i:1528806637;}',1528979437),(90,'67582d733d693a93f4a72da775cf2813','a:2:{s:13:\"guest_user_id\";i:1522369755;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542554),(277,'675bcf862fc88fc9c5386d4b54c92c6b','a:1:{s:13:\"guest_user_id\";i:1522369963;}',1522542762),(3815,'6774f2166596d79963dcef9f02b16423','a:2:{s:13:\"guest_user_id\";i:1538525757;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698555),(545,'6781ce9135b3ea5f1ab33d9f13f6bbed','a:1:{s:13:\"guest_user_id\";i:1522618699;}',1522791499),(2329,'67839cc61c339f57177f14188eab50cf','a:2:{s:13:\"guest_user_id\";i:1528817814;s:4:\"cart\";s:6:\"a:0:{}\";}',1528990613),(2121,'6790df0438ec057ccd5593026648190a','a:2:{s:13:\"guest_user_id\";i:1528722380;s:4:\"cart\";s:6:\"a:0:{}\";}',1528895180),(609,'6790efbb98d915708ca0bb4cc9a95e61','a:1:{s:13:\"guest_user_id\";i:1522674301;}',1522847101),(1039,'679ae00a8739552286971182f106e8a3','a:1:{s:13:\"guest_user_id\";i:1523308068;}',1523480868),(1754,'67b6016965d4a08f716a04e7119ca6ec','a:1:{s:13:\"guest_user_id\";i:1528557248;}',1528730048),(847,'67c8554dbb509974d5db6bb6302d9f6e','a:1:{s:13:\"guest_user_id\";i:1523281096;}',1523453896),(2411,'67d9797bdf5d782bcb4c80ee6dff728c','a:1:{s:13:\"guest_user_id\";i:1528859670;}',1529032470),(2389,'67efa49d9ecfa689a47e7db8368edcf1','a:2:{s:13:\"guest_user_id\";i:1528848914;s:4:\"cart\";s:6:\"a:0:{}\";}',1529021712),(2906,'67f0cc05dda9de67765364154c7ef093','a:2:{s:13:\"guest_user_id\";i:1529159015;s:4:\"cart\";s:6:\"a:0:{}\";}',1529331815),(2227,'6808b211201aecf6fbb76557d09ec20b','a:1:{s:13:\"guest_user_id\";i:1528772975;}',1528945774),(1452,'680ceec245f4fdcaeb46e81eeb4dd4be','a:1:{s:13:\"guest_user_id\";i:1524173771;}',1524346571),(27,'681369fc6d5e6c4ae98e11d945299ec4','a:1:{s:13:\"guest_user_id\";i:1522369675;}',1522542475),(185,'6847b69614c15e6ba0bf08582f45b79e','a:1:{s:13:\"guest_user_id\";i:1522369875;}',1522542674),(2049,'6877205a28ddab40a7f4c5892971b5ee','a:2:{s:13:\"guest_user_id\";i:1528693766;s:4:\"cart\";s:6:\"a:0:{}\";}',1528866566),(1400,'68789330996123d52a8430e0162e83d9','a:2:{s:13:\"guest_user_id\";i:1523993387;s:4:\"cart\";s:6:\"a:0:{}\";}',1524166186),(1464,'68c6f2387b8374a0c58cb1f4f271c0fd','a:1:{s:13:\"guest_user_id\";i:1524336568;}',1524509368),(2343,'68cf0eb0d15bad96c8afe4c16f3d238e','a:1:{s:13:\"guest_user_id\";i:1528823199;}',1528995999),(928,'68cffa0796c23b1d2e602d290cb07907','a:1:{s:13:\"guest_user_id\";i:1523284495;}',1523457295),(1384,'6910a01583c7d387fab89e48081d824a','a:1:{s:13:\"guest_user_id\";i:1523973294;}',1524146091),(3781,'6912d2d84fc16b5c150c529d20c56ba6','a:2:{s:13:\"guest_user_id\";i:1538172354;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345154),(1757,'6946e94240ab79cf2a51367980794894','a:1:{s:13:\"guest_user_id\";i:1528557249;}',1528730048),(409,'694fce047e795482a7c7e85b094098cf','a:1:{s:13:\"guest_user_id\";i:1522489992;}',1522662792),(2247,'694ffe293f7d29479d2654494d280929','a:1:{s:13:\"guest_user_id\";i:1528778418;}',1528951217),(344,'695f97b5d7385d7d59a49a7d8eaa0941','a:1:{s:13:\"guest_user_id\";i:1522446519;}',1522619318),(2478,'697aad5392b4a2c1cbb25042250a7927','a:1:{s:13:\"guest_user_id\";i:1528887340;}',1529060140),(3786,'697e94df1f078ccb50df54097e98225b','a:2:{s:13:\"guest_user_id\";i:1538194217;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367017),(1734,'69b177cfbf430a953a801b4b75e501b8','a:1:{s:13:\"guest_user_id\";i:1528551513;}',1528724313),(1034,'69bc59f93d681609554bfa699a1155b1','a:1:{s:13:\"guest_user_id\";i:1523307781;}',1523480581),(3266,'69ccb37aadfe9757311e2e109f1f4d31','a:1:{s:13:\"guest_user_id\";i:1535823810;}',1535996610),(1036,'6a05bed17ca42feedb70174e3630e11a','a:1:{s:13:\"guest_user_id\";i:1523307897;}',1523480697),(2114,'6a124aaccc454c25ccd2ab6c0561c5cf','a:1:{s:13:\"guest_user_id\";i:1528722379;}',1528895179),(2620,'6a129ccab215d4fdd9c64cc9d549f6d9','a:1:{s:13:\"guest_user_id\";i:1528970368;}',1529143168),(491,'6a2905df6442d641d49cd6af9a888685','a:2:{s:13:\"guest_user_id\";i:1522523086;s:4:\"cart\";s:6:\"a:0:{}\";}',1522695884),(2192,'6a3170e70bd8f5acfc3453cce662e8ea','a:2:{s:13:\"guest_user_id\";i:1528755940;s:4:\"cart\";s:6:\"a:0:{}\";}',1528928740),(2950,'6a3f695b66bb3de9bb06d3ed5e8bae7f','a:1:{s:13:\"guest_user_id\";i:1529441434;}',1529614234),(1555,'6a42c9b02d2d86aebdfdd2431f2883c1','a:1:{s:13:\"guest_user_id\";i:1525468347;}',1525641147),(3001,'6a4a935b632cc73cca75eec51b5ae41b','a:1:{s:13:\"guest_user_id\";i:1529842646;}',1530015446),(2690,'6a525c4b916d872108d171f51420f13b','a:1:{s:13:\"guest_user_id\";i:1529017350;}',1529190150),(2769,'6a590a4e7c575be8a7583a750a6b9ed1','a:1:{s:13:\"guest_user_id\";i:1529041276;}',1529214076),(1858,'6a5f37bd43467010b4f97b1dbb9acd24','a:1:{s:13:\"guest_user_id\";i:1528608119;}',1528780919),(3434,'6a63892d0a315591adf83ab3a173f8da','a:2:{s:13:\"guest_user_id\";i:1537619006;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791806),(1798,'6a7b67c3fa88a09b68a7fb89d6e93900','a:2:{s:13:\"guest_user_id\";i:1528579796;s:4:\"cart\";s:6:\"a:0:{}\";}',1528752595),(824,'6a7de13e4625d05eac87fa49e98487eb','a:1:{s:13:\"guest_user_id\";i:1523280189;}',1523452989),(1050,'6a814140f22758ee665e662acd6845bc','a:1:{s:13:\"guest_user_id\";i:1523308454;}',1523481254),(3054,'6ab9e2f566f3c0aaca0059019c903cb8','a:1:{s:13:\"guest_user_id\";i:1530010813;}',1530183613),(657,'6abd3538117abbbe66519cc4c4b60f08','a:1:{s:13:\"guest_user_id\";i:1522793871;}',1522966670),(1214,'6abfa9845b00fe63c56ad95b7b3ebc3f','a:2:{s:13:\"guest_user_id\";i:1523550695;s:4:\"cart\";s:6:\"a:0:{}\";}',1523723494),(386,'6ae5b3fc68c722ec98f14b080d622ae9','a:1:{s:13:\"guest_user_id\";i:1522488624;}',1522661424),(47,'6b07789e85107b3639e5c06498ba355c','a:1:{s:13:\"guest_user_id\";i:1522369705;}',1522542505),(1837,'6b07aff2bb0a4042f326c3e787bf0a08','a:2:{s:13:\"guest_user_id\";i:1528596713;s:4:\"cart\";s:6:\"a:0:{}\";}',1528769513),(1919,'6b19f73188ef0cd679a2e9ddc56c3332','a:1:{s:13:\"guest_user_id\";i:1528636661;}',1528809461),(870,'6b1ed42cda10796d5ef27a041f2e2046','a:1:{s:13:\"guest_user_id\";i:1523282172;}',1523454972),(1767,'6b2df00789af3bd355f71eb731370e71','a:2:{s:13:\"guest_user_id\";i:1528562686;s:4:\"cart\";s:6:\"a:0:{}\";}',1528735486),(1786,'6b30aad49571ace9f4850ba3806edc31','a:2:{s:13:\"guest_user_id\";i:1528573987;s:4:\"cart\";s:6:\"a:0:{}\";}',1528746786),(1818,'6b38c78fcf1a34173a711ef667e89b05','a:2:{s:13:\"guest_user_id\";i:1528585315;s:4:\"cart\";s:6:\"a:0:{}\";}',1528758115),(629,'6b61ae91f460da514750560165ce5649','a:2:{s:13:\"guest_user_id\";i:1522698185;s:4:\"cart\";s:6:\"a:0:{}\";}',1522870983),(232,'6b624b4cf50e11297715b7b1af100593','a:1:{s:13:\"guest_user_id\";i:1522369921;}',1522542721),(353,'6b66dacc8857ab87d3cb7701e669c99b','a:1:{s:13:\"guest_user_id\";i:1522485098;}',1522657898),(160,'6b77e1c89983e9549fab2efc7292e96f','a:1:{s:13:\"guest_user_id\";i:1522369847;}',1522542646),(694,'6b8229f00d62e5960bbb7af4d9065567','a:1:{s:13:\"guest_user_id\";i:1522960525;}',1523133325),(2587,'6b9b693653e58b3befeb3269200583b3','a:1:{s:13:\"guest_user_id\";i:1528936622;}',1529109422),(2839,'6ba5c7f2afaf8bb72b464082d7c60178','a:2:{s:13:\"guest_user_id\";i:1529065184;s:4:\"cart\";s:6:\"a:0:{}\";}',1529237984),(3038,'6ba835269ca561b69fd449e96d2084fe','a:1:{s:13:\"guest_user_id\";i:1529878653;}',1530051453),(1068,'6bb1cdae6ae17d416578bba4a26c844a','a:1:{s:13:\"guest_user_id\";i:1523313812;}',1523486612),(3832,'6bc9af0d43eed4184620a8c36b91b9e4','a:1:{s:13:\"guest_user_id\";i:1538550065;}',1538722865),(851,'6bde686ebbe0030a92e631fe95dcb625','a:1:{s:13:\"guest_user_id\";i:1523281222;}',1523454022),(447,'6be931e6397bcc7f196737d0c2c5ad16','a:1:{s:13:\"guest_user_id\";i:1522493615;}',1522666415),(3787,'6c00b9d252a0a0f0dfd240c5b662fa07','a:2:{s:13:\"guest_user_id\";i:1538194220;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367020),(3498,'6c17d6eb4123246bf174cace245fadb1','a:4:{s:13:\"guest_user_id\";i:1537619090;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"b91f4f4d36fa98a94ac5584af95594a0\";a:4:{s:7:\"item_id\";s:4:\"5227\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:99;s:5:\"total\";d:99;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791890),(308,'6c1a339793cf181284969d8ea9b4d819','a:1:{s:13:\"guest_user_id\";i:1522369992;}',1522542792),(741,'6c2cf6a25df7294a7424ec7d2beb4134','a:1:{s:13:\"guest_user_id\";i:1523224204;}',1523397004),(1386,'6c3f1e94755f01daa80eed76f1b0dea5','a:1:{s:13:\"guest_user_id\";i:1523980455;}',1524153255),(3301,'6c41258601ef2bd51b6dc04541e0ba19','a:3:{s:13:\"guest_user_id\";i:1537017739;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537190539),(3731,'6c438ca044ff3293f44c4bcf000dfa76','a:2:{s:13:\"guest_user_id\";i:1538157957;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330757),(1954,'6c4edc46bd8815724e94936ad07456ba','a:2:{s:13:\"guest_user_id\";i:1528648046;s:4:\"cart\";s:6:\"a:0:{}\";}',1528820846),(1149,'6c560f4c7aa677b4658098005ec39f9a','a:1:{s:13:\"guest_user_id\";i:1523419330;}',1523592130),(1973,'6c576874a11b2a86687432e52e659c63','a:2:{s:13:\"guest_user_id\";i:1528659470;s:4:\"cart\";s:6:\"a:0:{}\";}',1528832270),(494,'6cbbbe8b48c3b190bf2c939997ffa22a','a:1:{s:13:\"guest_user_id\";i:1522523087;}',1522695887),(1928,'6cc4e61a6968356b734528502fa33d2d','a:1:{s:13:\"guest_user_id\";i:1528636659;}',1528809459),(1675,'6ccde38debff5d55186d61540571943e','a:1:{s:13:\"guest_user_id\";i:1528132043;}',1528304843),(788,'6cd2f3ba5a39ccd8b476775ee6e2fa60','a:1:{s:13:\"guest_user_id\";i:1523276638;}',1523449438),(2493,'6cd43d2ea3ff3619f1b0249d2884a2a7','a:2:{s:13:\"guest_user_id\";i:1528892841;s:4:\"cart\";s:6:\"a:0:{}\";}',1529065641),(3369,'6cd453b2508f9b316e176d5aa5d3e8e7','a:2:{s:13:\"guest_user_id\";i:1537525368;s:4:\"cart\";s:6:\"a:0:{}\";}',1537698167),(2629,'6cf5fc6678a0e89d5c06270704fd861d','a:2:{s:13:\"guest_user_id\";i:1528975744;s:4:\"cart\";s:6:\"a:0:{}\";}',1529148544),(1089,'6d1a14da05c8a81b2b0cf3345cd833e7','a:1:{s:13:\"guest_user_id\";i:1523353967;}',1523526767),(2113,'6d62830f984645076bce961f0293b594','a:2:{s:13:\"guest_user_id\";i:1528722377;s:4:\"cart\";s:6:\"a:0:{}\";}',1528895176),(691,'6d6a98769a1dca096f18396d33202306','a:1:{s:13:\"guest_user_id\";i:1522960112;}',1523132912),(886,'6d9fc606b849efb334b9f11f243496ea','a:1:{s:13:\"guest_user_id\";i:1523283275;}',1523456075),(3042,'6dce146d28fa3f2742be4dd09a6951e9','a:2:{s:13:\"guest_user_id\";i:1529974120;s:4:\"cart\";s:6:\"a:0:{}\";}',1530146920),(2414,'6dd4d9b62f65b0ed18280a1476a62169','a:1:{s:13:\"guest_user_id\";i:1528859671;}',1529032471),(3722,'6dda81931402fe0406bf94903b7166ae','a:2:{s:13:\"guest_user_id\";i:1538157937;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330737),(2817,'6ddd0e7009cc067bff2e62f88438a523','a:2:{s:13:\"guest_user_id\";i:1529057221;s:4:\"cart\";s:6:\"a:0:{}\";}',1529230021),(3359,'6e01c8841217e74b514129250fdfcdab','a:2:{s:13:\"guest_user_id\";i:1537464905;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637705),(270,'6e0ecbc72776e049bcbd702667b0cb25','a:1:{s:13:\"guest_user_id\";i:1522369956;}',1522542756),(128,'6e14d2a0f235985210c61da128980094','a:2:{s:13:\"guest_user_id\";i:1522369802;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542601),(438,'6e15ba07f6d35e9b343062bb81358df0','a:1:{s:13:\"guest_user_id\";i:1522492346;}',1522665146),(2492,'6e29d9af9382989af7465c120d70080f','a:1:{s:13:\"guest_user_id\";i:1528892841;}',1529065641),(1277,'6e2df908645da557876996235c839fdc','a:2:{s:13:\"guest_user_id\";i:1523658148;s:4:\"cart\";s:6:\"a:0:{}\";}',1523830947),(2958,'6e4fc81a3a35d31eaf2b9efa410a9e72','a:1:{s:13:\"guest_user_id\";i:1529452575;}',1529625375),(193,'6e6a4b1a05d4b8cf19e496363315367e','a:1:{s:13:\"guest_user_id\";i:1522369882;}',1522542682),(3072,'6e729e510933c8263fdafee0048ce5de','a:2:{s:13:\"guest_user_id\";i:1530084793;s:4:\"cart\";s:6:\"a:0:{}\";}',1530257591),(3876,'6e7736bdb483be85ee1a69603bbdb33a','a:3:{s:13:\"guest_user_id\";i:1538627419;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538800214),(1430,'6e775baa0d2ff0c64fb62810e1ba3a7b','a:1:{s:13:\"guest_user_id\";i:1524089156;}',1524261955),(17,'6eaab0d1cb9099fb42017e1db98b813e','a:1:{s:13:\"guest_user_id\";i:1522365761;}',1522538561),(3586,'6eb239765458465a8faf28ff6947397c','a:1:{s:13:\"guest_user_id\";i:1537810822;}',1537983621),(2076,'6eb7f4cf74a7d9ce4a36b0c3746283a2','a:1:{s:13:\"guest_user_id\";i:1528705161;}',1528877961),(2225,'6ecd43afb3d67a1ee45debad6a36e131','a:1:{s:13:\"guest_user_id\";i:1528772974;}',1528945773),(838,'6ed3d4806a0185753be14597d512d3b6','a:1:{s:13:\"guest_user_id\";i:1523281019;}',1523453819),(2537,'6eda4896b696892daa7991c09985b45a','a:1:{s:13:\"guest_user_id\";i:1528914712;}',1529087512),(1700,'6ee487ed772dd01a0b3ec7ba6e096a41','a:2:{s:13:\"guest_user_id\";i:1528153112;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325912),(536,'6f011fe13ec24a8e9e29f401d0fb55fd','a:1:{s:13:\"guest_user_id\";i:1522590781;}',1522763581),(3108,'6f34793186701e21ccf7e99ea2405372','a:2:{s:13:\"guest_user_id\";i:1530164053;s:4:\"cart\";s:6:\"a:0:{}\";}',1530336853),(1609,'6f60687e2452c90df14cc3647c9f0339','a:1:{s:13:\"guest_user_id\";i:1526763224;}',1526936023),(1685,'6f842489f9fa62da4538afcae1b6078a','a:2:{s:13:\"guest_user_id\";i:1528153106;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325905),(3114,'6f84349257ccc5a24427ffc392a35ef3','a:2:{s:13:\"guest_user_id\";i:1530182655;s:4:\"cart\";s:6:\"a:0:{}\";}',1530355455),(1319,'6f9ccb818c5b318c77e096e01d127122','a:1:{s:13:\"guest_user_id\";i:1523808274;}',1523981066),(1406,'6fa2e53789c21085ee1ba98c5b9b1220','a:2:{s:13:\"guest_user_id\";i:1523993601;s:4:\"cart\";s:6:\"a:0:{}\";}',1524166401),(785,'6fbad8064358a2fc6596b7cb9ec3e330','a:1:{s:13:\"guest_user_id\";i:1523276597;}',1523449397),(1046,'6fcc13c108d628b4574e9d33986d324e','a:1:{s:13:\"guest_user_id\";i:1523308220;}',1523481020),(3709,'6fcec2152117add13fe3e7ececc5ba6e','a:2:{s:13:\"guest_user_id\";i:1538157907;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330707),(440,'6feeb1c0b409de4adb3978f17ea40a30','a:1:{s:13:\"guest_user_id\";i:1522492679;}',1522665479),(170,'6ffc5185892476f62b9962456b3f7f1b','a:1:{s:13:\"guest_user_id\";i:1522369855;}',1522542655),(1953,'700acb1e7ab13bb8d6c3641b0667adcb','a:1:{s:13:\"guest_user_id\";i:1528648047;}',1528820847),(28,'702274a8158c38d9b44e4fae7bb66a98','a:2:{s:13:\"guest_user_id\";i:1522369675;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542475),(2177,'7029715442d29e7aae62bc9bd5885111','a:2:{s:13:\"guest_user_id\";i:1528750516;s:4:\"cart\";s:6:\"a:0:{}\";}',1528923315),(1215,'702e6bc15a5673e28355fbabe0b42afc','a:1:{s:13:\"guest_user_id\";i:1523550698;}',1523723497),(1963,'7033173546a5c677c098fcc57d3dddbf','a:2:{s:13:\"guest_user_id\";i:1528653535;s:4:\"cart\";s:6:\"a:0:{}\";}',1528826335),(214,'70354932f4eaf4558c69a8840bf08b48','a:2:{s:13:\"guest_user_id\";i:1522369901;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542700),(3744,'703980a13beaa8d9f24b0e68897665b2','a:2:{s:13:\"guest_user_id\";i:1538157987;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330787),(2215,'703e80daaae7eb3eb1efffee2c540eb3','a:1:{s:13:\"guest_user_id\";i:1528767194;}',1528939994),(2418,'7046d13810c4817c308fc0783c8e3e24','a:2:{s:13:\"guest_user_id\";i:1528859671;s:4:\"cart\";s:6:\"a:0:{}\";}',1529032471),(98,'705b7bf20867777ba7b9222f2b9fde85','a:1:{s:13:\"guest_user_id\";i:1522369769;}',1522542569),(1529,'70621380b7f40e069a33a1ac628b3d1e','a:2:{s:13:\"guest_user_id\";i:1524963144;s:4:\"cart\";s:6:\"a:0:{}\";}',1525135944),(1628,'706220a0f3b4287fdde7444f95828b4b','a:1:{s:13:\"guest_user_id\";i:1526907209;}',1527080009),(2964,'7080f9614616eab5abf23e5fff0a8961','a:1:{s:13:\"guest_user_id\";i:1529452577;}',1529625377),(1490,'7085022409f99ee4be0ede10a7484718','a:1:{s:13:\"guest_user_id\";i:1524652124;}',1524824924),(2473,'7086fe25c64776908fca2d845575f811','a:2:{s:13:\"guest_user_id\";i:1528881776;s:4:\"cart\";s:6:\"a:0:{}\";}',1529054576),(1871,'70b34c5986d3a79fb4018f9ae5941d94','a:2:{s:13:\"guest_user_id\";i:1528613994;s:4:\"cart\";s:6:\"a:0:{}\";}',1528786794),(1106,'70b56b5e3ded5a3cd01b4ad4a18753cf','a:1:{s:13:\"guest_user_id\";i:1523358621;}',1523531421),(956,'70b97552cf3fb1745eb24dcea6010182','a:1:{s:13:\"guest_user_id\";i:1523285542;}',1523458341),(1382,'70c728aa6b9405eaf9b21deea2526877','a:1:{s:13:\"guest_user_id\";i:1523973291;}',1524146087),(513,'70ec3136e7066995ba93b87a0b8f1856','a:1:{s:13:\"guest_user_id\";i:1522586505;}',1522759304),(2282,'70f4912c4b396f2ce175afcc2ad2ab2e','a:2:{s:13:\"guest_user_id\";i:1528795427;s:4:\"cart\";s:6:\"a:0:{}\";}',1528968227),(1110,'7101a9f65a309a412ec0e60735755fdc','a:1:{s:13:\"guest_user_id\";i:1523358626;}',1523531425),(801,'7102b7ed05869f33bd000b23c530ada7','a:1:{s:13:\"guest_user_id\";i:1523278288;}',1523451088),(3371,'711339abc73f0647c52cc96afb7eab49','a:2:{s:13:\"guest_user_id\";i:1537525733;s:4:\"cart\";s:6:\"a:0:{}\";}',1537698532),(1258,'711a3405eb419ed8cccd3f2ee520f6ea','a:1:{s:13:\"guest_user_id\";i:1523593361;}',1523766161),(3017,'711d78a2dbe0dc784e1c06bee008bb67','a:1:{s:13:\"guest_user_id\";i:1529846266;}',1530019066),(1183,'71215e04d6c9a8e954b0df99c530eba5','a:1:{s:13:\"guest_user_id\";i:1523526191;}',1523698990),(626,'712a158a9e7fbdd5717669c866f7df90','a:1:{s:13:\"guest_user_id\";i:1522675746;}',1522848545),(528,'7151422e0c2540ebb259835bafcfbedb','a:3:{s:13:\"guest_user_id\";i:1522587870;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522760670),(2125,'7182d11feeeb1b8d0e82d7b0fb4643af','a:1:{s:13:\"guest_user_id\";i:1528728134;}',1528900934),(1929,'7198243a6767f4ab955f65a3d7b073f1','a:1:{s:13:\"guest_user_id\";i:1528642153;}',1528814952),(756,'71986bafda1097be5eab9e09e6cdde9b','a:1:{s:13:\"guest_user_id\";i:1523228630;}',1523401430),(359,'71c62e38e36fb156dce13c97cf0df23e','a:1:{s:13:\"guest_user_id\";i:1522485932;}',1522658732),(2187,'71c867507ae9ba00f987871a6ab508fb','a:1:{s:13:\"guest_user_id\";i:1528755939;}',1528928739),(1513,'71e009302bcd1c5484d65a00c7979f22','a:2:{s:13:\"guest_user_id\";i:1524858913;s:4:\"cart\";s:6:\"a:0:{}\";}',1525031712),(1517,'71e6e91404b50641d869f375a6324e97','a:1:{s:13:\"guest_user_id\";i:1524858914;}',1525031714),(2407,'71eb2c01f1ca963dc1525b6c80c3f79c','a:2:{s:13:\"guest_user_id\";i:1528854260;s:4:\"cart\";s:6:\"a:0:{}\";}',1529027059),(1691,'7205b46e2439294f925eb339889ddbe7','a:2:{s:13:\"guest_user_id\";i:1528153109;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325909),(1909,'72262301139ad5828444538a27f92275','a:1:{s:13:\"guest_user_id\";i:1528630838;}',1528803638),(246,'725db6fc6118382afe4e8d12e3eba939','a:2:{s:13:\"guest_user_id\";i:1522369932;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542732),(1904,'726bb2ccf5e720f055d02e5346611bab','a:2:{s:13:\"guest_user_id\";i:1528625373;s:4:\"cart\";s:6:\"a:0:{}\";}',1528798173),(3713,'7281cd3d1ec2a002842b13b5eb1277c3','a:2:{s:13:\"guest_user_id\";i:1538157917;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330716),(2746,'72d3386d0f31a5cd2fac93048d66008e','a:2:{s:13:\"guest_user_id\";i:1529033367;s:4:\"cart\";s:6:\"a:0:{}\";}',1529206167),(3460,'72f0f085f1792b302adb7d577d24c661','a:2:{s:13:\"guest_user_id\";i:1537619051;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791851),(1806,'72f219da9d37f34a3fe98c30ac252803','a:2:{s:13:\"guest_user_id\";i:1528579798;s:4:\"cart\";s:6:\"a:0:{}\";}',1528752598),(2597,'7306a2761aa0aef2ccf01197debc3b43','a:1:{s:13:\"guest_user_id\";i:1528942237;}',1529115036),(739,'730df0755337bf4cf021aef51df03512','a:1:{s:13:\"guest_user_id\";i:1523223715;}',1523396515),(3024,'731e15457ddd9096592276b4699572ab','a:1:{s:13:\"guest_user_id\";i:1529861093;}',1530033893),(431,'7339f6d83b8f427ec168fc38364a5144','a:1:{s:13:\"guest_user_id\";i:1522491806;}',1522664606),(539,'735ade9dff34d3c103ab562555390a27','a:1:{s:13:\"guest_user_id\";i:1522611008;}',1522783808),(2569,'738a2a74d83b10c6bedef157ee3b0a2d','a:1:{s:13:\"guest_user_id\";i:1528925534;}',1529098334),(1123,'73c36c205371360c4ca55bed024243aa','a:1:{s:13:\"guest_user_id\";i:1523361570;}',1523534370),(2731,'73d8b14150aff57e8415561ebd7beef8','a:2:{s:13:\"guest_user_id\";i:1529029495;s:4:\"cart\";s:6:\"a:0:{}\";}',1529202295),(396,'73e3f949c2154998337cc9b5c5c8c0f4','a:1:{s:13:\"guest_user_id\";i:1522489341;}',1522662141),(664,'73e7f7e0b08a09e78b572ae1fbdd1274','a:1:{s:13:\"guest_user_id\";i:1522872964;}',1523045763),(2653,'74232915a8daf667b701cb5f75ac1499','a:1:{s:13:\"guest_user_id\";i:1528992012;}',1529164812),(43,'7433b09180941f34c5c2d6464de2407d','a:1:{s:13:\"guest_user_id\";i:1522369697;}',1522542497),(2421,'74393537ffecc16d70001bbfc752eb18','a:1:{s:13:\"guest_user_id\";i:1528859673;}',1529032473),(568,'746fa0a6665c60ef25ea0ff403207f6a','a:1:{s:13:\"guest_user_id\";i:1522668996;}',1522841796),(1805,'747abf3e294719d8c7bbd2ad19ecc9bc','a:1:{s:13:\"guest_user_id\";i:1528579799;}',1528752598),(3874,'74858759afbd52eab2b969e83cde5e13','a:3:{s:13:\"guest_user_id\";i:1538622864;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538795663),(134,'748a85a725dcfa2d82250e72ad936ad5','a:1:{s:13:\"guest_user_id\";i:1522369813;}',1522542613),(3499,'74b363b1e0d8f8febe519825abad4ed0','a:3:{s:13:\"guest_user_id\";i:1537619092;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791892),(2598,'74c2548c14cc43941c818b95d533b26a','a:1:{s:13:\"guest_user_id\";i:1528942238;}',1529115038),(1377,'74c310fb38f5102b83359e523e367df1','a:1:{s:13:\"guest_user_id\";i:1523973280;}',1524146075),(2826,'74c6e0101b920bdb809d3dd6f2d0ce18','a:1:{s:13:\"guest_user_id\";i:1529061350;}',1529234150),(3418,'74d4e86de29acc962338045f283d3161','a:2:{s:13:\"guest_user_id\";i:1537618960;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791760),(3747,'74d8d8f2347983f756c28bc7186a994f','a:2:{s:13:\"guest_user_id\";i:1538172274;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345074),(489,'752c8e1912b8ab0355ec868fea743902','a:1:{s:13:\"guest_user_id\";i:1522499526;}',1522672325),(1943,'7557c206d3b009458eb1609574b799ec','a:1:{s:13:\"guest_user_id\";i:1528648045;}',1528820845),(1804,'7570343e65e08a84dd17f70a5308ccc2','a:1:{s:13:\"guest_user_id\";i:1528579798;}',1528752598),(3531,'75896d5bd7232c1cfb4f7c67efb590da','a:2:{s:13:\"guest_user_id\";i:1537619139;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791939),(2533,'758e0364aecc35e5f288c76d90ecab17','a:1:{s:13:\"guest_user_id\";i:1528909254;}',1529082054),(3809,'759e551346236a0387498dcb05786eaf','a:1:{s:13:\"guest_user_id\";i:1538493856;}',1538666655),(3902,'75bf99600016d6d88992e9ed886f3019','a:2:{s:13:\"guest_user_id\";i:1538782151;s:4:\"cart\";s:6:\"a:0:{}\";}',1538954951),(2796,'75c01c8d345b26b793adf403f730784e','a:2:{s:13:\"guest_user_id\";i:1529049248;s:4:\"cart\";s:6:\"a:0:{}\";}',1529222048),(1699,'75c699c7e97c2e7b03f5ce9e74f7a115','a:1:{s:13:\"guest_user_id\";i:1528153112;}',1528325912),(2337,'75c9ff1babea827ef5b447ec7c580fbb','a:2:{s:13:\"guest_user_id\";i:1528817816;s:4:\"cart\";s:6:\"a:0:{}\";}',1528990616),(4,'75ccb6b56874f5ef91cfe3a6efdf1abe','a:1:{s:13:\"guest_user_id\";i:1522364974;}',1522537773),(113,'75d46d6386691d16020388c94e1e7787','a:1:{s:13:\"guest_user_id\";i:1522369788;}',1522542587),(2643,'75d8be57c737627ff37b8fd5302a3901','a:1:{s:13:\"guest_user_id\";i:1528986483;}',1529159283),(1500,'761bf23f4537ec89cbec186d7f08fdf5','a:1:{s:13:\"guest_user_id\";i:1524744976;}',1524917776),(2784,'765789cd801c3277026c91674bfbda94','a:2:{s:13:\"guest_user_id\";i:1529045407;s:4:\"cart\";s:6:\"a:0:{}\";}',1529218207),(1310,'765a52356dedbe29962666a0a0d6e310','a:1:{s:13:\"guest_user_id\";i:1523793951;}',1523966750),(3757,'765c9de268d45feb8dc3f83467f0df64','a:2:{s:13:\"guest_user_id\";i:1538172298;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345097),(3879,'76741ad0b50ac800811dc73aaf8167e6','a:2:{s:13:\"guest_user_id\";i:1538667239;s:4:\"cart\";s:6:\"a:0:{}\";}',1538840035),(1957,'7675d930cc2b257a55ea36b4d09ae2f8','a:1:{s:13:\"guest_user_id\";i:1528653533;}',1528826333),(2037,'76a4db582e3ccd113a2de46e4734ead2','a:2:{s:13:\"guest_user_id\";i:1528687867;s:4:\"cart\";s:6:\"a:0:{}\";}',1528860667),(1660,'76b90a774ba0934fb10dcd6dd3c7a816','a:1:{s:13:\"guest_user_id\";i:1527555850;}',1527728650),(632,'76c096d13f557b52aacd0eb05ecb471e','a:1:{s:13:\"guest_user_id\";i:1522698187;}',1522870987),(1253,'76c9fd152b3fb183fed93073edce8e21','a:1:{s:13:\"guest_user_id\";i:1523589637;}',1523762436),(1282,'76d436aea705171dc14181e6cd6e4fb7','a:2:{s:13:\"guest_user_id\";i:1523662591;s:4:\"cart\";s:6:\"a:0:{}\";}',1523835390),(3385,'76d9e52661c81c471ffab86ca6d9c63d','a:2:{s:13:\"guest_user_id\";i:1537618874;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791674),(1291,'770795e52f85960a157593218e63a389','a:2:{s:13:\"guest_user_id\";i:1523666661;s:4:\"cart\";s:6:\"a:0:{}\";}',1523839461),(3575,'77409bcfcef4f54d75f75a842a8d154f','a:3:{s:13:\"guest_user_id\";i:1537660185;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832985),(2375,'77477095ba05dd4f26cc9283f97ac1c3','a:1:{s:13:\"guest_user_id\";i:1528843565;}',1529016365),(1644,'775bea7f82837c2ee4af1f8cc7aeb526','a:1:{s:13:\"guest_user_id\";i:1527373668;}',1527546468),(3404,'775fe93db4310aad170cbc88ed258526','a:2:{s:13:\"guest_user_id\";i:1537618918;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791718),(3093,'7779d661659691853e40e41b320c6128','a:1:{s:13:\"guest_user_id\";i:1530142548;}',1530315348),(917,'77801b51f7bb461d79ea552b3e2ed00a','a:1:{s:13:\"guest_user_id\";i:1523284321;}',1523457120),(3838,'779dc149e27a93f860de59ddd051d501','a:2:{s:13:\"guest_user_id\";i:1538552192;s:4:\"cart\";s:6:\"a:0:{}\";}',1538724992),(1491,'77a83e53e7c6c7d2b1da91ca0c4fb824','a:1:{s:13:\"guest_user_id\";i:1524652123;}',1524824923),(1324,'77b5e2981bd721ebd0f94779ff6ad346','a:1:{s:13:\"guest_user_id\";i:1523808379;}',1523981178),(3569,'77be278805e1a86413100cfb6807d655','a:4:{s:13:\"guest_user_id\";i:1537660135;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"110209d8fae7417509ba71ad97c17639\";a:4:{s:7:\"item_id\";s:4:\"5407\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:18000;s:5:\"total\";d:18000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832935),(2851,'77d56be3ac3510ec3b28b0d9674ad1ce','a:1:{s:13:\"guest_user_id\";i:1529069335;}',1529242135),(1015,'77de2b248de6faeede86a0d7bd6e5b34','a:1:{s:13:\"guest_user_id\";i:1523290424;}',1523463224),(3346,'77ebe436bbe3e5ae28632bb63db757da','a:2:{s:13:\"guest_user_id\";i:1537464867;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637667),(219,'77fa89c9529f5bda7aa518ce4cf6e1c9','a:2:{s:13:\"guest_user_id\";i:1522369906;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542706),(743,'7824053c96581864bdab382fdba6ceb6','a:1:{s:13:\"guest_user_id\";i:1523224215;}',1523397015),(448,'782ada899d6334e146865d19d749fd40','a:1:{s:13:\"guest_user_id\";i:1522493615;}',1522666415),(2908,'7833062816f1b60285e506e55a8ad4c4','a:2:{s:13:\"guest_user_id\";i:1529175846;s:4:\"cart\";s:6:\"a:0:{}\";}',1529348645),(2650,'7834e3ea35bb8d6f6740ee04465b8fcb','a:1:{s:13:\"guest_user_id\";i:1528992011;}',1529164811),(2938,'783f8fdfd5e040a02449ca453f63f067','a:1:{s:13:\"guest_user_id\";i:1529412448;}',1529585248),(2622,'78796c7bbc2cecbcbb70018bf23a6500','a:2:{s:13:\"guest_user_id\";i:1528970367;s:4:\"cart\";s:6:\"a:0:{}\";}',1529143167),(2879,'788c56f1493133b55a8f90c475fc4dd5','a:2:{s:13:\"guest_user_id\";i:1529077330;s:4:\"cart\";s:6:\"a:0:{}\";}',1529250130),(3750,'78a0c33c8343aaf74c889251563c5b5c','a:2:{s:13:\"guest_user_id\";i:1538172281;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345081),(3378,'78aa0406b1b6d483ccc54bc3ab76a344','a:2:{s:13:\"guest_user_id\";i:1537618847;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791642),(2894,'78b4214e20824f6fc510a60b918cf22f','a:2:{s:13:\"guest_user_id\";i:1529085896;s:4:\"cart\";s:6:\"a:0:{}\";}',1529258696),(3643,'78b95df7e574660855ff3c57276a8e8a','a:3:{s:13:\"guest_user_id\";i:1538140335;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313135),(3509,'78e80e92301661bb5033ebeb9de452cf','a:2:{s:13:\"guest_user_id\";i:1537619104;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791903),(704,'7912d3acd9a5a5a9a7dccf64f35c515d','a:1:{s:13:\"guest_user_id\";i:1522961289;}',1523134089),(3420,'7925503292186610abf552a867276ec0','a:3:{s:13:\"guest_user_id\";i:1537618966;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791766),(1478,'792801f3fdb171ccf9136e874f549945','a:2:{s:13:\"guest_user_id\";i:1524565408;s:4:\"cart\";s:6:\"a:0:{}\";}',1524738207),(3646,'7934e0277562d4a2fd8e87e5634fd304','a:3:{s:13:\"guest_user_id\";i:1538140344;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313143),(3094,'793ade5baab6969d50617926dbbebe32','a:1:{s:13:\"guest_user_id\";i:1530147409;}',1530320209),(552,'794c7f0da368f0a56d14696efdd87ef6','a:1:{s:13:\"guest_user_id\";i:1522618702;}',1522791501),(1047,'794ef1bf98f39aebcfad59cb9158a87f','a:2:{s:13:\"guest_user_id\";i:1523308220;s:4:\"cart\";s:6:\"a:0:{}\";}',1523481019),(2571,'795628dc2218492715cccaec45fc38d1','a:2:{s:13:\"guest_user_id\";i:1528925534;s:4:\"cart\";s:6:\"a:0:{}\";}',1529098334),(2526,'798f395c0905521d9d429aa151533b22','a:1:{s:13:\"guest_user_id\";i:1528909252;}',1529082052),(3,'7995909e6138e354befae1b843b8d65f','a:1:{s:13:\"guest_user_id\";i:1522364972;}',1522537772),(2479,'79a8aaf6108b6548c8ea46b954751598','a:1:{s:13:\"guest_user_id\";i:1528887340;}',1529060140),(209,'79b5ef10669089fe0f37c0cee4c8a048','a:1:{s:13:\"guest_user_id\";i:1522369899;}',1522542699),(2404,'79b849d49409b4e0b26d42ae03c960ce','a:2:{s:13:\"guest_user_id\";i:1528854259;s:4:\"cart\";s:6:\"a:0:{}\";}',1529027059),(3119,'79ba0c53999eabd87fa01e5a29cbf445','a:1:{s:13:\"guest_user_id\";i:1530201315;}',1530374115),(635,'79bd0c8cd9f051b029a5ccb45912d328','a:1:{s:13:\"guest_user_id\";i:1522698974;}',1522871774),(1688,'79c3825a19c04d6ae80d8a6cb146d8d6','a:1:{s:13:\"guest_user_id\";i:1528153108;}',1528325908),(2141,'79c4f9f1cce000f4336ab2311e335f24','a:2:{s:13:\"guest_user_id\";i:1528733512;s:4:\"cart\";s:6:\"a:0:{}\";}',1528906311),(2324,'79c5fea7d2491e992b9e02bd9793d1af','a:1:{s:13:\"guest_user_id\";i:1528817814;}',1528990614),(3496,'79cff1fbf7d7cf079dd77b189345ef76','a:2:{s:13:\"guest_user_id\";i:1537619088;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791888),(490,'79e1be0aa40dc53c1db420800bf52c5a','a:1:{s:13:\"guest_user_id\";i:1522499527;}',1522672327),(2993,'79e261e01016d1f1d3477a59cbf52e8d','a:1:{s:13:\"guest_user_id\";i:1529670358;}',1529843157),(2715,'79ed72b38c5762ff9cd7e04273ed4054','a:1:{s:13:\"guest_user_id\";i:1529025366;}',1529198165),(3304,'79efecb1afeb1a9a5a7a6152a07a72f1','a:2:{s:13:\"guest_user_id\";i:1537464401;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637200),(1558,'7a250340cc9193ba7a0a3e521d44d012','a:2:{s:13:\"guest_user_id\";i:1525548890;s:4:\"cart\";s:6:\"a:0:{}\";}',1525721688),(2670,'7a345a7357ca78ebeab35548f63892c6','a:1:{s:13:\"guest_user_id\";i:1529007746;}',1529180546),(3106,'7a3a76c4afe049448b0d4f0027de9ab6','a:2:{s:13:\"guest_user_id\";i:1530164052;s:4:\"cart\";s:6:\"a:0:{}\";}',1530336852),(372,'7a4415a2976d50f63043b687039039d4','a:1:{s:13:\"guest_user_id\";i:1522488177;}',1522660977),(2539,'7a481c5e1f7f79f6c08ba8bbc420c91a','a:2:{s:13:\"guest_user_id\";i:1528914713;s:4:\"cart\";s:6:\"a:0:{}\";}',1529087512),(9,'7a4f898aa321f4e495fadd92f5249723','a:1:{s:13:\"guest_user_id\";i:1522365038;}',1522537837),(2944,'7a656cdda6d6d154cf568fa2a71c1ac4','a:1:{s:13:\"guest_user_id\";i:1529441433;}',1529614232),(969,'7a70c2d699cae81b3ca7262c8cbf9ef5','a:2:{s:13:\"guest_user_id\";i:1523285833;s:4:\"cart\";s:6:\"a:0:{}\";}',1523458633),(2171,'7a74e189fb9cc7c14019b3a518eb2cc0','a:1:{s:13:\"guest_user_id\";i:1528744745;}',1528917545),(2815,'7a780f2b7e4b9ec261657c9412d16038','a:2:{s:13:\"guest_user_id\";i:1529057220;s:4:\"cart\";s:6:\"a:0:{}\";}',1529230020),(3387,'7a7f84c41081ec4eee773964f1dd4618','a:2:{s:13:\"guest_user_id\";i:1537618876;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791676),(1011,'7a8667b656800e533189e64590b98e48','a:1:{s:13:\"guest_user_id\";i:1523288746;}',1523461546),(2543,'7a8f274d16a8bcb1fbb4cca1dc431456','a:1:{s:13:\"guest_user_id\";i:1528914714;}',1529087514),(3234,'7ac79c30aabb8923d6e0c7b3ad770ec6','a:2:{s:13:\"guest_user_id\";i:1535332743;s:4:\"cart\";s:6:\"a:0:{}\";}',1535505540),(2841,'7afa30acbc5762f446adcec280e18285','a:1:{s:13:\"guest_user_id\";i:1529065185;}',1529237985),(3618,'7b3c91c1e82c269de287bc04bf12ff23','a:2:{s:13:\"guest_user_id\";i:1538108538;s:4:\"cart\";s:6:\"a:0:{}\";}',1538281338),(2701,'7b4dadfd2288bbcc3040b8c965f2d96a','a:2:{s:13:\"guest_user_id\";i:1529021480;s:4:\"cart\";s:6:\"a:0:{}\";}',1529194280),(2439,'7b54f91d3d3d921c58aaacb55ce97aa7','a:1:{s:13:\"guest_user_id\";i:1528870705;}',1529043505),(3827,'7b69658d498f20231359870d877c3c02','a:2:{s:13:\"guest_user_id\";i:1538545787;s:4:\"cart\";s:6:\"a:0:{}\";}',1538718586),(1716,'7b7e15edbaa0275a09e401dbf263e14f','a:1:{s:13:\"guest_user_id\";i:1528216207;}',1528389007),(1682,'7b7f36a8b3272777c45f92de1c8a2fdf','a:1:{s:13:\"guest_user_id\";i:1528153107;}',1528325907),(1484,'7b8aa3886019f2a2fb9b4cde302ec5b1','a:1:{s:13:\"guest_user_id\";i:1524570258;}',1524743058),(218,'7b97586102b6ab1352f04a5bcba8415e','a:1:{s:13:\"guest_user_id\";i:1522369907;}',1522542707),(1784,'7b9c51571dea85de81b9252ac9bedb39','a:1:{s:13:\"guest_user_id\";i:1528573987;}',1528746787),(3168,'7b9f6589719413098f4f13dee68e038a','a:1:{s:13:\"guest_user_id\";i:1531566382;}',1531739182),(2306,'7ba6c9503e6a08d04d58e268931b80f4','a:2:{s:13:\"guest_user_id\";i:1528806637;s:4:\"cart\";s:6:\"a:0:{}\";}',1528979437),(982,'7bc71d3a2df1c413bb1d7d14d3313aab','a:1:{s:13:\"guest_user_id\";i:1523286989;}',1523459789),(1135,'7becdf22efc1c7b3585717742a65ec01','a:1:{s:13:\"guest_user_id\";i:1523366867;}',1523539666),(2772,'7c0d6a52c1f6f61882d95b91f42ccdc5','a:1:{s:13:\"guest_user_id\";i:1529045404;}',1529218204),(1519,'7c132360b27cbc0417486522471a1a19','a:2:{s:13:\"guest_user_id\";i:1524910761;s:4:\"cart\";s:6:\"a:0:{}\";}',1525083560),(877,'7c3581fc253d438dbec3967748cdc254','a:1:{s:13:\"guest_user_id\";i:1523282638;}',1523455438),(897,'7c3bf7cd6a5a4211f2685d3b2c5ecf1d','a:1:{s:13:\"guest_user_id\";i:1523283601;}',1523456401),(3469,'7c4d95bbd0fc633520baf203c188926e','a:2:{s:13:\"guest_user_id\";i:1537619062;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791862),(2949,'7c597e7c789389f449591af7fa6fc166','a:1:{s:13:\"guest_user_id\";i:1529441434;}',1529614234),(253,'7c70da64f3f9f40021542e24371311d6','a:1:{s:13:\"guest_user_id\";i:1522369941;}',1522542741),(2299,'7c9d826c4f715975f14797336cd51910','a:2:{s:13:\"guest_user_id\";i:1528800889;s:4:\"cart\";s:6:\"a:0:{}\";}',1528973689),(683,'7ca5ea8bd44cef96e1787325cffbaf16','a:1:{s:13:\"guest_user_id\";i:1522946123;}',1523118923),(2883,'7ce4c3363906a53d1758a8706d1d17be','a:1:{s:13:\"guest_user_id\";i:1529085894;}',1529258694),(1884,'7cfea9f4e9e6edf6d3b7e3015abbc65c','a:2:{s:13:\"guest_user_id\";i:1528619469;s:4:\"cart\";s:6:\"a:0:{}\";}',1528792268),(715,'7d139d5b990d8f73b13ce85a1220fb48','a:2:{s:13:\"guest_user_id\";i:1523070197;s:4:\"cart\";s:6:\"a:0:{}\";}',1523242995),(2583,'7d4b3d88dbc6460ac526a0f31b621300','a:2:{s:13:\"guest_user_id\";i:1528931076;s:4:\"cart\";s:6:\"a:0:{}\";}',1529103876),(1437,'7d4d7ce22e0d2ce889be5f1d0ca0f2fb','a:1:{s:13:\"guest_user_id\";i:1524168524;}',1524341324),(1678,'7d5752ff49e79412d460fd68c2c15f45','a:1:{s:13:\"guest_user_id\";i:1528153106;}',1528325906),(998,'7d76e41f7788bb25e0f5e7cc9aa11b47','a:1:{s:13:\"guest_user_id\";i:1523287744;}',1523460544),(3692,'7d96f18297e2141b9b32ef407299400b','a:3:{s:13:\"guest_user_id\";i:1538157867;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330667),(2733,'7db811e26f17d35abd9a2ee4f32f5b70','a:1:{s:13:\"guest_user_id\";i:1529029496;}',1529202296),(3156,'7dc118aeb9c3759008a0fb628d447b99','a:2:{s:13:\"guest_user_id\";i:1530337660;s:4:\"cart\";s:6:\"a:0:{}\";}',1530510460),(813,'7dc5d100c90e0c0cd9ff6610507c7762','a:1:{s:13:\"guest_user_id\";i:1523278944;}',1523451744),(1789,'7de11ae832d6ce2d3bbfb4605191e7d4','a:2:{s:13:\"guest_user_id\";i:1528573987;s:4:\"cart\";s:6:\"a:0:{}\";}',1528746787),(2588,'7dfe3841ec9b6c3db96f1ac9d8b0a442','a:2:{s:13:\"guest_user_id\";i:1528936621;s:4:\"cart\";s:6:\"a:0:{}\";}',1529109421),(3258,'7e00fcee24f7b6feb383e5bad5560e41','a:3:{s:13:\"guest_user_id\";i:1535496417;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1535669215),(3060,'7e03ead1a2b81b84f8b6fb0609be5104','a:2:{s:13:\"guest_user_id\";i:1530047183;s:4:\"cart\";s:6:\"a:0:{}\";}',1530219980),(973,'7e3758d8eddd07f6f8c6f847fd4a9a67','a:1:{s:13:\"guest_user_id\";i:1523286118;}',1523458917),(1103,'7e396de5106ea5f0f08f4cf71bf82876','a:1:{s:13:\"guest_user_id\";i:1523357598;}',1523530397),(2963,'7e4e6163305c3b1583ec45014daf8e94','a:2:{s:13:\"guest_user_id\";i:1529452576;s:4:\"cart\";s:6:\"a:0:{}\";}',1529625376),(1834,'7e5cea31f8c1a64e449fcd1f0fe5db71','a:1:{s:13:\"guest_user_id\";i:1528596712;}',1528769512),(1387,'7e6355886faf61e2fd31e92a5ad02ee9','a:1:{s:13:\"guest_user_id\";i:1523980456;}',1524153256),(2476,'7e75341ace680360d82febdd881def40','a:1:{s:13:\"guest_user_id\";i:1528887340;}',1529060139),(1357,'7e76709f6f6b6ec9ded95f97231b6ccc','a:1:{s:13:\"guest_user_id\";i:1523889107;}',1524061904),(2228,'7e7cdb4ae92280e7516ec77715e295e7','a:1:{s:13:\"guest_user_id\";i:1528772977;}',1528945777),(1240,'7e88f92f7deec0b7cc14053e3352ffa2','a:1:{s:13:\"guest_user_id\";i:1523589441;}',1523762241),(566,'7e944dd3b73c1b5b838b7fa76bcc6fe3','a:1:{s:13:\"guest_user_id\";i:1522668711;}',1522841510),(2955,'7e9973e50080f717e7a135a4a2510a6c','a:1:{s:13:\"guest_user_id\";i:1529441436;}',1529614236),(710,'7e99b23b2fcb98b0513f1d4b33dcd992','a:1:{s:13:\"guest_user_id\";i:1522982772;}',1523155572),(2321,'7ea375fd7803a571fedba911abb89eb0','a:2:{s:13:\"guest_user_id\";i:1528812055;s:4:\"cart\";s:6:\"a:0:{}\";}',1528984855),(24,'7eb2c0b3b9b397c3e209a3a20cbc1825','a:1:{s:13:\"guest_user_id\";i:1522369670;}',1522542470),(3685,'7ec14503628c623a76ac1e22ad437f52','a:2:{s:13:\"guest_user_id\";i:1538157851;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330651),(1965,'7ed14dd75dfc82a403d2d58b184daea6','a:1:{s:13:\"guest_user_id\";i:1528653535;}',1528826335),(1564,'7f1f123848bf471921e27b6c30a7ca45','a:1:{s:13:\"guest_user_id\";i:1525623604;}',1525796404),(2557,'7f28ada837f2f99a0f7231c1e075db14','a:1:{s:13:\"guest_user_id\";i:1528920084;}',1529092884),(226,'7f68cae15d543c960a2ce8f19105c890','a:1:{s:13:\"guest_user_id\";i:1522369914;}',1522542714),(76,'7f9bafcfe10fc69dd91a6b803dd461a0','a:1:{s:13:\"guest_user_id\";i:1522369739;}',1522542539),(1869,'7f9d5ef6e2f390c1b6381d191040f150','a:1:{s:13:\"guest_user_id\";i:1528613994;}',1528786794),(327,'7faa9dc20870d340f7b4befeed574c10','a:1:{s:13:\"guest_user_id\";i:1522445235;}',1522618032),(67,'7fb6cf29a6230f7f4a43ba6ad363b0a5','a:1:{s:13:\"guest_user_id\";i:1522369730;}',1522542528),(3880,'7fcb417d5ec88aeb07d79041edf85162','a:1:{s:13:\"guest_user_id\";i:1538667244;}',1538840043),(1017,'7fd2f33be6c1a8dcf9d76b9cf1d602cc','a:1:{s:13:\"guest_user_id\";i:1523290424;}',1523463224),(2750,'803bc1b9acd2b426958041c8f2605917','a:1:{s:13:\"guest_user_id\";i:1529037424;}',1529210223),(393,'8046b56f9bb92d644ff5026ccc1fb9e2','a:1:{s:13:\"guest_user_id\";i:1522488984;}',1522661784),(1302,'8060946312c054a4e158fb79d2a6169c','a:1:{s:13:\"guest_user_id\";i:1523707632;}',1523880432),(1181,'8070bf5953098e7085e689c081ca52f2','a:1:{s:13:\"guest_user_id\";i:1523514545;}',1523687343),(2951,'8074a2a04ad90670ff141b9b06dd7027','a:2:{s:13:\"guest_user_id\";i:1529441434;s:4:\"cart\";s:6:\"a:0:{}\";}',1529614234),(1443,'80799c5b5c097e8b88fdfa4d69286b00','a:1:{s:13:\"guest_user_id\";i:1524173518;}',1524346318),(1098,'8086f9cda05360dffff6480b42404fef','a:1:{s:13:\"guest_user_id\";i:1523355150;}',1523527950),(3614,'80909882ee8206e1660bfc04aedb5fa8','a:1:{s:13:\"guest_user_id\";i:1538020148;}',1538192945),(3666,'809c13ab670fa5664f90e9f03382d810','a:2:{s:13:\"guest_user_id\";i:1538140395;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313194),(3443,'809fddec632e4ef5fc9cfd4a84c53b1a','a:3:{s:13:\"guest_user_id\";i:1537619032;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791831),(2480,'80b3ff19094ebe806f77861ecbebc205','a:2:{s:13:\"guest_user_id\";i:1528887340;s:4:\"cart\";s:6:\"a:0:{}\";}',1529060140),(1585,'80ed232c1161947cc8bd13edbdaccdae','a:1:{s:13:\"guest_user_id\";i:1526108572;}',1526281372),(1833,'80f2690ce4c3ff5298383a453acd6d45','a:1:{s:13:\"guest_user_id\";i:1528596712;}',1528769512),(338,'80f585eb38f835b3d460e5bc92e22ce4','a:1:{s:13:\"guest_user_id\";i:1522446398;}',1522619198),(3238,'80f9a3900545430dfc2ca3531cb9e314','a:1:{s:13:\"guest_user_id\";i:1535332753;}',1535505552),(3267,'80ff8f6caa561cee43f2a21ec4fe7b03','a:1:{s:13:\"guest_user_id\";i:1535823824;}',1535996624),(2722,'810aa82e8215cb990a438e12b1b9ca82','a:2:{s:13:\"guest_user_id\";i:1529025367;s:4:\"cart\";s:6:\"a:0:{}\";}',1529198167),(1955,'811b2995fbb5f7dbaea9aacd7a26426c','a:1:{s:13:\"guest_user_id\";i:1528653533;}',1528826333),(803,'81286a6c9f9efd574381afc1b61eedb9','a:1:{s:13:\"guest_user_id\";i:1523278401;}',1523451201),(2276,'81346c7dc046b4e4d0d13c0f94ae846c','a:1:{s:13:\"guest_user_id\";i:1528795427;}',1528968227),(3406,'8169b9e97244215276804b1e60e740b7','a:2:{s:13:\"guest_user_id\";i:1537618924;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791724),(6,'81784231930c8fcad96a0fc4eb692221','a:1:{s:13:\"guest_user_id\";i:1522365034;}',1522537834),(3429,'81860da47c30d4dd9397409be9e4ee08','a:3:{s:13:\"guest_user_id\";i:1537618996;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791796),(1271,'818c4e681b22e22cf18148b340c9393b','a:1:{s:13:\"guest_user_id\";i:1523655664;}',1523828464),(242,'818f09f51fcbcfab4872d51aafaf9ad0','a:1:{s:13:\"guest_user_id\";i:1522369931;}',1522542730),(2579,'81a4f7422e5f25066957950a409598b4','a:1:{s:13:\"guest_user_id\";i:1528931075;}',1529103875),(3675,'81cc0fe61cccc0c8da5007d0ac973bc0','a:2:{s:13:\"guest_user_id\";i:1538157818;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330617),(465,'81db44400c22fa8b3b6714323d1dc27b','a:1:{s:13:\"guest_user_id\";i:1522495637;}',1522668437),(551,'81fdc1e1f0aee6a575c5bc471f3475bd','a:1:{s:13:\"guest_user_id\";i:1522618701;}',1522791501),(3014,'820bf68c8c9bf03930507a8b46210f39','a:1:{s:13:\"guest_user_id\";i:1529844747;}',1530017547),(3861,'820d6fb490de0c107f68e27eea4da1f4','a:2:{s:13:\"guest_user_id\";i:1538595580;s:4:\"cart\";s:6:\"a:0:{}\";}',1538768379),(3178,'821a102d2f19a31a315bb92c81a8e971','a:1:{s:13:\"guest_user_id\";i:1532002246;}',1532175045),(2055,'82228f21275c9b7710c33a2cf84dd64d','a:1:{s:13:\"guest_user_id\";i:1528699293;}',1528872093),(3222,'823edf38d07a1c5eac4aef22e17ea2db','a:2:{s:13:\"guest_user_id\";i:1534036300;s:4:\"cart\";s:6:\"a:0:{}\";}',1534209100),(1551,'8249f6bf60f36977e45c59f291391ffd','a:1:{s:13:\"guest_user_id\";i:1525468349;}',1525641149),(1589,'824b547840d9e132d269c903650021e1','a:1:{s:13:\"guest_user_id\";i:1526206489;}',1526379289),(2179,'82585f531aabca588a36f294eb16717d','a:1:{s:13:\"guest_user_id\";i:1528750517;}',1528923317),(3710,'827ec7b5283b62e171b61e2b15216af9','a:2:{s:13:\"guest_user_id\";i:1538157909;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330709),(1206,'8286800763ed3fe40802fada2a605241','a:2:{s:13:\"guest_user_id\";i:1523550392;s:4:\"cart\";s:6:\"a:0:{}\";}',1523723190),(3592,'8287502fd53a501200a8ee686bf59110','a:3:{s:13:\"guest_user_id\";i:1537887024;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538059822),(331,'828c8cf50fa8f829246bc57f4e6670ef','a:1:{s:13:\"guest_user_id\";i:1522445257;}',1522618055),(3885,'8290a0a740fd01087609b03fc4f147bc','a:3:{s:13:\"guest_user_id\";i:1538669816;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538842615),(2852,'82d1e17fc583e633e32d4a0c35ab214b','a:1:{s:13:\"guest_user_id\";i:1529069335;}',1529242135),(311,'82d254ec3cf753a69a8ca527d2ceb5cf','a:2:{s:13:\"guest_user_id\";i:1522369994;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542794),(2102,'82d3b4dfe41626bb4557dbfc1321e19e','a:2:{s:13:\"guest_user_id\";i:1528716845;s:4:\"cart\";s:6:\"a:0:{}\";}',1528889644),(3332,'82e355813f3ab220a2556e2a23d50046','a:2:{s:13:\"guest_user_id\";i:1537464771;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637571),(3530,'82e418e1a3954738c6b7b01a8343cb5f','a:2:{s:13:\"guest_user_id\";i:1537619138;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791938),(1733,'82fd91b0cf4292d24eeba6a392bf76ec','a:1:{s:13:\"guest_user_id\";i:1528551513;}',1528724313),(3609,'83180e41cb7bb3fa895929ac3a6f16a8','a:2:{s:13:\"guest_user_id\";i:1537982860;s:4:\"cart\";s:6:\"a:0:{}\";}',1538155660),(1874,'833751403c12f211e7cdbc468c657d0f','a:1:{s:13:\"guest_user_id\";i:1528613996;}',1528786796),(2360,'83464b93137da17f0cb8b13ba607a5ea','a:1:{s:13:\"guest_user_id\";i:1528828986;}',1529001786),(2186,'837b9efd5c92c0c22a3ad09225443b0a','a:1:{s:13:\"guest_user_id\";i:1528755939;}',1528928739),(2442,'838798f91830e8e660ec4feaa25b59fc','a:2:{s:13:\"guest_user_id\";i:1528870705;s:4:\"cart\";s:6:\"a:0:{}\";}',1529043505),(20,'8399d023a0b6c5862efebc0a624c4b57','a:1:{s:13:\"guest_user_id\";i:1522369664;}',1522542464),(660,'839f52628323816332e786c002fcbdfe','a:1:{s:13:\"guest_user_id\";i:1522807567;}',1522980367),(1947,'83c4fbd480a2a488cc927d42a39b1912','a:1:{s:13:\"guest_user_id\";i:1528648045;}',1528820845),(2515,'83d4a2c04ade350945d986b44b6d2d2b','a:2:{s:13:\"guest_user_id\";i:1528903809;s:4:\"cart\";s:6:\"a:0:{}\";}',1529076608),(3911,'83d727c364f41e93fb5163834e506e14','a:2:{s:13:\"guest_user_id\";i:1539019747;s:4:\"cart\";s:6:\"a:0:{}\";}',1539192542),(204,'83f0d6dd901f9faa2dc9c6b3ac5d7cd5','a:1:{s:13:\"guest_user_id\";i:1522369894;}',1522542694),(3433,'83f592ed3138c1a2afc0a4506ec2a5a6','a:3:{s:13:\"guest_user_id\";i:1537619004;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791804),(2871,'83f857ccc0d8e57ad4f85ffe3b9a8500','a:1:{s:13:\"guest_user_id\";i:1529077328;}',1529250128),(2697,'83fd75b859dbdf51f979cd7578a194cc','a:1:{s:13:\"guest_user_id\";i:1529021480;}',1529194280),(1346,'840187e7f2f34107f9844b4941a3f9a6','a:1:{s:13:\"guest_user_id\";i:1523874753;}',1524047553),(3458,'8409735a5219b5c883c3480e01d6a7a9','a:2:{s:13:\"guest_user_id\";i:1537619049;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791849),(3577,'844d5bc1e795dd2f268035e31589d68f','a:2:{s:13:\"guest_user_id\";i:1537660201;s:4:\"cart\";s:6:\"a:0:{}\";}',1537833001),(2758,'84569728a84c4735ce8a2f998877d4a9','a:2:{s:13:\"guest_user_id\";i:1529037428;s:4:\"cart\";s:6:\"a:0:{}\";}',1529210228),(2590,'845f10cab800c3a7c5df205d4f06ca6e','a:2:{s:13:\"guest_user_id\";i:1528936623;s:4:\"cart\";s:6:\"a:0:{}\";}',1529109423),(723,'8470a159af4b46adf9ecb2db6cb4156f','a:1:{s:13:\"guest_user_id\";i:1523134623;}',1523307419),(3546,'847316e2e70242537e1896703d6e1fa0','a:1:{s:13:\"guest_user_id\";i:1537659947;}',1537832747),(319,'8473a3db110e69203c35f2e8a9d02098','a:2:{s:13:\"guest_user_id\";i:1522370002;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542802),(2960,'84a2165cccf43504ecb7d3aa2943ac62','a:2:{s:13:\"guest_user_id\";i:1529452575;s:4:\"cart\";s:6:\"a:0:{}\";}',1529625374),(786,'84a4050d00aa0952965f4c5e3e853f1c','a:1:{s:13:\"guest_user_id\";i:1523276593;}',1523449393),(1942,'84db5ea87da32ca19711aca2a1d32564','a:2:{s:13:\"guest_user_id\";i:1528642155;s:4:\"cart\";s:6:\"a:0:{}\";}',1528814955),(3228,'84dcfb4cce909e90bf9bdee561898751','a:1:{s:13:\"guest_user_id\";i:1534425914;}',1534598714),(1270,'84f865cf1349f5f19db02f2f6790cf0c','a:1:{s:13:\"guest_user_id\";i:1523601448;}',1523774247),(3723,'84f90c0c12e456822d543b950753dc48','a:2:{s:13:\"guest_user_id\";i:1538157939;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330739),(1544,'84ff24a94bf97e725f85db7276e984b4','a:1:{s:13:\"guest_user_id\";i:1525377480;}',1525550280),(1359,'85120b76fe5b23dfe14a36dc97372420','a:2:{s:13:\"guest_user_id\";i:1523913892;s:4:\"cart\";s:6:\"a:0:{}\";}',1524086689),(1439,'8513cb82b1d5674da857705e993eefb3','a:1:{s:13:\"guest_user_id\";i:1524168675;}',1524341475),(2507,'854b7af0f1d37c4364c469a4a936a64b','a:2:{s:13:\"guest_user_id\";i:1528898326;s:4:\"cart\";s:6:\"a:0:{}\";}',1529071126),(1042,'856ee5429906a437049c6a8500b8e5f1','a:1:{s:13:\"guest_user_id\";i:1523308193;}',1523480992),(443,'8574cd80eb2dd6e473d7fd43afad65a6','a:1:{s:13:\"guest_user_id\";i:1522493084;}',1522665884),(503,'8581331db0ab2e77b458ad1740b6c512','a:2:{s:13:\"guest_user_id\";i:1522545112;s:4:\"cart\";s:6:\"a:0:{}\";}',1522717910),(158,'859d8af044d0a0655c9d454d3deaecc0','a:1:{s:13:\"guest_user_id\";i:1522369844;}',1522542644),(1493,'85aca7107b4a7057392e83a1150b5cb2','a:2:{s:13:\"guest_user_id\";i:1524738592;s:4:\"cart\";s:6:\"a:0:{}\";}',1524911391),(1113,'85ca3e4120f9c234e718ca05cffaba40','a:1:{s:13:\"guest_user_id\";i:1523358637;}',1523531436),(340,'85ed7b07c5772cba8a3aaf1ef9860da4','a:4:{s:13:\"guest_user_id\";i:1522445225;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522618021),(2188,'85f17795234c2ad52f3354f0b96682d6','a:1:{s:13:\"guest_user_id\";i:1528755939;}',1528928739),(1458,'860cbaf75cad00c6946eb56bc4e0ade5','a:1:{s:13:\"guest_user_id\";i:1524210009;}',1524382808),(1914,'860d72b5f8eb328f6b7beba6e6c119da','a:1:{s:13:\"guest_user_id\";i:1528630839;}',1528803639),(506,'8613a692fe276fa8cdfbdfb990743736','a:1:{s:13:\"guest_user_id\";i:1522545120;}',1522717920),(2684,'864a406a8d6aa45284c08f0972b0f6be','a:2:{s:13:\"guest_user_id\";i:1529013456;s:4:\"cart\";s:6:\"a:0:{}\";}',1529186256),(2111,'865a09df5b26506e1316e0516674d2ec','a:1:{s:13:\"guest_user_id\";i:1528722378;}',1528895178),(3816,'86676f3b30fc8b4978314d47f237a40a','a:1:{s:13:\"guest_user_id\";i:1538525759;}',1538698558),(257,'8667aa75bb525c8aa21827842768ee33','a:1:{s:13:\"guest_user_id\";i:1522369944;}',1522542744),(1223,'866a653e86cf9bbe2fcc2142e5868c94','a:2:{s:13:\"guest_user_id\";i:1523556157;s:4:\"cart\";s:6:\"a:0:{}\";}',1523728955),(3785,'867c83acdadb80ec494d593ae9e40b9f','a:1:{s:13:\"guest_user_id\";i:1538194209;}',1538367006),(2088,'8690bf6fa286a43b0d4dd1d855e17cbd','a:1:{s:13:\"guest_user_id\";i:1528710892;}',1528883692),(1631,'8696dec38f7839ef7b090916e1b10e56','a:1:{s:13:\"guest_user_id\";i:1526907213;}',1527080013),(3456,'86c13fe84ee7aab6d503c0709c079f13','a:2:{s:13:\"guest_user_id\";i:1537619047;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791847),(1207,'86f43e89598db1e39153f25e3a5a844e','a:1:{s:13:\"guest_user_id\";i:1523550393;}',1523723192),(527,'86fd00f26f9d6ec33cd83481ad0113b6','a:1:{s:13:\"guest_user_id\";i:1522587872;}',1522760671),(297,'8727d6a66a0fad96aef6ac6122bbeea2','a:1:{s:13:\"guest_user_id\";i:1522369982;}',1522542781),(425,'873d5f995366c15519c88b4a29eb0bc4','a:1:{s:13:\"guest_user_id\";i:1522491364;}',1522664163),(3170,'87429a82b7a3c898e7e68e78694da175','a:1:{s:13:\"guest_user_id\";i:1531566852;}',1531739652),(2303,'8745815808ec147e8b05178f37229dcd','a:2:{s:13:\"guest_user_id\";i:1528806636;s:4:\"cart\";s:6:\"a:0:{}\";}',1528979435),(2015,'874c01cdb157b4877d06383826b93ec3','a:1:{s:13:\"guest_user_id\";i:1528682323;}',1528855123),(3229,'876aacce4212a899a477f88098c89688','a:2:{s:13:\"guest_user_id\";i:1534441847;s:4:\"cart\";s:6:\"a:0:{}\";}',1534614646),(3271,'8772e87bf161d7ee026d3c00459fc525','a:2:{s:13:\"guest_user_id\";i:1535987576;s:4:\"cart\";s:6:\"a:0:{}\";}',1536160375),(2385,'87a32962b86f082832d2682904411815','a:2:{s:13:\"guest_user_id\";i:1528843567;s:4:\"cart\";s:6:\"a:0:{}\";}',1529016367),(2468,'87a5a33cffae0630e204b8f5f5d010f6','a:2:{s:13:\"guest_user_id\";i:1528881774;s:4:\"cart\";s:6:\"a:0:{}\";}',1529054574),(2495,'87a69e0bbbc4824a0b71345fc00f1e58','a:1:{s:13:\"guest_user_id\";i:1528892841;}',1529065641),(2928,'87ab252b94c9839848c3ef4e4bbf26d0','a:1:{s:13:\"guest_user_id\";i:1529341290;}',1529514090),(2996,'87b1771f3cc084782fb72e1a1ffee843','a:1:{s:13:\"guest_user_id\";i:1529670360;}',1529843160),(748,'87b25e94dafb9f5316ed7e7d43689f33','a:1:{s:13:\"guest_user_id\";i:1523224588;}',1523397388),(3625,'87d591fa1a1fd898686c29e38d1e9dc8','a:2:{s:13:\"guest_user_id\";i:1538118920;s:4:\"cart\";s:6:\"a:0:{}\";}',1538291719),(1337,'88191e03cdfdb61fdcef974e3a2d23a3','a:1:{s:13:\"guest_user_id\";i:1523873830;}',1524046629),(2176,'882367f0dcd13462b0abd90ff3f103ab','a:1:{s:13:\"guest_user_id\";i:1528750516;}',1528923316),(3690,'882972f730574ca420e5088a75e35027','a:2:{s:13:\"guest_user_id\";i:1538157863;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330663),(2352,'88510f9f28bd6e9d166ec3baf3f16973','a:1:{s:13:\"guest_user_id\";i:1528828983;}',1529001783),(1141,'88538c649e41a766b8d380e53ea033a0','a:1:{s:13:\"guest_user_id\";i:1523418805;}',1523591604),(1773,'88622a437bbc27a59e48a369bf6d22ff','a:1:{s:13:\"guest_user_id\";i:1528568561;}',1528741361),(3738,'88672f0a944647fe7e440647649c487d','a:2:{s:13:\"guest_user_id\";i:1538157973;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330773),(3536,'886bd301d3eb3302a913730f5b837c41','a:2:{s:13:\"guest_user_id\";i:1537619204;s:4:\"cart\";s:6:\"a:0:{}\";}',1537792000),(3851,'888936f1fc838cf6ebbb6cc81c478eea','a:3:{s:13:\"guest_user_id\";i:1538577476;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538750275),(2782,'8889ebf2542a6cdbce1cd94f0fc428e2','a:1:{s:13:\"guest_user_id\";i:1529045408;}',1529218207),(126,'889e1e554c4c55f8ea0346ce66a5d0da','a:1:{s:13:\"guest_user_id\";i:1522369803;}',1522542603),(2229,'88ab137e37d4090d8d2451dc1153de27','a:2:{s:13:\"guest_user_id\";i:1528772975;s:4:\"cart\";s:6:\"a:0:{}\";}',1528945774),(3012,'88bbdf9764c358792c49c293f0891518','a:1:{s:13:\"guest_user_id\";i:1529844600;}',1530017399),(1221,'88c632a9cb3e98cad0ec77d8717b17e4','a:1:{s:13:\"guest_user_id\";i:1523556157;}',1523728957),(2527,'88c9441567af89d71960be981160ac72','a:2:{s:13:\"guest_user_id\";i:1528909251;s:4:\"cart\";s:6:\"a:0:{}\";}',1529082050),(413,'88eef3a3b4af7459226c8e6f4aeaa411','a:1:{s:13:\"guest_user_id\";i:1522490663;}',1522663463),(3289,'89086155b19956524c94f17310caed0d','a:1:{s:13:\"guest_user_id\";i:1536478910;}',1536651707),(1582,'892759abef27904c4ca7eb795d93922d','a:1:{s:13:\"guest_user_id\";i:1526108573;}',1526281373),(2080,'896b32db16ed015727f793c0a6c5515a','a:1:{s:13:\"guest_user_id\";i:1528710890;}',1528883690),(2621,'896fb3edad4d1dfee5ebefda31266994','a:1:{s:13:\"guest_user_id\";i:1528970368;}',1529143168),(2918,'89810e1e949016abeb0f061b56189f63','a:1:{s:13:\"guest_user_id\";i:1529175845;}',1529348645),(3344,'89b41b676255a96923b9cac79ed1d863','a:2:{s:13:\"guest_user_id\";i:1537464859;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637659),(3524,'89b7a43ddf638045b7f1ef35381cb018','a:2:{s:13:\"guest_user_id\";i:1537619118;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791917),(2606,'89b811f2222e5d3991522ede5510dc8d','a:2:{s:13:\"guest_user_id\";i:1528942240;s:4:\"cart\";s:6:\"a:0:{}\";}',1529115040),(2810,'89de7f62f3f63dfaae677b11d7404530','a:1:{s:13:\"guest_user_id\";i:1529057219;}',1529230019),(1857,'89f2bf791fe5d5385104ba06b382c67b','a:2:{s:13:\"guest_user_id\";i:1528608119;s:4:\"cart\";s:6:\"a:0:{}\";}',1528780918),(1356,'89fe8d7e4ae96c59f2ef86195c3cd6fa','a:1:{s:13:\"guest_user_id\";i:1523889105;}',1524061902),(3520,'8a07a06ff925d62944fac154630e8a26','a:2:{s:13:\"guest_user_id\";i:1537619115;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791915),(1747,'8a115452cb276da59baf683b19449689','a:1:{s:13:\"guest_user_id\";i:1528557246;}',1528730046),(964,'8a159aa5334661ddc3865b12079e1f26','a:2:{s:13:\"guest_user_id\";i:1523285676;s:4:\"cart\";s:6:\"a:0:{}\";}',1523458475),(1642,'8a183f3719d28c1c0fe67ce135453cbc','a:1:{s:13:\"guest_user_id\";i:1527373667;}',1527546467),(1531,'8a3e00681e1137b79a8c7f32857fcbb4','a:2:{s:13:\"guest_user_id\";i:1525020490;s:4:\"cart\";s:6:\"a:0:{}\";}',1525193289),(212,'8a4382d1974254412c121f4f8e80dd5b','a:1:{s:13:\"guest_user_id\";i:1522369901;}',1522542701),(2882,'8a49fa54e7e0bb925c3d3881c6bbb597','a:2:{s:13:\"guest_user_id\";i:1529077330;s:4:\"cart\";s:6:\"a:0:{}\";}',1529250130),(3712,'8a50795f600dd7635bbbb457ebf2d396','a:2:{s:13:\"guest_user_id\";i:1538157914;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330714),(3232,'8a5c4ef0f3a0a958e92b589de70c82d2','a:2:{s:13:\"guest_user_id\";i:1534441849;s:4:\"cart\";s:6:\"a:0:{}\";}',1534614649),(2804,'8a626050047427a47cb0c3a0e5ae34d7','a:1:{s:13:\"guest_user_id\";i:1529053361;}',1529226161),(3284,'8a6b93e8b8247a2d878dbfec19d3befb','a:2:{s:13:\"guest_user_id\";i:1536187810;s:4:\"cart\";s:6:\"a:0:{}\";}',1536360609),(1819,'8a6c24b9126ee71edd9bc4b2e0211f0a','a:1:{s:13:\"guest_user_id\";i:1528591169;}',1528763968),(1760,'8a731fdc28db4dc21f6d8ceea04d8cfa','a:1:{s:13:\"guest_user_id\";i:1528562685;}',1528735485),(966,'8a8d02599dd252a259305d62ad7fd000','a:1:{s:13:\"guest_user_id\";i:1523285829;}',1523458628),(3697,'8aa42bf83fcc489187779ece163c85ee','a:2:{s:13:\"guest_user_id\";i:1538157879;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330679),(332,'8ab2466a555b013d89a964c2a531b088','a:1:{s:13:\"guest_user_id\";i:1522445259;}',1522618059),(2756,'8abb0d0a15805a70e3019998da61dba4','a:1:{s:13:\"guest_user_id\";i:1529037429;}',1529210229),(2487,'8ac8b12acf7557b00d7c860afc0b1d69','a:2:{s:13:\"guest_user_id\";i:1528892838;s:4:\"cart\";s:6:\"a:0:{}\";}',1529065637),(133,'8ad7e6011700902ae288581766a5df1e','a:1:{s:13:\"guest_user_id\";i:1522369812;}',1522542612),(3325,'8ae5f12708ddb8ed32f6377d22b0a25e','a:2:{s:13:\"guest_user_id\";i:1537464680;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637480),(963,'8af3496487a1829deb9435fad02b184f','a:1:{s:13:\"guest_user_id\";i:1523285678;}',1523458477),(3484,'8af6d90ac8b5855b63d7966cf6215486','a:2:{s:13:\"guest_user_id\";i:1537619077;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791877),(3894,'8affca77d7eb72e904f82c37d8bfaa3b','a:2:{s:13:\"guest_user_id\";i:1538760518;s:4:\"cart\";s:6:\"a:0:{}\";}',1538933314),(3058,'8b078e30b82d26b273379894c8ba3243','a:2:{s:13:\"guest_user_id\";i:1530029342;s:4:\"cart\";s:6:\"a:0:{}\";}',1530202142),(420,'8b12039b9416f7ff5a0c87e320ed8fb4','a:1:{s:13:\"guest_user_id\";i:1522491107;}',1522663907),(1465,'8b278760612253628cf0200c8fe37e5d','a:1:{s:13:\"guest_user_id\";i:1524336568;}',1524509368),(1567,'8b47be974cfbb796d1efc948c5b2986c','a:1:{s:13:\"guest_user_id\";i:1525633143;}',1525805943),(1876,'8b6322ddeb1c3e969c355fbbda49e174','a:2:{s:13:\"guest_user_id\";i:1528613996;s:4:\"cart\";s:6:\"a:0:{}\";}',1528786795),(1321,'8b7fa728ad9641f63fe912b926f00bdc','a:3:{s:13:\"guest_user_id\";i:1523808252;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523981045),(1330,'8bb4733a55f1ea85d4027f13c386d0b0','a:1:{s:13:\"guest_user_id\";i:1523811249;}',1523984048),(3032,'8bb66b390596a77be120d8163ed4d2a0','a:1:{s:13:\"guest_user_id\";i:1529862052;}',1530034852),(68,'8bca02850ffb3a91c1351d9d1ccbffa2','a:1:{s:13:\"guest_user_id\";i:1522369730;}',1522542530),(3703,'8be251ef3cdc6e34ca54970931f651fe','a:3:{s:13:\"guest_user_id\";i:1538157893;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330693),(1730,'8bf39c7d1eab9c269a32cd5694f403ce','a:1:{s:13:\"guest_user_id\";i:1528546532;}',1528719332),(1569,'8bfc0881158bc67e8d69f5098b3c5224','a:1:{s:13:\"guest_user_id\";i:1525633145;}',1525805945),(1010,'8c0f2d2fbb601cacb5b8d60fcf4da352','a:1:{s:13:\"guest_user_id\";i:1523288196;}',1523460996),(1146,'8c8d9df858aa37014ac640f10291320a','a:1:{s:13:\"guest_user_id\";i:1523418819;}',1523591619),(3867,'8c8e75454140913e62f10c41768a9585','a:3:{s:13:\"guest_user_id\";i:1538609679;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538782478),(2060,'8c92c395aa77019f28113d16567ea048','a:1:{s:13:\"guest_user_id\";i:1528699294;}',1528872094),(2610,'8ca68e1e4924bf816528a218dd70c5b2','a:1:{s:13:\"guest_user_id\";i:1528970366;}',1529143166),(893,'8cc6b92ef6022b1f8ad42527c0956e2c','a:1:{s:13:\"guest_user_id\";i:1523283521;}',1523456319),(144,'8cc9ff09e71f90da92a4446e44a0110b','a:3:{s:13:\"guest_user_id\";i:1522369823;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542623),(1242,'8cdcdedffa9ad58df82568b9ae0e22f0','a:1:{s:13:\"guest_user_id\";i:1523589459;}',1523762259),(2003,'8cf597d1bfb2153e0a37f96714ea20ad','a:1:{s:13:\"guest_user_id\";i:1528676400;}',1528849200),(3008,'8d141c36c1b7a95b922c2a8d9f4abe6e','a:1:{s:13:\"guest_user_id\";i:1529844408;}',1530017208),(2200,'8d28579c44d1684a88c7c9b8bf5e1034','a:2:{s:13:\"guest_user_id\";i:1528761721;s:4:\"cart\";s:6:\"a:0:{}\";}',1528934519),(2331,'8d30a6d3639b3bd1dcb9b035410aeb10','a:1:{s:13:\"guest_user_id\";i:1528817816;}',1528990616),(351,'8d5652dd5db671979cabfcdbeeb536a7','a:1:{s:13:\"guest_user_id\";i:1522458021;}',1522630821),(3400,'8d5993a6be7c346aeb20e00b4edf1a15','a:2:{s:13:\"guest_user_id\";i:1537618905;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791705),(3688,'8d638da40973c3efbcefefd9623af205','a:3:{s:13:\"guest_user_id\";i:1538157858;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330658),(2801,'8d6d141087dea0deea243bac4dab38ed','a:1:{s:13:\"guest_user_id\";i:1529053360;}',1529226160),(2432,'8d6f1bea000651e06f399d8efeebdad9','a:2:{s:13:\"guest_user_id\";i:1528865193;s:4:\"cart\";s:6:\"a:0:{}\";}',1529037993),(140,'8d7dc8deeac76e000846efb8f2508ab2','a:1:{s:13:\"guest_user_id\";i:1522369819;}',1522542619),(2377,'8d828abe7a228f45a788c3f71c638623','a:2:{s:13:\"guest_user_id\";i:1528843565;s:4:\"cart\";s:6:\"a:0:{}\";}',1529016364),(874,'8d875206ae9824ee920839642c303fc6','a:1:{s:13:\"guest_user_id\";i:1523282441;}',1523455241),(910,'8d9f81f71329ea97441f4c5fdabc5b0a','a:1:{s:13:\"guest_user_id\";i:1523284067;}',1523456867),(3566,'8ddc284f639b4d414c5f4ad4c492d131','a:2:{s:13:\"guest_user_id\";i:1537660110;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832910),(1525,'8ddd60eb61adb4b690c0ec16f9590efa','a:1:{s:13:\"guest_user_id\";i:1524963108;}',1525135908),(878,'8df0b35f8e633646d496ce7e931df2ee','a:1:{s:13:\"guest_user_id\";i:1523282638;}',1523455437),(1911,'8e2f7b3ffa6e7370c917e981a7ccc648','a:2:{s:13:\"guest_user_id\";i:1528630837;s:4:\"cart\";s:6:\"a:0:{}\";}',1528803637),(1450,'8e301debf844a9b306d705fbc4b42564','a:1:{s:13:\"guest_user_id\";i:1524173592;}',1524346391),(1718,'8e40e1982df72a3360bbfd8e8f5a34c0','a:3:{s:13:\"guest_user_id\";i:1528216206;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1528389004),(32,'8e418590a34af1bdcd7d1333d2feb6e0','a:1:{s:13:\"guest_user_id\";i:1522369683;}',1522542483),(3295,'8e57b1fbdd4a5c3ea26e9faf708fff60','a:1:{s:13:\"guest_user_id\";i:1536752321;}',1536925120),(1273,'8e60ac0ca0c287e97ef9bedeb6db46f3','a:1:{s:13:\"guest_user_id\";i:1523655665;}',1523828465),(2961,'8e6ea7fd638da0b38a5adc70c77053fc','a:1:{s:13:\"guest_user_id\";i:1529452576;}',1529625376),(390,'8e8034996fb91c7fd58d5919f21aedcf','a:1:{s:13:\"guest_user_id\";i:1522488852;}',1522661652),(1905,'8e82356a8c58d740a5cdb55399a88b5d','a:1:{s:13:\"guest_user_id\";i:1528630837;}',1528803637),(950,'8e9171ca8fa18954d0e123ec2b36ead5','a:1:{s:13:\"guest_user_id\";i:1523285348;}',1523458148),(3166,'8ea014cfd99e87779cc17e1ca2fcee13','a:1:{s:13:\"guest_user_id\";i:1531566338;}',1531739138),(2979,'8ee3980a65d8689e31b8aebe932eb017','a:1:{s:13:\"guest_user_id\";i:1529464088;}',1529636888),(2520,'8eee8cf56f3391fe73b6a4390a387c86','a:2:{s:13:\"guest_user_id\";i:1528903810;s:4:\"cart\";s:6:\"a:0:{}\";}',1529076610),(3395,'8ef257dc2a85aa11f7d9800e5ef17575','a:2:{s:13:\"guest_user_id\";i:1537618890;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791690),(1477,'8f01a2ca9299d94b69abc11b37ec14f7','a:1:{s:13:\"guest_user_id\";i:1524477866;}',1524650666),(3684,'8f079aee329c382fcd4972fa47483156','a:2:{s:13:\"guest_user_id\";i:1538157849;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330649),(2445,'8f14925c237470daefeb64df107eb01e','a:2:{s:13:\"guest_user_id\";i:1528870706;s:4:\"cart\";s:6:\"a:0:{}\";}',1529043505),(35,'8f4b3f816a8238871062418bf14b90fb','a:1:{s:13:\"guest_user_id\";i:1522369687;}',1522542487),(482,'8f5bd9a4856768bb51857374023aed7e','a:1:{s:13:\"guest_user_id\";i:1522497757;}',1522670557),(106,'8f632ea876d81db9d3126db6dc170995','a:1:{s:13:\"guest_user_id\";i:1522369779;}',1522542579),(3613,'8f6389a9c9d7f6de4db1e4f5e1a0b660','a:1:{s:13:\"guest_user_id\";i:1538020162;}',1538192959),(1850,'8f6b30bc6f662e64a01ed3627e53d65b','a:1:{s:13:\"guest_user_id\";i:1528602615;}',1528775415),(2316,'8f79f0dc522f168bef002000b7883cfb','a:2:{s:13:\"guest_user_id\";i:1528812053;s:4:\"cart\";s:6:\"a:0:{}\";}',1528984853),(3573,'8f8109abc78fa1525ae8615e01074449','a:3:{s:13:\"guest_user_id\";i:1537660168;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832968),(1695,'8f8303f05da5a533ee8b7447da0a96bd','a:2:{s:13:\"guest_user_id\";i:1528153110;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325910),(562,'8f861dadb837edc58dcbd2ae39442a54','a:2:{s:13:\"guest_user_id\";i:1522632313;s:4:\"cart\";s:6:\"a:0:{}\";}',1522805112),(3623,'8f8eb288efc65b91c5c7c2192d53f60c','a:2:{s:13:\"guest_user_id\";i:1538113945;s:4:\"cart\";s:6:\"a:0:{}\";}',1538286744),(2287,'8f9c2d734ff1eed9cd5fadaddc82eb9f','a:2:{s:13:\"guest_user_id\";i:1528795429;s:4:\"cart\";s:6:\"a:0:{}\";}',1528968229),(1167,'8fa34f3be779e0270e41bf9350d47800','a:1:{s:13:\"guest_user_id\";i:1523482216;}',1523655016),(919,'8fc3f2b36c07dd83deb84ce21ae7a41f','a:1:{s:13:\"guest_user_id\";i:1523284427;}',1523457227),(3611,'8fc6ef25aa3f9aa1a87ef80494bb7093','a:2:{s:13:\"guest_user_id\";i:1538020143;s:4:\"cart\";s:6:\"a:0:{}\";}',1538192938),(169,'8fd65c41f19a5a0897650f4192aad6ee','a:2:{s:13:\"guest_user_id\";i:1522369852;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542652),(3741,'8fe10a9f0a4d0b83a4ea0d633c9b7507','a:2:{s:13:\"guest_user_id\";i:1538157980;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330780),(3535,'9007b78036dadcaa752b2f274963694b','a:3:{s:13:\"guest_user_id\";i:1537619142;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791942),(623,'9025f1ec05a0862814f3f7cc598bb7ce','a:1:{s:13:\"guest_user_id\";i:1522675638;}',1522848438),(2809,'902ae5d1887d73a3020e7dff61711786','a:1:{s:13:\"guest_user_id\";i:1529057220;}',1529230020),(3554,'902b90e1d38d7b3e8668f749b4c1074d','a:2:{s:13:\"guest_user_id\";i:1537660012;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832812),(2251,'9032af5047a29f91db9e7f8336fc740c','a:2:{s:13:\"guest_user_id\";i:1528778418;s:4:\"cart\";s:6:\"a:0:{}\";}',1528951218),(2623,'9043199e418dc8fa539d7986f0890f95','a:1:{s:13:\"guest_user_id\";i:1528975743;}',1529148543),(1975,'90439db5ce507297f84131580b6934a8','a:2:{s:13:\"guest_user_id\";i:1528659471;s:4:\"cart\";s:6:\"a:0:{}\";}',1528832271),(355,'90566b6514a6579c99b5b8a208e75255','a:1:{s:13:\"guest_user_id\";i:1522485103;}',1522657902),(2563,'908f9852dcc64745566b9a4e931da987','a:2:{s:13:\"guest_user_id\";i:1528925532;s:4:\"cart\";s:6:\"a:0:{}\";}',1529098331),(1232,'909c5a2a9ef018d8613e0dd919c82924','a:1:{s:13:\"guest_user_id\";i:1523564889;}',1523737687),(2084,'909e2db8e0afb5ab607d7297f7bc5d0c','a:1:{s:13:\"guest_user_id\";i:1528710891;}',1528883691),(78,'90a56bbb81e2b62802a20a2ce452ba5d','a:2:{s:13:\"guest_user_id\";i:1522369738;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542538),(3651,'90abf4ab1523c8d95da3dc57ea88d970','a:3:{s:13:\"guest_user_id\";i:1538140356;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313155),(380,'90d1ce450bc8c083bf43bc722917e585','a:1:{s:13:\"guest_user_id\";i:1522488494;}',1522661294),(1581,'90e2e8090cf54e27850e174faa3c0720','a:1:{s:13:\"guest_user_id\";i:1526108573;}',1526281373),(3381,'90e7080e6813bc6c849f386b6c821b17','a:1:{s:13:\"guest_user_id\";i:1537618850;}',1537791649),(1150,'90e86d72f80600ae44b080d4d9f41339','a:2:{s:13:\"guest_user_id\";i:1523427933;s:4:\"cart\";s:6:\"a:0:{}\";}',1523600731),(2956,'911e917997b2ee26458e36f725746624','a:2:{s:13:\"guest_user_id\";i:1529441435;s:4:\"cart\";s:6:\"a:0:{}\";}',1529614235),(3214,'912b69fc221c96cf69d097b13665accd','a:2:{s:13:\"guest_user_id\";i:1534035679;s:4:\"cart\";s:6:\"a:0:{}\";}',1534208475),(2459,'91332a73b469b2467867671650a3df6c','a:1:{s:13:\"guest_user_id\";i:1528876184;}',1529048984),(828,'9141890d8471a33790949a1c6deb9abe','a:1:{s:13:\"guest_user_id\";i:1523280251;}',1523453051),(1217,'91597f0f6d1eb1ece6e094d3f644519f','a:1:{s:13:\"guest_user_id\";i:1523550703;}',1523723502),(1083,'918e5d967d838625d40516c372b8bca9','a:1:{s:13:\"guest_user_id\";i:1523352947;}',1523525747),(3497,'91db1dc075d176cf611d2673289d06c9','a:4:{s:13:\"guest_user_id\";i:1537619089;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:135:\"a:1:{s:32:\"922073b18844540f8fe447c3e93a25b7\";a:4:{s:7:\"item_id\";s:4:\"5206\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:159;s:5:\"total\";d:159;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791889),(2544,'91ed93a02406b03c69ba1e438a575f80','a:2:{s:13:\"guest_user_id\";i:1528914714;s:4:\"cart\";s:6:\"a:0:{}\";}',1529087514),(3055,'921593ef415b8fc52a5406412462ca64','a:2:{s:13:\"guest_user_id\";i:1530029339;s:4:\"cart\";s:6:\"a:0:{}\";}',1530202136),(1637,'9228a8a150908ea3a506cf4eef487148','a:2:{s:13:\"guest_user_id\";i:1527359733;s:4:\"cart\";s:6:\"a:0:{}\";}',1527532531),(1170,'922beed4894109ff39e52f23b6fcfb83','a:1:{s:13:\"guest_user_id\";i:1523483763;}',1523656563),(3223,'924042abbbaad6343e06b1bb0454f9ac','a:2:{s:13:\"guest_user_id\";i:1534036406;s:4:\"cart\";s:6:\"a:0:{}\";}',1534209206),(1230,'924050f4289c7bdb353a863993254a9d','a:1:{s:13:\"guest_user_id\";i:1523564885;}',1523737684),(1085,'926282c4cc5d78c13f521b4042d62470','a:1:{s:13:\"guest_user_id\";i:1523353636;}',1523526435),(2713,'926b24d15aa5422bc1bbb3dc035d1d8e','a:1:{s:13:\"guest_user_id\";i:1529025366;}',1529198166),(989,'926fd1d2bb92610d63759e8709b665ef','a:1:{s:13:\"guest_user_id\";i:1523287415;}',1523460215),(3399,'9280ee72ee92e99f314db382a9aa4ae2','a:2:{s:13:\"guest_user_id\";i:1537618902;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791702),(2438,'9287731cf8f29475c398e2dbdd088b02','a:1:{s:13:\"guest_user_id\";i:1528870704;}',1529043504),(2910,'929e6abeec3ccffaff29fc169243fdd7','a:1:{s:13:\"guest_user_id\";i:1529175848;}',1529348648),(2396,'92ca4d2724a115f775bd234f0bd6dcd0','a:1:{s:13:\"guest_user_id\";i:1528848916;}',1529021716),(3252,'92cbdb580c000477616ab10daf0f2c01','a:1:{s:13:\"guest_user_id\";i:1535479790;}',1535652588),(3483,'92d920565cb3177a9817fe330bb54bc3','a:2:{s:13:\"guest_user_id\";i:1537619076;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791876),(1604,'92e941178ffcb436a046aadbec32fa2e','a:2:{s:13:\"guest_user_id\";i:1526259893;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432692),(854,'92eee1bc186c31250d40d5c13b7d35d8','a:1:{s:13:\"guest_user_id\";i:1523281283;}',1523454083),(2220,'92f0ffc33fdf24c5d7310e458ecb2bca','a:1:{s:13:\"guest_user_id\";i:1528767198;}',1528939998),(2717,'92f48ac50b7b0b8acce1553efb1832a0','a:1:{s:13:\"guest_user_id\";i:1529025365;}',1529198165),(631,'92fdd738f49930963664f809d275cbc3','a:1:{s:13:\"guest_user_id\";i:1522698187;}',1522870986),(3585,'93030ea6520dbb2b7cf12c094587bcb0','a:2:{s:13:\"guest_user_id\";i:1537810820;s:4:\"cart\";s:6:\"a:0:{}\";}',1537983618),(1966,'9306589da44094285950a49364cd57b1','a:2:{s:13:\"guest_user_id\";i:1528653535;s:4:\"cart\";s:6:\"a:0:{}\";}',1528826335),(1053,'9315210ec1c4db6884f38c2cc8d5d76f','a:1:{s:13:\"guest_user_id\";i:1523308516;}',1523481316),(3615,'93417930fcbb02eafa98e3672b1ff482','a:1:{s:13:\"guest_user_id\";i:1538023684;}',1538196484),(373,'93456e589ae7755ac3f1c071ae2e73cc','a:1:{s:13:\"guest_user_id\";i:1522488179;}',1522660978),(2444,'9347d88527f912d71d4ed3413a13a265','a:1:{s:13:\"guest_user_id\";i:1528870706;}',1529043506),(3772,'935452d987d30cf8a0363852ae4014d9','a:3:{s:13:\"guest_user_id\";i:1538172334;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345133),(692,'936b6223dc80f705065523ae29fd7e08','a:1:{s:13:\"guest_user_id\";i:1522960112;}',1523132912),(1787,'936bdfcade96bba48717630c51db5f84','a:1:{s:13:\"guest_user_id\";i:1528573988;}',1528746788),(3212,'9372c48550e9698d90d4bb370f5584c4','a:1:{s:13:\"guest_user_id\";i:1534004482;}',1534177281),(3485,'93974855b11d905c74dbcee867f8f1bd','a:3:{s:13:\"guest_user_id\";i:1537619072;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791872),(1771,'93b54db6f057ce9303482c44ff0d4309','a:1:{s:13:\"guest_user_id\";i:1528568561;}',1528741361),(986,'93d4fe05f3a639fe9721a35269bccc94','a:1:{s:13:\"guest_user_id\";i:1523287046;}',1523459846),(548,'93e55a84b14802fcd95a1aa68a726211','a:2:{s:13:\"guest_user_id\";i:1522618697;s:4:\"cart\";s:6:\"a:0:{}\";}',1522791496),(1808,'93ed986ad4a3d710044270d39872aee7','a:1:{s:13:\"guest_user_id\";i:1528585313;}',1528758113),(156,'93f94f5fb6b584969b449a84c40f95ba','a:3:{s:13:\"guest_user_id\";i:1522369840;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542639),(3791,'941170fd67707ba16abbfcb1cc55acd5','a:2:{s:13:\"guest_user_id\";i:1538194229;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367029),(3187,'9421b28937c89b50a5f6a79a060c6342','a:1:{s:13:\"guest_user_id\";i:1532187046;}',1532359845),(1084,'942aa0ab75f33cfa0d29748ddd806015','a:1:{s:13:\"guest_user_id\";i:1523353633;}',1523526433),(1418,'9433cbb08df44a9032683c98d170cd9a','a:1:{s:13:\"guest_user_id\";i:1524041089;}',1524213888),(2552,'943587c8b46c94c52a357e59f338b8d2','a:1:{s:13:\"guest_user_id\";i:1528920082;}',1529092882),(2147,'945380353ba023948ed90c506da5e41b','a:1:{s:13:\"guest_user_id\";i:1528733514;}',1528906314),(713,'945c0378fe1e1249c41c8b8f56c6ea08','a:1:{s:13:\"guest_user_id\";i:1523047120;}',1523219915),(3037,'9462fe56e511ea459ce8690a0d9b55fa','a:5:{s:13:\"guest_user_id\";i:1529844244;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1530017043),(1503,'946a87ff64fc16381b319570ee50767f','a:2:{s:13:\"guest_user_id\";i:1524745031;s:4:\"cart\";s:6:\"a:0:{}\";}',1524917831),(3164,'946e78a4a3262dc32567341ac4610c7a','a:1:{s:13:\"guest_user_id\";i:1531444016;}',1531616816),(1851,'947460215bd005d49a363357b7d3fdcd','a:2:{s:13:\"guest_user_id\";i:1528602615;s:4:\"cart\";s:6:\"a:0:{}\";}',1528775415),(1475,'94854022fd3d9da478bf6ec778672d77','a:1:{s:13:\"guest_user_id\";i:1524477858;}',1524650658),(2406,'94b6e1b4db2f9617f0adf5f69b92c0ef','a:1:{s:13:\"guest_user_id\";i:1528854260;}',1529027060),(3476,'94bba0c66776ac58e705f7fef1a5c881','a:2:{s:13:\"guest_user_id\";i:1537619069;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791869),(439,'94bcebfdd26bfdff5972b30ce74c582a','a:1:{s:13:\"guest_user_id\";i:1522492680;}',1522665480),(1989,'94dd8727c159931835b0112be907ad1a','a:1:{s:13:\"guest_user_id\";i:1528664951;}',1528837751),(1392,'94e0ee7e9690c6df75020280a65e79a0','a:1:{s:13:\"guest_user_id\";i:1523980458;}',1524153258),(2019,'94f8bacf5577ff656159dfd252c9130f','a:2:{s:13:\"guest_user_id\";i:1528682324;s:4:\"cart\";s:6:\"a:0:{}\";}',1528855124),(3907,'94f99fd348a53686101babde63b9e22c','a:2:{s:13:\"guest_user_id\";i:1538985773;s:4:\"cart\";s:6:\"a:0:{}\";}',1539158573),(3689,'952562f016602a6d0ff4ed5943f855be','a:2:{s:13:\"guest_user_id\";i:1538157861;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330660),(2805,'952df8befa94d476a0e8afdfc00ae187','a:2:{s:13:\"guest_user_id\";i:1529053361;s:4:\"cart\";s:6:\"a:0:{}\";}',1529226161),(2599,'9537fd92f5de7df3f8bb7b9899fe0b0c','a:1:{s:13:\"guest_user_id\";i:1528942237;}',1529115037),(2535,'9538809d675681bb62f1bde10a13c2bd','a:2:{s:13:\"guest_user_id\";i:1528909253;s:4:\"cart\";s:6:\"a:0:{}\";}',1529082053),(119,'953e936d2072c3611ca707a844145bb7','a:3:{s:13:\"guest_user_id\";i:1522369791;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542590),(2366,'9545d41f66607568b8cb5bcb05dbe748','a:1:{s:13:\"guest_user_id\";i:1528834333;}',1529007133),(1745,'956125ecfc210e6a3580316aaac0ac72','a:1:{s:13:\"guest_user_id\";i:1528551516;}',1528724316),(1474,'958251c044c0806ccb8a2483da6794cf','a:1:{s:13:\"guest_user_id\";i:1524477858;}',1524650658),(3903,'95c345b32dda9be764e8671093e1147e','a:2:{s:13:\"guest_user_id\";i:1538782153;s:4:\"cart\";s:6:\"a:0:{}\";}',1538954953),(696,'95c34d69b439337ce8ec4c7d0c077e89','a:1:{s:13:\"guest_user_id\";i:1522960861;}',1523133659),(2474,'95c3c5efcc7129ac719933415dcce769','a:1:{s:13:\"guest_user_id\";i:1528887339;}',1529060139),(3321,'95d4cd15a2cc49dcc9b2fa8e8c8c1108','a:2:{s:13:\"guest_user_id\";i:1537464637;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637437),(3197,'95efbdf4a13460791731072124f67caa','a:1:{s:13:\"guest_user_id\";i:1532740220;}',1532913018),(905,'96267d4d0d8a7fdf23a602543851d38c','a:1:{s:13:\"guest_user_id\";i:1523283912;}',1523456712),(3658,'9626fe831c17117ee0c4cada327e44cd','a:2:{s:13:\"guest_user_id\";i:1538140373;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313173),(3299,'962ef2f0aa786541bc069eb1ac6e2f93','a:2:{s:13:\"guest_user_id\";i:1537017737;s:4:\"cart\";s:6:\"a:0:{}\";}',1537190536),(325,'9630a69e2ef005412df704642c2dbc2b','a:1:{s:13:\"guest_user_id\";i:1522436082;}',1522608882),(1829,'9634f13aa40119678a526143eb512a90','a:1:{s:13:\"guest_user_id\";i:1528591174;}',1528763974),(999,'96389c9d71501d62bfc95e2cc4a30e9b','a:1:{s:13:\"guest_user_id\";i:1523287747;}',1523460546),(1348,'9638e3fe23cbd29679ea282081bce976','a:1:{s:13:\"guest_user_id\";i:1523874757;}',1524047557),(3451,'966887f3a6b922fffd5d98b1594a4332','a:3:{s:13:\"guest_user_id\";i:1537619042;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791842),(2940,'9685612c8191fd88cc1022ebd4c6aa1b','a:2:{s:13:\"guest_user_id\";i:1529412448;s:4:\"cart\";s:6:\"a:0:{}\";}',1529585248),(2340,'968d08e21a53a3987770e3e61fc46a98','a:1:{s:13:\"guest_user_id\";i:1528823198;}',1528995998),(3626,'9693e10b7db3eac946d7b9041ebc4ef9','a:1:{s:13:\"guest_user_id\";i:1538118920;}',1538291720),(3307,'969a3210acfb087b455a16e1a539cf81','a:2:{s:13:\"guest_user_id\";i:1537464470;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637269),(3098,'96a1320699f2ae7b15d25add00635140','a:2:{s:13:\"guest_user_id\";i:1530147585;s:4:\"cart\";s:6:\"a:0:{}\";}',1530320385),(1892,'96a390c553511185b434da5bbb32f106','a:2:{s:13:\"guest_user_id\";i:1528619472;s:4:\"cart\";s:6:\"a:0:{}\";}',1528792272),(899,'96e512cc6062cb03a4dce678947fa09a','a:1:{s:13:\"guest_user_id\";i:1523283601;}',1523456401),(1653,'96ec4277a7f0ac0a572f790f550acaf8','a:2:{s:13:\"guest_user_id\";i:1527555836;s:4:\"cart\";s:6:\"a:0:{}\";}',1527728634),(124,'96ede3441afc0fb71679a9b2cb042ca0','a:1:{s:13:\"guest_user_id\";i:1522369800;}',1522542600),(600,'96f71462a0d44e76956e7574f5e156a5','a:1:{s:13:\"guest_user_id\";i:1522672318;}',1522845118),(3522,'97077be5e938282521f25557f2a0daa6','a:2:{s:13:\"guest_user_id\";i:1537619116;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791916),(3347,'9718302170f940ea925a123012ef7347','a:2:{s:13:\"guest_user_id\";i:1537464871;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637671),(2371,'971fc0fea89f60d220fa156219681d1f','a:1:{s:13:\"guest_user_id\";i:1528834334;}',1529007134),(3343,'9723783845e9b4ef788abf31526ea1f4','a:2:{s:13:\"guest_user_id\";i:1537464853;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637653),(236,'972ee7cec11799e1a39c0780e32b446a','a:1:{s:13:\"guest_user_id\";i:1522369924;}',1522542724),(314,'973154f0db7f047bd31b535dc4d61378','a:1:{s:13:\"guest_user_id\";i:1522369998;}',1522542798),(821,'9734a2200d278d3050b44a07906237f4','a:1:{s:13:\"guest_user_id\";i:1523279938;}',1523452737),(922,'97383c6f32834146d68e7b3398b729a2','a:2:{s:13:\"guest_user_id\";i:1523284429;s:4:\"cart\";s:6:\"a:0:{}\";}',1523457229),(1526,'975fb04e622d2ea357b1808730927afe','a:1:{s:13:\"guest_user_id\";i:1524963112;}',1525135911),(1246,'9760a35947acacbccf49602e4bf7eb07','a:1:{s:13:\"guest_user_id\";i:1523589511;}',1523762311),(3412,'9760fea7fe6e2942d408b1b5f9b92978','a:2:{s:13:\"guest_user_id\";i:1537618942;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791742),(1744,'9761f96123b6ec1120ed66e384cfd88f','a:1:{s:13:\"guest_user_id\";i:1528551516;}',1528724316),(1703,'97920060078b0183c4a23f1de434ae7f','a:2:{s:13:\"guest_user_id\";i:1528153113;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325912),(1340,'979fbe69e3f8e39de53fad09790966e6','a:1:{s:13:\"guest_user_id\";i:1523873832;}',1524046631),(2063,'97a37f2490dbfcc7da4d9fd6ed1f7288','a:1:{s:13:\"guest_user_id\";i:1528699295;}',1528872095),(2006,'97dbe792bbb2cf65b63b96aa9c3d71f8','a:2:{s:13:\"guest_user_id\";i:1528676400;s:4:\"cart\";s:6:\"a:0:{}\";}',1528849199),(2762,'97e0a94805bc2870175ed5b0d7b95af7','a:1:{s:13:\"guest_user_id\";i:1529041274;}',1529214074),(947,'9809d3cab2fe6a5b82cc0980600ec7d1','a:1:{s:13:\"guest_user_id\";i:1523285155;}',1523457955),(1702,'981985c57da06d4a65f076da39a14dac','a:1:{s:13:\"guest_user_id\";i:1528153113;}',1528325913),(2403,'981e5b0b373a818b4459c6d5ebd8f0a4','a:1:{s:13:\"guest_user_id\";i:1528854259;}',1529027059),(1307,'982453d1a612f57f821fcb8c7b5a5f1a','a:1:{s:13:\"guest_user_id\";i:1523793728;}',1523966526),(3669,'982853673bce887a99fd13f3a89bb68a','a:1:{s:13:\"guest_user_id\";i:1538157795;}',1538330594),(2085,'983cfef70aef46b8b1837d76dac009f4','a:2:{s:13:\"guest_user_id\";i:1528710891;s:4:\"cart\";s:6:\"a:0:{}\";}',1528883691),(2144,'9869beba1199015ab11fe9e5427cf042','a:2:{s:13:\"guest_user_id\";i:1528733512;s:4:\"cart\";s:6:\"a:0:{}\";}',1528906312),(2794,'98a05b26685cc0d851487c1f2ee001fc','a:1:{s:13:\"guest_user_id\";i:1529049248;}',1529222048),(708,'98b118e4d8d004532088c38cda6ee1db','a:1:{s:13:\"guest_user_id\";i:1522982238;}',1523155038),(884,'98ca27e7119e1e8bf702fcfb43989b1b','a:1:{s:13:\"guest_user_id\";i:1523283183;}',1523455983),(2399,'98cafe1142fe1534b33ded0b2f271ae5','a:2:{s:13:\"guest_user_id\";i:1528854257;s:4:\"cart\";s:6:\"a:0:{}\";}',1529027056),(1619,'98cbb38a5c29d4d8aad24f3e2ee42097','a:1:{s:13:\"guest_user_id\";i:1526892490;}',1527065290),(69,'98d8a3407cbf20956de44787e1739cac','a:1:{s:13:\"guest_user_id\";i:1522369729;}',1522542529),(3085,'98e67ac730fa70766dadd7a704f02557','a:2:{s:13:\"guest_user_id\";i:1530123047;s:4:\"cart\";s:6:\"a:0:{}\";}',1530295847),(2361,'98f2182e70735c7d8b6d061fa72095c2','a:2:{s:13:\"guest_user_id\";i:1528828985;s:4:\"cart\";s:6:\"a:0:{}\";}',1529001785),(11,'99004c47f7226a5566ac42b356251e32','a:2:{s:13:\"guest_user_id\";i:1522365038;s:4:\"cart\";s:6:\"a:0:{}\";}',1522537838),(3914,'993c851d942629282b30b67208b7bd0a','a:2:{s:13:\"guest_user_id\";i:1539024057;s:4:\"cart\";s:6:\"a:0:{}\";}',1539196856),(2818,'997dcca792268f10a5aa71c9e2820187','a:1:{s:13:\"guest_user_id\";i:1529057222;}',1529230022),(1391,'998d0812242596794d721fc5f19e3f88','a:1:{s:13:\"guest_user_id\";i:1523980459;}',1524153259),(3539,'9998d35e66161f2fb8079e7b5e203ffa','a:2:{s:13:\"guest_user_id\";i:1537619350;s:4:\"cart\";s:6:\"a:0:{}\";}',1537792150),(3904,'99b4586fbe3068243fcfd750e5b6fa9e','a:3:{s:13:\"guest_user_id\";i:1538844253;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1539017051),(3215,'99f62192336bcd9eb56f268af4eabf5a','a:1:{s:13:\"guest_user_id\";i:1534035680;}',1534208480),(3448,'99fd21f46bce3b67454c5f3cde3207eb','a:2:{s:13:\"guest_user_id\";i:1537619039;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791839),(2230,'9a34938b232a7effbac698c32ab6e023','a:1:{s:13:\"guest_user_id\";i:1528772978;}',1528945778),(2709,'9a3b38bfa80f06e24787fcf93c2afb86','a:2:{s:13:\"guest_user_id\";i:1529025362;s:4:\"cart\";s:6:\"a:0:{}\";}',1529198159),(1711,'9a3f75287b1f0bfa1a5c8fb970bd35bb','a:1:{s:13:\"guest_user_id\";i:1528153116;}',1528325916),(2128,'9a409917ba5a3671c32cb29ba942c81e','a:1:{s:13:\"guest_user_id\";i:1528728135;}',1528900934),(2298,'9a4697b752f6a94d7d7e63f862236173','a:1:{s:13:\"guest_user_id\";i:1528800889;}',1528973689),(583,'9a54927d7c77c881a2dec83adc215064','a:1:{s:13:\"guest_user_id\";i:1522669210;}',1522842010),(370,'9a6869489358bfe0ff491f82416650bf','a:1:{s:13:\"guest_user_id\";i:1522487664;}',1522660464),(597,'9a69b0fde486446ea13a5e4635c4781c','a:1:{s:13:\"guest_user_id\";i:1522670099;}',1522842899),(3431,'9a9ad14cffdd3c681f6c2d5df760c7d2','a:3:{s:13:\"guest_user_id\";i:1537618999;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791799),(2975,'9aaf7d5edda2762900240023a923fa6c','a:2:{s:13:\"guest_user_id\";i:1529464083;s:4:\"cart\";s:6:\"a:0:{}\";}',1529636882),(3463,'9abc8d6de093cf714f184ba9a39ada5b','a:2:{s:13:\"guest_user_id\";i:1537619054;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791854),(3642,'9ac282012bbf725301fab48e64685bc8','a:3:{s:13:\"guest_user_id\";i:1538140331;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313131),(2330,'9ad3e078c9b3dfc06a9c9b005edb8671','a:1:{s:13:\"guest_user_id\";i:1528817815;}',1528990615),(3243,'9adc9b9496f3e026d0b39f4a5f97c89f','a:1:{s:13:\"guest_user_id\";i:1535449666;}',1535622463),(206,'9ae420eb58c634a27c69ce335f23ce2e','a:1:{s:13:\"guest_user_id\";i:1522369896;}',1522542696),(334,'9ae70c7548b1ae0d18d3194d3f952d3f','a:1:{s:13:\"guest_user_id\";i:1522445429;}',1522618229),(1598,'9afd6e419374ac9213518a606fefad81','a:2:{s:13:\"guest_user_id\";i:1526259225;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432025),(961,'9b00fe01f1f379633f063ee6ca940f4d','a:1:{s:13:\"guest_user_id\";i:1523285675;}',1523458475),(1002,'9b00ff02a9ed7248648ccd628210eb06','a:1:{s:13:\"guest_user_id\";i:1523287809;}',1523460609),(2997,'9b0395ac5ddc4cf2ac5cad65d9081531','a:2:{s:13:\"guest_user_id\";i:1529670357;s:4:\"cart\";s:6:\"a:0:{}\";}',1530015447),(1343,'9b104c0b95c94f464f910b9732955f2b','a:1:{s:13:\"guest_user_id\";i:1523873833;}',1524046633),(2703,'9b1afa17688222c51d8992871988ed52','a:2:{s:13:\"guest_user_id\";i:1529021482;s:4:\"cart\";s:6:\"a:0:{}\";}',1529194282),(3052,'9b1ed52730cc04e4fe7cc44ad4f3972b','a:2:{s:13:\"guest_user_id\";i:1530010815;s:4:\"cart\";s:6:\"a:0:{}\";}',1530183615),(3377,'9b5db7137bcdc754418b1d6e1947be15','a:2:{s:13:\"guest_user_id\";i:1537535858;s:4:\"cart\";s:6:\"a:0:{}\";}',1537708658),(2075,'9b982febeba15c0102af06566a37ba6f','a:2:{s:13:\"guest_user_id\";i:1528705161;s:4:\"cart\";s:6:\"a:0:{}\";}',1528877961),(3351,'9ba56d0eea9b42a06bc27643cc886df2','a:2:{s:13:\"guest_user_id\";i:1537464883;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637683),(1097,'9bc16ce93def0609a4b8f31ceacef35c','a:1:{s:13:\"guest_user_id\";i:1523354390;}',1523527190),(1129,'9bdd85ee6bb7086744e7aa44e2ec6c48','a:1:{s:13:\"guest_user_id\";i:1523366751;}',1523539550),(2095,'9bf9cc6e1784f2b1398e209e4119bedc','a:2:{s:13:\"guest_user_id\";i:1528715068;s:4:\"cart\";s:6:\"a:0:{}\";}',1528887867),(168,'9c08af0fd4d317436f7cbd55c03179de','a:1:{s:13:\"guest_user_id\";i:1522369853;}',1522542653),(2780,'9c0be92b70968bb5f35d63ea1682e8bf','a:1:{s:13:\"guest_user_id\";i:1529045407;}',1529218207),(1836,'9c13f4f57eb8ecd22e000d5ea62f2c91','a:1:{s:13:\"guest_user_id\";i:1528596713;}',1528769513),(3640,'9c2d1ef61743f279b2812d3c0d83c584','a:3:{s:13:\"guest_user_id\";i:1538140322;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313122),(1638,'9c35072c0fee1a087a1fa1b09353562b','a:1:{s:13:\"guest_user_id\";i:1527359739;}',1527532539),(1633,'9c38e16e5915b6d7586d644c95cdb802','a:1:{s:13:\"guest_user_id\";i:1526911692;}',1527084492),(382,'9c3b3be2ea7a507f08c6ca9fd8ea70eb','a:1:{s:13:\"guest_user_id\";i:1522488622;}',1522661422),(3650,'9c8132c09627aca4ed9fd2ea44e0ac53','a:3:{s:13:\"guest_user_id\";i:1538140353;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313153),(507,'9c9ee06bab2ccef75bb5c673762fc50f','a:1:{s:13:\"guest_user_id\";i:1522545547;}',1522718345),(2358,'9cab8ef60b5037d3deef1bfa8966012e','a:2:{s:13:\"guest_user_id\";i:1528828985;s:4:\"cart\";s:6:\"a:0:{}\";}',1529001785),(1173,'9cd7744adc6da356389495a4cf0eea75','a:1:{s:13:\"guest_user_id\";i:1523483778;}',1523656578),(2122,'9ce68e6cdc15a2b0e8e487c5b53b1e01','a:1:{s:13:\"guest_user_id\";i:1528724745;}',1528897545),(841,'9d11780523fbb0088413fa776f27c9ce','a:1:{s:13:\"guest_user_id\";i:1523281023;}',1523453822),(2482,'9d13feaeb7dbce20c20a11699269151e','a:2:{s:13:\"guest_user_id\";i:1528887341;s:4:\"cart\";s:6:\"a:0:{}\";}',1529060141),(181,'9d199dd74473982797bc7980432582a6','a:1:{s:13:\"guest_user_id\";i:1522369867;}',1522542667),(472,'9d47541b0ae86cddee5b3ef7273bff12','a:1:{s:13:\"guest_user_id\";i:1522495834;}',1522668633),(1969,'9d737ee4814676e9d228149231201630','a:1:{s:13:\"guest_user_id\";i:1528659470;}',1528832269),(115,'9d774340cb7194ffa91093ac89c70ab1','a:1:{s:13:\"guest_user_id\";i:1522369791;}',1522542591),(634,'9d7f89c5ed77d5e3efca441c32536952','a:1:{s:13:\"guest_user_id\";i:1522698972;}',1522871772),(3822,'9d939d96f4f299269dd3fa95b7122fbc','a:2:{s:13:\"guest_user_id\";i:1538525804;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698601),(594,'9da1466bd965a9abb84290a36f3fa9f6','a:1:{s:13:\"guest_user_id\";i:1522670091;}',1522842890),(645,'9db8023e8977120afb4218f2e8b049f1','a:1:{s:13:\"guest_user_id\";i:1522720330;}',1522893130),(2233,'9db8a449919a4ac5c5b96c7dbc77fefb','a:1:{s:13:\"guest_user_id\";i:1528772979;}',1528945779),(131,'9dbadb30bd4d9299ff43a6452f1cb350','a:1:{s:13:\"guest_user_id\";i:1522369809;}',1522542609),(2570,'9deaf1b1d5595d0345a72260e3d7ca82','a:1:{s:13:\"guest_user_id\";i:1528925535;}',1529098335),(201,'9e0b83b98966ec4ec55e0fcb916162bd','a:1:{s:13:\"guest_user_id\";i:1522369891;}',1522542691),(1995,'9e100eac300d9606034a8ff55507394f','a:1:{s:13:\"guest_user_id\";i:1528670886;}',1528843686),(1580,'9e22c0f4c8acb1c6ea5acef2ab19b6fe','a:1:{s:13:\"guest_user_id\";i:1525982147;}',1526154947),(486,'9e26aaf36ae506f0d7b358aad318a32a','a:1:{s:13:\"guest_user_id\";i:1522498117;}',1522670917),(2123,'9e2af88bc7a18bc4f87150a256ee35e8','a:1:{s:13:\"guest_user_id\";i:1528724744;}',1528897544),(2877,'9e669070e3e7494f0c9c35cfbb393c3f','a:2:{s:13:\"guest_user_id\";i:1529077329;s:4:\"cart\";s:6:\"a:0:{}\";}',1529250129),(1677,'9e721541615010eed0160a63e29317a9','a:1:{s:13:\"guest_user_id\";i:1528153106;}',1528325906),(1606,'9e83e82547501e5b446962c497e7806a','a:2:{s:13:\"guest_user_id\";i:1526259947;s:4:\"cart\";s:6:\"a:0:{}\";}',1526432747),(2481,'9e9365de455a21fabf1390ad45ec1878','a:1:{s:13:\"guest_user_id\";i:1528887341;}',1529060141),(1096,'9e9d584d244f6ee9a1423238a62482f9','a:1:{s:13:\"guest_user_id\";i:1523354389;}',1523527189),(1698,'9eb6acafaedd25a843a4cad3c1112c1f','a:2:{s:13:\"guest_user_id\";i:1528153111;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325910),(993,'9ec870d0697623e90f2cb5c3e638ac5d','a:1:{s:13:\"guest_user_id\";i:1523287539;}',1523460339),(3810,'9eca399c7892e36e599e51740fd26b2d','a:1:{s:13:\"guest_user_id\";i:1538493868;}',1538666668),(3807,'9ed33ae71ca5a525d926184bd91273f0','a:1:{s:13:\"guest_user_id\";i:1538301367;}',1538474166),(1931,'9ed89a137019cbe6841c235a30f03a1f','a:1:{s:13:\"guest_user_id\";i:1528642153;}',1528814953),(1990,'9f0035ff523a8c80a509011a963bfe12','a:2:{s:13:\"guest_user_id\";i:1528664951;s:4:\"cart\";s:6:\"a:0:{}\";}',1528837751),(309,'9f02c6dd0525a4944020f09bfe687fd0','a:2:{s:13:\"guest_user_id\";i:1522369991;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542791),(1831,'9f038c8180f5f8f0b85507e8e0356fc4','a:1:{s:13:\"guest_user_id\";i:1528596712;}',1528769512),(3140,'9f094415feb0a620d38e5b49db6d1677','a:2:{s:13:\"guest_user_id\";i:1530275874;s:4:\"cart\";s:6:\"a:0:{}\";}',1530448674),(265,'9f1319bed1358dd1ce07fbe5053cc51d','a:1:{s:13:\"guest_user_id\";i:1522369952;}',1522542752),(3413,'9f4bc6420db08f0011c16c1a8411beef','a:3:{s:13:\"guest_user_id\";i:1537618946;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791745),(1082,'9f54843fc7440a1973db6fece20ea6db','a:1:{s:13:\"guest_user_id\";i:1523352946;}',1523525746),(1227,'9f5694287075675c298cbb15fc4d5fba','a:1:{s:13:\"guest_user_id\";i:1523564882;}',1523737682),(3695,'9f614b159798622fe9b8c03d0cebbd88','a:3:{s:13:\"guest_user_id\";i:1538157874;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330674),(2513,'9f6eef095c342ccb3cb7fc8bbde27079','a:1:{s:13:\"guest_user_id\";i:1528903809;}',1529076609),(1630,'9f8408906b839cdc0f921c1cff1173cc','a:1:{s:13:\"guest_user_id\";i:1526907213;}',1527080013),(2309,'9f95a238f124d93f58ed89c03be8b239','a:1:{s:13:\"guest_user_id\";i:1528806639;}',1528979439),(3492,'9fadc477fc1fbfabfd68b4d5728e4171','a:2:{s:13:\"guest_user_id\";i:1537619084;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791884),(2706,'9fc8907d212789e71f2ebb6db94b6548','a:2:{s:13:\"guest_user_id\";i:1529021483;s:4:\"cart\";s:6:\"a:0:{}\";}',1529194283),(2522,'9fe2789b1c49c984caf1efe957e5d414','a:1:{s:13:\"guest_user_id\";i:1528903811;}',1529076611),(1981,'9ffaa3b9ce5c514401122f9052fe3bd7','a:1:{s:13:\"guest_user_id\";i:1528664949;}',1528837749),(825,'a01c4734a59279efacfb7034bba21199','a:1:{s:13:\"guest_user_id\";i:1523280249;}',1523453049),(3919,'a020d6f2b4fccdc838ddb4b0ebc568c5','a:3:{s:13:\"guest_user_id\";i:1539024049;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";}',1539196849),(434,'a02d902c5b751625ea0b1e27daefc6d7','a:1:{s:13:\"guest_user_id\";i:1522491874;}',1522664673),(2199,'a02e458421e022bc11df16195666627d','a:1:{s:13:\"guest_user_id\";i:1528761722;}',1528934522),(1936,'a034978c7857160aa73934b4bfe8065b','a:1:{s:13:\"guest_user_id\";i:1528642154;}',1528814954),(240,'a050e822fba15351250a21eec72540dc','a:2:{s:13:\"guest_user_id\";i:1522369926;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542726),(3367,'a082d22205723c541d32d30317c428a4','a:2:{s:13:\"guest_user_id\";i:1537464959;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637758),(929,'a0a87d3efa71a427b9da0561d0ff8f5b','a:1:{s:13:\"guest_user_id\";i:1523284556;}',1523457356),(579,'a0ae1617fdf819a8663e72da8af4b067','a:1:{s:13:\"guest_user_id\";i:1522669207;}',1522842006),(889,'a0af71b20a8fd28d12d01560cfac812a','a:1:{s:13:\"guest_user_id\";i:1523283418;}',1523456218),(2134,'a0b116e0852831abebf2fb2f08dcd22f','a:2:{s:13:\"guest_user_id\";i:1528728137;s:4:\"cart\";s:6:\"a:0:{}\";}',1528900937),(2930,'a0d6257c2ea3868b1cbdfab15b74545d','a:1:{s:13:\"guest_user_id\";i:1529341283;}',1529514083),(470,'a1089db258cfad6ffe69767efa98c24b','a:1:{s:13:\"guest_user_id\";i:1522495772;}',1522668572),(2197,'a10b474263600d4984a2d92c1a95d3f9','a:2:{s:13:\"guest_user_id\";i:1528755942;s:4:\"cart\";s:6:\"a:0:{}\";}',1528928742),(2138,'a121dc3caf8d27f21d6155976c792494','a:1:{s:13:\"guest_user_id\";i:1528733512;}',1528906312),(1317,'a13bd8f0a819198cdcb63019a17065df','a:1:{s:13:\"guest_user_id\";i:1523796925;}',1523969725),(925,'a13c3a641772319673250fa9a1d558a6','a:1:{s:13:\"guest_user_id\";i:1523284494;}',1523457294),(3558,'a148be9bc22f4f346cee5536e76e8170','a:2:{s:13:\"guest_user_id\";i:1537660045;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832845),(357,'a1761d5067502f9f108948e526d553da','a:1:{s:13:\"guest_user_id\";i:1522485893;}',1522658692),(2723,'a195f53c5cc85007313677fe8fdfbe37','a:1:{s:13:\"guest_user_id\";i:1529029494;}',1529202294),(3572,'a1b97b4cc95e3402e2399d636fe7354c','a:3:{s:13:\"guest_user_id\";i:1537660160;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832960),(1172,'a1c9ca019f48756d9ef850bedee829a9','a:1:{s:13:\"guest_user_id\";i:1523483769;}',1523656568),(3148,'a1f57cceb8716b2ca68409964b2ec9fc','a:2:{s:13:\"guest_user_id\";i:1530294094;s:4:\"cart\";s:6:\"a:0:{}\";}',1530466894),(1822,'a20dbfedf0a79c7da9d679fec8ad148c','a:1:{s:13:\"guest_user_id\";i:1528591171;}',1528763971),(2595,'a2297b13df0c02ac77de498f30f45ec1','a:1:{s:13:\"guest_user_id\";i:1528936619;}',1529109419),(3310,'a238840c9c0e06bcf6450da5cd2805ab','a:1:{s:13:\"guest_user_id\";i:1537464479;}',1537637277),(500,'a246f76a54cae7077100533ee9919128','a:1:{s:13:\"guest_user_id\";i:1522523752;}',1522696552),(1592,'a274925b6e97a174436d979631a37372','a:2:{s:13:\"guest_user_id\";i:1526259167;s:4:\"cart\";s:6:\"a:0:{}\";}',1526431966),(882,'a28748edac0f986e05a1844c0f36715d','a:1:{s:13:\"guest_user_id\";i:1523282912;}',1523455712),(2739,'a2883fbfa361e14ed28160eeed1e6c70','a:1:{s:13:\"guest_user_id\";i:1529033366;}',1529206165),(526,'a28a573283c97be194471d28e0ee21d6','a:1:{s:13:\"guest_user_id\";i:1522587852;}',1522760652),(3694,'a28fbfdca824a1befdc6e5fba526bda4','a:2:{s:13:\"guest_user_id\";i:1538157872;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330672),(3200,'a2a49ce3f09af4074a05b5a3b5a9d4dd','a:1:{s:13:\"guest_user_id\";i:1533055638;}',1533228438),(3372,'a2c154c0b87cec79e06c2e1b52921e56','a:1:{s:13:\"guest_user_id\";i:1537525734;}',1537698534),(2768,'a2f3c5a37cd9ed7775e5d0996f9917b4','a:2:{s:13:\"guest_user_id\";i:1529041274;s:4:\"cart\";s:6:\"a:0:{}\";}',1529214074),(2991,'a30887bcb320abd8f790db7275906c3e','a:1:{s:13:\"guest_user_id\";i:1529475929;}',1529648729),(1449,'a30e94bfa162d0f7f29b69742477f3c6','a:1:{s:13:\"guest_user_id\";i:1524173591;}',1524346390),(1560,'a30ea960bef36a3995cfba9b86eca2e7','a:1:{s:13:\"guest_user_id\";i:1525548889;}',1525721689),(433,'a32e7d92d1c84290717e8060cc8c28de','a:1:{s:13:\"guest_user_id\";i:1522491872;}',1522664672),(2924,'a33cdf7cbc8215415bf74096b2e4bbb0','a:2:{s:13:\"guest_user_id\";i:1529341288;s:4:\"cart\";s:6:\"a:0:{}\";}',1529514088),(2767,'a3440d72585a08dee4286dbcbe09d562','a:1:{s:13:\"guest_user_id\";i:1529041275;}',1529214075),(1014,'a3527f64827430c115cd03b7de277646','a:1:{s:13:\"guest_user_id\";i:1523290423;}',1523463223),(2446,'a35dde8905d64336d3d29c5fe42ed5f1','a:1:{s:13:\"guest_user_id\";i:1528870708;}',1529043508),(2624,'a35e0843c46ccfb1f6616e7f6c3928f5','a:2:{s:13:\"guest_user_id\";i:1528975743;s:4:\"cart\";s:6:\"a:0:{}\";}',1529148542),(1923,'a3636781d4d5ece3856b21074fc7db79','a:2:{s:13:\"guest_user_id\";i:1528636662;s:4:\"cart\";s:6:\"a:0:{}\";}',1528809462),(2356,'a3791f9e1ff34b4e6c1454d044a6122b','a:2:{s:13:\"guest_user_id\";i:1528828984;s:4:\"cart\";s:6:\"a:0:{}\";}',1529001784),(737,'a37f3c7df6ab8446c4ad63a44d925f88','a:1:{s:13:\"guest_user_id\";i:1523220077;}',1523392877),(749,'a38c2c3bc0e2fae35645a71e554fe311','a:1:{s:13:\"guest_user_id\";i:1523224587;}',1523397387),(1739,'a38d653726b4975d314a75d40e30a54f','a:1:{s:13:\"guest_user_id\";i:1528551514;}',1528724314),(3288,'a3911002f4b386187f508962dc37a5f8','a:2:{s:13:\"guest_user_id\";i:1536478900;s:4:\"cart\";s:6:\"a:0:{}\";}',1536651696),(1299,'a39d07c62e14f972f12593d495b85637','a:1:{s:13:\"guest_user_id\";i:1523707625;}',1523880421),(2548,'a39ff093bbec956d50f20ca8827edcab','a:1:{s:13:\"guest_user_id\";i:1528920082;}',1529092881),(111,'a3c52ebc4674b6eee22c04aa9d6d22bc','a:2:{s:13:\"guest_user_id\";i:1522369781;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542581),(826,'a3c6c53f8b9ea608af03821d1b89f129','a:1:{s:13:\"guest_user_id\";i:1523280249;}',1523453049),(682,'a3daf36d57d0e9f2936752043439365c','a:1:{s:13:\"guest_user_id\";i:1522945788;}',1523118588),(2607,'a3e75e05dd199c2dbf7fa2c149b75cbc','a:1:{s:13:\"guest_user_id\";i:1528942241;}',1529115040),(862,'a42e8dfd5be531a90dadedbf9761ad65','a:1:{s:13:\"guest_user_id\";i:1523281888;}',1523454687),(2534,'a455a8aa3537dd8b015533938eb7256f','a:1:{s:13:\"guest_user_id\";i:1528909254;}',1529082054),(2807,'a4728c1b9f64ee7519c512d9822db9e1','a:1:{s:13:\"guest_user_id\";i:1529053362;}',1529226162),(671,'a4774aaba23ee0121417ffbe0e38d017','a:1:{s:13:\"guest_user_id\";i:1522894992;}',1523067790),(2081,'a47760024fa929bef7df0976f7bbfbe5','a:1:{s:13:\"guest_user_id\";i:1528710890;}',1528883690),(60,'a4883f280457815cae8e5c64285fddce','a:1:{s:13:\"guest_user_id\";i:1522369722;}',1522542522),(3784,'a4953a96a162814769de8f886596d30d','a:2:{s:13:\"guest_user_id\";i:1538194215;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367015),(3567,'a49e0d57e6ac598052c1520c1ba8b19d','a:4:{s:13:\"guest_user_id\";i:1537660118;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"5e0f17d9e09d1881692cf84a3b869f75\";a:4:{s:7:\"item_id\";s:4:\"5312\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:15000;s:5:\"total\";d:15000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832918),(2301,'a4b95dfc98131267c27d4df8cdadd182','a:1:{s:13:\"guest_user_id\";i:1528806636;}',1528979436),(2753,'a4b97541de3f718eeef5424e044cfbac','a:2:{s:13:\"guest_user_id\";i:1529037425;s:4:\"cart\";s:6:\"a:0:{}\";}',1529210225),(262,'a4d1070301878692c063c60d58a06fd1','a:1:{s:13:\"guest_user_id\";i:1522369949;}',1522542749),(2707,'a4d8f752b71a47059e5c5b7e40e6b635','a:1:{s:13:\"guest_user_id\";i:1529021484;}',1529194284),(1523,'a4da85c8eca1963478a4b0f8da865328','a:2:{s:13:\"guest_user_id\";i:1524963106;s:4:\"cart\";s:6:\"a:0:{}\";}',1525135906),(621,'a4eae7b394960396e6a45fb9391d405f','a:1:{s:13:\"guest_user_id\";i:1522675450;}',1522848250),(3790,'a4f22c1f4bd87e57d6838375b003ef55','a:2:{s:13:\"guest_user_id\";i:1538194227;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367027),(1339,'a5080d08d878064948e13a4eb9fd6f46','a:1:{s:13:\"guest_user_id\";i:1523873832;}',1524046630),(1480,'a50a1ceaad759f69680312d5c9b20430','a:1:{s:13:\"guest_user_id\";i:1524565414;}',1524738214),(294,'a50cd3e9bd149f672fd64457677b1be3','a:2:{s:13:\"guest_user_id\";i:1522369977;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542777),(387,'a53da4492b7fea9bb12cad2250677d07','a:1:{s:13:\"guest_user_id\";i:1522488625;}',1522661424),(2897,'a5585dc3fcb22460d2dc15164ae41621','a:1:{s:13:\"guest_user_id\";i:1529159013;}',1529331812),(2564,'a56dfd733da54d4c328796a615c9c3ae','a:1:{s:13:\"guest_user_id\";i:1528925533;}',1529098333),(3230,'a57f9af8f5ac52f585a0fb2ca6cbb9f2','a:1:{s:13:\"guest_user_id\";i:1534441848;}',1534614647),(2732,'a5cc7f6eb3f83b2d826e18410f285141','a:1:{s:13:\"guest_user_id\";i:1529029496;}',1529202296),(3898,'a5ccd8acd89bc1708fa8d38fc39779f3','a:1:{s:13:\"guest_user_id\";i:1538771500;}',1538944298),(2026,'a5fa216ffa2c4c76b2912f4cac8e2ee9','a:1:{s:13:\"guest_user_id\";i:1528682322;}',1528855122),(202,'a6146099de0b64fe56224af1151b80d3','a:2:{s:13:\"guest_user_id\";i:1522369890;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542690),(492,'a622a75292fcd27d771d7add4ae5610a','a:1:{s:13:\"guest_user_id\";i:1522523086;}',1522695886),(542,'a62c53720d6b9a0f0ee667f3fe5caa6f','a:1:{s:13:\"guest_user_id\";i:1522611095;}',1522783895),(674,'a633e3d32823cc48d0a6c557c318ad96','a:1:{s:13:\"guest_user_id\";i:1522945495;}',1523118295),(2755,'a6365378b88b360d784842e79925798e','a:2:{s:13:\"guest_user_id\";i:1529037427;s:4:\"cart\";s:6:\"a:0:{}\";}',1529210227),(1797,'a63b9522f4058750e943a2a3a04e4c72','a:1:{s:13:\"guest_user_id\";i:1528579796;}',1528752596),(1705,'a64b5f34e6ac3e949fa6e1636abfc8fe','a:1:{s:13:\"guest_user_id\";i:1528153114;}',1528325914),(2189,'a67461b4d1dec283eb55117bcc988b9e','a:2:{s:13:\"guest_user_id\";i:1528755939;s:4:\"cart\";s:6:\"a:0:{}\";}',1528928738),(1550,'a6878fa7295c7fe1aa77a228f3c52028','a:1:{s:13:\"guest_user_id\";i:1525422886;}',1525595686),(3184,'a6b2e6bb25335d108694f3944cb36062','a:2:{s:13:\"guest_user_id\";i:1532108780;s:4:\"cart\";s:6:\"a:0:{}\";}',1532281579),(3023,'a6c1641713901302dc60e6de3583761d','a:1:{s:13:\"guest_user_id\";i:1529861093;}',1530033893),(1856,'a6c458948546488f77d9217fd28f6dc8','a:1:{s:13:\"guest_user_id\";i:1528608119;}',1528780919),(1772,'a6c4f0ce69ae0de45b14ff527f69fa15','a:1:{s:13:\"guest_user_id\";i:1528568560;}',1528741360),(2671,'a6cda11ace49759dc3d22bd579cd8085','a:1:{s:13:\"guest_user_id\";i:1529007746;}',1529180546),(271,'a6ded37d62453257fc984db7095e883b','a:1:{s:13:\"guest_user_id\";i:1522369957;}',1522542757),(3452,'a6df014cc81ebf1512baf23c0e85ef7f','a:3:{s:13:\"guest_user_id\";i:1537619043;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791843),(2702,'a6ed4950626aa9242ca795078d72fa25','a:1:{s:13:\"guest_user_id\";i:1529021482;}',1529194282),(1539,'a6fd3cf420b995fda60b142d878feae1','a:1:{s:13:\"guest_user_id\";i:1525158431;}',1525331231),(427,'a7065c395e3e2593458cbc17056ff8ea','a:1:{s:13:\"guest_user_id\";i:1522491493;}',1522664293),(2054,'a7116deed481796242f93dc95fbca988','a:2:{s:13:\"guest_user_id\";i:1528699292;s:4:\"cart\";s:6:\"a:0:{}\";}',1528872091),(650,'a712e7b7ba6967fea53fc4ac371f47a1','a:1:{s:13:\"guest_user_id\";i:1522785501;}',1522958301),(2711,'a71f9201ec67a75da5171fa6a7482e0c','a:1:{s:13:\"guest_user_id\";i:1529025364;}',1529198163),(948,'a720e58e1eb6c6f01a27b8c6c3ddb184','a:1:{s:13:\"guest_user_id\";i:1523285233;}',1523458033),(464,'a724eb8b94336072d330eb3769aceb85','a:1:{s:13:\"guest_user_id\";i:1522495565;}',1522668364),(1252,'a72f370fe32ff6bb430d605e81bdf6a0','a:1:{s:13:\"guest_user_id\";i:1523589635;}',1523762434),(791,'a73bb54e75b5a4de9ea94df7c00f5e01','a:1:{s:13:\"guest_user_id\";i:1523276816;}',1523449615),(3660,'a75e5450e9811b0d6446b3b21e8167c5','a:2:{s:13:\"guest_user_id\";i:1538140379;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313179),(2058,'a7716aca5e2443da8ead4a3007dfa06d','a:1:{s:13:\"guest_user_id\";i:1528699294;}',1528872094),(2390,'a7cf14e23b4c6ebf8db501de67819803','a:1:{s:13:\"guest_user_id\";i:1528848915;}',1529021714),(2735,'a7dcfbf036ada7f162d87bd1f479206c','a:1:{s:13:\"guest_user_id\";i:1529033364;}',1529206164),(1542,'a7fd8ac8b3ae9accb4ebbe912bfdcb82','a:2:{s:13:\"guest_user_id\";i:1525377471;s:4:\"cart\";s:6:\"a:0:{}\";}',1525550269),(2973,'a825989ab5aa5ca16ed3604736dcb450','a:2:{s:13:\"guest_user_id\";i:1529464081;s:4:\"cart\";s:6:\"a:0:{}\";}',1529636881),(1038,'a870db6c9f93bf3aeb7f3810f6020cae','a:1:{s:13:\"guest_user_id\";i:1523308069;}',1523480868),(2169,'a875727f4ec57ae67e34db26a45bb545','a:1:{s:13:\"guest_user_id\";i:1528744744;}',1528917544),(487,'a89379514a0e1d543e8acb7c43fae19b','a:1:{s:13:\"guest_user_id\";i:1522498177;}',1522670977),(2212,'a89767504fd4175ae454884953283992','a:1:{s:13:\"guest_user_id\";i:1528767193;}',1528939993),(3226,'a89e9478d9aeafc3f9afb0ee96ffe77d','a:2:{s:13:\"guest_user_id\";i:1534425913;s:4:\"cart\";s:6:\"a:0:{}\";}',1534598712),(794,'a8e5cc1962ed22abded7e72bb52add2f','a:1:{s:13:\"guest_user_id\";i:1523277543;}',1523450343),(900,'a8ebfd9613b851f4c4f8ab05d8c26bd3','a:1:{s:13:\"guest_user_id\";i:1523283719;}',1523456519),(3734,'a8f098eadbe1e043f6084272458a11dd','a:3:{s:13:\"guest_user_id\";i:1538157964;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330764),(3644,'a8f47cc1812b8832fd27496a58cbe969','a:3:{s:13:\"guest_user_id\";i:1538140339;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313139),(1111,'a8f85398d7f53d9501b76e6d15f8d07d','a:1:{s:13:\"guest_user_id\";i:1523358627;}',1523531426),(1507,'a8fa4d0e5c5b1c7f28910126a5b80f97','a:1:{s:13:\"guest_user_id\";i:1524827763;}',1525000563),(195,'a902c4e73b3f45046ee2c7c38885b900','a:1:{s:13:\"guest_user_id\";i:1522369884;}',1522542684),(196,'a906c4e3237df58940fcd04e0f61a226','a:2:{s:13:\"guest_user_id\";i:1522369883;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542683),(957,'a91a840b03e96d70e1b3d98b2ff44a30','a:1:{s:13:\"guest_user_id\";i:1523285604;}',1523458404),(2046,'a91cc16596d197a7484c98a9d7e9bb4e','a:1:{s:13:\"guest_user_id\";i:1528693766;}',1528866566),(400,'a92205b1f9b78e59ebc4a2caf3dc7f4e','a:1:{s:13:\"guest_user_id\";i:1522489365;}',1522662165),(199,'a956241cdcdcfb84ff337b9272e172ed','a:2:{s:13:\"guest_user_id\";i:1522369886;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542686),(608,'a95bb6b43ad1f2533f4cb4ba13dc2cbf','a:1:{s:13:\"guest_user_id\";i:1522674218;}',1522847018),(3597,'a95c368d9073728f6c9f8e13213ddcdb','a:2:{s:13:\"guest_user_id\";i:1537924324;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097123),(3665,'a98d3517af479d632bbc9279340be36c','a:2:{s:13:\"guest_user_id\";i:1538140392;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313192),(3219,'a98fe780c088f645d6b4c71c3f7520e1','a:1:{s:13:\"guest_user_id\";i:1534036244;}',1534209044),(1432,'a9a883d2660f9ef2050228471f33e3e9','a:1:{s:13:\"guest_user_id\";i:1524166520;}',1524339317),(833,'a9b7496c092523b305a4d142fc569c92','a:1:{s:13:\"guest_user_id\";i:1523280465;}',1523453265),(3101,'a9c3388ef70ece0e9c36e63c4a1e9f35','a:2:{s:13:\"guest_user_id\";i:1530148229;s:4:\"cart\";s:6:\"a:0:{}\";}',1530321029),(859,'aa089b589f6443da3b4f312ff995b2e0','a:1:{s:13:\"guest_user_id\";i:1523281511;}',1523454311),(2166,'aa17a51e52c31ffc64d9dea4dc8f3c8e','a:1:{s:13:\"guest_user_id\";i:1528744742;}',1528917542),(1968,'aa17e6bc0cc13fd1241c6d5f78568933','a:1:{s:13:\"guest_user_id\";i:1528659469;}',1528832269),(1205,'aa3e823c7ae77a2aa2cb0b71c66bf27f','a:1:{s:13:\"guest_user_id\";i:1523526514;}',1523699309),(2277,'aa4cf388af7c39f0fd3f6c8e13120707','a:1:{s:13:\"guest_user_id\";i:1528795426;}',1528968226),(3194,'aa558429322acaf556a44a796e7d5802','a:2:{s:13:\"guest_user_id\";i:1532740069;s:4:\"cart\";s:6:\"a:0:{}\";}',1532912867),(3578,'aa66328a99184576fee67606b93ef8d8','a:2:{s:13:\"guest_user_id\";i:1537660210;s:4:\"cart\";s:6:\"a:0:{}\";}',1537833010),(2183,'aaa3609ca6c770c7fd07fdbc6c5f2777','a:1:{s:13:\"guest_user_id\";i:1528750518;}',1528923318),(1624,'aaa6e3ebb53c61b37af51fc12c33a8ac','a:1:{s:13:\"guest_user_id\";i:1526907207;}',1527080007),(1109,'aabb3589186af54a3feab02ac51cd5ad','a:1:{s:13:\"guest_user_id\";i:1523358620;}',1523531419),(432,'aacb516aaec062f51d89a1a3413eea85','a:1:{s:13:\"guest_user_id\";i:1522491805;}',1522664605),(3761,'aad8f92b01c5a922b83c6338bc23f346','a:2:{s:13:\"guest_user_id\";i:1538172307;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345107),(3224,'aaf94839ca37a334eaebfdf44a6cee5d','a:2:{s:13:\"guest_user_id\";i:1534425895;s:4:\"cart\";s:6:\"a:0:{}\";}',1534598694),(2512,'ab04202710146de7d7106d42bccfd1e7','a:1:{s:13:\"guest_user_id\";i:1528903809;}',1529076609),(2065,'ab090c07f1836c4040f04ba5afd4773d','a:1:{s:13:\"guest_user_id\";i:1528705159;}',1528877959),(1683,'ab0988c054cf9b5fb2075b08c15a8b05','a:1:{s:13:\"guest_user_id\";i:1528153107;}',1528325907),(3202,'ab0da420cab7b31088fc000212cc562e','a:1:{s:13:\"guest_user_id\";i:1533770737;}',1533943536),(2788,'ab17c2057f77619de75348895afc5d1c','a:2:{s:13:\"guest_user_id\";i:1529049246;s:4:\"cart\";s:6:\"a:0:{}\";}',1529222045),(190,'ab295a10896b14c1e9106c3f5b6b78bb','a:2:{s:13:\"guest_user_id\";i:1522369878;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542678),(1917,'ab2de23dc60c241832806e2621f036ad','a:1:{s:13:\"guest_user_id\";i:1528636660;}',1528809460),(2401,'ab68c164c6174b2f4681d6cd42c86752','a:1:{s:13:\"guest_user_id\";i:1528854259;}',1529027059),(2417,'ab7350c5d867235a48d22bff16d8e5e2','a:1:{s:13:\"guest_user_id\";i:1528859672;}',1529032472),(1576,'abb747e7b4b64ede1a201da6943f3a3a','a:1:{s:13:\"guest_user_id\";i:1525982143;}',1526154943),(2489,'abc0ea6c408d9bc7a1349348b83c8be7','a:1:{s:13:\"guest_user_id\";i:1528892839;}',1529065639),(1502,'abc388e43cad9320c2e31ddcf700dfe5','a:1:{s:13:\"guest_user_id\";i:1524744979;}',1524917779),(769,'abca3cd19dde4a25691d66132bcb1c99','a:1:{s:13:\"guest_user_id\";i:1523244637;}',1523417436),(3751,'abcd79f2a5c33c4edfaf8d0e8d85832c','a:2:{s:13:\"guest_user_id\";i:1538172284;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345083),(3338,'abcdcd2224f447f3d24cbf6426e8dcd7','a:2:{s:13:\"guest_user_id\";i:1537464831;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637631),(2749,'abe1aa1c4c7314bdc049edfccc19984c','a:1:{s:13:\"guest_user_id\";i:1529037424;}',1529210223),(3453,'abe9619ba0a6b8697843c4b98e0bf504','a:3:{s:13:\"guest_user_id\";i:1537619044;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791844),(1715,'abfb698be172e7bc554d8a623bcf156a','a:1:{s:13:\"guest_user_id\";i:1528216207;}',1528389007),(1697,'ac01a0c72885eae892616ee11aba1a30','a:1:{s:13:\"guest_user_id\";i:1528153111;}',1528325911),(2984,'ac1a179687a49ac9c8b3be45d0567d7b','a:1:{s:13:\"guest_user_id\";i:1529475925;}',1529648725),(599,'ac33144a3df6760504ed3a68ac26afa8','a:1:{s:13:\"guest_user_id\";i:1522672317;}',1522845116),(1073,'ac4108fc8731a99210c5bbcd6ecfc103','a:1:{s:13:\"guest_user_id\";i:1523313957;}',1523486757),(2236,'ac432d8bac3f6baa47f38027e85c2cb2','a:2:{s:13:\"guest_user_id\";i:1528772978;s:4:\"cart\";s:6:\"a:0:{}\";}',1528945778),(376,'ac4faf612ca99b240d210da37c4ccf08','a:1:{s:13:\"guest_user_id\";i:1522488356;}',1522661156),(2868,'ac505f9082daeed6e24407c6be57f81b','a:1:{s:13:\"guest_user_id\";i:1529073213;}',1529246013),(978,'ac79f5e3ee5c5c33949ee894668fd1e1','a:1:{s:13:\"guest_user_id\";i:1523286986;}',1523459786),(2159,'ac99a3a31d9aec9144043f11bbac7620','a:1:{s:13:\"guest_user_id\";i:1528739313;}',1528912113),(1751,'acb7d1d132a10bf51e8798be0e5a8373','a:1:{s:13:\"guest_user_id\";i:1528557247;}',1528730047),(366,'acc37e77e885089e28aee34b07960db5','a:1:{s:13:\"guest_user_id\";i:1522486003;}',1522658803),(2472,'ad073b30b562eb02a60ade88872d7d2b','a:1:{s:13:\"guest_user_id\";i:1528881776;}',1529054576),(2235,'ad1823904a53e8950d7c8649f87e5afa','a:1:{s:13:\"guest_user_id\";i:1528772979;}',1528945779),(1099,'ad23b7bc34f783934c9571b58cd0e883','a:1:{s:13:\"guest_user_id\";i:1523355150;}',1523527949),(2635,'ad418fd08f8219cc0710dbcdc581414a','a:1:{s:13:\"guest_user_id\";i:1528986481;}',1529159281),(2142,'ad59fc0170f90a3e9cf68b45049cdf25','a:1:{s:13:\"guest_user_id\";i:1528733513;}',1528906313),(2977,'ad61ef2d7311e08f01b2d57ff3bf6aa6','a:1:{s:13:\"guest_user_id\";i:1529464084;}',1529636884),(3735,'ad683c10f08c17c08e89192e93b30f43','a:3:{s:13:\"guest_user_id\";i:1538157967;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330767),(1605,'ad7d42485b7372f47c013cd019f3e928','a:1:{s:13:\"guest_user_id\";i:1526259947;}',1526432747),(693,'ad853d091587e9dc7429fbdb0e60e40b','a:1:{s:13:\"guest_user_id\";i:1522960524;}',1523133323),(3848,'adbcdbf36d15d243316b1b122aebde9a','a:1:{s:13:\"guest_user_id\";i:1538572843;}',1538745643),(3294,'adeba2a694ff64a63e6968adaf0f9de8','a:2:{s:13:\"guest_user_id\";i:1536752314;s:4:\"cart\";s:6:\"a:0:{}\";}',1536925112),(3893,'adf25c5879572ef42d764504b0186a00','a:2:{s:13:\"guest_user_id\";i:1538760511;s:4:\"cart\";s:6:\"a:0:{}\";}',1538933307),(480,'ae0c8db7b0e39f277d4a84350bb64b1f','a:1:{s:13:\"guest_user_id\";i:1522497756;}',1522670556),(1840,'ae0e3da8ef5a8e6a3a38c40fb66da1d6','a:1:{s:13:\"guest_user_id\";i:1528596715;}',1528769515),(3854,'ae207b75dc18e71313260b6c4e6dd538','a:3:{s:13:\"guest_user_id\";i:1538581975;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538754775),(3739,'ae22defa46c5a70c9c9e6e80b50193b7','a:2:{s:13:\"guest_user_id\";i:1538157975;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330775),(2613,'ae22ee926324d78cd940e9f3209a3370','a:1:{s:13:\"guest_user_id\";i:1528970366;}',1529143165),(3782,'ae3005122a52a16c10222d5b9fc63b0c','a:2:{s:13:\"guest_user_id\";i:1538194204;s:4:\"cart\";s:6:\"a:0:{}\";}',1538366998),(3718,'ae36a0ea08765f8c3e0414c10d5a1667','a:2:{s:13:\"guest_user_id\";i:1538157928;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330728),(1451,'ae3ab406ea9b330d6d42ebbd93aeed87','a:1:{s:13:\"guest_user_id\";i:1524173772;}',1524346572),(3519,'ae59e02222f8b7f762d34f9e830f34f8','a:2:{s:13:\"guest_user_id\";i:1537619114;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791914),(3050,'ae9182754364cf008337e1482b7adad0','a:2:{s:13:\"guest_user_id\";i:1530010814;s:4:\"cart\";s:6:\"a:0:{}\";}',1530183613),(101,'ae9349438953fc9f117eb9bac8da1539','a:1:{s:13:\"guest_user_id\";i:1522369773;}',1522542573),(132,'aeabd0b03817a94e95c68f9017c8fa54','a:2:{s:13:\"guest_user_id\";i:1522369808;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542608),(2017,'aeb18706061fd89ef49edb2fb74ce82d','a:1:{s:13:\"guest_user_id\";i:1528682324;}',1528855124),(1402,'aebc2eb26b94c7b936439a3e0ec6fe98','a:1:{s:13:\"guest_user_id\";i:1523993391;}',1524166190),(603,'aed53d329fc7e48337ab9bb7b89c0da8','a:1:{s:13:\"guest_user_id\";i:1522674018;}',1522846817),(3602,'aed7b42450b803d3dc6af581b004f900','a:2:{s:13:\"guest_user_id\";i:1537925108;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097908),(2435,'aede46a2b8be7b4f20333e69a4bd34ba','a:2:{s:13:\"guest_user_id\";i:1528865193;s:4:\"cart\";s:6:\"a:0:{}\";}',1529037993),(744,'af0ec01537ec1f0f9a3459208f43583f','a:1:{s:13:\"guest_user_id\";i:1523224314;}',1523397114),(1629,'af117d6f73924a64f7b4697634538ed0','a:1:{s:13:\"guest_user_id\";i:1526907209;}',1527080009),(3764,'af20d151d8240aebb1ce56d67768e354','a:2:{s:13:\"guest_user_id\";i:1538172314;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345114),(1641,'af385b66ce7426ae8c946bc35e8b634d','a:1:{s:13:\"guest_user_id\";i:1527373667;}',1527546467),(1276,'af4eace52ec8875e69ddb1b1a35ecce9','a:2:{s:13:\"guest_user_id\";i:1523655667;s:4:\"cart\";s:6:\"a:0:{}\";}',1523828467),(336,'af8982f1d671e91d67b9a6ec968d89fa','a:1:{s:13:\"guest_user_id\";i:1522445939;}',1522618738),(3305,'af8c38d3eb473824402355c624c9ebf4','a:2:{s:13:\"guest_user_id\";i:1537464405;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637204),(688,'af9d9c9b8d0417372cff320cfcaa35a3','a:1:{s:13:\"guest_user_id\";i:1522947820;}',1523120620),(292,'afa33ce2a3114c7c34e281eb1e039420','a:1:{s:13:\"guest_user_id\";i:1522369978;}',1522542778),(1556,'afbca5e6181749a638b1b74cdafde4c6','a:1:{s:13:\"guest_user_id\";i:1525548892;}',1525721692),(3070,'afbce1772653b6a55f100d70d04507b3','a:2:{s:13:\"guest_user_id\";i:1530065418;s:4:\"cart\";s:6:\"a:0:{}\";}',1530238218),(2995,'afc7c7a71056681f9e4efac63d50e70c','a:1:{s:13:\"guest_user_id\";i:1529670360;}',1529843160),(2182,'afda336a6ae2aa59f7e150fffc89dd82','a:2:{s:13:\"guest_user_id\";i:1528750517;s:4:\"cart\";s:6:\"a:0:{}\";}',1528923317),(2646,'afe562a0fa7339ee6e2ec2f6342c955d','a:1:{s:13:\"guest_user_id\";i:1528986480;}',1529159280),(968,'aff8d61284917e0d52447f71f7d63248','a:1:{s:13:\"guest_user_id\";i:1523285834;}',1523458634),(627,'b00c91483c3435f50e58cd736b14de0c','a:1:{s:13:\"guest_user_id\";i:1522675808;}',1522848608),(2300,'b0160c33c0ae441b690a0f02babeef84','a:1:{s:13:\"guest_user_id\";i:1528806636;}',1528979436),(2988,'b04a4dbba0da0467140d9d30188ca2cf','a:1:{s:13:\"guest_user_id\";i:1529475929;}',1529648728),(384,'b0523401cb699a366b05bb8c6c817496','a:1:{s:13:\"guest_user_id\";i:1522488623;}',1522661423),(3363,'b05cf704abc9ac6b77467327b90d527b','a:2:{s:13:\"guest_user_id\";i:1537464915;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637715),(2451,'b05ea11771af55a0a45702ff09e5a57d','a:1:{s:13:\"guest_user_id\";i:1528876182;}',1529048982),(1563,'b06a6276358eddfb9e2e59abae68daf1','a:1:{s:13:\"guest_user_id\";i:1525623595;}',1525796395),(408,'b090fc6a11d8222717f030963e3b8f2b','a:1:{s:13:\"guest_user_id\";i:1522489991;}',1522662791),(519,'b09317a60675fb2fe329e9b1012d9230','a:1:{s:13:\"guest_user_id\";i:1522587553;}',1522760353),(3778,'b0aa27b835f8ff2ff904899dcf6facc2','a:2:{s:13:\"guest_user_id\";i:1538172347;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345147),(2833,'b0c5314811b3431e7975eac42e9c6eac','a:1:{s:13:\"guest_user_id\";i:1529065183;}',1529237983),(1352,'b0ceaf2cd22d8f1b711713ac9bd16343','a:1:{s:13:\"guest_user_id\";i:1523879129;}',1524051929),(2800,'b0cf8c2f8b00a4beda91828499e9cad5','a:2:{s:13:\"guest_user_id\";i:1529053359;s:4:\"cart\";s:6:\"a:0:{}\";}',1529226158),(3117,'b0fc82c5262eac1f2f41e4dc08b61cde','a:2:{s:13:\"guest_user_id\";i:1530201316;s:4:\"cart\";s:6:\"a:0:{}\";}',1530374116),(3605,'b106dd76b8e9745f2d9031af111c7307','a:3:{s:13:\"guest_user_id\";i:1537981109;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538153904),(2293,'b111edccd7be30c0c98f55715af71752','a:1:{s:13:\"guest_user_id\";i:1528800888;}',1528973688),(369,'b12012e8c5ba222c3eb7a69de5795be9','a:1:{s:13:\"guest_user_id\";i:1522487062;}',1522659862),(2467,'b1233f9756140c5de7e7f1c10378e08b','a:1:{s:13:\"guest_user_id\";i:1528881775;}',1529054575),(3176,'b14365ffed5b20d31752c26b9d4263b0','a:2:{s:13:\"guest_user_id\";i:1532002245;s:4:\"cart\";s:6:\"a:0:{}\";}',1532175043),(426,'b147c840bb5e8a670e4cdca53d4e4a83','a:1:{s:13:\"guest_user_id\";i:1522491365;}',1522664165),(911,'b14882b8c64bdf190abd6dd945b9e0f5','a:1:{s:13:\"guest_user_id\";i:1523284066;}',1523456866),(3213,'b15370a9d6a5f083d66abb0077ad3fa0','a:1:{s:13:\"guest_user_id\";i:1534004476;}',1534177276),(2488,'b16379dce8550416b3bdfc429bef9b4c','a:1:{s:13:\"guest_user_id\";i:1528892838;}',1529065637),(702,'b1654f4cc1e029697ba79eabbd40d343','a:1:{s:13:\"guest_user_id\";i:1522961288;}',1523134087),(1320,'b1731e51d263d23ce5240f6ab00b023f','a:1:{s:13:\"guest_user_id\";i:1523808275;}',1523981067),(2074,'b1885115d2604b4a6c8fd33898961be6','a:1:{s:13:\"guest_user_id\";i:1528705161;}',1528877961),(2695,'b1a9925e5b0395c4deb34b8aaee1bc77','a:1:{s:13:\"guest_user_id\";i:1529017351;}',1529190151),(675,'b1aaaae10e8e0b750d7b5f8002e710b9','a:1:{s:13:\"guest_user_id\";i:1522945497;}',1523118296),(2999,'b1cbc7304ec8fee458e595ab841f4360','a:1:{s:13:\"guest_user_id\";i:1529842620;}',1530015419),(2616,'b1d4c8cd463c40c0bfd96e7eadebbe42','a:1:{s:13:\"guest_user_id\";i:1528970367;}',1529143167),(2631,'b1dcf15a8cbbdc364c62b0533ae36b54','a:1:{s:13:\"guest_user_id\";i:1528975745;}',1529148545),(3275,'b1e581285bbf2dea4d10ed68d2cc369d','a:2:{s:13:\"guest_user_id\";i:1535987607;s:4:\"cart\";s:6:\"a:0:{}\";}',1536160405),(3801,'b1ea236b7b6853789f7ad675945f4d10','a:2:{s:13:\"guest_user_id\";i:1538242070;s:4:\"cart\";s:6:\"a:0:{}\";}',1538414868),(3342,'b1eedccf1fc1d66f0c5d5177448a36c0','a:2:{s:13:\"guest_user_id\";i:1537464851;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637648),(3794,'b1f8987b68a51f396db5eca0a3a8ff3e','a:2:{s:13:\"guest_user_id\";i:1538194236;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367036),(2828,'b205f3abef1240ee06b41c22e111b05e','a:1:{s:13:\"guest_user_id\";i:1529061351;}',1529234151),(280,'b20aa6ee2ad441a3f2a1ebd9dcc65bb0','a:1:{s:13:\"guest_user_id\";i:1522369965;}',1522542765),(1861,'b21b3c0d7a3cfe80631811f9f091452a','a:2:{s:13:\"guest_user_id\";i:1528608120;s:4:\"cart\";s:6:\"a:0:{}\";}',1528780920),(3317,'b21d54ae13f6392ea25e8dc331581b1f','a:3:{s:13:\"guest_user_id\";i:1537464595;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537637394),(2256,'b245be6944bef0180e67c78508428f56','a:1:{s:13:\"guest_user_id\";i:1528784186;}',1528956985),(1655,'b26fd8a4fb1a701030a99e3358ea2bdf','a:2:{s:13:\"guest_user_id\";i:1527555840;s:4:\"cart\";s:6:\"a:0:{}\";}',1527728640),(1262,'b2745a85f98803ebe2fb9b7d3228fb4c','a:1:{s:13:\"guest_user_id\";i:1523593368;}',1523766168),(1654,'b2765b0a7f6c3a5cd3001974a1094cc5','a:1:{s:13:\"guest_user_id\";i:1527555840;}',1527728640),(1817,'b27bd2825a27541fabf1878630614878','a:1:{s:13:\"guest_user_id\";i:1528585316;}',1528758115),(3425,'b29092a9d3753f0409211171c0a9efef','a:2:{s:13:\"guest_user_id\";i:1537618988;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791785),(3678,'b2b4cc82c8516987ea1a5a264bba052d','a:2:{s:13:\"guest_user_id\";i:1538157835;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330635),(1300,'b2bc0e6d0be219146bf8afc896e4e80c','a:1:{s:13:\"guest_user_id\";i:1523707627;}',1523880424),(2064,'b2bc354ab4b6771d3ba345bb354de8a8','a:1:{s:13:\"guest_user_id\";i:1528699292;}',1528872092),(1079,'b2bf2a6b11d26085a0c4054f5a77d9ac','a:1:{s:13:\"guest_user_id\";i:1523345357;}',1523518156),(3196,'b2d6ef832338fa4e82a013794bfe1ea4','a:1:{s:13:\"guest_user_id\";i:1532740229;}',1532913027),(3661,'b2db2219ef559b08704cb5c3a9c936a0','a:3:{s:13:\"guest_user_id\";i:1538140381;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313181),(1313,'b2fe519fc8bbcfb9714937752eea302c','a:1:{s:13:\"guest_user_id\";i:1523796921;}',1523969720),(2814,'b3538c8222ffc902306320159d3ed74f','a:1:{s:13:\"guest_user_id\";i:1529057221;}',1529230021),(3047,'b35f4082978d3623c8d55a99aec1faf2','a:2:{s:13:\"guest_user_id\";i:1529992373;s:4:\"cart\";s:6:\"a:0:{}\";}',1530165173),(3515,'b362498f3405cad4805a14a144980350','a:2:{s:13:\"guest_user_id\";i:1537619111;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791911),(1726,'b366e726366c25f0ac910220c930475e','a:2:{s:13:\"guest_user_id\";i:1528546530;s:4:\"cart\";s:6:\"a:0:{}\";}',1528719330),(2178,'b378b036eaf801600c53b8cb41b3e7f1','a:1:{s:13:\"guest_user_id\";i:1528750516;}',1528923316),(441,'b39429880f1ba6c389423edbe2e42f12','a:1:{s:13:\"guest_user_id\";i:1522492758;}',1522665558),(2685,'b3bdc82a2c9943f431913942196955de','a:1:{s:13:\"guest_user_id\";i:1529017349;}',1529190149),(2386,'b3d439991d5769233c8b8be4112b6b5c','a:1:{s:13:\"guest_user_id\";i:1528848914;}',1529021714),(3792,'b3dc865a7853ccb3a648597593199683','a:2:{s:13:\"guest_user_id\";i:1538194232;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367031),(628,'b3dfbfc78ef9ce388bb63a3c0b4bbad4','a:1:{s:13:\"guest_user_id\";i:1522675807;}',1522848607),(3517,'b3e2242c2892e022e7881a5870eb214d','a:2:{s:13:\"guest_user_id\";i:1537619113;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791912),(2714,'b3e78af7c01cfe23646b94d068548183','a:2:{s:13:\"guest_user_id\";i:1529025363;s:4:\"cart\";s:6:\"a:0:{}\";}',1529198163),(1178,'b42b666e8a5eb2f4c32561496ffc7c67','a:1:{s:13:\"guest_user_id\";i:1523514547;}',1523687346),(3717,'b44730f6813edccba0a49e8470c23aaa','a:2:{s:13:\"guest_user_id\";i:1538157926;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330726),(1024,'b47ecdaae5c3d810d757f1c4d499cd1f','a:1:{s:13:\"guest_user_id\";i:1523305971;}',1523478770),(1946,'b47fc67c57044ccaa0114ca051e20a9e','a:2:{s:13:\"guest_user_id\";i:1528648045;s:4:\"cart\";s:6:\"a:0:{}\";}',1528820844),(1058,'b486aafaad67dcacca6b8c7c98ec2e26','a:3:{s:13:\"guest_user_id\";i:1523306055;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523478855),(497,'b4895c7866343865d3b9b6ff7fa7505b','a:1:{s:13:\"guest_user_id\";i:1522523567;}',1522696366),(2740,'b48efd1083bc829abebd1319d265290b','a:1:{s:13:\"guest_user_id\";i:1529033366;}',1529206166),(481,'b498cbef691271011933e575ce73c879','a:1:{s:13:\"guest_user_id\";i:1522497755;}',1522670555),(21,'b4b5ec0ce0f10028c673c31ccef8923a','a:2:{s:13:\"guest_user_id\";i:1522369662;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542460),(2816,'b4c0757f16079e3f2f88333920ec88bb','a:1:{s:13:\"guest_user_id\";i:1529057221;}',1529230021),(3829,'b4d12d32842117b56117208d420789b9','a:2:{s:13:\"guest_user_id\";i:1538545791;s:4:\"cart\";s:6:\"a:0:{}\";}',1538718591),(2409,'b4d69a904501eba5d6a0594c35b79e00','a:1:{s:13:\"guest_user_id\";i:1528854257;}',1529027057),(3670,'b503287dc2ae131e7004b9fba197ec26','a:2:{s:13:\"guest_user_id\";i:1538157802;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330598),(3353,'b53c976d90dd35d1aaaef7df25daa3ea','a:2:{s:13:\"guest_user_id\";i:1537464890;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637689),(3853,'b53df4ea5cbff39ff7c1807a346b152d','a:2:{s:13:\"guest_user_id\";i:1538581974;s:4:\"cart\";s:6:\"a:0:{}\";}',1538754772),(2091,'b549cb9eb4a57ab0369fe5a2751b1421','a:1:{s:13:\"guest_user_id\";i:1528715068;}',1528887868),(3574,'b54afd18edd70087ac246adf4e142eec','a:3:{s:13:\"guest_user_id\";i:1537660176;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832976),(1521,'b596324bddd5afbe81772cd30d27a77d','a:1:{s:13:\"guest_user_id\";i:1524910762;}',1525083562),(3540,'b5b96d9cde7269c36120824225c4afcb','a:2:{s:13:\"guest_user_id\";i:1537619412;s:4:\"cart\";s:6:\"a:0:{}\";}',1537792212),(3699,'b5bef4746ff81d5ace5fcef6f20cc154','a:3:{s:13:\"guest_user_id\";i:1538157884;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330684),(2865,'b5e93334eafc2f0880bdc76c74af1fcb','a:2:{s:13:\"guest_user_id\";i:1529073211;s:4:\"cart\";s:6:\"a:0:{}\";}',1529246011),(659,'b60c723c8bc6d5c14cb720497e0584fd','a:1:{s:13:\"guest_user_id\";i:1522807561;}',1522980361),(329,'b60e692b2e0a5580bc709c463fbefadc','a:1:{s:13:\"guest_user_id\";i:1522445247;}',1522618043),(1212,'b638e7ff6399cabcd2b8c48ed22724e9','a:1:{s:13:\"guest_user_id\";i:1523550637;}',1523723435),(263,'b63927e6507a5b9b7cb45f590872c8e8','a:1:{s:13:\"guest_user_id\";i:1522369950;}',1522542750),(1883,'b63f80c0ce3c7ef14f284491cd11198a','a:1:{s:13:\"guest_user_id\";i:1528619470;}',1528792269),(451,'b64c0f145e6776a2e53fb72807443e41','a:1:{s:13:\"guest_user_id\";i:1522493811;}',1522666611),(2773,'b64e79380f58f575d20fd5993fd12dff','a:1:{s:13:\"guest_user_id\";i:1529045405;}',1529218205),(1800,'b6640f576f12819e8534e0b335692e95','a:1:{s:13:\"guest_user_id\";i:1528579797;}',1528752597),(1473,'b678e5b64a9c639eb9b2aae211ff793e','a:2:{s:13:\"guest_user_id\";i:1524477857;s:4:\"cart\";s:6:\"a:0:{}\";}',1524650656),(908,'b682fd9aef5a6d686658397a2371a67a','a:1:{s:13:\"guest_user_id\";i:1523283993;}',1523456793),(2547,'b6882ce462277bccf4c0c7d3fbd9e37f','a:2:{s:13:\"guest_user_id\";i:1528914715;s:4:\"cart\";s:6:\"a:0:{}\";}',1529087514),(73,'b68a95b69a270187a92fbe6fbe88e1ac','a:1:{s:13:\"guest_user_id\";i:1522369735;}',1522542535),(2842,'b691c4fea86055f4cbfa6c064a3d5559','a:2:{s:13:\"guest_user_id\";i:1529065184;s:4:\"cart\";s:6:\"a:0:{}\";}',1529237984),(1755,'b6a41730c4bb1f8c4213b324add693c6','a:2:{s:13:\"guest_user_id\";i:1528557247;s:4:\"cart\";s:6:\"a:0:{}\";}',1528730047),(3590,'b6b098e2de6215920837ecfd6ee5b26d','a:1:{s:13:\"guest_user_id\";i:1537887028;}',1538059824),(1651,'b6b89c9de94efa187abd81119eb6c8ef','a:1:{s:13:\"guest_user_id\";i:1527373676;}',1527546476),(137,'b6c3828ee419e900323798ee1105d85e','a:1:{s:13:\"guest_user_id\";i:1522369816;}',1522542616),(81,'b6c47af191e8db32cc40db3318f09c73','a:3:{s:13:\"guest_user_id\";i:1522369742;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542542),(3855,'b6d1c1d0bbd2cdc872367deaf66d7903','a:1:{s:13:\"guest_user_id\";i:1538586484;}',1538759284),(3892,'b70e71c07d9e74738064e30abdd81150','a:1:{s:13:\"guest_user_id\";i:1538681980;}',1538854780),(2888,'b719aaafa9383cbf43f75d93f12537f3','a:1:{s:13:\"guest_user_id\";i:1529085895;}',1529258695),(2594,'b71f0aa6fdf0f35d7dc8ed0415e6e30a','a:1:{s:13:\"guest_user_id\";i:1528936626;}',1529109426),(3561,'b7320b7540ba09015b090b752cb5689c','a:2:{s:13:\"guest_user_id\";i:1537660069;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832869),(3503,'b7402ffb897b7d10db2b430538ff2a15','a:2:{s:13:\"guest_user_id\";i:1537619097;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791897),(2580,'b74e023eb7869cdc6db9d6cd61962a78','a:2:{s:13:\"guest_user_id\";i:1528931075;s:4:\"cart\";s:6:\"a:0:{}\";}',1529103875),(1694,'b758fbedbbed10bd647d67d7dd45a746','a:1:{s:13:\"guest_user_id\";i:1528153110;}',1528325910),(1063,'b77c55866f8207f441d47eb400fceb28','a:1:{s:13:\"guest_user_id\";i:1523309845;}',1523482645),(2858,'b7826af5087954333fd66d93c51b8832','a:2:{s:13:\"guest_user_id\";i:1529069336;s:4:\"cart\";s:6:\"a:0:{}\";}',1529242136),(3247,'b790ac985139de5c8dc61ee5c2602ae2','a:1:{s:13:\"guest_user_id\";i:1535456182;}',1535628982),(283,'b79bc24528832508df9e6e21dd85e3cd','a:1:{s:13:\"guest_user_id\";i:1522369968;}',1522542768),(2792,'b7b1d8d65aa4ed2404a1b19d87dbf146','a:1:{s:13:\"guest_user_id\";i:1529049248;}',1529222048),(3676,'b7b533f69d3dd343869dcae162478a76','a:2:{s:13:\"guest_user_id\";i:1538157821;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330621),(1080,'b7cd9114f28d1338c4be92eaf0ae2efc','a:1:{s:13:\"guest_user_id\";i:1523345374;}',1523518174),(561,'b7cfd1d36f14e458d1b3d36158ba2668','a:1:{s:13:\"guest_user_id\";i:1522618766;}',1522791566),(2679,'b7f95c7b693d46ced87e6811fad4d3ad','a:2:{s:13:\"guest_user_id\";i:1529013454;s:4:\"cart\";s:6:\"a:0:{}\";}',1529186254),(1132,'b7fea1aeeeaddffb0849624324548749','a:1:{s:13:\"guest_user_id\";i:1523366821;}',1523539621),(2637,'b828a7ab25c425c66279dabacb2702c6','a:1:{s:13:\"guest_user_id\";i:1528986482;}',1529159282),(3045,'b834be02b9e9e8d9ac097e4081037752','a:1:{s:13:\"guest_user_id\";i:1529992372;}',1530165172),(71,'b83638d69214d29853c280f9f5db2354','a:1:{s:13:\"guest_user_id\";i:1522369730;}',1522542530),(1746,'b83de572b334e0224c5baaaec55cd6d7','a:2:{s:13:\"guest_user_id\";i:1528551515;s:4:\"cart\";s:6:\"a:0:{}\";}',1528724315),(1188,'b8528021a2fd415d9c6eeb21ca2a4fdb','a:1:{s:13:\"guest_user_id\";i:1523526194;}',1523698993),(2880,'b85a5fabc46d340658a9745330ef0b6d','a:1:{s:13:\"guest_user_id\";i:1529077330;}',1529250130),(654,'b8648bf7e96bd72459251b8a917a0b20','a:1:{s:13:\"guest_user_id\";i:1522793868;}',1522966667),(3674,'b87cfbe8151286e82b75c2b6b3ce7311','a:2:{s:13:\"guest_user_id\";i:1538157814;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330614),(2431,'b8a7c234ddf2f58d1a7596ed652de69d','a:1:{s:13:\"guest_user_id\";i:1528865193;}',1529037993),(1423,'b8c03beb8d68d147e01ee973b41998ed','a:1:{s:13:\"guest_user_id\";i:1524051743;}',1524224543),(782,'b8c2e7432e41155f19e17ed84c14c6e0','a:1:{s:13:\"guest_user_id\";i:1523276595;}',1523449395),(3190,'b8c4795a3811b39c9720a65b67c91ff5','a:1:{s:13:\"guest_user_id\";i:1532354503;}',1532527301),(731,'b8d52f008202885740d176afe7c24f21','a:1:{s:13:\"guest_user_id\";i:1523182571;}',1523355371),(3459,'b8e588e9a0b98972ec4b3d13895c5202','a:2:{s:13:\"guest_user_id\";i:1537619050;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791850),(154,'b8f2380c7f089927913121dc98a66171','a:1:{s:13:\"guest_user_id\";i:1522369840;}',1522542640),(2933,'b8f6a36eea59d164c38ec07ec5b9c52c','a:1:{s:13:\"guest_user_id\";i:1529412446;}',1529585246),(230,'b8f8bf4f5ec948b213c8f98aed0f63b3','a:1:{s:13:\"guest_user_id\";i:1522369918;}',1522542718),(299,'b91214ac57df5e9f8ff0ad3807f40bad','a:1:{s:13:\"guest_user_id\";i:1522369985;}',1522542784),(1788,'b917a54345e3810e14d4a167cf5dd5e9','a:1:{s:13:\"guest_user_id\";i:1528573988;}',1528746788),(1231,'b91fa9d65d89ca64e7e988255fd78c29','a:1:{s:13:\"guest_user_id\";i:1523564886;}',1523737686),(1515,'b9523a3fd9c85aee8122abc874c1525d','a:1:{s:13:\"guest_user_id\";i:1524858914;}',1525031714),(2001,'b97363729b7383ea62e65073aea19e9c','a:1:{s:13:\"guest_user_id\";i:1528670888;}',1528843688),(1814,'b981e6c3508c8aa2fe779e387cd6f37c','a:1:{s:13:\"guest_user_id\";i:1528585315;}',1528758115),(2051,'b9841505f206f0a0b07c8f7788f5fa75','a:1:{s:13:\"guest_user_id\";i:1528693767;}',1528866567),(1316,'b9964407833125b13dcdb776c45d78d8','a:1:{s:13:\"guest_user_id\";i:1523796924;}',1523969723),(554,'b9aca039afebd50ea7b7903e990d10ed','a:1:{s:13:\"guest_user_id\";i:1522618702;}',1522791502),(975,'b9b06f2e5a92ced301dbc8debc1f036f','a:1:{s:13:\"guest_user_id\";i:1523286836;}',1523459636),(2126,'b9c092692e5fedb48dff2abe0e3204c8','a:1:{s:13:\"guest_user_id\";i:1528728135;}',1528900935),(586,'b9d39ccc6c8648d0f5ef06ac89ae8a51','a:2:{s:13:\"guest_user_id\";i:1522669681;s:4:\"cart\";s:6:\"a:0:{}\";}',1522842480),(3334,'b9f8a92345d97e630eec3651538ff9ec','a:2:{s:13:\"guest_user_id\";i:1537464795;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637595),(1761,'b9ff0dc7872a084aaabb2d2f8164195c','a:1:{s:13:\"guest_user_id\";i:1528562685;}',1528735485),(305,'ba0e3d0f5a5fb00c5fc0090f74450c8c','a:2:{s:13:\"guest_user_id\";i:1522369987;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542787),(3487,'ba21a237d3c1897d353a78df71288c87','a:2:{s:13:\"guest_user_id\";i:1537619080;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791879),(2542,'ba223d373dfff2a5b496ecc9f076e3cf','a:2:{s:13:\"guest_user_id\";i:1528914713;s:4:\"cart\";s:6:\"a:0:{}\";}',1529087513),(1334,'ba260ce83e23dfd3b7e103c6b1006132','a:1:{s:13:\"guest_user_id\";i:1523867620;}',1524040420),(220,'ba3995fd7eb44125735711e6f4fb0753','a:1:{s:13:\"guest_user_id\";i:1522369909;}',1522542708),(2499,'ba50d78e6f9a21fefd971cd56d4eb4fd','a:2:{s:13:\"guest_user_id\";i:1528898324;s:4:\"cart\";s:6:\"a:0:{}\";}',1529071123),(689,'ba5786fe9430b93a70cc6033f71d238c','a:1:{s:13:\"guest_user_id\";i:1522960110;}',1523132910),(641,'ba6a2e5d31da061fe1dde6900bac9ae1','a:2:{s:13:\"guest_user_id\";i:1522720311;s:4:\"cart\";s:6:\"a:0:{}\";}',1522893109),(2778,'ba7159a27e3514c7da400130eea394b3','a:1:{s:13:\"guest_user_id\";i:1529045406;}',1529218206),(3725,'baa25be33517dd9286d93dd238beef4b','a:2:{s:13:\"guest_user_id\";i:1538157943;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330743),(197,'baacc2dc8adde099415b8b2545fd194e','a:1:{s:13:\"guest_user_id\";i:1522369888;}',1522542687),(2156,'baaf7275ec0ec6976c9a5e1ef2daef16','a:2:{s:13:\"guest_user_id\";i:1528739310;s:4:\"cart\";s:6:\"a:0:{}\";}',1528912110),(1116,'bacc90631af1693c971e55b0ac0f41c6','a:1:{s:13:\"guest_user_id\";i:1523361519;}',1523534318),(1701,'bafbf682ec148e396a20ad135f3fae3e','a:1:{s:13:\"guest_user_id\";i:1528153113;}',1528325913),(3836,'bb07acb21ea38c23b9a20d4f3a7b5176','a:2:{s:13:\"guest_user_id\";i:1538551890;s:4:\"cart\";s:6:\"a:0:{}\";}',1538724690),(2477,'bb1a5fb83cc955905620547563cc78c5','a:2:{s:13:\"guest_user_id\";i:1528887339;s:4:\"cart\";s:6:\"a:0:{}\";}',1529060139),(2980,'bb1e46810dc2e794ae363a2ba44ebdc3','a:1:{s:13:\"guest_user_id\";i:1529464080;}',1529636880),(3700,'bb69bdff1fa4c26fbfefa8d52e282cf6','a:3:{s:13:\"guest_user_id\";i:1538157886;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330686),(2023,'bb7116d492d3f772fecadccdfb5240bc','a:1:{s:13:\"guest_user_id\";i:1528682325;}',1528855125),(2873,'bb8c76cf59d9db676ab779265aeab4c4','a:1:{s:13:\"guest_user_id\";i:1529077328;}',1529250128),(1518,'bb9e0ffe680ea6e3463a686d7709672d','a:1:{s:13:\"guest_user_id\";i:1524910761;}',1525083561),(477,'bbabceb74488bc8e223de17c9f547d9b','a:1:{s:13:\"guest_user_id\";i:1522496605;}',1522669405),(1709,'bbb02370e7d2fbfbffbec0d91d3c82ac','a:2:{s:13:\"guest_user_id\";i:1528153115;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325915),(1349,'bbb111ba3980789a3c29cea4cd69850b','a:1:{s:13:\"guest_user_id\";i:1523878711;}',1524051511),(3799,'bbdf291128ca39d3e968c648feffc643','a:1:{s:13:\"guest_user_id\";i:1538218618;}',1538391418),(3361,'bbe00d6f663abc1da661513a876c937c','a:2:{s:13:\"guest_user_id\";i:1537464910;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637710),(2155,'bbeeea876e8efecae2a80034cdef2c50','a:1:{s:13:\"guest_user_id\";i:1528739311;}',1528912111),(89,'bbef407170102a25783482d708d2062f','a:1:{s:13:\"guest_user_id\";i:1522369756;}',1522542556),(2560,'bc0644809a3f8f723fca4dde4aa09b8a','a:1:{s:13:\"guest_user_id\";i:1528925532;}',1529098332),(2205,'bc0bbbad35923c235bb70aca78c81c4e','a:1:{s:13:\"guest_user_id\";i:1528761725;}',1528934525),(2373,'bc0dea59d23b4a770ddca18bb22a8570','a:2:{s:13:\"guest_user_id\";i:1528834334;s:4:\"cart\";s:6:\"a:0:{}\";}',1529007134),(3720,'bc11d3d78f3f11a0b91619ed9404e7ff','a:2:{s:13:\"guest_user_id\";i:1538157932;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330732),(3124,'bc208a70d1c081750d99b34028b7ea56','a:2:{s:13:\"guest_user_id\";i:1530219449;s:4:\"cart\";s:6:\"a:0:{}\";}',1530392249),(2664,'bc31daa8a908651644f298cb741bb6c6','a:2:{s:13:\"guest_user_id\";i:1529007744;s:4:\"cart\";s:6:\"a:0:{}\";}',1529180543),(3882,'bc45150ee7894594d4c52e296f8dd8bb','a:3:{s:13:\"guest_user_id\";i:1538669473;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538842273),(734,'bc4721e24ab87667eb951c62aac3f17d','a:1:{s:13:\"guest_user_id\";i:1523220069;}',1523392868),(643,'bc4725ba5d599f6475f62c5fd6d6779d','a:1:{s:13:\"guest_user_id\";i:1522720322;}',1522893120),(36,'bc4ebc2c773d7cd1c144c9df74af2f67','a:1:{s:13:\"guest_user_id\";i:1522369688;}',1522542488),(3269,'bc745b19a214752bc00477d768597ee4','a:1:{s:13:\"guest_user_id\";i:1535938983;}',1536111782),(2336,'bc978c5bfe743765b71234a3099ffde3','a:1:{s:13:\"guest_user_id\";i:1528817817;}',1528990617),(573,'bc98194bdafe7c874cf48519f2b05560','a:1:{s:13:\"guest_user_id\";i:1522669189;}',1522841988),(3186,'bcaeba51a01389d16f611f9ddf893419','a:2:{s:13:\"guest_user_id\";i:1532187053;s:4:\"cart\";s:6:\"a:0:{}\";}',1532359853),(3255,'bcb2b923acd148c1c2cf9120b18ca1be','a:3:{s:13:\"guest_user_id\";i:1535479786;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1535652581),(1999,'bcc174427e701c6d8754e9783dc712b9','a:2:{s:13:\"guest_user_id\";i:1528670887;s:4:\"cart\";s:6:\"a:0:{}\";}',1528843687),(2124,'bcd343f5efe942ff1f7fceebbb1dc5d1','a:1:{s:13:\"guest_user_id\";i:1528728134;}',1528900934),(3358,'bceb5dea3316ea61c22ad6b25d053833','a:2:{s:13:\"guest_user_id\";i:1537464903;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637703),(3034,'bcf1036d735cabb5d5c7006568436889','a:1:{s:13:\"guest_user_id\";i:1529862175;}',1530034975),(2305,'bcf38b5babf19b25287083ac17b5ac6d','a:1:{s:13:\"guest_user_id\";i:1528806637;}',1528979437),(3622,'bcfc722145e9588de5e3039c2c2a2c48','a:2:{s:13:\"guest_user_id\";i:1538113942;s:4:\"cart\";s:6:\"a:0:{}\";}',1538286742),(175,'bcff31d432c337fa9104a9f71821ab6c','a:1:{s:13:\"guest_user_id\";i:1522369861;}',1522542661),(3521,'bd0653adc3fc057f83d9f6660f3cbeb4','a:2:{s:13:\"guest_user_id\";i:1537619115;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791915),(2745,'bd1ff3a4081c9ed689d855a9b42a2d5b','a:1:{s:13:\"guest_user_id\";i:1529033367;}',1529206167),(2519,'bd25750d28caa66bd7f119349261159f','a:1:{s:13:\"guest_user_id\";i:1528903810;}',1529076610),(1768,'bd2add4fe11dee09af408b3205d95a0d','a:1:{s:13:\"guest_user_id\";i:1528562687;}',1528735487),(2648,'bd2f1455e0df97a51374aa1b6267cae9','a:1:{s:13:\"guest_user_id\";i:1528992010;}',1529164810),(2556,'bd3bf214bdbd7dc3fb5313f56a6e95b9','a:2:{s:13:\"guest_user_id\";i:1528920083;s:4:\"cart\";s:6:\"a:0:{}\";}',1529092883),(2766,'bd41908f774b6ed9c9f67460429a6290','a:1:{s:13:\"guest_user_id\";i:1529041275;}',1529214075),(3179,'bd4f8ce6d0982c3ac07029dbcbeb0684','a:2:{s:13:\"guest_user_id\";i:1532002278;s:4:\"cart\";s:6:\"a:0:{}\";}',1532175077),(2887,'bd622c5ebd836cc626fab1eb215f1b05','a:1:{s:13:\"guest_user_id\";i:1529085895;}',1529258695),(677,'bd778ebb93eac68dd5a26687c6e9a22b','a:1:{s:13:\"guest_user_id\";i:1522945581;}',1523118381),(1171,'bd9d02fc7ad3c3b64b4d9278471eda6f','a:1:{s:13:\"guest_user_id\";i:1523483766;}',1523656565),(544,'bdb7b83a868f884d5c0d957bb4c9d250','a:1:{s:13:\"guest_user_id\";i:1522618697;}',1522791497),(1174,'bdc22f091a962ca533e33445b78c5890','a:1:{s:13:\"guest_user_id\";i:1523483777;}',1523656576),(2903,'bdca4592c223655633c7849a2839b9b4','a:2:{s:13:\"guest_user_id\";i:1529159014;s:4:\"cart\";s:6:\"a:0:{}\";}',1529331814),(1251,'bdda8057f0ad68114d5e4f8aef5d7176','a:1:{s:13:\"guest_user_id\";i:1523589572;}',1523762371),(980,'bde0fc304546c66504b9b54de33a8681','a:1:{s:13:\"guest_user_id\";i:1523286988;}',1523459787),(605,'bdf018e584c8d2c8ddaba3ae856faa85','a:1:{s:13:\"guest_user_id\";i:1522674157;}',1522846956),(2032,'bdf2ffbafe84e0182a259aec9c1005b2','a:2:{s:13:\"guest_user_id\";i:1528687864;s:4:\"cart\";s:6:\"a:0:{}\";}',1528860662),(2368,'be0c24f0030719a7fe49ad4ac02479c5','a:2:{s:13:\"guest_user_id\";i:1528834332;s:4:\"cart\";s:6:\"a:0:{}\";}',1529007132),(1907,'be1e2ca9c7cb43f6d94934b3b686cd5c','a:1:{s:13:\"guest_user_id\";i:1528630837;}',1528803637),(3780,'be356d9f7d9546b1b67cfa72ed839904','a:2:{s:13:\"guest_user_id\";i:1538172352;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345151),(2281,'be707f65b5d5960d735a93dffd476c44','a:1:{s:13:\"guest_user_id\";i:1528795428;}',1528968228),(2314,'be745fa2a0bd57d40fb7ab5dc1a6c7ef','a:1:{s:13:\"guest_user_id\";i:1528812054;}',1528984853),(2981,'be78566ffa41fc001d85f6668bf5bb39','a:1:{s:13:\"guest_user_id\";i:1529475923;}',1529648723),(303,'be828bda41244066fe361f2cb6aaae1f','a:1:{s:13:\"guest_user_id\";i:1522369988;}',1522542788),(2347,'be8b61ce88d794c17630d98df26f841f','a:1:{s:13:\"guest_user_id\";i:1528823200;}',1528996000),(2976,'be8fc90d2cb42e7057147aa6c44db4f9','a:1:{s:13:\"guest_user_id\";i:1529464083;}',1529636883),(990,'be929f49cc68ae50b15852d5d9964065','a:1:{s:13:\"guest_user_id\";i:1523287414;}',1523460214),(802,'beb6274ecd7a77a1eec72e0cd630b8bb','a:1:{s:13:\"guest_user_id\";i:1523278287;}',1523451087),(2440,'bebc5228bad3bbb5752de03583f17e64','a:2:{s:13:\"guest_user_id\";i:1528870704;s:4:\"cart\";s:6:\"a:0:{}\";}',1529043504),(3220,'bebf36b1c1d7768dc1d0944ca256651e','a:1:{s:13:\"guest_user_id\";i:1534036254;}',1534209054),(2267,'becc18ffc977d393c39cc71185c9a3f4','a:2:{s:13:\"guest_user_id\";i:1528789631;s:4:\"cart\";s:6:\"a:0:{}\";}',1528962430),(2464,'becf7a1803178955ee63dabcd4f2816f','a:1:{s:13:\"guest_user_id\";i:1528881774;}',1529054574),(2106,'bed5516bb8a0d8bbf0c4d0f7396d4679','a:1:{s:13:\"guest_user_id\";i:1528716849;}',1528889649),(1409,'bef47841d1bd1e188bd9a3a41180bed8','a:1:{s:13:\"guest_user_id\";i:1523993794;}',1524166594),(3897,'beff2791ec24c423b10d1a3ebaf0c9f7','a:2:{s:13:\"guest_user_id\";i:1538771498;s:4:\"cart\";s:6:\"a:0:{}\";}',1538944297),(2437,'bf06f019e1d25309428330cdc205bf84','a:2:{s:13:\"guest_user_id\";i:1528870703;s:4:\"cart\";s:6:\"a:0:{}\";}',1529043502),(2117,'bf1b638a9321d98fc0f871af29a0a1a6','a:1:{s:13:\"guest_user_id\";i:1528722380;}',1528895180),(875,'bf6d53ef249c7955342c8075e1ebe938','a:1:{s:13:\"guest_user_id\";i:1523282506;}',1523455306),(1573,'bfaa61a05615a55dc11b480047d8ecd2','a:1:{s:13:\"guest_user_id\";i:1525982143;}',1526154943),(959,'bfacc1cd649f66f6641c0033063feeb0','a:1:{s:13:\"guest_user_id\";i:1523285675;}',1523458475),(3449,'bfe8f1820abc2a7b952a771563e403b4','a:2:{s:13:\"guest_user_id\";i:1537619040;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791840),(2652,'c018e7e81750ead5f340ac54fc447dce','a:2:{s:13:\"guest_user_id\";i:1528992011;s:4:\"cart\";s:6:\"a:0:{}\";}',1529164809),(290,'c02b0dfc0cf052725a2b3a503cbb57d0','a:1:{s:13:\"guest_user_id\";i:1522369975;}',1522542775),(454,'c042cf71ef778833d182d3dcba281a52','a:1:{s:13:\"guest_user_id\";i:1522493949;}',1522666749),(2957,'c0435c85846d4ae8147dbe77b8b26283','a:1:{s:13:\"guest_user_id\";i:1529452575;}',1529625375),(2825,'c058d71da1922e8cf0536c2c628a6f1c','a:1:{s:13:\"guest_user_id\";i:1529061350;}',1529234150),(994,'c060866900e937eceeeef7bd602cf28b','a:1:{s:13:\"guest_user_id\";i:1523287540;}',1523460340),(3727,'c0739cc6535f8d53db3ddf25c16bcb28','a:2:{s:13:\"guest_user_id\";i:1538157948;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330748),(1668,'c075f27de867aceb83b9c21791c6dde4','a:1:{s:13:\"guest_user_id\";i:1527976025;}',1528148825),(767,'c0780e9a9181110415ee13880dfd5883','a:1:{s:13:\"guest_user_id\";i:1523244632;}',1523417432),(837,'c08b6c7e3f88b75aa6449eaec79276ff','a:1:{s:13:\"guest_user_id\";i:1523281019;}',1523453818),(3041,'c096eda1745177b5a1b3155f271d1703','a:2:{s:13:\"guest_user_id\";i:1529974120;s:4:\"cart\";s:6:\"a:0:{}\";}',1530146920),(3393,'c09baade01895f2456d4e319cc1a698c','a:2:{s:13:\"guest_user_id\";i:1537618888;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791688),(3664,'c0a667d878fefff225f22252acebd959','a:3:{s:13:\"guest_user_id\";i:1538140390;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313190),(2946,'c0b447caf5699d530fa6672beb1e116d','a:1:{s:13:\"guest_user_id\";i:1529441433;}',1529614233),(896,'c105b1f6c661f01b10f8e466dd4b7367','a:1:{s:13:\"guest_user_id\";i:1523283599;}',1523456399),(3261,'c11339ecb17bb437fa5647cda3da625a','a:1:{s:13:\"guest_user_id\";i:1535617842;}',1535790642),(642,'c116bb19a4667c90f7d9c12d819b1785','a:1:{s:13:\"guest_user_id\";i:1522720311;}',1522893111),(3910,'c11acf6d561800f42e9b862daff7c063','a:2:{s:13:\"guest_user_id\";i:1539019737;s:4:\"cart\";s:6:\"a:0:{}\";}',1539192536),(2626,'c12b1e3381370bc95bf2371ef6dc632b','a:1:{s:13:\"guest_user_id\";i:1528975744;}',1529148544),(268,'c143f577bf43622d1915cfe40782ca17','a:1:{s:13:\"guest_user_id\";i:1522369955;}',1522542754),(3198,'c1767e8533f94b32808768bb5404566d','a:2:{s:13:\"guest_user_id\";i:1533055623;s:4:\"cart\";s:6:\"a:0:{}\";}',1533228421),(26,'c17aeb0437c555643484b93950a32d3e','a:2:{s:13:\"guest_user_id\";i:1522369672;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542472),(1816,'c18088316197cb91bba9a693f2ba65ba','a:1:{s:13:\"guest_user_id\";i:1528585315;}',1528758115),(3620,'c1a0dd6278c496f7bbcee22ca6b61bf6','a:1:{s:13:\"guest_user_id\";i:1538108547;}',1538281346),(2456,'c1b84db061fba2c4ab490cb987eb1039','a:2:{s:13:\"guest_user_id\";i:1528876183;s:4:\"cart\";s:6:\"a:0:{}\";}',1529048983),(585,'c1bf134ffa0efdc49caa8fab0a777d9b','a:1:{s:13:\"guest_user_id\";i:1522669682;}',1522842482),(2273,'c1c617adbd9fd17d35d29bf50e193b06','a:1:{s:13:\"guest_user_id\";i:1528789634;}',1528962434),(189,'c1f8e4a419b3e2c2968dfb578f0e6bf8','a:1:{s:13:\"guest_user_id\";i:1522369879;}',1522542678),(795,'c20081503382cecbc657fb17842acf1b','a:1:{s:13:\"guest_user_id\";i:1523278132;}',1523450930),(1719,'c21120bd64bb5620edf2662c14ae4d08','a:1:{s:13:\"guest_user_id\";i:1528216337;}',1528389137),(79,'c212c626e21a045a76e57e9af4c7572d','a:1:{s:13:\"guest_user_id\";i:1522369743;}',1522542543),(3185,'c213c6cad74d98ab511772dbe77afc4e','a:2:{s:13:\"guest_user_id\";i:1532187046;s:4:\"cart\";s:6:\"a:0:{}\";}',1532359844),(375,'c2267310984c4b70a7975cdcc0383a22','a:1:{s:13:\"guest_user_id\";i:1522488279;}',1522661079),(2363,'c22c01b40a0324c0098de79b4fae008b','a:1:{s:13:\"guest_user_id\";i:1528834332;}',1529007132),(3828,'c22dbbb2bdeb8b7d9de997e9ebb02dd4','a:2:{s:13:\"guest_user_id\";i:1538545789;s:4:\"cart\";s:6:\"a:0:{}\";}',1538718589),(3141,'c25f280463a27ab5293b702438e3c7a6','a:1:{s:13:\"guest_user_id\";i:1530275872;}',1530448672),(598,'c27cccd251dd12f3baad867e63a83a1d','a:1:{s:13:\"guest_user_id\";i:1522670100;}',1522842900),(213,'c2b270e94bed79dec5adbdf356e1756f','a:1:{s:13:\"guest_user_id\";i:1522369902;}',1522542702),(1948,'c2bdcded31d415fb3ac948887fbb7eb8','a:1:{s:13:\"guest_user_id\";i:1528648046;}',1528820845),(1326,'c2c039a281d49f669d0e66228bf81893','a:1:{s:13:\"guest_user_id\";i:1523811171;}',1523983971),(1765,'c2e02aa88f35cc0be5ff2afad334ee53','a:2:{s:13:\"guest_user_id\";i:1528562685;s:4:\"cart\";s:6:\"a:0:{}\";}',1528735485),(1775,'c2e23ec1ce852c6ab85d6e843ee3a835','a:1:{s:13:\"guest_user_id\";i:1528568561;}',1528741361),(1873,'c2e2c280a9379d02a1230921b7247ae9','a:2:{s:13:\"guest_user_id\";i:1528613995;s:4:\"cart\";s:6:\"a:0:{}\";}',1528786795),(3571,'c30656805f960eafc19ed08776a6e31b','a:4:{s:13:\"guest_user_id\";i:1537660152;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"eb30fa42eeb3bf429cb7e3a3d7061b3b\";a:4:{s:7:\"item_id\";s:4:\"5164\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:59;s:5:\"total\";d:59;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832951),(2849,'c30b94621a639ca0063aa49a361d475f','a:1:{s:13:\"guest_user_id\";i:1529069335;}',1529242134),(2071,'c3245a72cc7f965699a7eb11e9577edc','a:1:{s:13:\"guest_user_id\";i:1528705160;}',1528877960),(58,'c326349bb683d884da4d5b747ea727fd','a:2:{s:13:\"guest_user_id\";i:1522369718;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542518),(2985,'c32f34e6502888097868780ffaf302f0','a:2:{s:13:\"guest_user_id\";i:1529475924;s:4:\"cart\";s:6:\"a:0:{}\";}',1529648724),(239,'c33b12a6c1652586071327cf25d2951f','a:1:{s:13:\"guest_user_id\";i:1522369928;}',1522542728),(633,'c3632d5957f386851b4d6c132b40eddb','a:1:{s:13:\"guest_user_id\";i:1522698971;}',1522871771),(1272,'c374404d0160f68c846c17cefd7938b4','a:2:{s:13:\"guest_user_id\";i:1523655664;s:4:\"cart\";s:6:\"a:0:{}\";}',1523828463),(1780,'c38252addb71017ed25e9f6e72c410e4','a:1:{s:13:\"guest_user_id\";i:1528568563;}',1528741363),(2283,'c382d472590c7ccff57625935befd6f4','a:1:{s:13:\"guest_user_id\";i:1528795429;}',1528968228),(1211,'c38d094808ae3a9896a6b69c1f55f396','a:1:{s:13:\"guest_user_id\";i:1523550635;}',1523723433),(967,'c38de7a1e1986a56106f45fe2f4ff181','a:1:{s:13:\"guest_user_id\";i:1523285828;}',1523458628),(844,'c39dae4a613c4bb9df745d3690c99888','a:1:{s:13:\"guest_user_id\";i:1523281025;}',1523453825),(2208,'c3fa28d364f8920e92a1f10e18c1fbe9','a:1:{s:13:\"guest_user_id\";i:1528761726;}',1528934526),(112,'c3fcf8b7cfccb6d9c3e8804b538a9fae','a:1:{s:13:\"guest_user_id\";i:1522369787;}',1522542586),(3811,'c431e6e54751940b10828f4c3c60b923','a:2:{s:13:\"guest_user_id\";i:1538501280;s:4:\"cart\";s:6:\"a:0:{}\";}',1538674078),(1859,'c437fc9c605088231ebc8421daa57f52','a:1:{s:13:\"guest_user_id\";i:1528608120;}',1528780920),(2120,'c452a30f07c31f615dcb03f70bc5f664','a:1:{s:13:\"guest_user_id\";i:1528722380;}',1528895180),(1639,'c453800a32e698b9b03a1993a15590d1','a:1:{s:13:\"guest_user_id\";i:1527359745;}',1527532545),(3500,'c470515dd723ab328f6c99d247c6775c','a:3:{s:13:\"guest_user_id\";i:1537619093;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791893),(3152,'c47a1b2df8288d1e075d0f40f98363b1','a:2:{s:13:\"guest_user_id\";i:1530314404;s:4:\"cart\";s:6:\"a:0:{}\";}',1530487204),(807,'c488613ee80024accd9c5ddeca745e32','a:1:{s:13:\"guest_user_id\";i:1523278490;}',1523451290),(3155,'c48b29f3b34b01484f7d964d730922f0','a:2:{s:13:\"guest_user_id\";i:1530337659;s:4:\"cart\";s:6:\"a:0:{}\";}',1530510459),(1112,'c4a1e3f9a438f785ec86cc1fe216b9bf','a:1:{s:13:\"guest_user_id\";i:1523358628;}',1523531428),(2272,'c4d750f1fcf30974dd3664be6544c481','a:2:{s:13:\"guest_user_id\";i:1528789633;s:4:\"cart\";s:6:\"a:0:{}\";}',1528962433),(2632,'c4fe01934d21868d3edea35c0d4b27e6','a:2:{s:13:\"guest_user_id\";i:1528975745;s:4:\"cart\";s:6:\"a:0:{}\";}',1529148545),(2554,'c50db3a0f19e10a28a23001d18e219d6','a:2:{s:13:\"guest_user_id\";i:1528920082;s:4:\"cart\";s:6:\"a:0:{}\";}',1529092882),(2146,'c50dc1b59a0fad25173847993ac2ef41','a:2:{s:13:\"guest_user_id\";i:1528733513;s:4:\"cart\";s:6:\"a:0:{}\";}',1528906313),(2333,'c51caf0f9c0acab96bdd4ec227c9f08e','a:1:{s:13:\"guest_user_id\";i:1528817816;}',1528990616),(1365,'c5275ec225f6c2d79984617914d359a0','a:1:{s:13:\"guest_user_id\";i:1523973226;}',1524146026),(3595,'c569d01706fd9e4b56f918ca8f814ae3','a:1:{s:13:\"guest_user_id\";i:1537913850;}',1538086647),(3030,'c58a7f434dbec7c0329f70e7223da4a8','a:1:{s:13:\"guest_user_id\";i:1529862052;}',1530034851),(244,'c58b398c5638db03a8888e44cf06b8e4','a:1:{s:13:\"guest_user_id\";i:1522369933;}',1522542732),(686,'c58d8a39837014e0a67f1fff8c8351bf','a:1:{s:13:\"guest_user_id\";i:1522947755;}',1523120555),(2364,'c59ac620b0f007432a44c9eb4e8c1696','a:1:{s:13:\"guest_user_id\";i:1528834332;}',1529007132),(2108,'c59ad0408bac035732c3f822b6c1d5e4','a:1:{s:13:\"guest_user_id\";i:1528722378;}',1528895177),(1163,'c59cfa9b307007ea29e5f04caa3cd659','a:1:{s:13:\"guest_user_id\";i:1523460316;}',1523633114),(3645,'c5a0c608b6ecaf261f17cd54d1a4327f','a:3:{s:13:\"guest_user_id\";i:1538140341;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313141),(3774,'c5ade2389dffd73ce69292391fa84115','a:2:{s:13:\"guest_user_id\";i:1538172338;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345138),(479,'c5c0e054243013eba588b58297180c90','a:1:{s:13:\"guest_user_id\";i:1522497754;}',1522670554),(3523,'c5c618210f901668b44b1a24f9664ae9','a:2:{s:13:\"guest_user_id\";i:1537619117;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791917),(1463,'c5d88968e2d4a7d8d99da09c77409176','a:2:{s:13:\"guest_user_id\";i:1524336567;s:4:\"cart\";s:6:\"a:0:{}\";}',1524509366),(3600,'c5e607568ad263825fe646c487267849','a:2:{s:13:\"guest_user_id\";i:1537924342;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097142),(496,'c5eb1fd4e7a40af9f1fe8b5cc5add856','a:1:{s:13:\"guest_user_id\";i:1522523566;}',1522696365),(2335,'c5ebd7adfd83bab5a1152786eec76576','a:1:{s:13:\"guest_user_id\";i:1528817817;}',1528990617),(65,'c5ffd3ebed5ad264d4525cca22335e73','a:1:{s:13:\"guest_user_id\";i:1522369726;}',1522542526),(2866,'c6059bdcc90334f4880e05c905c806d0','a:1:{s:13:\"guest_user_id\";i:1529073212;}',1529246012),(1594,'c60663e6dc958d919e6982cd8df22fcc','a:2:{s:13:\"guest_user_id\";i:1526259169;s:4:\"cart\";s:6:\"a:0:{}\";}',1526431969),(849,'c619e46827643bd622bb1b95bb801d52','a:1:{s:13:\"guest_user_id\";i:1523281139;}',1523453939),(313,'c6452ffcf6589434c9b3e723ebb8df4d','a:2:{s:13:\"guest_user_id\";i:1522369996;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542796),(1440,'c65071bb20f0d249d197d103217b20d9','a:1:{s:13:\"guest_user_id\";i:1524168664;}',1524341464),(2971,'c66ee0388aee3424a2f9e4d0d3e0501d','a:1:{s:13:\"guest_user_id\";i:1529464081;}',1529636881),(1185,'c6777f866acbc7772087465b30585e9c','a:2:{s:13:\"guest_user_id\";i:1523526189;s:4:\"cart\";s:6:\"a:0:{}\";}',1523698988),(2948,'c67eecbcc238ce154bddff5e19525e2c','a:2:{s:13:\"guest_user_id\";i:1529441433;s:4:\"cart\";s:6:\"a:0:{}\";}',1529614232),(2062,'c69891b60c88766ced9e2e021b13d3d4','a:2:{s:13:\"guest_user_id\";i:1528699294;s:4:\"cart\";s:6:\"a:0:{}\";}',1528872094),(1601,'c6a698672b046434f64c6d91df091a72','a:1:{s:13:\"guest_user_id\";i:1526259874;}',1526432674),(3552,'c6ab91db8524dc50883ab0fdd2ce2f7f','a:4:{s:13:\"guest_user_id\";i:1537659996;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"1b9e43c170cd3fc59624a18663b8d4d2\";a:4:{s:7:\"item_id\";s:4:\"5393\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:20000;s:5:\"total\";d:20000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832795),(3557,'c6c6570e3cda275b3bba79b2b0139f4c','a:2:{s:13:\"guest_user_id\";i:1537660037;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832836),(2004,'c6f386230acb4e0a8ab59d46fe4bfb56','a:1:{s:13:\"guest_user_id\";i:1528676400;}',1528849199),(3324,'c70229db1c33ebbfe1334d98eb562ad9','a:3:{s:13:\"guest_user_id\";i:1537464664;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537637464),(2863,'c70fad198955008c3b5e65744a6e0285','a:1:{s:13:\"guest_user_id\";i:1529073211;}',1529246011),(120,'c73a6d0677fae0c6609c2220c3786e76','a:1:{s:13:\"guest_user_id\";i:1522369796;}',1522542596),(888,'c7458f029f05b5ea7414c794727baa10','a:1:{s:13:\"guest_user_id\";i:1523283352;}',1523456152),(3053,'c753fd5d2417ebc8a9f2d07b6c0cb97e','a:2:{s:13:\"guest_user_id\";i:1530010815;s:4:\"cart\";s:6:\"a:0:{}\";}',1530183615),(2776,'c763bb3ea485b358e2a78d129cc4b2a9','a:2:{s:13:\"guest_user_id\";i:1529045405;s:4:\"cart\";s:6:\"a:0:{}\";}',1529218203),(3121,'c771d5c4699ee97284265e8c01cf1fd6','a:1:{s:13:\"guest_user_id\";i:1530219447;}',1530392247),(3486,'c78eefc86eb66318b7d5f0dd1fce220f','a:3:{s:13:\"guest_user_id\";i:1537619079;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791879),(2875,'c791bff5b92544cfc5d003cdc0ebc40b','a:1:{s:13:\"guest_user_id\";i:1529077329;}',1529250129),(1054,'c799ee11572918e032a4ecbdd1fa8f1b','a:1:{s:13:\"guest_user_id\";i:1523308515;}',1523481315),(1187,'c7a2ab952655af6a7fb8cd8d599ca993','a:1:{s:13:\"guest_user_id\";i:1523526192;}',1523698992),(3149,'c7a3462be17786ced74d0aefff75c6e1','a:2:{s:13:\"guest_user_id\";i:1530314400;s:4:\"cart\";s:6:\"a:0:{}\";}',1530487199),(1951,'c7a699242e345e7a6764a9272a6d2bfc','a:2:{s:13:\"guest_user_id\";i:1528648046;s:4:\"cart\";s:6:\"a:0:{}\";}',1528820846),(2244,'c7ace188d0eee9fa5962499fa25f6c8e','a:1:{s:13:\"guest_user_id\";i:1528778417;}',1528951216),(558,'c7b09dfef6be82ec38573d5339862879','a:1:{s:13:\"guest_user_id\";i:1522618706;}',1522791505),(2412,'c7c38b47cf1332f8dc282ea1021072f4','a:1:{s:13:\"guest_user_id\";i:1528859671;}',1529032471),(2029,'c7dbf6d58c461638d62adcdf21de7b69','a:1:{s:13:\"guest_user_id\";i:1528687865;}',1528860665),(1855,'c7fd696f4bf8d5f53bf3d5600084b17f','a:1:{s:13:\"guest_user_id\";i:1528608119;}',1528780919),(3555,'c83f3cdb0d422ce70c0cc1f89b995350','a:2:{s:13:\"guest_user_id\";i:1537660020;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832820),(2402,'c844d925898ca355c379fa51c3c34579','a:2:{s:13:\"guest_user_id\";i:1528854258;s:4:\"cart\";s:6:\"a:0:{}\";}',1529027058),(345,'c84740219198f6041b4b2a0d4c122900','a:1:{s:13:\"guest_user_id\";i:1522446520;}',1522619319),(887,'c879d4042ad3420ccd6fe41506181355','a:1:{s:13:\"guest_user_id\";i:1523283353;}',1523456153),(787,'c87b74d1daeb867ee8e75b63f6ef65b8','a:1:{s:13:\"guest_user_id\";i:1523276637;}',1523449437),(123,'c87d7aad671b510dd11b0c2accfd3784','a:1:{s:13:\"guest_user_id\";i:1522369799;}',1522542599),(1785,'c88eeab4f2742d1f48454b449aa97cb4','a:1:{s:13:\"guest_user_id\";i:1528573987;}',1528746787),(3080,'c89e59ba317f49bac5ba3f2698064847','a:2:{s:13:\"guest_user_id\";i:1530103868;s:4:\"cart\";s:6:\"a:0:{}\";}',1530276668),(3139,'c8a5f5b1e50f6bdc5f841ce3e7f93ea6','a:2:{s:13:\"guest_user_id\";i:1530275874;s:4:\"cart\";s:6:\"a:0:{}\";}',1530448673),(1870,'c8b889d4da90ec7afbfd66d1c244a2ab','a:1:{s:13:\"guest_user_id\";i:1528613995;}',1528786795),(977,'c8ddde276571da6cd47fa43d414453a2','a:1:{s:13:\"guest_user_id\";i:1523286986;}',1523459786),(1656,'c8e4c1d05b62e6956e92ca5f70d87bc7','a:1:{s:13:\"guest_user_id\";i:1527555845;}',1527728645),(658,'c8f9366b5f3a21920f57c4a3fd7b4612','a:2:{s:13:\"guest_user_id\";i:1522807560;s:4:\"cart\";s:6:\"a:0:{}\";}',1522980358),(85,'c91fe1db29f991f95921defb590875a5','a:1:{s:13:\"guest_user_id\";i:1522369752;}',1522542552),(3494,'c92e9ce9e7b523f162df690ee6c8c3a9','a:2:{s:13:\"guest_user_id\";i:1537619086;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791886),(3082,'c93d555b319391e326eb39768dac87fa','a:2:{s:13:\"guest_user_id\";i:1530123047;s:4:\"cart\";s:6:\"a:0:{}\";}',1530295843),(2018,'c953893d9f59085be7686734f416a9cd','a:1:{s:13:\"guest_user_id\";i:1528682324;}',1528855124),(1213,'c954a59edd22a2385ce1b5f279e2edf8','a:1:{s:13:\"guest_user_id\";i:1523550696;}',1523723495),(3677,'c972390922c5c0257cb25f21df1fb998','a:2:{s:13:\"guest_user_id\";i:1538157832;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330631),(178,'c97608af478c02800ccfff8c8d245a58','a:1:{s:13:\"guest_user_id\";i:1522369864;}',1522542664),(3534,'c977462041d21428119b36b2f613c364','a:2:{s:13:\"guest_user_id\";i:1537619141;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791941),(2673,'c9858d7478df815ad7054390fdbe2738','a:1:{s:13:\"guest_user_id\";i:1529013453;}',1529186253),(1832,'c987aa6690910b963b790391652d4ef1','a:2:{s:13:\"guest_user_id\";i:1528596712;s:4:\"cart\";s:6:\"a:0:{}\";}',1528769510),(3205,'c99ecd5c16a6370e0c8cda33fc63a726','a:1:{s:13:\"guest_user_id\";i:1533862193;}',1534034992),(676,'c9a7305e2337d669fa4465fb99c8bf62','a:3:{s:13:\"guest_user_id\";i:1522793862;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522966660),(3033,'c9bd8de20ea5694b963d25ff66e810b8','a:1:{s:13:\"guest_user_id\";i:1529862052;}',1530034852),(616,'c9c4a4b2cbaa68f9b874a1ed4caed8cf','a:1:{s:13:\"guest_user_id\";i:1522675046;}',1522847846),(2528,'c9daa9f16877a777b802dad5b8441741','a:1:{s:13:\"guest_user_id\";i:1528909252;}',1529082052),(3714,'c9df0bdc849c3bb3be83c6d6516423e1','a:2:{s:13:\"guest_user_id\";i:1538157919;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330719),(758,'c9f154a96a36ca0982df7233be604367','a:1:{s:13:\"guest_user_id\";i:1523228807;}',1523401607),(610,'c9f1b6a003674f804690bc868306b926','a:1:{s:13:\"guest_user_id\";i:1522674300;}',1522847100),(1667,'c9f210b8170e3f7835f2ac8e37a5448e','a:1:{s:13:\"guest_user_id\";i:1527976025;}',1528148825),(724,'ca068c19b7209b55f3c49691e53600f4','a:1:{s:13:\"guest_user_id\";i:1523134630;}',1523307430),(3172,'ca0735982f6c185e522b8c8041fb536f','a:2:{s:13:\"guest_user_id\";i:1531567065;s:4:\"cart\";s:6:\"a:0:{}\";}',1531739864),(1283,'ca0bb6bb7ddbf3839604fda80c2a1015','a:1:{s:13:\"guest_user_id\";i:1523662594;}',1523835393),(3841,'ca0f3835469d411663cb82d1ddca1681','a:2:{s:13:\"guest_user_id\";i:1538559204;s:4:\"cart\";s:6:\"a:0:{}\";}',1538732002),(3391,'ca112a599db836ab2a471184813675aa','a:2:{s:13:\"guest_user_id\";i:1537618886;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791686),(2913,'ca41426d6f26866687197bb56e4446c4','a:2:{s:13:\"guest_user_id\";i:1529175850;s:4:\"cart\";s:6:\"a:0:{}\";}',1529348650),(2682,'ca4c97f2a477a138a775c81fe73cca1c','a:1:{s:13:\"guest_user_id\";i:1529013456;}',1529186256),(2824,'ca5ba80aa6125c9af084541c09c71945','a:2:{s:13:\"guest_user_id\";i:1529061349;s:4:\"cart\";s:6:\"a:0:{}\";}',1529234148),(2280,'ca654ed4ce9eaee84e0453b480b886b6','a:1:{s:13:\"guest_user_id\";i:1528795428;}',1528968228),(781,'ca7726fdfcd9bdff8efd14ecf46dead8','a:1:{s:13:\"guest_user_id\";i:1523269937;}',1523442737),(3510,'cabd1ea540b2cb65a7f23982e3c9e4a0','a:2:{s:13:\"guest_user_id\";i:1537619104;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791904),(1652,'cabf0fc9d578c23a0b9a61479daf19f3','a:1:{s:13:\"guest_user_id\";i:1527555837;}',1527728636),(766,'cadd65fffa569c2e58a444532b49f4a5','a:1:{s:13:\"guest_user_id\";i:1523244632;}',1523417432),(143,'caef74f510b85ac2c4eaee3bab877c87','a:1:{s:13:\"guest_user_id\";i:1522369825;}',1522542625),(3077,'cb10232847bcbae9548fc61daccfad5f','a:2:{s:13:\"guest_user_id\";i:1530103866;s:4:\"cart\";s:6:\"a:0:{}\";}',1530276664),(2104,'cb13cbe30cc3dbab7444b51cb7e75a2e','a:1:{s:13:\"guest_user_id\";i:1528716845;}',1528889645),(1844,'cb2dc8feaa359bfb66d4aa564d6c3bb1','a:1:{s:13:\"guest_user_id\";i:1528602612;}',1528775412),(2932,'cb2dd782897a375ccc6f25f3f9ae37d6','a:2:{s:13:\"guest_user_id\";i:1529412444;s:4:\"cart\";s:6:\"a:0:{}\";}',1529585242),(606,'cb387d5c47f700d17eee61ab63ea5b22','a:1:{s:13:\"guest_user_id\";i:1522674158;}',1522846957),(1396,'cb41bce043bc24658aa50c0680bc4015','a:1:{s:13:\"guest_user_id\";i:1523980718;}',1524153517),(1692,'cb4f52150ddcb809122df93263e644a2','a:1:{s:13:\"guest_user_id\";i:1528153110;}',1528325910),(2483,'cb637257067c816b2496e5ea2ec0505b','a:1:{s:13:\"guest_user_id\";i:1528887341;}',1529060141),(2053,'cb7fffb1254f557dd87e7f6d953253cd','a:1:{s:13:\"guest_user_id\";i:1528699292;}',1528872092),(2692,'cb98b22ba428d604bf6d6655a7d08c25','a:1:{s:13:\"guest_user_id\";i:1529017351;}',1529190151),(3398,'cba0a23dc4ef0e18cf6aeb986bc79554','a:2:{s:13:\"guest_user_id\";i:1537618899;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791699),(732,'cba3e813ae3a89753a36259fa9b395f7','a:1:{s:13:\"guest_user_id\";i:1523182570;}',1523355370),(2658,'cbaa3a30a56221d8423802541de4f765','a:1:{s:13:\"guest_user_id\";i:1528992013;}',1529164813),(1314,'cbc2c0d84445d23d3d5c12e16740e6f1','a:1:{s:13:\"guest_user_id\";i:1523796922;}',1523969722),(3563,'cbc93df24f61e070e6b67e4d3132aefd','a:2:{s:13:\"guest_user_id\";i:1537660088;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832888),(574,'cbdf1997b2bf9686a9502a53cf3bdd84','a:1:{s:13:\"guest_user_id\";i:1522669190;}',1522841989),(827,'cbec076ed4150667c177ee491c3b91d2','a:1:{s:13:\"guest_user_id\";i:1523280252;}',1523453052),(2490,'cc015669150e405dff57020baa17e705','a:1:{s:13:\"guest_user_id\";i:1528892839;}',1529065639),(2491,'cc024759ffdcc260036df6c3d49b8ae0','a:2:{s:13:\"guest_user_id\";i:1528892839;s:4:\"cart\";s:6:\"a:0:{}\";}',1529065639),(1065,'cc082643219f39fe067fd83e0ba95609','a:1:{s:13:\"guest_user_id\";i:1523310348;}',1523483147),(1092,'cc126438595f9f9b7bb5d17c99c8b02e','a:1:{s:13:\"guest_user_id\";i:1523353977;}',1523526777),(337,'cc2cbadacc70f3f76f786e821fa9348d','a:1:{s:13:\"guest_user_id\";i:1522445943;}',1522618741),(3162,'cc3e637d1e28972be1e5a31f0cf83e79','a:2:{s:13:\"guest_user_id\";i:1531444006;s:4:\"cart\";s:6:\"a:0:{}\";}',1531616804),(3594,'cc4a1c0db3d83b7584e0087c78c7e6a8','a:1:{s:13:\"guest_user_id\";i:1537913846;}',1538086645),(3721,'cc4fd1b315efcc2e0b64ffca62750325','a:2:{s:13:\"guest_user_id\";i:1538157934;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330734),(1986,'cc518cb85790d1c2b2ac897bc2106aaf','a:1:{s:13:\"guest_user_id\";i:1528664951;}',1528837751),(1134,'cc52415b782cbf3136afef9dadbb3eb6','a:1:{s:13:\"guest_user_id\";i:1523366865;}',1523539665),(1064,'cc5248b4f9a09ef36913dedb010549b2','a:1:{s:13:\"guest_user_id\";i:1523309846;}',1523482646),(1164,'cc7e083ecd983278a5120fd49b6fb712','a:1:{s:13:\"guest_user_id\";i:1523460318;}',1523633117),(2578,'cc907602af2694bea2bd4e4687b7971e','a:2:{s:13:\"guest_user_id\";i:1528931074;s:4:\"cart\";s:6:\"a:0:{}\";}',1529103874),(1210,'cc98bdec970dc425e1ceeb425eebb8ed','a:2:{s:13:\"guest_user_id\";i:1523550632;s:4:\"cart\";s:6:\"a:0:{}\";}',1523723432),(504,'ccbcd212ea95137b4d86ba2cb23caea3','a:1:{s:13:\"guest_user_id\";i:1522545114;}',1522717913),(1256,'ccbec3cf20b1a98c44b800292a348670','a:1:{s:13:\"guest_user_id\";i:1523593360;}',1523766160),(7,'ccc3fe00abc37c0f7326d5076cfc28e4','a:1:{s:13:\"guest_user_id\";i:1522365036;}',1522537836),(3529,'ccdab67694c0deaa839e6e023f2be319','a:2:{s:13:\"guest_user_id\";i:1537619138;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791938),(2369,'ccf273c3f4d5cb602f716de1eed3074f','a:1:{s:13:\"guest_user_id\";i:1528834333;}',1529007133),(1041,'ccf4522a93b8ce86ccb5b78cb20b2693','a:1:{s:13:\"guest_user_id\";i:1523308131;}',1523480931),(1636,'cd012ba633c24d846526f4f9e16aae24','a:1:{s:13:\"guest_user_id\";i:1527359735;}',1527532535),(3354,'cd13730e10795c08944e86b1e3dce5cb','a:2:{s:13:\"guest_user_id\";i:1537464892;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637692),(2860,'cd16e6acd795f21772ed4af3f6f01f6b','a:1:{s:13:\"guest_user_id\";i:1529073210;}',1529246010),(772,'cd19830a2c5bbc4d51b24b6f9389c691','a:1:{s:13:\"guest_user_id\";i:1523245061;}',1523417861),(1332,'cd3bb06f8e9dd25f3188312c77b749d2','a:1:{s:13:\"guest_user_id\";i:1523866203;}',1524039003),(2799,'cd40f8ee7ecf9c677722e197191895ff','a:1:{s:13:\"guest_user_id\";i:1529053359;}',1529226159),(2589,'cd5011e4dd99565763d6e3d11b65e548','a:1:{s:13:\"guest_user_id\";i:1528936623;}',1529109423),(2536,'cd50e3e6b466406e8298af2cb3216c9d','a:1:{s:13:\"guest_user_id\";i:1528914713;}',1529087513),(793,'cd59aad3a411734e24ac2ce422c1d09d','a:1:{s:13:\"guest_user_id\";i:1523277542;}',1523450342),(1887,'cd6ef16502518e79d0accd8ca3a6e0ce','a:2:{s:13:\"guest_user_id\";i:1528619470;s:4:\"cart\";s:6:\"a:0:{}\";}',1528792270),(80,'cd7e8050e117bdb371ce8bb6846c62ca','a:1:{s:13:\"guest_user_id\";i:1522369744;}',1522542544),(1139,'cda0aa4bd8af7900a3df0c6a479e82bc','a:1:{s:13:\"guest_user_id\";i:1523383310;}',1523556110),(362,'cda3e615ce297cfe8b884002a18ba52c','a:3:{s:13:\"guest_user_id\";i:1522485931;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";}',1522658731),(1574,'cda5b31cfbfc97d58ef1edc42ad4ab6a','a:1:{s:13:\"guest_user_id\";i:1525982143;}',1526154943),(1026,'cdd691168a22b7bcd29aa96725454f97','a:1:{s:13:\"guest_user_id\";i:1523305972;}',1523478772),(402,'cde65ccc7f5bd1ab74c9fa5823e993ae','a:1:{s:13:\"guest_user_id\";i:1522489512;}',1522662312),(121,'ce076d1be6ac01480ce0eb9ce9d5c709','a:1:{s:13:\"guest_user_id\";i:1522369797;}',1522542597),(1469,'ce1c2abd61d2bd2d707a8440e37e2b15','a:1:{s:13:\"guest_user_id\";i:1524431682;}',1524604482),(1444,'ce1e93a42ec408c5464e1082cef11ac7','a:1:{s:13:\"guest_user_id\";i:1524173519;}',1524346319),(275,'ce4441fc1b9d846783ef14826e08313b','a:2:{s:13:\"guest_user_id\";i:1522369958;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542758),(1126,'ce49dc0e32fb1d154e12e8bcc0cf4def','a:1:{s:13:\"guest_user_id\";i:1523362029;}',1523534829),(2721,'ce506396f1d7f71d722d33b415ceab3b','a:1:{s:13:\"guest_user_id\";i:1529025368;}',1529198167),(1710,'ce50e4abb2d28ab38f96e04b1fc30053','a:1:{s:13:\"guest_user_id\";i:1528153116;}',1528325916),(1666,'ce5b69df2fba4a7bcd0d27b9bbd05236','a:1:{s:13:\"guest_user_id\";i:1527875161;}',1528047960),(2854,'ce882cbec0b39a913c661cebedbb3e0d','a:1:{s:13:\"guest_user_id\";i:1529069336;}',1529242136),(2926,'ce99747aaa07c1e89266856563f0a529','a:1:{s:13:\"guest_user_id\";i:1529341289;}',1529514089),(695,'ceb42e82d07055cb57f565d6191d2628','a:1:{s:13:\"guest_user_id\";i:1522960858;}',1523133658),(2822,'cebed642ec54d29cbbc40e9c5dbc3a82','a:1:{s:13:\"guest_user_id\";i:1529061348;}',1529234148),(1108,'cec0003d317fb3a7f3d67b246dc797da','a:2:{s:13:\"guest_user_id\";i:1523358620;s:4:\"cart\";s:6:\"a:0:{}\";}',1523531419),(1586,'cecd574c8ebc9a91455a173ee940a7a3','a:1:{s:13:\"guest_user_id\";i:1526206482;}',1526379282),(2317,'cee9c194b0cdbdf428a4ab53ffd2f4bf','a:1:{s:13:\"guest_user_id\";i:1528812054;}',1528984854),(2983,'cefbd2a298b39b8deefd4e4e52fdfc4c','a:1:{s:13:\"guest_user_id\";i:1529475925;}',1529648725),(1749,'cefdc7986391fe07c0bddd1971618c1a','a:1:{s:13:\"guest_user_id\";i:1528557246;}',1528730046),(1288,'cf035cc75868c45e561df06177b46f0a','a:1:{s:13:\"guest_user_id\";i:1523666658;}',1523839458),(3129,'cf17956525340a94abd14ac87f39a940','a:2:{s:13:\"guest_user_id\";i:1530238320;s:4:\"cart\";s:6:\"a:0:{}\";}',1530411120),(1952,'cf60593a7fb19d64cdfed6523b3c047a','a:1:{s:13:\"guest_user_id\";i:1528648047;}',1528820846),(1137,'cf83203543e063853f36efa79fd7bf3f','a:1:{s:13:\"guest_user_id\";i:1523383308;}',1523556107),(354,'cf88f66c881afa67525e5130a813ca33','a:1:{s:13:\"guest_user_id\";i:1522485100;}',1522657899),(2584,'cf9f3634f134369311aaa1b68f23a522','a:1:{s:13:\"guest_user_id\";i:1528936620;}',1529109420),(159,'cfa77d41ea53f1ab388ca166d32d96b2','a:3:{s:13:\"guest_user_id\";i:1522369843;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542642),(817,'cfac06ed49b8102b791da3af8f9e33cc','a:1:{s:13:\"guest_user_id\";i:1523279113;}',1523451913),(186,'cfb008841bc3a70a7bb1b412b2a58c92','a:2:{s:13:\"guest_user_id\";i:1522369874;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542674),(3860,'cfbada35128a1a15768570f8475f405c','a:1:{s:13:\"guest_user_id\";i:1538595580;}',1538768380),(1686,'cfc1c40b0ef297790a3e7532fce06a3a','a:1:{s:13:\"guest_user_id\";i:1528153108;}',1528325908),(367,'cfca04db3225efe2892f1e3639b9749f','a:1:{s:13:\"guest_user_id\";i:1522486004;}',1522658804),(478,'cfe6fe59007fa3138004eedaf567194d','a:1:{s:13:\"guest_user_id\";i:1522496604;}',1522669404),(2529,'cffd02e680f0cce5910cad10d08cfd8c','a:1:{s:13:\"guest_user_id\";i:1528909252;}',1529082052),(2844,'cffdaa987c936fa771404b5539e99c50','a:1:{s:13:\"guest_user_id\";i:1529065182;}',1529237982),(3408,'d017499462b0c8c42efda5939c7e41a7','a:2:{s:13:\"guest_user_id\";i:1537618931;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791730),(1880,'d03e1c366128e72a9ef5d70483f37ca6','a:1:{s:13:\"guest_user_id\";i:1528619469;}',1528792269),(2420,'d05a5398bab6c9aff5666e92e0b07ed1','a:2:{s:13:\"guest_user_id\";i:1528859672;s:4:\"cart\";s:6:\"a:0:{}\";}',1529032472),(389,'d0829d57b818bbaec643bc006969511d','a:1:{s:13:\"guest_user_id\";i:1522488736;}',1522661536),(3091,'d0b520347fb91b4700edd0b66ceac268','a:2:{s:13:\"guest_user_id\";i:1530142550;s:4:\"cart\";s:6:\"a:0:{}\";}',1530315350),(1672,'d0d140b043c1546c70587e2804efeaaa','a:1:{s:13:\"guest_user_id\";i:1528132036;}',1528304836),(3533,'d0fb7f37b00acedddd1b91214edaca26','a:2:{s:13:\"guest_user_id\";i:1537619141;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791941),(2345,'d10ec72cf85d6566a55feae51c27d28d','a:1:{s:13:\"guest_user_id\";i:1528823200;}',1528996000),(2196,'d110f5bee58e1de954ebf8be7d1e50b2','a:1:{s:13:\"guest_user_id\";i:1528755942;}',1528928742),(406,'d11d0c1cee135983ab84b92b900ea409','a:1:{s:13:\"guest_user_id\";i:1522489655;}',1522662455),(3593,'d11dacba28f82d967b250e594d22c45a','a:2:{s:13:\"guest_user_id\";i:1537913845;s:4:\"cart\";s:6:\"a:0:{}\";}',1538086644),(245,'d134010d9ca72261f8326ac4d1be777a','a:1:{s:13:\"guest_user_id\";i:1522369933;}',1522542733),(637,'d13bec0daa5f720ee8bb7d4bf7f9e9e2','a:1:{s:13:\"guest_user_id\";i:1522699527;}',1522872326),(3696,'d14a4be899841e5d5726cdd627e9add6','a:3:{s:13:\"guest_user_id\";i:1538157877;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330677),(2266,'d16e29780b53fc83a84661bb437e9e3d','a:1:{s:13:\"guest_user_id\";i:1528789631;}',1528962431),(726,'d1776304f9266f9f1ecee6f7fbf7b395','a:1:{s:13:\"guest_user_id\";i:1523182391;}',1523355191),(2274,'d17a53a6110e574137b3a1c9009331db','a:1:{s:13:\"guest_user_id\";i:1528789634;}',1528962434),(3705,'d186296ef0fe65fcccd145158d375526','a:2:{s:13:\"guest_user_id\";i:1538157897;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330697),(2209,'d1916dbe633ee395712dcc222675655c','a:2:{s:13:\"guest_user_id\";i:1528761725;s:4:\"cart\";s:6:\"a:0:{}\";}',1528934525),(3891,'d192a5df320f41b7e8061c26d054d732','a:2:{s:13:\"guest_user_id\";i:1538681978;s:4:\"cart\";s:6:\"a:0:{}\";}',1538854776),(3090,'d1ad2409109d5c6e985c4e437f8d40a0','a:2:{s:13:\"guest_user_id\";i:1530142549;s:4:\"cart\";s:6:\"a:0:{}\";}',1530315349),(403,'d1ae869134ceed87db615b0aa893d111','a:1:{s:13:\"guest_user_id\";i:1522489513;}',1522662313),(918,'d1d7ba195d22798d96852257ca69d76f','a:1:{s:13:\"guest_user_id\";i:1523284320;}',1523457120),(2540,'d1df9257e4d18758578aface826b6072','a:1:{s:13:\"guest_user_id\";i:1528914713;}',1529087513),(531,'d1e650c084f8eaa8676a2ad8c3b9645d','a:1:{s:13:\"guest_user_id\";i:1522588017;}',1522760816),(2969,'d1f35bfbad03e161f3c2b7224c4007bf','a:1:{s:13:\"guest_user_id\";i:1529464081;}',1529636881),(252,'d206f0ac16d25433773f48d6bacfb372','a:2:{s:13:\"guest_user_id\";i:1522369937;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542737),(1022,'d20c679cb796ae7c6872072d5071f74a','a:1:{s:13:\"guest_user_id\";i:1523305969;}',1523478769),(414,'d21ceb68d8daf08fbc438d3d86d852ca','a:1:{s:13:\"guest_user_id\";i:1522490664;}',1522663464),(945,'d21eecdb609220675f096cb8be8ecd7c','a:1:{s:13:\"guest_user_id\";i:1523285093;}',1523457892),(958,'d231368ebe5b04c7067ae839ce329b75','a:1:{s:13:\"guest_user_id\";i:1523285603;}',1523458403),(258,'d2543675b638c22990c2799ad3b84aa3','a:2:{s:13:\"guest_user_id\";i:1522369943;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542742),(589,'d25b4c0b02fe1efbadfe591fb345e847','a:1:{s:13:\"guest_user_id\";i:1522669695;}',1522842495),(469,'d264067908a195c91983c10c19f7dc2b','a:1:{s:13:\"guest_user_id\";i:1522495771;}',1522668571),(2905,'d2af7225f4f51bcd6e14016d65d505fc','a:1:{s:13:\"guest_user_id\";i:1529159015;}',1529331815),(1524,'d2b0b0dd295f0d020b030aab1675472a','a:2:{s:13:\"guest_user_id\";i:1524963107;s:4:\"cart\";s:6:\"a:0:{}\";}',1525135907),(462,'d2b7cef56e5e247efe67ce52d9fcb386','a:1:{s:13:\"guest_user_id\";i:1522495424;}',1522668223),(2605,'d2c84fe60f8cdad9c59b2235cfff0f7c','a:1:{s:13:\"guest_user_id\";i:1528942240;}',1529115040),(3233,'d2ca8fc9f8a7bd2038f95e1f711b157b','a:2:{s:13:\"guest_user_id\";i:1535332732;s:4:\"cart\";s:6:\"a:0:{}\";}',1535505530),(1916,'d2e3b93e263fa3abb4225aeda165e7ab','a:2:{s:13:\"guest_user_id\";i:1528630839;s:4:\"cart\";s:6:\"a:0:{}\";}',1528803639),(2890,'d2f071e4c75f2ad0fa96dc8aacfabe56','a:1:{s:13:\"guest_user_id\";i:1529085896;}',1529258696),(2045,'d31efc1d4fc785ff29f74d0eec69b17e','a:1:{s:13:\"guest_user_id\";i:1528693766;}',1528866566),(2748,'d32f067e0d266e3060af0f35895ff71c','a:2:{s:13:\"guest_user_id\";i:1529037423;s:4:\"cart\";s:6:\"a:0:{}\";}',1529210220),(1854,'d357ba506dd1c3de9ad9b7ffdc91ecb9','a:2:{s:13:\"guest_user_id\";i:1528602615;s:4:\"cart\";s:6:\"a:0:{}\";}',1528775415),(1752,'d384ef6a0cc9ee7421c8de640d829897','a:1:{s:13:\"guest_user_id\";i:1528557247;}',1528730047),(2898,'d38fa680e77c2821e181101e5ff656c9','a:2:{s:13:\"guest_user_id\";i:1529159012;s:4:\"cart\";s:6:\"a:0:{}\";}',1529331811),(3297,'d397a482c70ee6b25eb46f804028f768','a:2:{s:13:\"guest_user_id\";i:1536752760;s:4:\"cart\";s:6:\"a:0:{}\";}',1536925558),(1370,'d39c14c4c8e5baa1fb745bb922ea9778','a:1:{s:13:\"guest_user_id\";i:1523973268;}',1524146068),(1224,'d3aac66702adca9534585994588aa238','a:1:{s:13:\"guest_user_id\";i:1523556159;}',1523728958),(2497,'d3b731ffc85fbbf69cc59a9c634acefc','a:1:{s:13:\"guest_user_id\";i:1528892842;}',1529065642),(3775,'d3d39e319a7af95cb263cdbe7590b7bd','a:2:{s:13:\"guest_user_id\";i:1538172341;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345141),(3076,'d3fd2b393f9a792d314f3517d6dc6090','a:1:{s:13:\"guest_user_id\";i:1530084792;}',1530257592),(2712,'d40ad3cb06870a1c62b241fa2b2a42ed','a:1:{s:13:\"guest_user_id\";i:1529025361;}',1529198161),(307,'d425ca5fb63cb7e33c08746d65432a66','a:2:{s:13:\"guest_user_id\";i:1522369990;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542790),(3435,'d425fd4d20b159ab085bb1dfb38d0702','a:2:{s:13:\"guest_user_id\";i:1537619008;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791808),(1540,'d45c115629f40a36c8f1726f9728fb25','a:1:{s:13:\"guest_user_id\";i:1525158440;}',1525331240),(2785,'d45c6b85a6bb87731f2eea20a11f8a35','a:1:{s:13:\"guest_user_id\";i:1529049246;}',1529222046),(2777,'d476683f44fb1cfdf4631e3744957137','a:1:{s:13:\"guest_user_id\";i:1529045406;}',1529218206),(2291,'d477edb243c304869bc5f9960542e11e','a:1:{s:13:\"guest_user_id\";i:1528800885;}',1528973685),(499,'d483cac49a611a0e041193495963aabf','a:1:{s:13:\"guest_user_id\";i:1522523751;}',1522696551),(2781,'d484f44dc7d789e2487e9586a97070e1','a:2:{s:13:\"guest_user_id\";i:1529045407;s:4:\"cart\";s:6:\"a:0:{}\";}',1529218207),(1903,'d4921a5a6c1b7ccdc0555a81c29d023a','a:1:{s:13:\"guest_user_id\";i:1528625374;}',1528798174),(2469,'d49c229d0bc8a6847f25b2022fc038cc','a:1:{s:13:\"guest_user_id\";i:1528881775;}',1529054575),(127,'d4b8de1cd987eeb36de6a2b0c6f1fae5','a:1:{s:13:\"guest_user_id\";i:1522369804;}',1522542604),(663,'d4c37be2fb0dbb4139c5738da47e8b22','a:1:{s:13:\"guest_user_id\";i:1522872967;}',1523045765),(3819,'d4d00e3a67399b98a7f4da23da70cc37','a:2:{s:13:\"guest_user_id\";i:1538525783;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698582),(10,'d4d3850cea8e9a86840eb842fc99ed2f','a:1:{s:13:\"guest_user_id\";i:1522365039;}',1522537839),(391,'d4dd4962e8ed546eccd9dc53bedf6483','a:1:{s:13:\"guest_user_id\";i:1522488854;}',1522661654),(3837,'d4e98c31b96b56c422af8c94a53ce9fe','a:2:{s:13:\"guest_user_id\";i:1538551949;s:4:\"cart\";s:6:\"a:0:{}\";}',1538724748),(45,'d51446a65120ff5f55b0a4f3b7afe1ff','a:1:{s:13:\"guest_user_id\";i:1522369701;}',1522542500),(3147,'d5299764c35c4ed24546f91a0475e8d2','a:2:{s:13:\"guest_user_id\";i:1530294093;s:4:\"cart\";s:6:\"a:0:{}\";}',1530466893),(3581,'d539e6647c15c5de0a2413a8218806d1','a:2:{s:13:\"guest_user_id\";i:1537723619;s:4:\"cart\";s:6:\"a:0:{}\";}',1537896417),(2425,'d54a95b0827133b2197a960b270c9419','a:2:{s:13:\"guest_user_id\";i:1528865190;s:4:\"cart\";s:6:\"a:0:{}\";}',1529037989),(3708,'d54f1924180363b6ce9d23d41443e51e','a:2:{s:13:\"guest_user_id\";i:1538157905;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330705),(719,'d5573c30c7b3686b898fc20eff47cb7e','a:2:{s:13:\"guest_user_id\";i:1523134266;s:4:\"cart\";s:6:\"a:0:{}\";}',1523307064),(2118,'d5625645d1d2e537a65410e7df728b21','a:2:{s:13:\"guest_user_id\";i:1528722379;s:4:\"cart\";s:6:\"a:0:{}\";}',1528895179),(22,'d57086923fc51dd9156d8732a5d408d6','a:1:{s:13:\"guest_user_id\";i:1522369666;}',1522542465),(2509,'d5767356fbc3826da7f1db7f89aa90ee','a:1:{s:13:\"guest_user_id\";i:1528898324;}',1529071124),(3769,'d5769f6c0f5459529549758636a3e93a','a:3:{s:13:\"guest_user_id\";i:1538172326;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345126),(1796,'d585c7d4516c6c658bb355f735d2713b','a:1:{s:13:\"guest_user_id\";i:1528579796;}',1528752596),(901,'d5895ea9e0d9cb7bc9955c773d4452fe','a:1:{s:13:\"guest_user_id\";i:1523283718;}',1523456518),(3656,'d5993ec05b77113919c7a76f6d06c5ca','a:2:{s:13:\"guest_user_id\";i:1538140368;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313168),(705,'d5a198da249478f31dd253a437f5d9a5','a:2:{s:13:\"guest_user_id\";i:1522982237;s:4:\"cart\";s:6:\"a:0:{}\";}',1523155035),(655,'d5a50a9c9e65a69068311fff04d2e074','a:1:{s:13:\"guest_user_id\";i:1522793868;}',1522966666),(430,'d5c2fff5259059ebc0837e2dce356e46','a:1:{s:13:\"guest_user_id\";i:1522491738;}',1522664537),(1193,'d5d0e394d81da665b77c839a0f997d4f','a:1:{s:13:\"guest_user_id\";i:1523526291;}',1523699091),(1081,'d5d9df96178ee518713b0829b8f798eb','a:4:{s:13:\"guest_user_id\";i:1523182384;s:4:\"cart\";s:6:\"a:0:{}\";s:19:\"user_just_logged_in\";s:3:\"yes\";s:8:\"messages\";s:6:\"a:0:{}\";}',1523527978),(1528,'d5db56f7da19ee75042f8c9e3c000b84','a:1:{s:13:\"guest_user_id\";i:1524963116;}',1525135916),(2506,'d5e591ae9403635371d407126864098e','a:1:{s:13:\"guest_user_id\";i:1528898327;}',1529071127),(1499,'d5e9e82dba94b16426dcd879e2e51030','a:1:{s:13:\"guest_user_id\";i:1524744976;}',1524917776),(1175,'d5fff3dac805fbe4ca425ebaf3eb8f44','a:1:{s:13:\"guest_user_id\";i:1523484247;}',1523657047),(3086,'d601d37aba808961fcdbfb92d7fa34f8','a:1:{s:13:\"guest_user_id\";i:1530123049;}',1530295849),(2900,'d611ef3b3a53c3d7cd62cef1b4349f8b','a:1:{s:13:\"guest_user_id\";i:1529159014;}',1529331814),(455,'d617906ae90633297eaac7e6454e2ad6','a:1:{s:13:\"guest_user_id\";i:1522494497;}',1522667297),(3182,'d617b70a1e0442ca504e039e67d99f7b','a:1:{s:13:\"guest_user_id\";i:1532108767;}',1532281567),(207,'d63585e3639f5d2d2a3188f98ea26aea','a:1:{s:13:\"guest_user_id\";i:1522369897;}',1522542697),(1428,'d67d50144b3aa2d2d5bd287edf4e0789','a:1:{s:13:\"guest_user_id\";i:1524089154;}',1524261954),(1571,'d691503c62c851c157bca478f8d58c24','a:1:{s:13:\"guest_user_id\";i:1525982141;}',1526154941),(435,'d69d4f5cb6d4216b98fbb491fef29faa','a:1:{s:13:\"guest_user_id\";i:1522491966;}',1522664766),(328,'d6c8d187f26684cc403e08ee6f3939b7','a:1:{s:13:\"guest_user_id\";i:1522445238;}',1522618032),(1186,'d6dcb81c56083d7620cbb916525901fe','a:1:{s:13:\"guest_user_id\";i:1523526193;}',1523698992),(2013,'d6f2cbfbe0047157a582c79f6f42ce14','a:1:{s:13:\"guest_user_id\";i:1528676403;}',1528849203),(399,'d7109b4d1726c3050242080aa43d8c82','a:1:{s:13:\"guest_user_id\";i:1522489364;}',1522662164),(611,'d72b4d4491f7f5582f32b7e058d38b6c','a:1:{s:13:\"guest_user_id\";i:1522674417;}',1522847217),(3857,'d72e77349c5c726df56f6fcb0913f735','a:1:{s:13:\"guest_user_id\";i:1538591033;}',1538763832),(3765,'d72eb9e597d4d5bd3171662f69c7efa4','a:2:{s:13:\"guest_user_id\";i:1538172317;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345116),(241,'d7325ef0b6069d525691378db3fd7aea','a:1:{s:13:\"guest_user_id\";i:1522369930;}',1522542730),(2553,'d750a89522e49a2b89f06958ec21a5e0','a:1:{s:13:\"guest_user_id\";i:1528920083;}',1529092883),(569,'d75a98987dd5c846c6d7eeec83c4bb38','a:1:{s:13:\"guest_user_id\";i:1522668995;}',1522841795),(846,'d75e4e40dc6b72c6922aabe4a638b6d1','a:1:{s:13:\"guest_user_id\";i:1523281033;}',1523453833),(72,'d769916501af3002d065bbeb898b7603','a:1:{s:13:\"guest_user_id\";i:1522369733;}',1522542531),(546,'d76ace77379455eed3e79dce6fed8354','a:1:{s:13:\"guest_user_id\";i:1522618700;}',1522791500),(2035,'d7812b8dd1c53f993e972fb0a8588f69','a:2:{s:13:\"guest_user_id\";i:1528687865;s:4:\"cart\";s:6:\"a:0:{}\";}',1528860665),(563,'d78df49731d3e492ff50faff8e4ab595','a:1:{s:13:\"guest_user_id\";i:1522632321;}',1522805118),(3405,'d7983adbe2711814c3e79b4c571fa244','a:2:{s:13:\"guest_user_id\";i:1537618922;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791721),(1534,'d7a52ff6b4b6f0177e8b0e1e49dd532c','a:1:{s:13:\"guest_user_id\";i:1525020490;}',1525193290),(2634,'d7ad08e47121c5120eefd65c6053a85e','a:1:{s:13:\"guest_user_id\";i:1528975742;}',1529148542),(517,'d7c3082d1a1bcf7b3d75f0b6c2883087','a:1:{s:13:\"guest_user_id\";i:1522587392;}',1522760192),(2759,'d808660a48408e6072c6b511ef90f2c5','a:1:{s:13:\"guest_user_id\";i:1529041273;}',1529214072),(381,'d816a608d192c037aa38ab8d001f573f','a:1:{s:13:\"guest_user_id\";i:1522488493;}',1522661293),(1003,'d82f6ae1b1df4a5db0bb589bfdee96ee','a:1:{s:13:\"guest_user_id\";i:1523287994;}',1523460793),(2398,'d83d7b42c757aa9d37254e1dfb94703f','a:1:{s:13:\"guest_user_id\";i:1528854258;}',1529027058),(1025,'d8573306ae8da06cbf03fdc97a8f774d','a:1:{s:13:\"guest_user_id\";i:1523305973;}',1523478772),(3357,'d85d576052a378c7191c343230c7cb26','a:2:{s:13:\"guest_user_id\";i:1537464901;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637700),(670,'d85f38a9a620263a7c29a9bee28f6fb6','a:1:{s:13:\"guest_user_id\";i:1522894989;}',1523067786),(2039,'d87153ee9fa1a12550230b06f75b89d0','a:1:{s:13:\"guest_user_id\";i:1528687869;}',1528860668),(1803,'d8766a5ae7ac343aca8d9565e585d113','a:2:{s:13:\"guest_user_id\";i:1528579798;s:4:\"cart\";s:6:\"a:0:{}\";}',1528752597),(1778,'d883edf3c20effc1809df612a0a4fd61','a:1:{s:13:\"guest_user_id\";i:1528568562;}',1528741362),(1410,'d892d600a35834154008882863988a53','a:1:{s:13:\"guest_user_id\";i:1523993795;}',1524166595),(1295,'d896d2f1c331ba31983d466dc66bbde8','a:1:{s:13:\"guest_user_id\";i:1523667637;}',1523840437),(142,'d8a33c5ce78c8eb83cc93ac16fec002e','a:1:{s:13:\"guest_user_id\";i:1522369824;}',1522542624),(2016,'d8a5f5852063b2de4654853283e0a579','a:2:{s:13:\"guest_user_id\";i:1528682323;s:4:\"cart\";s:6:\"a:0:{}\";}',1528855121),(2994,'d8a6db891704583ddb0dedee2cbb5ce4','a:1:{s:13:\"guest_user_id\";i:1529670357;}',1529843157),(2726,'d8c2e68b6fee65a717e75cb3d9b788fd','a:2:{s:13:\"guest_user_id\";i:1529029494;s:4:\"cart\";s:6:\"a:0:{}\";}',1529202293),(1649,'d8cb246ea32ba5b06cf8079cfc58d905','a:2:{s:13:\"guest_user_id\";i:1527373667;s:4:\"cart\";s:6:\"a:0:{}\";}',1527546466),(3109,'d8dd32420c75f00864e3db0898d33fdb','a:1:{s:13:\"guest_user_id\";i:1530164051;}',1530336851),(2372,'d8e61ae76c8b175e1e303530ee05c5b2','a:1:{s:13:\"guest_user_id\";i:1528834334;}',1529007134),(1373,'d908cf191ee23d04aa5d51f4e1f64777','a:2:{s:13:\"guest_user_id\";i:1523973268;s:4:\"cart\";s:6:\"a:0:{}\";}',1524146068),(2967,'d90d35a42d0f7c2813b864740631244f','a:1:{s:13:\"guest_user_id\";i:1529452578;}',1529625378),(790,'d9187ce8df382e4244b3be3c22f9c74b','a:1:{s:13:\"guest_user_id\";i:1523276816;}',1523449616),(2334,'d918d0778b9f2a1fc4b79e2bfec3943c','a:2:{s:13:\"guest_user_id\";i:1528817816;s:4:\"cart\";s:6:\"a:0:{}\";}',1528990616),(161,'d918eb6a5cfb5c7325acd5df99e4d901','a:1:{s:13:\"guest_user_id\";i:1522369847;}',1522542647),(1662,'d9654a9c977b2635bfea56acdf8d2d18','a:1:{s:13:\"guest_user_id\";i:1527875164;}',1528047964),(2157,'d9816427d4663dd16ce149a87ffd7f30','a:1:{s:13:\"guest_user_id\";i:1528739312;}',1528912112),(578,'d98bd50887ab0bfa99ff18224bfa928e','a:1:{s:13:\"guest_user_id\";i:1522669196;}',1522841991),(3113,'d9c1b972dccb51fbf16d376fc42073a1','a:2:{s:13:\"guest_user_id\";i:1530182655;s:4:\"cart\";s:6:\"a:0:{}\";}',1530355454),(378,'d9c46db6e710caa61f0286c6369eafbb','a:1:{s:13:\"guest_user_id\";i:1522488358;}',1522661157),(1690,'da06577207eb93054ac0206aa910093f','a:1:{s:13:\"guest_user_id\";i:1528153109;}',1528325909),(2660,'da092d7e456fcc1d5333742577ff1317','a:2:{s:13:\"guest_user_id\";i:1528992013;s:4:\"cart\";s:6:\"a:0:{}\";}',1529164813),(2454,'da2d0aa3e37fa29e8e4e6344beadfc31','a:1:{s:13:\"guest_user_id\";i:1528876183;}',1529048983),(1438,'da501463e844647468d88472299c61bd','a:3:{s:13:\"guest_user_id\";i:1524166514;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1524339312),(3250,'da5e727ab86a57ac6e5b27e5633b240f','a:3:{s:13:\"guest_user_id\";i:1535456182;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1535628981),(1294,'da7bb376ac038fb7d042805f5568c3fd','a:2:{s:13:\"guest_user_id\";i:1523667636;s:4:\"cart\";s:6:\"a:0:{}\";}',1523840434),(296,'da9ea69ffb4af4f5dc97bf864a2656d8','a:2:{s:13:\"guest_user_id\";i:1522369980;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542779),(2430,'daa819ea313b55ae8a0c34bf89f8af9d','a:2:{s:13:\"guest_user_id\";i:1528865191;s:4:\"cart\";s:6:\"a:0:{}\";}',1529037991),(1045,'daedb349e84d4d534bb1c86e0cb0ba5b','a:2:{s:13:\"guest_user_id\";i:1523308217;s:4:\"cart\";s:6:\"a:0:{}\";}',1523481017),(475,'daf5801ee447c6f7b3bf7bac47a8f753','a:1:{s:13:\"guest_user_id\";i:1522496000;}',1522668800),(2101,'db07674e682f2d516ddc997c37069c3d','a:1:{s:13:\"guest_user_id\";i:1528716845;}',1528889645),(2325,'db09095d0e5e3ee7db0fb771993bf021','a:1:{s:13:\"guest_user_id\";i:1528817814;}',1528990614),(306,'db0962e6da69427051c8bb94cafd0fdd','a:1:{s:13:\"guest_user_id\";i:1522369990;}',1522542790),(1646,'db0a7902491d262db58955a8675a1d9b','a:1:{s:13:\"guest_user_id\";i:1527373669;}',1527546469),(1105,'db14ab51824c4cdf1ec7224c84e15bc7','a:2:{s:13:\"guest_user_id\";i:1523357596;s:4:\"cart\";s:6:\"a:0:{}\";}',1523530395),(668,'db2b789b7b5e0a48019b6427b4f4361e','a:1:{s:13:\"guest_user_id\";i:1522894973;}',1523067773),(2896,'db7f0f1e562a66ea0759e6ef49818b43','a:1:{s:13:\"guest_user_id\";i:1529159012;}',1529331812),(323,'db8b0dde79a4d9c9e4e59cb826028a78','a:2:{s:13:\"guest_user_id\";i:1522370006;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542806),(3881,'db8f0a49f0a701734a6de8dddebddc16','a:2:{s:13:\"guest_user_id\";i:1538669472;s:4:\"cart\";s:6:\"a:0:{}\";}',1538842271),(604,'db900a25bfcc541c63de2a75754f58a2','a:1:{s:13:\"guest_user_id\";i:1522674019;}',1522846819),(2379,'db97a3993b43f9f0afba428e63c3b213','a:1:{s:13:\"guest_user_id\";i:1528843566;}',1529016366),(3687,'dba6e20706ab99ce41e306cc99e1681c','a:3:{s:13:\"guest_user_id\";i:1538157856;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330655),(1684,'dba7f1b40894de1d9f724302f45b5b0d','a:1:{s:13:\"guest_user_id\";i:1528153108;}',1528325907),(304,'dbda1b71963fe1542febd15b82b14af4','a:1:{s:13:\"guest_user_id\";i:1522369989;}',1522542789),(2260,'dbdd06bb7d35caaf5b4f9695e8002aac','a:2:{s:13:\"guest_user_id\";i:1528784187;s:4:\"cart\";s:6:\"a:0:{}\";}',1528956987),(2874,'dbe595e508c556eea31c2d4b9c93f1b8','a:2:{s:13:\"guest_user_id\";i:1529077328;s:4:\"cart\";s:6:\"a:0:{}\";}',1529250127),(1008,'dbef454d3bab3ac44bf64b671b81f494','a:1:{s:13:\"guest_user_id\";i:1523288135;}',1523460935),(3167,'dbf6d581626b345c04f5ebc5e33846dc','a:1:{s:13:\"guest_user_id\";i:1531566328;}',1531739128),(512,'dc0669a6576636312e82f31dce4837e0','a:1:{s:13:\"guest_user_id\";i:1522586329;}',1522759129),(1962,'dc1723c6d516a75a08dd4ab424494efa','a:1:{s:13:\"guest_user_id\";i:1528653535;}',1528826335),(3824,'dc23132e6a6575aa8f06f005ba8f6acd','a:2:{s:13:\"guest_user_id\";i:1538525821;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698616),(592,'dc3d3db8009c4b7a53e9af8441d40959','a:1:{s:13:\"guest_user_id\";i:1522669872;}',1522842672),(1659,'dc53a82511d46b150ce47f0994b6aabb','a:2:{s:13:\"guest_user_id\";i:1527555848;s:4:\"cart\";s:6:\"a:0:{}\";}',1527728648),(1074,'dc5593f31ce2bd352ab99e0fa3fff8cd','a:1:{s:13:\"guest_user_id\";i:1523313959;}',1523486758),(1689,'dc59df0be287d78c47a45f4937baf3dc','a:2:{s:13:\"guest_user_id\";i:1528153108;s:4:\"cart\";s:6:\"a:0:{}\";}',1528325908),(937,'dc5f07c752edf0c2a984090168964bd0','a:1:{s:13:\"guest_user_id\";i:1523284720;}',1523457520),(2289,'dc72bf7339fe124af36c56a21c91d716','a:1:{s:13:\"guest_user_id\";i:1528800886;}',1528973686),(2609,'dc8c05941c81e0926e17f9e6b675d188','a:2:{s:13:\"guest_user_id\";i:1528942240;s:4:\"cart\";s:6:\"a:0:{}\";}',1529115040),(46,'dc8ff2c5a346a267d7edc45395994649','a:2:{s:13:\"guest_user_id\";i:1522369699;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542499),(525,'dc96e200ce7887d51db290d4bac29fae','a:1:{s:13:\"guest_user_id\";i:1522587851;}',1522760651),(3064,'dc9afb275632f04971fa6ee312809f7f','a:2:{s:13:\"guest_user_id\";i:1530047186;s:4:\"cart\";s:6:\"a:0:{}\";}',1530219986),(1442,'dc9cd4217488522126f939eef32a2631','a:1:{s:13:\"guest_user_id\";i:1524168752;}',1524341552),(1632,'dc9f381cb506627329e90a4e7b2175fb','a:1:{s:13:\"guest_user_id\";i:1526911692;}',1527084492),(3111,'dccad97ed0f3fb9847e5e4ae66ac80bd','a:2:{s:13:\"guest_user_id\";i:1530182654;s:4:\"cart\";s:6:\"a:0:{}\";}',1530355453),(2131,'dcd5dd4c8b9c6a94c501a2dd0fab69d8','a:1:{s:13:\"guest_user_id\";i:1528728136;}',1528900936),(1476,'dcd64a62c73585a1d2051e643f3ec205','a:1:{s:13:\"guest_user_id\";i:1524477858;}',1524650657),(2457,'dcecc085b530d26636a5c5b347755d91','a:1:{s:13:\"guest_user_id\";i:1528876184;}',1529048984),(804,'dd1d0f3d0470e988a75afb53f64407de','a:1:{s:13:\"guest_user_id\";i:1523278401;}',1523451200),(3477,'dd339ef47881b7506f95bd32fc702bde','a:3:{s:13:\"guest_user_id\";i:1537619070;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791869),(233,'dd3dc1501c51b519fa23f83cd4f637ef','a:1:{s:13:\"guest_user_id\";i:1522369921;}',1522542721),(3209,'dd5c7ef90ee0ded47b69610bbf66af88','a:2:{s:13:\"guest_user_id\";i:1533907454;s:4:\"cart\";s:6:\"a:0:{}\";}',1534080251),(2783,'dd631ef3b2d7efbeb298efbccfda7f4c','a:1:{s:13:\"guest_user_id\";i:1529045408;}',1529218208),(1868,'dd6eb44f99752b01c0331eb1fffb576c','a:2:{s:13:\"guest_user_id\";i:1528613993;s:4:\"cart\";s:6:\"a:0:{}\";}',1528786792),(2867,'dd98c38e78a17569bf0b050480d377cb','a:2:{s:13:\"guest_user_id\";i:1529073212;s:4:\"cart\";s:6:\"a:0:{}\";}',1529246012),(2462,'ddb31dc8236209d8c80507aa48b0eb6b','a:1:{s:13:\"guest_user_id\";i:1528881774;}',1529054574),(1681,'ddb9f959c445f5a8da220ff165480760','a:1:{s:13:\"guest_user_id\";i:1528153107;}',1528325906),(3345,'ddbf94e2775aeb6665388da38ac1a38a','a:2:{s:13:\"guest_user_id\";i:1537464863;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637663),(1179,'ddcd3ff29e84e498e701bca11ee4a816','a:2:{s:13:\"guest_user_id\";i:1523514543;s:4:\"cart\";s:6:\"a:0:{}\";}',1523687341),(1369,'dddc44c5fbc490bccf533650e06346ef','a:1:{s:13:\"guest_user_id\";i:1523973267;}',1524146067),(2812,'ddf2ca3b6cd7166165d8540d490b72f1','a:2:{s:13:\"guest_user_id\";i:1529057220;s:4:\"cart\";s:6:\"a:0:{}\";}',1529230019),(1615,'de0771a70d861c991d943e6bb21bcc3a','a:1:{s:13:\"guest_user_id\";i:1526892423;}',1527065223),(3753,'de3a4105904a799878e2084b0c47bfc7','a:2:{s:13:\"guest_user_id\";i:1538172288;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345088),(3789,'de40b8832ab0ed86a6dd3ea1d4549ab5','a:2:{s:13:\"guest_user_id\";i:1538194225;s:4:\"cart\";s:6:\"a:0:{}\";}',1538367024),(2989,'de5a909cdc856cd6e6b2d59c738d3d10','a:2:{s:13:\"guest_user_id\";i:1529475928;s:4:\"cart\";s:6:\"a:0:{}\";}',1529648728),(3508,'de725eb7b0427fb28c862487e8b7e8e7','a:2:{s:13:\"guest_user_id\";i:1537619103;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791902),(1877,'de7344f99f452f49184ed5c02c140b72','a:1:{s:13:\"guest_user_id\";i:1528613996;}',1528786796),(2974,'de815e64dff83bf26beb894adff5ceca','a:1:{s:13:\"guest_user_id\";i:1529464083;}',1529636883),(3619,'de8718febb713832b0556a8aab44244e','a:1:{s:13:\"guest_user_id\";i:1538108536;}',1538281336),(914,'de92a08d8bbef77576933686dcb91087','a:1:{s:13:\"guest_user_id\";i:1523284133;}',1523456933),(2549,'deb040a2b4031ef6c7eb0d7c36bd6689','a:1:{s:13:\"guest_user_id\";i:1528920081;}',1529092881),(3707,'debd3b3c3d0d4aedb388c7ff1af738ed','a:3:{s:13:\"guest_user_id\";i:1538157902;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330702),(3742,'debf4908fe5c09e834bd7d3531e32945','a:2:{s:13:\"guest_user_id\";i:1538157982;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330782),(2217,'dee811b5fb3100f785ef16b05972a475','a:1:{s:13:\"guest_user_id\";i:1528767194;}',1528939994),(2170,'df05d4776e92a6948f75186ead240fec','a:2:{s:13:\"guest_user_id\";i:1528744744;s:4:\"cart\";s:6:\"a:0:{}\";}',1528917544),(1821,'df4e5129539f409e8c38c1861df57cf9','a:1:{s:13:\"guest_user_id\";i:1528591170;}',1528763970),(1508,'df524bf72f45c661f2ace9494af5b1c9','a:1:{s:13:\"guest_user_id\";i:1524827763;}',1525000563),(3103,'df58d162a848f4c0f156d25a55366bba','a:2:{s:13:\"guest_user_id\";i:1530148243;s:4:\"cart\";s:6:\"a:0:{}\";}',1530321043),(2239,'df676c8c98fe2cf01627ec188308e9b7','a:1:{s:13:\"guest_user_id\";i:1528772982;}',1528945782),(2617,'df7026678f62bd2ad43f6727bca9124e','a:2:{s:13:\"guest_user_id\";i:1528970366;s:4:\"cart\";s:6:\"a:0:{}\";}',1529143166),(3069,'df81854d367904a917b248921a705df7','a:2:{s:13:\"guest_user_id\";i:1530065418;s:4:\"cart\";s:6:\"a:0:{}\";}',1530238218),(2319,'dfa3b1c3e5e181bf82bf8c3f4f412056','a:1:{s:13:\"guest_user_id\";i:1528812055;}',1528984855),(3244,'dfc53976658d8f992c842987b0811caf','a:2:{s:13:\"guest_user_id\";i:1535450481;s:4:\"cart\";s:6:\"a:0:{}\";}',1535623281),(1433,'dfc54719c9628de711277f56c77e39a6','a:1:{s:13:\"guest_user_id\";i:1524166530;}',1524339327),(1980,'dfc5c2034e27ff0cee0c339288b714a7','a:1:{s:13:\"guest_user_id\";i:1528664948;}',1528837748),(2441,'dfc69e11b470e06402174cad18bc1888','a:1:{s:13:\"guest_user_id\";i:1528870705;}',1529043505),(1872,'dfde97bb110582bc93b2f2494ecca688','a:1:{s:13:\"guest_user_id\";i:1528613995;}',1528786795),(2271,'dfea5b9880c1ca3cce97ede2eab4c57f','a:1:{s:13:\"guest_user_id\";i:1528789633;}',1528962433),(2603,'dff36a97ac97e08136da4d8dc2b8b8ba','a:1:{s:13:\"guest_user_id\";i:1528942239;}',1529115039),(269,'dffb4011dcadfcce7b3c859f95d3d4c2','a:2:{s:13:\"guest_user_id\";i:1522369953;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542753),(3290,'dffe84cea810ac20604a60ebd3f1565f','a:1:{s:13:\"guest_user_id\";i:1536478904;}',1536651704),(2486,'e00234db2ce8e266ace41e56fab928e0','a:1:{s:13:\"guest_user_id\";i:1528892839;}',1529065638),(3365,'e00592c402850b7dca8e7124c00d63d2','a:2:{s:13:\"guest_user_id\";i:1537464919;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637719),(765,'e00bc04989ecfa0ba2a981456720d133','a:1:{s:13:\"guest_user_id\";i:1523244631;}',1523417431),(2630,'e018a4621b4a228b26f652450c8ec624','a:1:{s:13:\"guest_user_id\";i:1528975745;}',1529148545),(636,'e018fba9d1d6896d7ba3a6f9116c51d8','a:1:{s:13:\"guest_user_id\";i:1522698973;}',1522871773),(3356,'e02c20d57978b4d239d8772cad510ca1','a:2:{s:13:\"guest_user_id\";i:1537464898;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637698),(1626,'e037d496c2fc4d53bcf8ea36436f0719','a:1:{s:13:\"guest_user_id\";i:1526907208;}',1527080008),(2082,'e03deaa82d4f33903607fb357809bc54','a:2:{s:13:\"guest_user_id\";i:1528710890;s:4:\"cart\";s:6:\"a:0:{}\";}',1528883689),(1970,'e040679ec94fd6e9bb93b3164c371e86','a:2:{s:13:\"guest_user_id\";i:1528659469;s:4:\"cart\";s:6:\"a:0:{}\";}',1528832269),(2145,'e05264bd2c9d9f30aa85ac9af82892de','a:1:{s:13:\"guest_user_id\";i:1528733513;}',1528906313),(3537,'e057e5b3eb4a41faea97757e60a1e748','a:2:{s:13:\"guest_user_id\";i:1537619245;s:4:\"cart\";s:6:\"a:0:{}\";}',1537792044),(3163,'e065b89313146266333d833056056abb','a:1:{s:13:\"guest_user_id\";i:1531443999;}',1531616798),(2736,'e070cd74956c9a48ae7db276323a4a75','a:1:{s:13:\"guest_user_id\";i:1529033364;}',1529206164),(3542,'e081555f5e5dcdbbd4727afd483e76cf','a:1:{s:13:\"guest_user_id\";i:1537659939;}',1537832738),(2391,'e091aadae28990c158e035810ee1b733','a:1:{s:13:\"guest_user_id\";i:1528848915;}',1529021715),(2596,'e0c18348c1ca54e05d9a58d9fe96c35b','a:1:{s:13:\"guest_user_id\";i:1528942237;}',1529115037),(2920,'e0c489f459fe8ee1d555c774bf5aa33a','a:1:{s:13:\"guest_user_id\";i:1529341287;}',1529514087),(1783,'e0fdfaff4ac050d04d6fe7692bf62b9d','a:1:{s:13:\"guest_user_id\";i:1528573987;}',1528746787),(698,'e10c2e86775df691c0f3ec0b3fd5d99a','a:1:{s:13:\"guest_user_id\";i:1522960862;}',1523133662),(1645,'e1140f917ee7e246d36aac245ee6abe3','a:1:{s:13:\"guest_user_id\";i:1527373668;}',1527546468),(442,'e11708eb2c1927f25b66a22a782d8aba','a:1:{s:13:\"guest_user_id\";i:1522492759;}',1522665558),(1584,'e11d484ca364eb9a6e8de63820457b6e','a:1:{s:13:\"guest_user_id\";i:1526108581;}',1526281381),(3589,'e1267989202016c46abe1f1a07327d42','a:1:{s:13:\"guest_user_id\";i:1537887035;}',1538059830),(3598,'e13ccc1bba2157da57a7be6c75ee0b5c','a:1:{s:13:\"guest_user_id\";i:1537924320;}',1538097120),(997,'e141de63d7b40e07477031b7561c02f0','a:1:{s:13:\"guest_user_id\";i:1523287744;}',1523460544),(248,'e1459c7bfd98fc006b687492dfdca794','a:1:{s:13:\"guest_user_id\";i:1522369936;}',1522542736),(2423,'e15f5f85545529d183b506d31a083d34','a:2:{s:13:\"guest_user_id\";i:1528859673;s:4:\"cart\";s:6:\"a:0:{}\";}',1529032473),(1554,'e15f712f58bf4701e6bb890d7cfce287','a:1:{s:13:\"guest_user_id\";i:1525468354;}',1525641154),(511,'e170f4ba7eae24525e5908bdee38d42b','a:1:{s:13:\"guest_user_id\";i:1522586327;}',1522759127),(3191,'e18692afc129e0989c80b55007bbd16d','a:1:{s:13:\"guest_user_id\";i:1532354495;}',1532527295),(3704,'e19d7f5f065d64914e8fb5dc9a7af71e','a:3:{s:13:\"guest_user_id\";i:1538157895;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330695),(1971,'e19f497865b33724da4a001a9152c76d','a:1:{s:13:\"guest_user_id\";i:1528659470;}',1528832270),(812,'e19f4ab89eb14542524c075421207a8f','a:1:{s:13:\"guest_user_id\";i:1523278944;}',1523451744),(449,'e1a0ef57867efdedde301af7c830578c','a:1:{s:13:\"guest_user_id\";i:1522493692;}',1522666491),(1413,'e1bd35e0ed4498d1b849d28f1193d457','a:1:{s:13:\"guest_user_id\";i:1523993919;}',1524166719),(2498,'e1c47439da71c2a052214abb853ba1c9','a:1:{s:13:\"guest_user_id\";i:1528898325;}',1529071125),(2041,'e1d0b52a59d58a9d1b6bdacec851bdcb','a:1:{s:13:\"guest_user_id\";i:1528693765;}',1528866565),(3800,'e1f01b27dcf6c6143b1192ddbf532dfa','a:2:{s:13:\"guest_user_id\";i:1538218619;s:4:\"cart\";s:6:\"a:0:{}\";}',1538391416),(2803,'e1fcf9f38fe8812eb9ccf9418c90d610','a:2:{s:13:\"guest_user_id\";i:1529053360;s:4:\"cart\";s:6:\"a:0:{}\";}',1529226160),(2383,'e2162b3be84855821fac085bcc9d6f3e','a:1:{s:13:\"guest_user_id\";i:1528843567;}',1529016367),(3835,'e2185616f00caf066e1cb0635ab73144','a:3:{s:13:\"guest_user_id\";i:1538551839;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538724638),(747,'e220a124102a23b6a5422c1460dd5ec5','a:1:{s:13:\"guest_user_id\";i:1523224511;}',1523397310),(602,'e228732967f15efa43ccd20113e36fc6','a:1:{s:13:\"guest_user_id\";i:1522672320;}',1522845119),(761,'e240bb9490dbf726ee5de1100ecd9baa','a:1:{s:13:\"guest_user_id\";i:1523228928;}',1523401728),(3796,'e245f575888771a63180a20dda7ace22','a:2:{s:13:\"guest_user_id\";i:1538209860;s:4:\"cart\";s:6:\"a:0:{}\";}',1538382657),(2416,'e2493739879b98b000446603fa395f99','a:1:{s:13:\"guest_user_id\";i:1528859672;}',1529032472),(3341,'e252570f7ead2b63fd85ec3c542210a7','a:2:{s:13:\"guest_user_id\";i:1537464842;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637642),(3771,'e258026c4d601d24bcd66c03b1056a8c','a:3:{s:13:\"guest_user_id\";i:1538172331;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538345131),(535,'e26b90f1c911b03498d3517989f80916','a:1:{s:13:\"guest_user_id\";i:1522589914;}',1522762713),(1454,'e26da2183fce5143109d9a2610e2b54d','a:1:{s:13:\"guest_user_id\";i:1524206314;}',1524379114),(2927,'e2724326662bb154229f40c0446a02f9','a:2:{s:13:\"guest_user_id\";i:1529341289;s:4:\"cart\";s:6:\"a:0:{}\";}',1529514089),(2911,'e27d14b5cdcca046f636662232524f10','a:2:{s:13:\"guest_user_id\";i:1529175847;s:4:\"cart\";s:6:\"a:0:{}\";}',1529348647),(103,'e28aba2b9590ece2a99dc06b82925092','a:1:{s:13:\"guest_user_id\";i:1522369775;}',1522542575),(1315,'e2a63b7e2cd40a887449e1b03b9241d1','a:2:{s:13:\"guest_user_id\";i:1523796921;s:4:\"cart\";s:6:\"a:0:{}\";}',1523969719),(522,'e2aeb8bed775558131cf7f7622f2a1f3','a:1:{s:13:\"guest_user_id\";i:1522587655;}',1522760455),(1468,'e2b58e4b3b38162c76f2dbfff01ef397','a:2:{s:13:\"guest_user_id\";i:1524431679;s:4:\"cart\";s:6:\"a:0:{}\";}',1524604478),(615,'e2bd780102198da6324dfd142967a995','a:1:{s:13:\"guest_user_id\";i:1522675045;}',1522847845),(2093,'e307c0f21b2b2a5d7e68726386cfad15','a:1:{s:13:\"guest_user_id\";i:1528715069;}',1528887869),(2790,'e32ddd52b03a700502be3c12df8a7984','a:1:{s:13:\"guest_user_id\";i:1529049247;}',1529222047),(146,'e330a39dfad37595094a9f52387149de','a:1:{s:13:\"guest_user_id\";i:1522369829;}',1522542629),(1177,'e3324cb58bc3ba136f8cf145d46046b4','a:1:{s:13:\"guest_user_id\";i:1523514546;}',1523687345),(3850,'e3409cf6db1c55e093d56732f9bc5e9d','a:1:{s:13:\"guest_user_id\";i:1538577476;}',1538750276),(588,'e345a64d12ed648fbde46628403cb7f5','a:1:{s:13:\"guest_user_id\";i:1522669696;}',1522842496),(2318,'e34ceca1ed54ddd8bf9705831e374cf2','a:2:{s:13:\"guest_user_id\";i:1528812054;s:4:\"cart\";s:6:\"a:0:{}\";}',1528984854),(580,'e357359a4e4c3fb06a502c4e12f3b08e','a:1:{s:13:\"guest_user_id\";i:1522669208;}',1522842008),(1673,'e378252642ec84267a143bf3e71f7b73','a:1:{s:13:\"guest_user_id\";i:1528132036;}',1528304836),(1843,'e38cce94f545af7ece58fd2557f5880b','a:1:{s:13:\"guest_user_id\";i:1528602613;}',1528775412),(3293,'e38e89915ec3bc6b92e2c706c50f56b7','a:1:{s:13:\"guest_user_id\";i:1536570688;}',1536743487),(2103,'e393d71e19753afac8d8150d3b401896','a:1:{s:13:\"guest_user_id\";i:1528716845;}',1528889645),(855,'e397b7c7fa30d0fc2bbaf00332bad5d5','a:1:{s:13:\"guest_user_id\";i:1523281347;}',1523454146),(3746,'e39afac29231885b92621aea1383d443','a:1:{s:13:\"guest_user_id\";i:1538172271;}',1538345070),(3481,'e3b67f9c61965d9d20f6e502d96974d2','a:2:{s:13:\"guest_user_id\";i:1537619074;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791874),(3491,'e3b82117bcb155e0028bed7b3fee0267','a:2:{s:13:\"guest_user_id\";i:1537619083;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791883),(3821,'e3c6a4a78a8dd0d83e9ba2e7a8c630b0','a:2:{s:13:\"guest_user_id\";i:1538525790;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698588),(3203,'e3d0f9ffa3871eacb7bf0f4d34103000','a:1:{s:13:\"guest_user_id\";i:1533770750;}',1533943548),(3724,'e3d2381428cb4e6c16af70c2a9a0e9f0','a:2:{s:13:\"guest_user_id\";i:1538157941;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330741),(560,'e3d6bd26b34371de7eb957fa498bd462','a:1:{s:13:\"guest_user_id\";i:1522618765;}',1522791565),(2191,'e3d8cb185cadb5bb2e8622ca6b73e2ac','a:1:{s:13:\"guest_user_id\";i:1528755941;}',1528928740),(2861,'e3ebd005f70babb3ce4487c11d526191','a:1:{s:13:\"guest_user_id\";i:1529073211;}',1529246011),(1759,'e3ed0397b34eefb749f26a59c7454263','a:1:{s:13:\"guest_user_id\";i:1528562685;}',1528735485),(1153,'e3f34f45ac835608b11cadc572914a48','a:1:{s:13:\"guest_user_id\";i:1523427941;}',1523600739),(2662,'e3fd3430f06494831a61d7a0c76e5ed1','a:1:{s:13:\"guest_user_id\";i:1529007743;}',1529180543),(184,'e40a3710529cb0d6639f54320f7edbe3','a:2:{s:13:\"guest_user_id\";i:1522369868;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542668),(2484,'e414324d98d6e2ec6f6b77ea28045a97','a:1:{s:13:\"guest_user_id\";i:1528887342;}',1529060141),(3587,'e4230fa1a98c65537fd8a2ff39de7a06','a:1:{s:13:\"guest_user_id\";i:1537810841;}',1537983638),(811,'e424b63a0bc6af8a2afda398e5bb1483','a:1:{s:13:\"guest_user_id\";i:1523278612;}',1523451411),(3370,'e42cb6a4dd3ab39b908a772e14128976','a:2:{s:13:\"guest_user_id\";i:1537525370;s:4:\"cart\";s:6:\"a:0:{}\";}',1537698169),(624,'e4329e631f73aa2cc74fabca4bc9d52c','a:1:{s:13:\"guest_user_id\";i:1522675637;}',1522848437),(2675,'e44cc6cfe25d08c32f9b14c29d1784a8','a:1:{s:13:\"guest_user_id\";i:1529013453;}',1529186253),(1847,'e49451e52a998d2ea2e6913a033bb140','a:1:{s:13:\"guest_user_id\";i:1528602614;}',1528775414),(3137,'e4c268d4cec9d0c25561e108adc247c0','a:2:{s:13:\"guest_user_id\";i:1530275872;s:4:\"cart\";s:6:\"a:0:{}\";}',1530448671),(2133,'e4c6e3527756053dbd7fdaf743e04169','a:1:{s:13:\"guest_user_id\";i:1528728137;}',1528900937),(3488,'e4e5edf0ab9085f5b0088e19224292f1','a:2:{s:13:\"guest_user_id\";i:1537619081;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791880),(3171,'e4f2f4ee02c14e69323cbeb1d5edc7bb','a:2:{s:13:\"guest_user_id\";i:1531566949;s:4:\"cart\";s:6:\"a:0:{}\";}',1531739749),(1257,'e4faaa1140150a6e407577a6e5a04efc','a:2:{s:13:\"guest_user_id\";i:1523593360;s:4:\"cart\";s:6:\"a:0:{}\";}',1523766159),(2934,'e50421e0ed02c7d31f668af9a688ec30','a:1:{s:13:\"guest_user_id\";i:1529412446;}',1529585246),(1959,'e51e6a676cf05d1a1dffb5edca43dca4','a:1:{s:13:\"guest_user_id\";i:1528653534;}',1528826334),(2945,'e52f34d8f6da37037dd5dd24abc9e5e3','a:1:{s:13:\"guest_user_id\";i:1529441433;}',1529614233),(2618,'e5399ae416133e7037dc7e144abfe544','a:1:{s:13:\"guest_user_id\";i:1528970367;}',1529143167),(2419,'e562a33b5b040627c44b4a6287e04548','a:1:{s:13:\"guest_user_id\";i:1528859673;}',1529032473),(3912,'e587a82f2282ca326997d7f79e150a08','a:2:{s:13:\"guest_user_id\";i:1539024043;s:4:\"cart\";s:6:\"a:0:{}\";}',1539196842),(2966,'e58c498a281295e3abd8a290c0753e79','a:1:{s:13:\"guest_user_id\";i:1529452578;}',1529625378),(1545,'e59578f555186393c8665ccfb130e3ba','a:1:{s:13:\"guest_user_id\";i:1525377470;}',1525550270),(3680,'e596c6a54a9afa340180295540d40f8b','a:2:{s:13:\"guest_user_id\";i:1538157839;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330639),(3702,'e5a5b7f9f95ebc8d73af7dbf92811dce','a:3:{s:13:\"guest_user_id\";i:1538157890;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330690),(1612,'e5bf0fa074ce45f28e21ea33b952f8ad','a:1:{s:13:\"guest_user_id\";i:1526763231;}',1526936031),(2099,'e5d979963824be2f0bfd9db2aa8a036f','a:1:{s:13:\"guest_user_id\";i:1528716844;}',1528889644),(2947,'e5dea133e6eb30f96af56472f38b1b5b','a:1:{s:13:\"guest_user_id\";i:1529441433;}',1529614233),(3511,'e5ff5a84618b0438ba24b798e68b7dd9','a:4:{s:13:\"guest_user_id\";i:1537619105;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:133:\"a:1:{s:32:\"a19744e268754fb0148b017647355b7b\";a:4:{s:7:\"item_id\";s:4:\"5143\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:50;s:5:\"total\";d:50;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791905),(3061,'e604ea04a1da60fb11cdc8175f7025ac','a:1:{s:13:\"guest_user_id\";i:1530047182;}',1530219982),(1289,'e6182b0c8786d7b626d38b303a3c713b','a:1:{s:13:\"guest_user_id\";i:1523666657;}',1523839457),(2891,'e61b6550eedf72e400db72d4e2e4ed3b','a:2:{s:13:\"guest_user_id\";i:1529085896;s:4:\"cart\";s:6:\"a:0:{}\";}',1529258696),(3349,'e620b6483c89feabf3f92afb58768456','a:2:{s:13:\"guest_user_id\";i:1537464877;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637677),(3518,'e62d081789faf8f6cf5851ae4331fe43','a:2:{s:13:\"guest_user_id\";i:1537619113;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791913),(1885,'e6318d5c38f0abc432bd8047d22ab960','a:1:{s:13:\"guest_user_id\";i:1528619470;}',1528792270),(2654,'e63c4e9f31a359c45ce68d03fa73bdf8','a:1:{s:13:\"guest_user_id\";i:1528992012;}',1529164812),(1090,'e64247fb06dfecf95554af2664c19e82','a:1:{s:13:\"guest_user_id\";i:1523353976;}',1523526776),(2213,'e65c3de46b64c72dba0c9ee5e62590a9','a:1:{s:13:\"guest_user_id\";i:1528767193;}',1528939993),(1496,'e67617194354d35cebfdfa6e8689f8c4','a:1:{s:13:\"guest_user_id\";i:1524738592;}',1524911392),(3401,'e67f8406ab2e939c6eb97d696eee2845','a:2:{s:13:\"guest_user_id\";i:1537618909;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791709),(3282,'e6806f03056deeb09bd548600c9e9345','a:1:{s:13:\"guest_user_id\";i:1536184080;}',1536356880),(2290,'e6b436b632b293116001da0c4b6ed498','a:2:{s:13:\"guest_user_id\";i:1528800885;s:4:\"cart\";s:6:\"a:0:{}\";}',1528973683),(1891,'e6bb0bee663ebde955ec6d587bf09e8f','a:1:{s:13:\"guest_user_id\";i:1528619472;}',1528792272),(1960,'e6cfee300e0db79c098f9b5577cf3e37','a:1:{s:13:\"guest_user_id\";i:1528653534;}',1528826334),(3544,'e6e4214dfa7197f312330593f76f0d35','a:1:{s:13:\"guest_user_id\";i:1537659937;}',1537832737),(498,'e6ffe9d4232c1fca2c03cccb7de07d88','a:1:{s:13:\"guest_user_id\";i:1522523568;}',1522696367),(3777,'e70cbdaec95517fdc00a52b25e0b9790','a:2:{s:13:\"guest_user_id\";i:1538172345;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345145),(3482,'e7292816932c57b80d47b144668409cf','a:2:{s:13:\"guest_user_id\";i:1537619075;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791875),(2645,'e7318d4a6b6eabdf425ae03ee6d9a3ce','a:1:{s:13:\"guest_user_id\";i:1528986489;}',1529159288),(1066,'e74258bb8cf4199ae934b8264c69ac13','a:1:{s:13:\"guest_user_id\";i:1523310349;}',1523483149),(3264,'e745e02f827a30f6d67bce5bef85b1ee','a:3:{s:13:\"guest_user_id\";i:1535449439;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1535622234),(1912,'e748121d298611bd2b012821dfe9665a','a:1:{s:13:\"guest_user_id\";i:1528630839;}',1528803638),(488,'e75ace12e79ef4d264d65edb87e0320c','a:1:{s:13:\"guest_user_id\";i:1522498178;}',1522670978),(2206,'e768d52a13f3bcbddca57f376074a9b2','a:2:{s:13:\"guest_user_id\";i:1528761725;s:4:\"cart\";s:6:\"a:0:{}\";}',1528934525),(2921,'e7be9b678cb08bae943243b75e98a4d4','a:1:{s:13:\"guest_user_id\";i:1529341287;}',1529514087),(3673,'e7bed7ae1f2f15cb99fede9b5573dbe6','a:2:{s:13:\"guest_user_id\";i:1538157809;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330606),(2162,'e7bfb0b6c23a42b0dcbf2dc9104887ce','a:1:{s:13:\"guest_user_id\";i:1528744739;}',1528917539),(684,'e7c19b11688d66c0e20cafa9c600982d','a:1:{s:13:\"guest_user_id\";i:1522946124;}',1523118924),(1279,'e7e619ab136aebfc1d3ef5a862d869cd','a:1:{s:13:\"guest_user_id\";i:1523658149;}',1523830948),(836,'e7e9b09abc08db7c4235ec04f339defb','a:1:{s:13:\"guest_user_id\";i:1523280838;}',1523453637),(681,'e7f54803b315c06999e111da22251350','a:1:{s:13:\"guest_user_id\";i:1522945787;}',1523118587),(3078,'e7f9d0a39aa4bcae057406c96cb4999c','a:2:{s:13:\"guest_user_id\";i:1530103867;s:4:\"cart\";s:6:\"a:0:{}\";}',1530276667),(2246,'e81111f9b9ac772454959bdfad53d743','a:2:{s:13:\"guest_user_id\";i:1528778415;s:4:\"cart\";s:6:\"a:0:{}\";}',1528951215),(951,'e81f112859a244e6679e95209ef8b260','a:1:{s:13:\"guest_user_id\";i:1523285347;}',1523458147),(938,'e8336fbb22ac2ae6860ece11a72584f4','a:1:{s:13:\"guest_user_id\";i:1523284721;}',1523457521),(3737,'e83e89d40194edcb0ee23b7d737970bb','a:2:{s:13:\"guest_user_id\";i:1538157971;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330771),(394,'e847991e6bf855f141f5e0e5d345c42b','a:1:{s:13:\"guest_user_id\";i:1522489300;}',1522662100),(2036,'e85b952ab839c1f776fd0872a0bea374','a:1:{s:13:\"guest_user_id\";i:1528687867;}',1528860667),(729,'e87c28982fd6ceee00678da600216be0','a:1:{s:13:\"guest_user_id\";i:1523182399;}',1523355198),(3430,'e885abc0ca1bcbc1dcbc0564d189ac62','a:3:{s:13:\"guest_user_id\";i:1537618997;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791797),(3056,'e886b8364548df2b7d2f7156c518c5d1','a:1:{s:13:\"guest_user_id\";i:1530029338;}',1530202138),(3100,'e8b9a0d1aeedf457bae1486037094023','a:2:{s:13:\"guest_user_id\";i:1530148215;s:4:\"cart\";s:6:\"a:0:{}\";}',1530321015),(2066,'e8df05c70d29f654f27659a550e222c1','a:1:{s:13:\"guest_user_id\";i:1528705158;}',1528877958),(2573,'e8e51bf44a89c5f4f351f9c0a1150839','a:1:{s:13:\"guest_user_id\";i:1528931073;}',1529103873),(461,'e8e771357b91dc710e1aac1f74e98f0a','a:1:{s:13:\"guest_user_id\";i:1522495422;}',1522668222),(317,'e8ebcac1b7b0d237be019c3f696d5302','a:2:{s:13:\"guest_user_id\";i:1522370000;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542800),(3873,'e90a5b3633271913f464d1471c5953a5','a:1:{s:13:\"guest_user_id\";i:1538622864;}',1538795664),(3701,'e90e59e64d2a2540df28aae518763824','a:3:{s:13:\"guest_user_id\";i:1538157888;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330688),(3871,'e911c1a4a868730691e2d186d5637fed','a:1:{s:13:\"guest_user_id\";i:1538618317;}',1538791117),(2612,'e91206064e67473c0730a997278690c6','a:2:{s:13:\"guest_user_id\";i:1528970366;s:4:\"cart\";s:6:\"a:0:{}\";}',1529143164),(3002,'e92ce889a063f8b2ff6fe8c7da65f0ea','a:1:{s:13:\"guest_user_id\";i:1529844244;}',1530017044),(3268,'e92dd77428da3c0d83799a70d8169d5b','a:2:{s:13:\"guest_user_id\";i:1535938981;s:4:\"cart\";s:6:\"a:0:{}\";}',1536111779),(1561,'e94bef44875c03d0fb6c0a587c4aac8f','a:2:{s:13:\"guest_user_id\";i:1525623593;s:4:\"cart\";s:6:\"a:0:{}\";}',1525796391),(116,'e95953ec578774a8dd21866587d3bb3b','a:1:{s:13:\"guest_user_id\";i:1522369791;}',1522542590),(2734,'e95d2650b1d8c85ddee5def02e37b257','a:2:{s:13:\"guest_user_id\";i:1529029495;s:4:\"cart\";s:6:\"a:0:{}\";}',1529202295),(797,'e95da578dd589bd4fe3e06e5ad451a57','a:1:{s:13:\"guest_user_id\";i:1523278136;}',1523450935),(1849,'e96a7c559fc3f996f5153a19ef523ebc','a:2:{s:13:\"guest_user_id\";i:1528602613;s:4:\"cart\";s:6:\"a:0:{}\";}',1528775413),(2087,'e9d134aa86a02782be05d3b698618b04','a:2:{s:13:\"guest_user_id\";i:1528710891;s:4:\"cart\";s:6:\"a:0:{}\";}',1528883691),(1087,'e9dcbe4716d92525ad7d067aeca485f6','a:1:{s:13:\"guest_user_id\";i:1523353965;}',1523526764),(1896,'e9e76e7be06a18cfd6b8f794829ad047','a:2:{s:13:\"guest_user_id\";i:1528625372;s:4:\"cart\";s:6:\"a:0:{}\";}',1528798171),(2424,'e9ef0c84a5e4bd220c872670dd51dd7f','a:1:{s:13:\"guest_user_id\";i:1528865190;}',1529037990),(3388,'e9f625f597001a399488c0682b2a1413','a:2:{s:13:\"guest_user_id\";i:1537618878;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791677),(83,'ea42a3a0c69ed78dd9cdfb331fd22177','a:1:{s:13:\"guest_user_id\";i:1522369748;}',1522542548),(1196,'ea44a7fdb83b3a3ea83d61f91780d959','a:1:{s:13:\"guest_user_id\";i:1523526440;}',1523699239),(3820,'ea49ccc7558db69a523d4da0924d5247','a:1:{s:13:\"guest_user_id\";i:1538525782;}',1538698582),(66,'ea4f608533fcd06090c890376d472411','a:1:{s:13:\"guest_user_id\";i:1522369728;}',1522542527),(3859,'ea50ce560a3966235cdba01187d9c341','a:2:{s:13:\"guest_user_id\";i:1538591033;s:4:\"cart\";s:6:\"a:0:{}\";}',1538763831),(1863,'ea607185229a492b89fb417d4204bc43','a:2:{s:13:\"guest_user_id\";i:1528608121;s:4:\"cart\";s:6:\"a:0:{}\";}',1528780921),(2012,'ea6e12dff691e4ba30a686f1aef6eb79','a:1:{s:13:\"guest_user_id\";i:1528676403;}',1528849203),(861,'ea7917ed3535901eb0a1fea5b6b2969d','a:1:{s:13:\"guest_user_id\";i:1523281887;}',1523454686),(3647,'ea7aaae652c6408c430fed89de7480dc','a:3:{s:13:\"guest_user_id\";i:1538140346;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538313146),(3493,'ea8fe86cfebc44d03a14595c006bd611','a:2:{s:13:\"guest_user_id\";i:1537619085;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791885),(2463,'eaa6599dfa809a3e55abf22b97d20b90','a:1:{s:13:\"guest_user_id\";i:1528881774;}',1529054574),(1013,'eaabb2ef92f78c3e57a0422e8df7d188','a:1:{s:13:\"guest_user_id\";i:1523290423;}',1523463223),(954,'eaad22e0dcc9350fb02189d0cf7158c5','a:1:{s:13:\"guest_user_id\";i:1523285462;}',1523458262),(1925,'eab73670ee19ede59045016d7d610e61','a:1:{s:13:\"guest_user_id\";i:1528636663;}',1528809463),(222,'eadae973a79fdfeecfa1fe9be9b55a21','a:2:{s:13:\"guest_user_id\";i:1522369910;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542710),(1920,'eaff3d476e997c7dd636d6675d83e935','a:1:{s:13:\"guest_user_id\";i:1528636661;}',1528809461),(2853,'eb043d598e2e62a0b0463000c98592bd','a:2:{s:13:\"guest_user_id\";i:1529069335;s:4:\"cart\";s:6:\"a:0:{}\";}',1529242135),(2698,'eb18857db69e880ee17cffa39a7051b4','a:2:{s:13:\"guest_user_id\";i:1529021480;s:4:\"cart\";s:6:\"a:0:{}\";}',1529194278),(709,'eb1cea2674e240d9c8825ccb39e80155','a:1:{s:13:\"guest_user_id\";i:1522982765;}',1523155565),(3096,'eb25eb0386c241021d2d9248c237b2f9','a:2:{s:13:\"guest_user_id\";i:1530147411;s:4:\"cart\";s:6:\"a:0:{}\";}',1530320211),(2350,'eb2de3d027d226503195b0397b85df86','a:1:{s:13:\"guest_user_id\";i:1528828983;}',1529001783),(742,'eb2e4f5154a2b5c16f341321aaa51016','a:1:{s:13:\"guest_user_id\";i:1523224214;}',1523397014),(1743,'eb3ee56e7b6ef7e4382c67bb8905f339','a:2:{s:13:\"guest_user_id\";i:1528551515;s:4:\"cart\";s:6:\"a:0:{}\";}',1528724315),(136,'eb3f27992b258fd04bdb4c56d94e1137','a:1:{s:13:\"guest_user_id\";i:1522369815;}',1522542615),(3126,'eb898a4e619a0c4598aadc4107bdad75','a:1:{s:13:\"guest_user_id\";i:1530219453;}',1530392253),(516,'eb8bee83ac34c8f7b0b46fcbb6bb6056','a:1:{s:13:\"guest_user_id\";i:1522587314;}',1522760114),(2461,'ebacc18c23901f22999dcc07252f3bf8','a:2:{s:13:\"guest_user_id\";i:1528876184;s:4:\"cart\";s:6:\"a:0:{}\";}',1529048984),(3513,'ebe6c76ae37001e66412b565407402d4','a:2:{s:13:\"guest_user_id\";i:1537619107;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791907),(3383,'ebf1f7acbcc97ebb1d90979b98232b29','a:2:{s:13:\"guest_user_id\";i:1537618865;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791663),(3548,'ebf7ceca15b19e367e3f041570cea57c','a:4:{s:13:\"guest_user_id\";i:1537659963;s:22:\"order_awaiting_payment\";s:0:\"\";s:4:\"cart\";s:139:\"a:1:{s:32:\"609c5e5089a9aa967232aba2a4d03114\";a:4:{s:7:\"item_id\";s:4:\"5428\";s:8:\"quantity\";i:1;s:8:\"subtotal\";d:12000;s:5:\"total\";d:12000;}}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537832763),(2793,'ec23dbd6e05ff8a092ad7ca62956d864','a:2:{s:13:\"guest_user_id\";i:1529049248;s:4:\"cart\";s:6:\"a:0:{}\";}',1529222048),(2165,'ec2a24991c773f930d302b6d967b6605','a:1:{s:13:\"guest_user_id\";i:1528744739;}',1528917539),(1978,'ec3000e693769ec0f6b4ea5ee01f84a6','a:2:{s:13:\"guest_user_id\";i:1528659471;s:4:\"cart\";s:6:\"a:0:{}\";}',1528832271),(473,'ec343315f4abbb1997dcd004767da03e','a:1:{s:13:\"guest_user_id\";i:1522495947;}',1522668747),(2689,'ec3478e2469b9f1fb88d64775be1d498','a:1:{s:13:\"guest_user_id\";i:1529017350;}',1529190150),(3390,'ec41bba53079fc4d044542b8fc842f9f','a:2:{s:13:\"guest_user_id\";i:1537618885;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791685),(3657,'ec4d59e89490b6e2516e60d3a925b431','a:2:{s:13:\"guest_user_id\";i:1538140370;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313170),(2532,'ec6545dc15be15a108e6018450ed91e7','a:2:{s:13:\"guest_user_id\";i:1528909253;s:4:\"cart\";s:6:\"a:0:{}\";}',1529082053),(2827,'ec701b8356b93cd271886c90dfd6acc0','a:2:{s:13:\"guest_user_id\";i:1529061350;s:4:\"cart\";s:6:\"a:0:{}\";}',1529234150),(3732,'ec7202018e360a88ab3aa5496ae21f5a','a:3:{s:13:\"guest_user_id\";i:1538157960;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330760),(1372,'ec7d6b1fcb2e55ebe1599791ef260d66','a:1:{s:13:\"guest_user_id\";i:1523973270;}',1524146070),(1944,'ec9228f3848f7b5c48dd10fa7b4fb5d7','a:1:{s:13:\"guest_user_id\";i:1528648044;}',1528820844),(3888,'ecb60347e9fffe34fd9f0e5df2919564','a:2:{s:13:\"guest_user_id\";i:1538677430;s:4:\"cart\";s:6:\"a:0:{}\";}',1538850229),(2202,'ecdc5ea9e780db8281de4b166a750bfd','a:1:{s:13:\"guest_user_id\";i:1528761724;}',1528934524),(646,'ece3ca7ea1e1fb6848ea1506e47ceb13','a:1:{s:13:\"guest_user_id\";i:1522720333;}',1522893133),(3909,'ed0fae161f19b8ce173752ab5fd6ab4b','a:2:{s:13:\"guest_user_id\";i:1538985780;s:4:\"cart\";s:6:\"a:0:{}\";}',1539158579),(1234,'ed16dc11465263464a2d36ee2d4b7245','a:1:{s:13:\"guest_user_id\";i:1523564892;}',1523737688),(2304,'ed2da1e1cc3853f17736460f7e1ef8da','a:1:{s:13:\"guest_user_id\";i:1528806637;}',1528979437),(3319,'ed3971334986879dcc0ac0bdb6e12242','a:2:{s:13:\"guest_user_id\";i:1537464598;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637398),(3584,'ed3e65b67d52951258dd1cb311ba336b','a:2:{s:13:\"guest_user_id\";i:1537723644;s:4:\"cart\";s:6:\"a:0:{}\";}',1537896443),(1301,'ed65d166d2a76215481fc589d1a4d195','a:1:{s:13:\"guest_user_id\";i:1523707621;}',1523880417),(2806,'ed66f81c07e1c7ac498e715eeb50f444','a:1:{s:13:\"guest_user_id\";i:1529053362;}',1529226162),(2455,'ed6be0d93c95831aaf70c4817b8b8bb9','a:1:{s:13:\"guest_user_id\";i:1528876183;}',1529048983),(3253,'ed6d02df4c0c9d0cbcf9977660088536','a:1:{s:13:\"guest_user_id\";i:1535479797;}',1535652596),(2378,'ed7a9f55d13198f96f7e45cf461968a8','a:1:{s:13:\"guest_user_id\";i:1528843566;}',1529016366),(3181,'ed8fe0904c9138b384a48e06e4b4d4d6','a:2:{s:13:\"guest_user_id\";i:1532108765;s:4:\"cart\";s:6:\"a:0:{}\";}',1532281564),(1446,'eda0ee77c97a9bb2c92e3f19405e3c1c','a:1:{s:13:\"guest_user_id\";i:1524173520;}',1524346320),(3653,'edabd8cb78ea85767faad61ef402f8d6','a:2:{s:13:\"guest_user_id\";i:1538140361;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313160),(3276,'edb1ef986857acdd5ba9ea89350e1a1c','a:1:{s:13:\"guest_user_id\";i:1536054373;}',1536227172),(3169,'edb5328c79d0163135b361ff247be01d','a:3:{s:13:\"guest_user_id\";i:1531566328;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1531739127),(167,'edc3018287707f4e39df658f600d3d6f','a:1:{s:13:\"guest_user_id\";i:1522369852;}',1522542652),(1199,'edd52b5d8d4e6c2ede1a18a20b65682d','a:1:{s:13:\"guest_user_id\";i:1523526443;}',1523699243),(3444,'ede201d54c8b28e2fc63d0510b53b144','a:3:{s:13:\"guest_user_id\";i:1537619034;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791834),(1704,'edf81c64d62370400e20311c313332d1','a:1:{s:13:\"guest_user_id\";i:1528153114;}',1528325914),(679,'ee031cb4f7aae2967338750db6108adf','a:1:{s:13:\"guest_user_id\";i:1522945720;}',1523118520),(1118,'ee0e52681929ad9142055c3f830241df','a:1:{s:13:\"guest_user_id\";i:1523361524;}',1523534324),(1069,'ee2c8fddc3d6008fb2cf254f9b95b533','a:1:{s:13:\"guest_user_id\";i:1523313813;}',1523486613),(1020,'ee448da96d0ce0a9f216be0a075e626b','a:1:{s:13:\"guest_user_id\";i:1523290432;}',1523463232),(238,'ee44934d31049cfb92197252ed802f75','a:1:{s:13:\"guest_user_id\";i:1522369927;}',1522542727),(282,'ee6a6289270c528276dbcd087a04f8da','a:1:{s:13:\"guest_user_id\";i:1522369967;}',1522542767),(1133,'ee8190802f962daaf1ba336e3c30782c','a:1:{s:13:\"guest_user_id\";i:1523366820;}',1523539620),(3844,'ee819cc10a0ad4639a2877e9a562c62e','a:2:{s:13:\"guest_user_id\";i:1538563756;s:4:\"cart\";s:6:\"a:0:{}\";}',1538736552),(1607,'eea9b6d95ad850f28ecda0b3df6d278c','a:1:{s:13:\"guest_user_id\";i:1526260003;}',1526432803),(3427,'eeaf653c91926a0c0da56cb7ebc30085','a:3:{s:13:\"guest_user_id\";i:1537618992;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791792),(3003,'eeba53df690eaab28cf0faed56227a54','a:1:{s:13:\"guest_user_id\";i:1529844245;}',1530017045),(2428,'eed19baa32ad90736b3d6ac9c93679a7','a:1:{s:13:\"guest_user_id\";i:1528865191;}',1529037991),(2699,'eedbe33f6a0bb9e414ba9e509dc23560','a:1:{s:13:\"guest_user_id\";i:1529021480;}',1529194280),(2181,'eef1444adc6d67509a46746b27aae12e','a:1:{s:13:\"guest_user_id\";i:1528750518;}',1528923317),(1498,'eefe094dcfa97a5d5368aa6f535636b1','a:2:{s:13:\"guest_user_id\";i:1524744975;s:4:\"cart\";s:6:\"a:0:{}\";}',1524917775),(1740,'ef04d196fbdfb366f24c9cf77dcde39c','a:1:{s:13:\"guest_user_id\";i:1528551515;}',1528724314),(3007,'ef083bd085e39ac54469942c5d9bc5fa','a:1:{s:13:\"guest_user_id\";i:1529844408;}',1530017208),(1795,'ef0fc02fe030e913a6d2937226fd6a63','a:1:{s:13:\"guest_user_id\";i:1528579796;}',1528752596),(1360,'ef2daeab6fd7ecb985d84013ec8144bd','a:1:{s:13:\"guest_user_id\";i:1523913898;}',1524086697),(570,'ef31c741c50f54dd22a50fbb142b38cb','a:1:{s:13:\"guest_user_id\";i:1522669145;}',1522841945),(1578,'ef52b5ca297b468212bfac5a8411a48f','a:2:{s:13:\"guest_user_id\";i:1525982141;s:4:\"cart\";s:6:\"a:0:{}\";}',1526154940),(3419,'ef639ba7d88e9d3f600236a7d6b9ad83','a:3:{s:13:\"guest_user_id\";i:1537618963;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1537791763),(3051,'ef8c64fe9abf6ffbcefc322694be1b77','a:2:{s:13:\"guest_user_id\";i:1530010814;s:4:\"cart\";s:6:\"a:0:{}\";}',1530183614),(2127,'ef931b2fad648fa4a97e3ebc5446547f','a:1:{s:13:\"guest_user_id\";i:1528728134;}',1528900934),(3153,'ef9a44a8ea39aa3f33a585d6d940ab9e','a:1:{s:13:\"guest_user_id\";i:1530314400;}',1530487200),(5,'efa39d9e16bf29714e1aee93a8072e6b','a:1:{s:13:\"guest_user_id\";i:1522365032;}',1522537832),(2322,'efb87134f57508172a2d8abc1551bb32','a:1:{s:13:\"guest_user_id\";i:1528812059;}',1528984859),(3743,'efbd125e2a07b985c857c0a931f687ff','a:2:{s:13:\"guest_user_id\";i:1538157985;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330784),(2831,'efdebd73256ffdb63d777cbea33d41f6','a:1:{s:13:\"guest_user_id\";i:1529061352;}',1529234152),(3439,'efe7126e2b450b8708de4768990c8785','a:2:{s:13:\"guest_user_id\";i:1537619015;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791815),(2150,'effbb43c228990e66b7c795999c3b5f3','a:2:{s:13:\"guest_user_id\";i:1528739308;s:4:\"cart\";s:6:\"a:0:{}\";}',1528912106),(721,'f00f2a5850dd5b5bbd1f7017e7297b9d','a:1:{s:13:\"guest_user_id\";i:1523134267;}',1523307067),(2504,'f01134a910f4b29a33f0b8f0b6428112','a:2:{s:13:\"guest_user_id\";i:1528898326;s:4:\"cart\";s:6:\"a:0:{}\";}',1529071126),(2937,'f05204318094a4b8ed1da4f3fce85db3','a:2:{s:13:\"guest_user_id\";i:1529412447;s:4:\"cart\";s:6:\"a:0:{}\";}',1529585247),(1664,'f05ab328345c3d3ff68923abe840dc5c','a:1:{s:13:\"guest_user_id\";i:1527875168;}',1528047968),(182,'f070d6f94d4e1aae8abd6550c8e6644a','a:2:{s:13:\"guest_user_id\";i:1522369865;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542665),(1878,'f08120f76120e9fa5206c2739c80b058','a:1:{s:13:\"guest_user_id\";i:1528613993;}',1528786793),(1398,'f08ad5d94638c6b13f8ada5e987ac0af','a:1:{s:13:\"guest_user_id\";i:1523993387;}',1524166187),(1982,'f0b181108ca99fedc70aa464a9722e54','a:2:{s:13:\"guest_user_id\";i:1528664949;s:4:\"cart\";s:6:\"a:0:{}\";}',1528837748),(1530,'f0cb10771f9020d1be2ca58490ee17c1','a:1:{s:13:\"guest_user_id\";i:1524963144;}',1525135944),(2448,'f0cce7a655702c03e4cb1b8a041fe6e7','a:1:{s:13:\"guest_user_id\";i:1528876182;}',1529048982),(1866,'f0ce68c47efdb2755457ef545198a711','a:2:{s:13:\"guest_user_id\";i:1528608121;s:4:\"cart\";s:6:\"a:0:{}\";}',1528780921),(2857,'f0d79d5a7c27d49c0b6ea222f9fc2061','a:1:{s:13:\"guest_user_id\";i:1529069337;}',1529242137),(1481,'f0e31aaeb0304d9af0745abaca4db59a','a:1:{s:13:\"guest_user_id\";i:1524565408;}',1524738208),(2312,'f0ec27988bee9e5d049c3cc7e6a57953','a:1:{s:13:\"guest_user_id\";i:1528812053;}',1528984853),(1634,'f112be4365f7e5c878cfea694fc3d34e','a:1:{s:13:\"guest_user_id\";i:1526911693;}',1527084493),(2678,'f11c64cbee799e9564863bb89f8494e7','a:1:{s:13:\"guest_user_id\";i:1529013454;}',1529186254),(2132,'f121275e07f2015f9a7020534877c2b9','a:2:{s:13:\"guest_user_id\";i:1528728135;s:4:\"cart\";s:6:\"a:0:{}\";}',1528900935),(2970,'f12544e6797bea5b8bce023e4e4635de','a:2:{s:13:\"guest_user_id\";i:1529464081;s:4:\"cart\";s:6:\"a:0:{}\";}',1529636879),(955,'f1689d1bd50972267d7f0517b3319d3e','a:1:{s:13:\"guest_user_id\";i:1523285542;}',1523458342),(3745,'f1a164c35fa639673e76f458166cfc16','a:2:{s:13:\"guest_user_id\";i:1538172270;s:4:\"cart\";s:6:\"a:0:{}\";}',1538345069),(495,'f1a3c35546f0664fc395b9763c5de169','a:1:{s:13:\"guest_user_id\";i:1522523564;}',1522696364),(3525,'f1c32018709c39dec88b19263bbf3118','a:2:{s:13:\"guest_user_id\";i:1537619118;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791918),(3314,'f1cc410944cd96e713f446ec810583e7','a:2:{s:13:\"guest_user_id\";i:1537464534;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637334),(1958,'f1e956903d30ec2c10e3da6b050beaea','a:2:{s:13:\"guest_user_id\";i:1528653533;s:4:\"cart\";s:6:\"a:0:{}\";}',1528826332),(3715,'f1eec55fe9f728f8572fb3551ea7e263','a:2:{s:13:\"guest_user_id\";i:1538157921;s:4:\"cart\";s:6:\"a:0:{}\";}',1538330721),(656,'f1f48a4fa92c49739cfee0575ad647f6','a:1:{s:13:\"guest_user_id\";i:1522793869;}',1522966668),(110,'f20f6a56f62579b4c856a28bd1b8a723','a:1:{s:13:\"guest_user_id\";i:1522369783;}',1522542583),(428,'f249cae355e11797cdbbcbeaf93df6e5','a:1:{s:13:\"guest_user_id\";i:1522491494;}',1522664294),(109,'f24c24699bfaf041eb8735a6c88d2102','a:1:{s:13:\"guest_user_id\";i:1522369782;}',1522542582),(2261,'f24c4832f8c899aa96c4a2ce2c92bfc9','a:1:{s:13:\"guest_user_id\";i:1528784188;}',1528956988),(3306,'f25031b663f0b616c793bddb7236c03e','a:1:{s:13:\"guest_user_id\";i:1537464448;}',1537637244),(3559,'f2525dbccca459199e9c50f7cfdc417e','a:2:{s:13:\"guest_user_id\";i:1537660053;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832853),(735,'f2917f09dd0b72bfd8dd28eb84daba9f','a:1:{s:13:\"guest_user_id\";i:1523220068;}',1523392867),(2400,'f2f4053db459b6217e28233d104b5f9a','a:1:{s:13:\"guest_user_id\";i:1528854258;}',1529027058),(3612,'f2f94933a1caadffeda7b1c3c30196d6','a:3:{s:13:\"guest_user_id\";i:1538020159;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538192955),(1888,'f2fd99fee2caf640093f2a4cf9196891','a:1:{s:13:\"guest_user_id\";i:1528619471;}',1528792271),(2559,'f30f510114bb9de68452dd2e3ab8bc3c','a:2:{s:13:\"guest_user_id\";i:1528920083;s:4:\"cart\";s:6:\"a:0:{}\";}',1529092883),(1184,'f313cccb31bcd2ec05fe9d5863c5cd91','a:1:{s:13:\"guest_user_id\";i:1523526193;}',1523698991),(3865,'f3211b8e18937323edc5209b58056eec','a:1:{s:13:\"guest_user_id\";i:1538604787;}',1538777586),(1441,'f33ba8da848e2552b33907425362230b','a:1:{s:13:\"guest_user_id\";i:1524168753;}',1524341553),(718,'f33f0e93bce18fce2df1aa0ee1e6e85f','a:1:{s:13:\"guest_user_id\";i:1523070209;}',1523243009),(1790,'f342f998e6f75854fd4b657d080fb28a','a:1:{s:13:\"guest_user_id\";i:1528573989;}',1528746789),(2830,'f3648b4630b085957bde5479cd9b6db0','a:1:{s:13:\"guest_user_id\";i:1529061352;}',1529234151),(2000,'f3655318893d186bc212a54ec39871bc','a:1:{s:13:\"guest_user_id\";i:1528670888;}',1528843688),(843,'f38451ccfa2118bc290d8741face5fc2','a:1:{s:13:\"guest_user_id\";i:1523281024;}',1523453824),(3906,'f3a29d759ae034f5e231743b810b96fe','a:2:{s:13:\"guest_user_id\";i:1538985770;s:4:\"cart\";s:6:\"a:0:{}\";}',1539158569),(2388,'f3a932ab266138e8262ed2a89358a9a6','a:1:{s:13:\"guest_user_id\";i:1528848914;}',1529021714),(3475,'f3acfadb24f177a4e55076f34eaa4f26','a:2:{s:13:\"guest_user_id\";i:1537619068;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791868),(3411,'f3cc57c7803a6830b1e42e6b46f71e6f','a:2:{s:13:\"guest_user_id\";i:1537618940;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791739),(1101,'f3cfbf207acac1134f19e095e10745d2','a:1:{s:13:\"guest_user_id\";i:1523357598;}',1523530397),(2109,'f3d1e1f141e6a1ee45ec24b5747bbd1f','a:1:{s:13:\"guest_user_id\";i:1528722377;}',1528895177),(2313,'f3d69e5681ba66cd7e16af09d0cf8620','a:2:{s:13:\"guest_user_id\";i:1528812053;s:4:\"cart\";s:6:\"a:0:{}\";}',1528984851),(3336,'f3daebc8d18e70a6bd8d8487d9c2b9b2','a:2:{s:13:\"guest_user_id\";i:1537464829;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637629),(1404,'f41aad41f1672a0610464cb12644bfd3','a:1:{s:13:\"guest_user_id\";i:1523993392;}',1524166191),(1280,'f426928282ab793b1a7f2cc92abcd692','a:1:{s:13:\"guest_user_id\";i:1523658157;}',1523830957),(762,'f458386b081459e7da4b445853139ade','a:1:{s:13:\"guest_user_id\";i:1523229049;}',1523401849),(2265,'f4730e3a4b0fe7314510adfd7d54043e','a:1:{s:13:\"guest_user_id\";i:1528789631;}',1528962430),(1075,'f47e08fc9a22dafa91d5782dcc21fccc','a:1:{s:13:\"guest_user_id\";i:1523313962;}',1523486761),(3465,'f4901305870fde48d712499ba820bf37','a:2:{s:13:\"guest_user_id\";i:1537619056;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791856),(3048,'f4ba4b69156695c915a3774a8a94a7c1','a:2:{s:13:\"guest_user_id\";i:1529992373;s:4:\"cart\";s:6:\"a:0:{}\";}',1530165173),(3806,'f4cfcfb095b6f7cc7a9232374cbfb3d9','a:1:{s:13:\"guest_user_id\";i:1538301374;}',1538474173),(203,'f4d2e4aa4c1def77b8b82bbcff74ad84','a:1:{s:13:\"guest_user_id\";i:1522369894;}',1522542693),(1588,'f4e1b55208000fcb600d506d4204fc1f','a:2:{s:13:\"guest_user_id\";i:1526206481;s:4:\"cart\";s:6:\"a:0:{}\";}',1526379279),(1735,'f5096ee8c34d26efab320fa8f5942258','a:1:{s:13:\"guest_user_id\";i:1528551514;}',1528724314),(593,'f50b6d1e5a84902fa42509d0b54e9a5f','a:1:{s:13:\"guest_user_id\";i:1522669873;}',1522842673),(3340,'f50c84adafaebf9277a9bdd0451a45a1','a:2:{s:13:\"guest_user_id\";i:1537464834;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637634),(1228,'f5118f3ffc1419788e10c170eb878bc0','a:2:{s:13:\"guest_user_id\";i:1523564882;s:4:\"cart\";s:6:\"a:0:{}\";}',1523737681),(2137,'f520ad43faef44f8ea77d2b2c47743f1','a:2:{s:13:\"guest_user_id\";i:1528728137;s:4:\"cart\";s:6:\"a:0:{}\";}',1528900937),(1436,'f5562750bb0a4e2b2aa0478970ab7f44','a:1:{s:13:\"guest_user_id\";i:1524168523;}',1524341323),(1527,'f556343c62bd41f50658a8189138d5d2','a:1:{s:13:\"guest_user_id\";i:1524963106;}',1525135906),(2382,'f55f5d7495ce07eeca017d147005aad8','a:2:{s:13:\"guest_user_id\";i:1528843567;s:4:\"cart\";s:6:\"a:0:{}\";}',1529016367),(2494,'f56144dd5241927476c64aca1bd41ba4','a:1:{s:13:\"guest_user_id\";i:1528892841;}',1529065641),(617,'f56b76460d57323ec7d2a5c642d6e38b','a:1:{s:13:\"guest_user_id\";i:1522675298;}',1522848098),(3659,'f58d8d4055b8738ee5a0dadce4557dda','a:2:{s:13:\"guest_user_id\";i:1538140375;s:4:\"cart\";s:6:\"a:0:{}\";}',1538313175),(40,'f5aa7c6883a1a2100f9d6b65189228da','a:3:{s:13:\"guest_user_id\";i:1522369690;s:4:\"cart\";s:6:\"a:0:{}\";s:8:\"messages\";s:6:\"a:0:{}\";}',1522542490),(272,'f5b3528c0fd5bd1d452f80af4e6adbc8','a:2:{s:13:\"guest_user_id\";i:1522369956;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542755),(2893,'f5c82b9652797c3f5d7f2ffc18c2f787','a:1:{s:13:\"guest_user_id\";i:1529085897;}',1529258697),(1131,'f5eecd69d5cddef293eec98ba08abe24','a:1:{s:13:\"guest_user_id\";i:1523366817;}',1523539617),(192,'f5fbc66a6dc05ab55a57696c715f6e05','a:2:{s:13:\"guest_user_id\";i:1522369879;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542679),(260,'f60eb17af0009d453cd41af0e956357d','a:1:{s:13:\"guest_user_id\";i:1522369947;}',1522542747),(745,'f613963f5d1b8aa2b5e3196d6e0f8402','a:1:{s:13:\"guest_user_id\";i:1523224320;}',1523397117),(881,'f63039b6f759589b425f6e52ce36c5d7','a:1:{s:13:\"guest_user_id\";i:1523282913;}',1523455712),(3686,'f649085c94a9cc8ee4d3aa8461ad78dd','a:3:{s:13:\"guest_user_id\";i:1538157853;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538330653),(3279,'f650996687330146eb43b31b83a85f0e','a:2:{s:13:\"guest_user_id\";i:1536074987;s:4:\"cart\";s:6:\"a:0:{}\";}',1536247786),(1504,'f65298f3bc6f852e2e6517a979d1c51f','a:1:{s:13:\"guest_user_id\";i:1524745032;}',1524917832),(2724,'f66474cae1b5817c2eaf812f1fdc1ecd','a:1:{s:13:\"guest_user_id\";i:1529029493;}',1529202293),(1620,'f673b2756dffb8a8f0ba56218ba0a1c3','a:1:{s:13:\"guest_user_id\";i:1526892490;}',1527065290),(1799,'f67d4e5442683f07369514ee947c1d7b','a:1:{s:13:\"guest_user_id\";i:1528579797;}',1528752597),(3073,'f686252061db72b1bd4013897ab7474b','a:2:{s:13:\"guest_user_id\";i:1530084793;s:4:\"cart\";s:6:\"a:0:{}\";}',1530257593),(1846,'f6a014d4bc9fffef203ca741b3da7d72','a:2:{s:13:\"guest_user_id\";i:1528602613;s:4:\"cart\";s:6:\"a:0:{}\";}',1528775412),(2381,'f6ac5ef528e47d5de21a2f08ed5924cc','a:1:{s:13:\"guest_user_id\";i:1528843567;}',1529016367),(3423,'f6b0a459ce998b9e61c892277e29cd64','a:2:{s:13:\"guest_user_id\";i:1537618982;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791781),(2224,'f6bccdf584106a20f78038caeab2bb26','a:1:{s:13:\"guest_user_id\";i:1528772974;}',1528945773),(3556,'f6c4a449e49f702ecf0d1fd9ede58620','a:2:{s:13:\"guest_user_id\";i:1537660028;s:4:\"cart\";s:6:\"a:0:{}\";}',1537832828),(2923,'f6c56a79092361f55602ddceb9474357','a:1:{s:13:\"guest_user_id\";i:1529341288;}',1529514088),(1895,'f6ca79f607e203279f1bf56b5c40899f','a:1:{s:13:\"guest_user_id\";i:1528625372;}',1528798172),(2342,'f6ccbf436d442f8a871890b1c6ddabe3','a:1:{s:13:\"guest_user_id\";i:1528823199;}',1528995999),(424,'f6e218fdc514874c039d9fe4c048663e','a:1:{s:13:\"guest_user_id\";i:1522491209;}',1522664008),(3348,'f6e52dc2131374dc4c044e89420224a0','a:2:{s:13:\"guest_user_id\";i:1537464874;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637674),(3262,'f6f01bbdc88306845d14a87e0565ca54','a:1:{s:13:\"guest_user_id\";i:1535617887;}',1535790685),(2665,'f6f42f66c2c95ca6a8382baa433b2f47','a:1:{s:13:\"guest_user_id\";i:1529007744;}',1529180544),(3601,'f6f90b3c6dbcffbf41e1df936b534f10','a:2:{s:13:\"guest_user_id\";i:1537925062;s:4:\"cart\";s:6:\"a:0:{}\";}',1538097862),(1742,'f70b37703bc14974edbac5c1227ba065','a:1:{s:13:\"guest_user_id\";i:1528551515;}',1528724315),(3834,'f70ba67eaece01377d7f22d0a795ac3b','a:2:{s:13:\"guest_user_id\";i:1538551781;s:4:\"cart\";s:6:\"a:0:{}\";}',1538724580),(2666,'f715323da0cc462ff50f03a9f688ba09','a:1:{s:13:\"guest_user_id\";i:1529007744;}',1529180544),(2174,'f72e9fa2d386bd3b0419501a5359625b','a:1:{s:13:\"guest_user_id\";i:1528750516;}',1528923316),(421,'f7302cbb8496c670cb1d42fa1b2f5079','a:1:{s:13:\"guest_user_id\";i:1522491207;}',1522664006),(852,'f7367088b5fb4f39ee46efc397e6a501','a:1:{s:13:\"guest_user_id\";i:1523281221;}',1523454021),(1994,'f752731c9c0d3baf18f086483fb86d5e','a:2:{s:13:\"guest_user_id\";i:1528670886;s:4:\"cart\";s:6:\"a:0:{}\";}',1528843685),(3143,'f760eacc6086121d61a8b0fbbb49754e','a:1:{s:13:\"guest_user_id\";i:1530294089;}',1530466889),(1166,'f77f69f62d8cc3dbe13c2eddaf58f1b9','a:1:{s:13:\"guest_user_id\";i:1523482211;}',1523655011),(452,'f7814d64603e1a9b6758198eb23d991a','a:1:{s:13:\"guest_user_id\";i:1522493811;}',1522666610),(2936,'f78c969a4d805a75921fc8b039acb5a5','a:1:{s:13:\"guest_user_id\";i:1529412447;}',1529585247),(690,'f79aca9e44b0d6a5675e00a3a0008592','a:2:{s:13:\"guest_user_id\";i:1522960110;s:4:\"cart\";s:6:\"a:0:{}\";}',1523132909),(2819,'f7a165632eb000c649c527a8a1678b88','a:1:{s:13:\"guest_user_id\";i:1529057222;}',1529230022),(796,'f7d026dd9750f216b3168113133c9102','a:1:{s:13:\"guest_user_id\";i:1523278134;}',1523450934),(276,'f7e7a66ef191d494f99cae2eee86a398','a:1:{s:13:\"guest_user_id\";i:1522369962;}',1522542761),(1312,'f800b5b23f756c15731d25ea2cd7c6d5','a:1:{s:13:\"guest_user_id\";i:1523793953;}',1523966752),(2149,'f805fec18f5fc34fdf9f4343a0e122c8','a:2:{s:13:\"guest_user_id\";i:1528733514;s:4:\"cart\";s:6:\"a:0:{}\";}',1528906314),(1583,'f80bb6045df346226830ecffe507d040','a:2:{s:13:\"guest_user_id\";i:1526108572;s:4:\"cart\";s:6:\"a:0:{}\";}',1526281371),(1997,'f844c8974b1ba47bd176cc6aee0bb566','a:2:{s:13:\"guest_user_id\";i:1528670886;s:4:\"cart\";s:6:\"a:0:{}\";}',1528843686),(3333,'f851c4c59be66bacc98ea1293a06dacf','a:2:{s:13:\"guest_user_id\";i:1537464787;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637587),(3847,'f86295ad81740209b97e65e515ce4c52','a:1:{s:13:\"guest_user_id\";i:1538568296;}',1538741096),(2562,'f87d11148129fc2adabd392b31f268a3','a:1:{s:13:\"guest_user_id\";i:1528925533;}',1529098333),(1865,'f881fc5209a8bc16d8f21aeb7cf253c4','a:1:{s:13:\"guest_user_id\";i:1528608122;}',1528780922),(130,'f8892e963fe0c759cb2f04e3fdb9bc1d','a:2:{s:13:\"guest_user_id\";i:1522369806;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542606),(538,'f8c35a5cc70de4da9c38ff2ef599dc12','a:1:{s:13:\"guest_user_id\";i:1522611007;}',1522783806),(3403,'f8cab2052fcf8722c0dc23596a3f7752','a:2:{s:13:\"guest_user_id\";i:1537618916;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791715),(3887,'f8ccf57833175890ddaea511cd9cc1e9','a:1:{s:13:\"guest_user_id\";i:1538672905;}',1538845704),(151,'f8e8cc999b93f9d9e1140003fa2c3146','a:1:{s:13:\"guest_user_id\";i:1522369837;}',1522542637),(2110,'f90690dac24bb0950b57bf0a7387b0c1','a:1:{s:13:\"guest_user_id\";i:1528722378;}',1528895178),(2502,'f978b902f1235a77348c938bbc76448d','a:2:{s:13:\"guest_user_id\";i:1528898325;s:4:\"cart\";s:6:\"a:0:{}\";}',1529071125),(1121,'f987891bd3f905c1a16dd4d22f191552','a:1:{s:13:\"guest_user_id\";i:1523361528;}',1523534328),(2986,'f9895040b45ddafeb7b5643b649b49eb','a:1:{s:13:\"guest_user_id\";i:1529475925;}',1529648725),(1897,'f9a27e1fe47317adf543a1fe4ae4db0c','a:1:{s:13:\"guest_user_id\";i:1528625372;}',1528798172),(3889,'f9a6aabc9b49149836d4c821f18d7992','a:1:{s:13:\"guest_user_id\";i:1538677435;}',1538850233),(3188,'f9aa8030502ac17ebb08f44a107f563c','a:2:{s:13:\"guest_user_id\";i:1532354493;s:4:\"cart\";s:6:\"a:0:{}\";}',1532527291),(30,'f9ab3ec7acbd7f9a573f81e8d441e9df','a:1:{s:13:\"guest_user_id\";i:1522369679;}',1522542479),(2909,'f9ada7ddfc67b926d47e38ade1124806','a:1:{s:13:\"guest_user_id\";i:1529175848;}',1529348648),(2514,'f9b26626f10ba06f495700e2fbd55b04','a:1:{s:13:\"guest_user_id\";i:1528903809;}',1529076609),(1225,'f9b7615278b596688bb86d6bda8a90e4','a:1:{s:13:\"guest_user_id\";i:1523556160;}',1523728960),(3183,'f9c4aa230da7647c29e81383e2aec528','a:1:{s:13:\"guest_user_id\";i:1532108779;}',1532281575),(630,'f9cf5264234017f2ccc32e7a8aef8960','a:1:{s:13:\"guest_user_id\";i:1522698186;}',1522870985),(2719,'f9d4b7d3d56fb8f45b3a417d9a64f583','a:2:{s:13:\"guest_user_id\";i:1529025367;s:4:\"cart\";s:6:\"a:0:{}\";}',1529198166),(1750,'f9e8fefe963e526c6c628e8d17ad6f7a','a:2:{s:13:\"guest_user_id\";i:1528557246;s:4:\"cart\";s:6:\"a:0:{}\";}',1528730045),(1727,'f9eefcaae7bdac423b56e2a8f138c8ac','a:1:{s:13:\"guest_user_id\";i:1528546531;}',1528719331),(777,'f9f1d0b108df34293bd6623048bcc2aa','a:1:{s:13:\"guest_user_id\";i:1523269660;}',1523442460),(3330,'fa044a6206daf70c8bb2520bedec9df1','a:2:{s:13:\"guest_user_id\";i:1537464760;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637557),(567,'fa056729b6383857db2844ff99a3c572','a:1:{s:13:\"guest_user_id\";i:1522668718;}',1522841518),(2311,'fa20e741ecd219627ba2cc1e68e13539','a:2:{s:13:\"guest_user_id\";i:1528806638;s:4:\"cart\";s:6:\"a:0:{}\";}',1528979438),(350,'fa52bfdedf6c954897672e8d7dd4b5cd','a:1:{s:13:\"guest_user_id\";i:1522458013;}',1522630812),(2072,'fa6ee82f3431bf3f689af45ec0b5471f','a:1:{s:13:\"guest_user_id\";i:1528705160;}',1528877960),(3455,'fa77c9dcef2eb2cb32a80418a64ef875','a:2:{s:13:\"guest_user_id\";i:1537619046;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791846),(3864,'fa9a29184c01206bc9dba67f90a7c635','a:3:{s:13:\"guest_user_id\";i:1538600127;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538772926),(3066,'faae63c48ba3be20bca76b2441698583','a:1:{s:13:\"guest_user_id\";i:1530047186;}',1530219986),(1399,'fab1ec5af6dd16def6fa4cd835abed9d','a:1:{s:13:\"guest_user_id\";i:1523993389;}',1524166188),(2872,'fab3a54f39773b432346ddf65bc7b9b1','a:1:{s:13:\"guest_user_id\";i:1529077328;}',1529250128),(3245,'fac13382bd584518ebefc68c1df3d3ed','a:2:{s:13:\"guest_user_id\";i:1535450603;s:4:\"cart\";s:6:\"a:0:{}\";}',1535623403),(1680,'fad49d6df6f402060dd1f737cd9ce760','a:1:{s:13:\"guest_user_id\";i:1528153107;}',1528325907),(2410,'faeb7f59153608d37e87690466072e11','a:1:{s:13:\"guest_user_id\";i:1528859670;}',1529032470),(1159,'fb3a1c8344e5fe7a65cec7b313192f6e','a:1:{s:13:\"guest_user_id\";i:1523460311;}',1523633110),(3221,'fb5555eb42a0917a89afd106251d3ae9','a:2:{s:13:\"guest_user_id\";i:1534036254;s:4:\"cart\";s:6:\"a:0:{}\";}',1534209053),(1368,'fb61173c2a2a3dec7bdcc06d4aaa7120','a:1:{s:13:\"guest_user_id\";i:1523973222;}',1524146022),(3514,'fb6b8b601d81597b590164812fc38fd0','a:2:{s:13:\"guest_user_id\";i:1537619111;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791910),(250,'fb7d2ca6736e1b0b540593b2d4a12236','a:1:{s:13:\"guest_user_id\";i:1522369938;}',1522542738),(883,'fba469bff2c80d55546c37970fb95f1c','a:1:{s:13:\"guest_user_id\";i:1523283182;}',1523455982),(33,'fbaddc547dffc33be2e3d67c7d3fb13a','a:1:{s:13:\"guest_user_id\";i:1522369683;}',1522542483),(2392,'fbb1f5f829cc6ab55c9ad03c362683ae','a:2:{s:13:\"guest_user_id\";i:1528848914;s:4:\"cart\";s:6:\"a:0:{}\";}',1529021714),(2710,'fbd54f48e99c8221b4042b4e75278bb4','a:1:{s:13:\"guest_user_id\";i:1529025363;}',1529198163),(873,'fbf1130b4eecceb5427752c555e0792e','a:1:{s:13:\"guest_user_id\";i:1523282441;}',1523455241),(2902,'fbffbd0833232008d50a14173ec6334e','a:1:{s:13:\"guest_user_id\";i:1529159014;}',1529331814),(2097,'fc266cf17d5e56467ce9689000d40fb6','a:2:{s:13:\"guest_user_id\";i:1528716843;s:4:\"cart\";s:6:\"a:0:{}\";}',1528889642),(706,'fc271c41da4196ac54de42d21e22622a','a:1:{s:13:\"guest_user_id\";i:1522982237;}',1523155037),(2602,'fc2725ea45b39584ee08c06f4c62b6c1','a:1:{s:13:\"guest_user_id\";i:1528942239;}',1529115039),(2754,'fc35e71976dca0147de94d49842326c4','a:1:{s:13:\"guest_user_id\";i:1529037428;}',1529210227),(183,'fc3caac91447b7b2ddc89e0144f531ca','a:1:{s:13:\"guest_user_id\";i:1522369869;}',1522542669),(1972,'fc40ae01210bac39a57ae9b0a2b42f91','a:1:{s:13:\"guest_user_id\";i:1528659470;}',1528832270),(2278,'fc5052143f16eb3eb031e9ccee3c70fd','a:1:{s:13:\"guest_user_id\";i:1528795427;}',1528968227),(3823,'fc53f0022f05d27822f9ce75b8103710','a:2:{s:13:\"guest_user_id\";i:1538525807;s:4:\"cart\";s:6:\"a:0:{}\";}',1538698607),(939,'fc6057c807d33f88c371c0d6f9a18cfd','a:1:{s:13:\"guest_user_id\";i:1523284781;}',1523457580),(2600,'fc63c9a05b3b410fdfbc8504f0767710','a:1:{s:13:\"guest_user_id\";i:1528942238;}',1529115037),(2577,'fc71dc6bd22a6ca291bbfe3946a9bffd','a:1:{s:13:\"guest_user_id\";i:1528931075;}',1529103875),(1728,'fc966db53f4dd6a97effab780d3a9457','a:1:{s:13:\"guest_user_id\";i:1528546531;}',1528719331),(3866,'fca24adbf4989af2e86713c7f0bd44e7','a:3:{s:13:\"guest_user_id\";i:1538604786;s:4:\"cart\";s:6:\"a:0:{}\";s:9:\"messages0\";s:6:\"a:0:{}\";}',1538777583),(3905,'fcacce81938bc5a297a6c69cc2a4f69a','a:1:{s:13:\"guest_user_id\";i:1538844256;}',1539017055),(866,'fcb4c4210e89e7834117d4dce05ae2cc','a:1:{s:13:\"guest_user_id\";i:1523282100;}',1523454899),(2582,'fcbf19535c927a4be353653314b44b2c','a:1:{s:13:\"guest_user_id\";i:1528931076;}',1529103876),(2791,'fcd8f010851f8b5d7312170d74b38de9','a:2:{s:13:\"guest_user_id\";i:1529049247;s:4:\"cart\";s:6:\"a:0:{}\";}',1529222047),(1245,'fcdd9f4da87aebbdcaa95b46e92d4968','a:1:{s:13:\"guest_user_id\";i:1523589509;}',1523762309),(1229,'fd03c6afa9ee89281c1e53b80291dfe1','a:1:{s:13:\"guest_user_id\";i:1523564883;}',1523737683),(1487,'fd10591286acee663df8ad2cd50429e8','a:1:{s:13:\"guest_user_id\";i:1524570261;}',1524743061),(3422,'fd211936a2fd274162ecdb18df764422','a:2:{s:13:\"guest_user_id\";i:1537618975;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791775),(52,'fd21e6b06cf2cad1fc3568a17f81b3c0','a:1:{s:13:\"guest_user_id\";i:1522369714;}',1522542511),(2021,'fd26ca0124714e24c49a9e6a4a66f051','a:2:{s:13:\"guest_user_id\";i:1528682325;s:4:\"cart\";s:6:\"a:0:{}\";}',1528855124),(505,'fd318d85302c1991c669f883e2c08621','a:1:{s:13:\"guest_user_id\";i:1522545112;}',1522717912),(302,'fd361825311f04c1c4ffee57a60bffc0','a:1:{s:13:\"guest_user_id\";i:1522369986;}',1522542786),(1456,'fd45c01f7f46dca609aa6f9f5723e008','a:1:{s:13:\"guest_user_id\";i:1524210007;}',1524382807),(3825,'fd47d5ec686f695d076dd860d406ab5f','a:1:{s:13:\"guest_user_id\";i:1538529940;}',1538702740),(2716,'fd8a9886e15b5f4fa64b7b0fad022b02','a:1:{s:13:\"guest_user_id\";i:1529025366;}',1529198166),(3916,'fd912c90a520434d63fb296e9a18e2b1','a:1:{s:13:\"guest_user_id\";i:1539024105;}',1539196905),(1148,'fdd3e9bc4c0d280ade7a22bc94a038ed','a:1:{s:13:\"guest_user_id\";i:1523419329;}',1523592129),(37,'fdf782e789b2f0ed3ec357cd557116a3','a:2:{s:13:\"guest_user_id\";i:1522369686;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542486),(216,'fe00f67ddedcccebcff9d1b6c57fbe0b','a:1:{s:13:\"guest_user_id\";i:1522369905;}',1522542705),(3467,'fe0650091152ea176ccb72292f76dc53','a:2:{s:13:\"guest_user_id\";i:1537619060;s:4:\"cart\";s:6:\"a:0:{}\";}',1537791859),(2207,'fe1f4b78973f45c92074b21ee01fafa8','a:1:{s:13:\"guest_user_id\";i:1528761725;}',1528934525),(3352,'fe342e723c993efc59e73dd3f6b1e5b7','a:2:{s:13:\"guest_user_id\";i:1537464886;s:4:\"cart\";s:6:\"a:0:{}\";}',1537637686),(1027,'fe427082ac0c64529c072b43a9f3e74e','a:1:{s:13:\"guest_user_id\";i:1523306033;}',1523478833),(1613,'fe433802e21b9d4318976406bbaaced4','a:1:{s:13:\"guest_user_id\";i:1526763221;}',1526936021),(1643,'fe54e9c0b1c69ae7fcefa1e9bdaa29db','a:1:{s:13:\"guest_user_id\";i:1527373668;}',1527546468),(1239,'fe7aca7ba2a7dc8037f014a0816f6dbd','a:1:{s:13:\"guest_user_id\";i:1523589433;}',1523762233),(316,'fea0a55b2ba39c6090ba7c3c92f08dca','a:1:{s:13:\"guest_user_id\";i:1522370001;}',1522542800),(1565,'fecb009de30c019e2abb9be811a47afb','a:1:{s:13:\"guest_user_id\";i:1525623593;}',1525796392),(1250,'fee39078507c7b3bbf42cbdbb8f64cf3','a:1:{s:13:\"guest_user_id\";i:1523589572;}',1523762372),(2959,'fef19efab3a2a61dad12f8121e8549a7','a:1:{s:13:\"guest_user_id\";i:1529452576;}',1529625376),(2040,'ff006b74ee1e69e66f13489f742fa513','a:2:{s:13:\"guest_user_id\";i:1528687868;s:4:\"cart\";s:6:\"a:0:{}\";}',1528860668),(619,'ff191bd26505c11fbc8e557a8bc3da57','a:1:{s:13:\"guest_user_id\";i:1522675390;}',1522848190),(467,'ff683d52c0e96959db0666c68449d111','a:1:{s:13:\"guest_user_id\";i:1522495708;}',1522668508),(1729,'ff6b2dcd789df09b2f71115dae2f6315','a:2:{s:13:\"guest_user_id\";i:1528546530;s:4:\"cart\";s:6:\"a:0:{}\";}',1528719330),(3049,'ff74be126beecdaac8fbb6dd762d6b4b','a:2:{s:13:\"guest_user_id\";i:1529992373;s:4:\"cart\";s:6:\"a:0:{}\";}',1530165173),(582,'ff95554b5836f46466ca4815395a8e9d','a:1:{s:13:\"guest_user_id\";i:1522669212;}',1522842010),(1812,'ff99143fe414479546e0873f97d21e7a','a:1:{s:13:\"guest_user_id\";i:1528585314;}',1528758114),(227,'ff9dc3870e92a324901b92b12d2be668','a:2:{s:13:\"guest_user_id\";i:1522369914;s:4:\"cart\";s:6:\"a:0:{}\";}',1522542713),(822,'ffd44c40b791597ba46ab9f690e585dc','a:1:{s:13:\"guest_user_id\";i:1523279939;}',1523452738),(165,'ffdddb0bd55be3a56a41900e1ea69eba','a:1:{s:13:\"guest_user_id\";i:1522369851;}',1522542650),(1306,'ffe313e9d941997117775473fb966600','a:1:{s:13:\"guest_user_id\";i:1523793726;}',1523966526),(3374,'ffe676bc98eb506ca09f06c6e086a326','a:1:{s:13:\"guest_user_id\";i:1537525804;}',1537698604); /*!40000 ALTER TABLE `codingal_learnpress_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_user_itemmeta` -- DROP TABLE IF EXISTS `codingal_learnpress_user_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_user_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `learnpress_user_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `meta_value` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_user_itemmeta` -- LOCK TABLES `codingal_learnpress_user_itemmeta` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_user_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_user_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_learnpress_user_items` -- DROP TABLE IF EXISTS `codingal_learnpress_user_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_learnpress_user_items` ( `user_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `item_id` bigint(20) unsigned NOT NULL DEFAULT '0', `start_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `start_time_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `end_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `end_time_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `item_type` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ref_id` bigint(20) unsigned NOT NULL DEFAULT '0', `ref_type` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT '', `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`user_item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_learnpress_user_items` -- LOCK TABLES `codingal_learnpress_user_items` WRITE; /*!40000 ALTER TABLE `codingal_learnpress_user_items` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_learnpress_user_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_links` -- DROP TABLE IF EXISTS `codingal_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_links` -- LOCK TABLES `codingal_links` WRITE; /*!40000 ALTER TABLE `codingal_links` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_mo_openid_linked_user` -- DROP TABLE IF EXISTS `codingal_mo_openid_linked_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_mo_openid_linked_user` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `linked_social_app` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL, `linked_email` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` mediumint(10) NOT NULL, `identifier` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_mo_openid_linked_user` -- LOCK TABLES `codingal_mo_openid_linked_user` WRITE; /*!40000 ALTER TABLE `codingal_mo_openid_linked_user` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_mo_openid_linked_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_options` -- DROP TABLE IF EXISTS `codingal_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=13951 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_options` -- LOCK TABLES `codingal_options` WRITE; /*!40000 ALTER TABLE `codingal_options` DISABLE KEYS */; INSERT INTO `codingal_options` VALUES (1,'siteurl','http://itworks.coding.al','yes'),(2,'home','http://itworks.coding.al','yes'),(3,'blogname','IT Works','yes'),(4,'blogdescription','Training Center','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','andi.xhafa24@yahoo.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:20:{i:0;s:19:\"bbpress/bbpress.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:35:\"eduma-demo-data/eduma-demo-data.php\";i:4;s:27:\"js_composer/js_composer.php\";i:5;s:53:\"learnpress-course-review/learnpress-course-review.php\";i:6;s:43:\"learnpress-wishlist/learnpress-wishlist.php\";i:7;s:25:\"learnpress/learnpress.php\";i:8;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:9;s:58:\"miniorange-login-openid/miniorange_openid_sso_settings.php\";i:10;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:11;s:23:\"revslider/revslider.php\";i:12;s:23:\"thim-core/thim-core.php\";i:13;s:22:\"thim-our-team/init.php\";i:14;s:39:\"thim-testimonials/thim-testimonials.php\";i:15;s:29:\"tp-portfolio/tp-portfolio.php\";i:16;s:29:\"widget-logic/widget_logic.php\";i:17;s:27:\"woocommerce/woocommerce.php\";i:18;s:39:\"wp-events-manager/wp-events-manager.php\";i:19;s:33:\"wp-user-avatar/wp-user-avatar.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','1','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:58:\"/var/www/html/itworks/wp-content/themes/it_works/style.css\";i:2;s:0:\"\";}','no'),(40,'template','eduma','yes'),(41,'stylesheet','eduma','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:292:\"<div class=\"thim-have-any-question\">\r\nKontaktoni ne: \r\n<div class=\"mobile\"><i class=\"fa fa-phone\"></i><a href=\"tel:+355697374511\" class=\"value\">(+355) 123 456 789</a>\r\n</div>\r\n<div class=\"email\"><i class=\"fa fa-envelope\"></i><a href=\"mailto:devs@coding.al\">info@itworks.al</a>\r\n</div>\r\n</div>\";s:6:\"filter\";b:0;s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";s:6:\"visual\";b:0;}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<div class=\"thim-language\">\r\n<a class=\"lang-item active\" href=\"#\"><img src=\"//thim.staging.wpengine.com/wp-content/themes/eduma/images/en.png\" alt=\"en\" />English</a>\r\n<ul class=\"list-lang\">\r\n<li class=\"lang-item\">\r\n<a class=\"lang-select\" href=\"#\"><img src=\"//thim.staging.wpengine.com/wp-content/themes/eduma/images/en.png\" alt=\"en\" />English</a>\r\n</li>\r\n<li class=\"lang-item\">\r\n<a class=\"lang-select\" href=\"#\"><img src=\"//thim.staging.wpengine.com/wp-content/themes/eduma/images/fr.png\" alt=\"fr\" />French</a>\r\n</li>\r\n</ul>\r\n</div>\";s:6:\"filter\";b:0;s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:934:\"<div class=\"thim-footer-location\">\r\n\r\n<img class=\"alignnone size-full wp-image-10\" src=\"http://itworks.coding.al/wp-content/uploads/2018/03/newLogo.png\" alt=\"Logo\" width=\"145\" height=\"40\" />\r\n<p class=\"info\"><i class=\"fa fa-phone\"></i><a href=\"tel:00123456789\">(+355) 123 456 789</a></p>\r\n<p class=\"info\"><i class=\"fa fa-envelope\"></i><a href=\"mailto:info@itworks.al\">info@itworks.al</a></p>\r\n\r\n</div>\r\n<div class=\"thim-social\">\r\n <ul class=\"social_link\">\r\n <li><a class=\"facebook hasTooltip\" href=\"https://www.facebook.com\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a></li>\r\n <li><a class=\"twitter hasTooltip\" href=\"https://twitter.com/thimpress\" target=\"_self\"><i class=\"fa fa-twitter\"></i></a></li>\r\n <li><a class=\"instagram hasTooltip\" href=\"#\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a></li>\r\n <li><a class=\"pinterest hasTooltip\" href=\"#\" target=\"_self\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n </ul>\r\n</div>\";s:6:\"filter\";b:0;s:12:\"widget-class\";s:8:\"col-sm-4\";s:12:\"widget_logic\";s:0:\"\";s:6:\"visual\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','125','yes'),(84,'page_on_front','6711','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'codingal_user_roles','a:13:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:156:{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:17:\"delete_lp_courses\";b:1;s:27:\"delete_published_lp_courses\";b:1;s:15:\"edit_lp_courses\";b:1;s:25:\"edit_published_lp_courses\";b:1;s:18:\"publish_lp_courses\";b:1;s:25:\"delete_private_lp_courses\";b:1;s:23:\"edit_private_lp_courses\";b:1;s:24:\"delete_others_lp_courses\";b:1;s:22:\"edit_others_lp_courses\";b:1;s:17:\"delete_lp_lessons\";b:1;s:27:\"delete_published_lp_lessons\";b:1;s:15:\"edit_lp_lessons\";b:1;s:25:\"edit_published_lp_lessons\";b:1;s:18:\"publish_lp_lessons\";b:1;s:25:\"delete_private_lp_lessons\";b:1;s:23:\"edit_private_lp_lessons\";b:1;s:24:\"delete_others_lp_lessons\";b:1;s:22:\"edit_others_lp_lessons\";b:1;s:16:\"delete_lp_orders\";b:1;s:26:\"delete_published_lp_orders\";b:1;s:14:\"edit_lp_orders\";b:1;s:24:\"edit_published_lp_orders\";b:1;s:17:\"publish_lp_orders\";b:1;s:24:\"delete_private_lp_orders\";b:1;s:22:\"edit_private_lp_orders\";b:1;s:23:\"delete_others_lp_orders\";b:1;s:21:\"edit_others_lp_orders\";b:1;s:22:\"pmpro_memberships_menu\";b:1;s:22:\"pmpro_membershiplevels\";b:1;s:22:\"pmpro_edit_memberships\";b:1;s:18:\"pmpro_pagesettings\";b:1;s:21:\"pmpro_paymentsettings\";b:1;s:19:\"pmpro_emailsettings\";b:1;s:22:\"pmpro_advancedsettings\";b:1;s:12:\"pmpro_addons\";b:1;s:17:\"pmpro_memberslist\";b:1;s:20:\"pmpro_memberslistcsv\";b:1;s:13:\"pmpro_reports\";b:1;s:12:\"pmpro_orders\";b:1;s:15:\"pmpro_orderscsv\";b:1;s:19:\"pmpro_discountcodes\";b:1;s:13:\"pmpro_updates\";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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:10:\"lp_teacher\";a:2:{s:4:\"name\";s:10:\"Instructor\";s:12:\"capabilities\";a:14:{s:27:\"delete_published_lp_courses\";b:1;s:25:\"edit_published_lp_courses\";b:1;s:15:\"edit_lp_courses\";b:1;s:17:\"delete_lp_courses\";b:1;s:18:\"publish_lp_courses\";b:1;s:27:\"delete_published_lp_lessons\";b:1;s:25:\"edit_published_lp_lessons\";b:1;s:15:\"edit_lp_lessons\";b:1;s:17:\"delete_lp_lessons\";b:1;s:18:\"publish_lp_lessons\";b:1;s:12:\"upload_files\";b:1;s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:15:\"unfiltered_html\";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:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s: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:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:29:{s:9:\"keep_gate\";b:1;s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:18:\"edit_others_forums\";b:1;s:13:\"delete_forums\";b:1;s:20:\"delete_others_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:1:{s:8:\"spectate\";b:1;}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:28:{s:8:\"spectate\";b:0;s:11:\"participate\";b:0;s:8:\"moderate\";b:0;s:8:\"throttle\";b:0;s:10:\"view_trash\";b:0;s:14:\"publish_forums\";b:0;s:11:\"edit_forums\";b:0;s:18:\"edit_others_forums\";b:0;s:13:\"delete_forums\";b:0;s:20:\"delete_others_forums\";b:0;s:19:\"read_private_forums\";b:0;s:18:\"read_hidden_forums\";b:0;s:14:\"publish_topics\";b:0;s:11:\"edit_topics\";b:0;s:18:\"edit_others_topics\";b:0;s:13:\"delete_topics\";b:0;s:20:\"delete_others_topics\";b:0;s:19:\"read_private_topics\";b:0;s:15:\"publish_replies\";b:0;s:12:\"edit_replies\";b:0;s:19:\"edit_others_replies\";b:0;s:14:\"delete_replies\";b:0;s:21:\"delete_others_replies\";b:0;s:20:\"read_private_replies\";b:0;s:17:\"manage_topic_tags\";b:0;s:15:\"edit_topic_tags\";b:0;s:17:\"delete_topic_tags\";b:0;s:17:\"assign_topic_tags\";b:0;}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:25:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:8:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:19:\"read_private_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:17:\"assign_topic_tags\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:3:{s:5:\"title\";s:5:\"Kerko\";s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";}i:5;a:3:{s:5:\"title\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:4:{i:0;s:8:\"search-4\";i:1;s:19:\"course-categories-3\";i:2;s:9:\"courses-2\";i:3;s:11:\"list-post-2\";}s:7:\"toolbar\";a:3:{i:0;s:6:\"text-2\";i:1;s:13:\"login-popup-2\";i:2;s:6:\"text-4\";}s:10:\"menu_right\";a:2:{i:0;s:25:\"woocommerce_widget_cart-2\";i:1;s:8:\"social-2\";}s:8:\"menu_top\";a:1:{i:0;s:8:\"search-5\";}s:10:\"footer_top\";a:0:{}s:6:\"footer\";a:5:{i:0;s:6:\"text-3\";i:1;s:11:\"nav_menu-15\";i:2;s:11:\"nav_menu-16\";i:3;s:11:\"nav_menu-19\";i:4;s:8:\"social-3\";}s:13:\"footer_bottom\";a:0:{}s:9:\"copyright\";a:1:{i:0;s:11:\"nav_menu-14\";}s:12:\"sidebar_shop\";a:0:{}s:15:\"sidebar_courses\";a:3:{i:0;s:19:\"course-categories-2\";i:1;s:9:\"courses-5\";i:2;s:11:\"list-post-7\";}s:14:\"sidebar_events\";a:0:{}s:6:\"header\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','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:5:{i:15;a:4:{s:5:\"title\";s:8:\"Kompania\";s:8:\"nav_menu\";i:52;s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:8:\"col-sm-2\";}i:16;a:4:{s:5:\"title\";s:9:\"Sherbimet\";s:8:\"nav_menu\";i:53;s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:8:\"col-sm-2\";}i:14;a:2:{s:8:\"nav_menu\";i:55;s:12:\"widget-class\";s:0:\"\";}i:19;a:4:{s:5:\"title\";s:6:\"Kurset\";s:8:\"nav_menu\";i:51;s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:8:\"col-sm-2\";}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:15:{i:1539027720;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:1539031251;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1539035400;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:1539039536;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:1539039548;a:2:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1539039600;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:1539040002;a:1:{s:36:\"thim_core_check_product_registration\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1539040074;a:1:{s:29:\"pmpro_cron_expire_memberships\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1539040075;a:1:{s:30:\"pmpro_cron_expiration_warnings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1539042051;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1539059580;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:1539106851;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1539106861;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1540944000;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;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522364708;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(124,'can_compress_scripts','0','no'),(137,'current_theme','Eduma','yes'),(138,'theme_mods_it_works','a:319:{s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:54;}s:24:\"thim_page_builder_chosen\";s:15:\"visual_composer\";s:15:\"thim_custom_css\";s:942:\".vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {\n padding-top: 0!important;\n}\n\n.hide-this-madafaka,.lp-course-buttons {\n display: none !important;\n}\n\nbody footer#colophon .thim-social {\n margin-top: 0;\n}\";s:19:\"thim_import_setting\";s:0:\"\";s:19:\"thim_export_setting\";s:0:\"\";s:9:\"thim_logo\";s:63:\"http://itworks.coding.al/wp-content/uploads/2018/03/logo-v8.png\";s:16:\"thim_sticky_logo\";s:105:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2015/11/logo-sticky.png\";s:15:\"thim_width_logo\";s:5:\"153px\";s:20:\"thim_header_position\";s:14:\"header_default\";s:23:\"thim_bg_main_menu_color\";s:7:\"#ffb606\";s:25:\"thim_main_menu_text_color\";s:7:\"#333333\";s:31:\"thim_main_menu_text_hover_color\";s:7:\"#ffffff\";s:24:\"thim_font_size_main_menu\";s:4:\"14px\";s:26:\"thim_font_weight_main_menu\";s:3:\"600\";s:25:\"thim_bg_mobile_menu_color\";s:7:\"#232323\";s:27:\"thim_mobile_menu_text_color\";s:4:\"#777\";s:33:\"thim_mobile_menu_text_hover_color\";s:4:\"#fff\";s:23:\"thim_config_logo_mobile\";s:12:\"default_logo\";s:16:\"thim_logo_mobile\";s:105:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2015/11/logo-sticky.png\";s:23:\"thim_sticky_logo_mobile\";s:100:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/sticky-logo.png\";s:22:\"thim_sub_menu_bg_color\";s:7:\"#ffffff\";s:26:\"thim_sub_menu_border_color\";s:16:\"rgba(43,43,43,0)\";s:24:\"thim_sub_menu_text_color\";s:7:\"#999999\";s:30:\"thim_sub_menu_text_color_hover\";s:7:\"#333333\";s:18:\"thim_header_sticky\";b:0;s:22:\"thim_config_att_sticky\";s:13:\"sticky_custom\";s:30:\"thim_sticky_bg_main_menu_color\";s:4:\"#fff\";s:32:\"thim_sticky_main_menu_text_color\";s:4:\"#333\";s:38:\"thim_sticky_main_menu_text_hover_color\";s:4:\"#333\";s:17:\"thim_toolbar_show\";b:1;s:22:\"thim_font_size_toolbar\";s:4:\"12px\";s:21:\"thim_bg_color_toolbar\";s:7:\"#111111\";s:23:\"thim_text_color_toolbar\";s:7:\"#ababab\";s:23:\"thim_link_color_toolbar\";s:7:\"#ffffff\";s:18:\"thim_body_bg_color\";s:4:\"#fff\";s:23:\"thim_body_primary_color\";s:7:\"#ffb606\";s:15:\"thim_box_layout\";s:4:\"wide\";s:20:\"thim_user_bg_pattern\";b:0;s:15:\"thim_bg_pattern\";s:106:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/patterns/pattern1.png\";s:14:\"thim_bg_upload\";s:0:\"\";s:14:\"thim_bg_repeat\";s:9:\"no-repeat\";s:16:\"thim_bg_position\";s:13:\"center center\";s:18:\"thim_bg_attachment\";s:7:\"inherit\";s:12:\"thim_bg_size\";s:7:\"inherit\";s:16:\"thim_rtl_support\";b:0;s:12:\"thim_preload\";s:7:\"style_3\";s:24:\"thim_archive_cate_layout\";s:13:\"sidebar-right\";s:34:\"thim_archive_cate_hide_breadcrumbs\";b:0;s:28:\"thim_archive_cate_hide_title\";b:0;s:27:\"thim_archive_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:34:\"thim_archive_cate_heading_bg_color\";s:0:\"\";s:36:\"thim_archive_cate_heading_text_color\";s:4:\"#fff\";s:40:\"thim_archive_cate_sub_heading_text_color\";s:7:\"#878787\";s:27:\"thim_archive_cate_sub_title\";s:0:\"\";s:27:\"thim_archive_excerpt_length\";s:2:\"40\";s:18:\"thim_show_category\";b:1;s:14:\"thim_show_date\";b:1;s:17:\"thim_show_comment\";b:1;s:27:\"thim_front_page_cate_layout\";s:13:\"sidebar-right\";s:32:\"thim_front_page_hide_breadcrumbs\";b:0;s:26:\"thim_front_page_hide_title\";b:0;s:25:\"thim_front_page_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:32:\"thim_front_page_heading_bg_color\";s:0:\"\";s:34:\"thim_front_page_heading_text_color\";s:4:\"#fff\";s:38:\"thim_front_page_sub_heading_text_color\";s:7:\"#878787\";s:28:\"thim_front_page_custom_title\";s:0:\"\";s:25:\"thim_front_page_sub_title\";s:0:\"\";s:26:\"thim_archive_single_layout\";s:13:\"sidebar-right\";s:36:\"thim_archive_single_hide_breadcrumbs\";b:0;s:30:\"thim_archive_single_hide_title\";b:0;s:29:\"thim_archive_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:36:\"thim_archive_single_heading_bg_color\";s:0:\"\";s:38:\"thim_archive_single_heading_text_color\";s:4:\"#fff\";s:42:\"thim_archive_single_sub_heading_text_color\";s:7:\"#878787\";s:29:\"thim_archive_single_sub_title\";s:0:\"\";s:21:\"thim_sharing_facebook\";b:1;s:20:\"thim_sharing_twitter\";b:1;s:19:\"thim_sharing_google\";b:1;s:22:\"thim_sharing_pinterest\";b:1;s:14:\"thim_font_body\";a:5:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:6:\"normal\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:5:\"1.7em\";s:5:\"color\";s:7:\"#666666\";}s:15:\"thim_font_title\";a:3:{s:11:\"font-family\";s:11:\"Roboto Slab\";s:7:\"variant\";s:3:\"700\";s:5:\"color\";s:7:\"#333333\";}s:12:\"thim_font_h1\";a:2:{s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:5:\"1.6em\";}s:12:\"thim_font_h2\";a:2:{s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:5:\"1.6em\";}s:12:\"thim_font_h3\";a:2:{s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:5:\"1.6em\";}s:12:\"thim_font_h4\";a:2:{s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:5:\"1.6em\";}s:12:\"thim_font_h5\";a:2:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:5:\"1.6em\";}s:12:\"thim_font_h6\";a:2:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:5:\"1.4em\";}s:23:\"thim_copyright_bg_color\";s:7:\"#111111\";s:25:\"thim_copyright_text_color\";s:7:\"#999999\";s:19:\"thim_copyright_text\";s:93:\"<a href=\"https://itworks.coding.al/\">IT WORKS</a> by <a href=\"http://coding.al\">coding.al</a>\";s:16:\"thim_show_to_top\";b:1;s:28:\"thim_footer_title_font_color\";s:4:\"#fff\";s:27:\"thim_footer_text_font_color\";s:4:\"#999\";s:20:\"thim_footer_bg_color\";s:7:\"#111111\";s:26:\"thim_footer_background_img\";s:0:\"\";s:23:\"thim_footer_bg_position\";s:13:\"center center\";s:23:\"thim_enable_import_demo\";b:1;s:27:\"thim_learnpress_cate_layout\";s:13:\"sidebar-right\";s:37:\"thim_learnpress_cate_hide_breadcrumbs\";b:0;s:31:\"thim_learnpress_cate_hide_title\";b:0;s:30:\"thim_learnpress_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:37:\"thim_learnpress_cate_heading_bg_color\";s:0:\"\";s:39:\"thim_learnpress_cate_heading_text_color\";s:4:\"#fff\";s:43:\"thim_learnpress_cate_sub_heading_text_color\";s:7:\"#878787\";s:30:\"thim_learnpress_cate_sub_title\";s:0:\"\";s:32:\"thim_learnpress_cate_grid_column\";s:1:\"3\";s:29:\"thim_learnpress_single_layout\";s:13:\"sidebar-right\";s:39:\"thim_learnpress_single_hide_breadcrumbs\";b:0;s:33:\"thim_learnpress_single_hide_title\";b:0;s:32:\"thim_learnpress_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:39:\"thim_learnpress_single_heading_bg_color\";s:0:\"\";s:41:\"thim_learnpress_single_heading_text_color\";s:4:\"#fff\";s:45:\"thim_learnpress_single_sub_heading_text_color\";s:7:\"#878787\";s:32:\"thim_learnpress_single_sub_title\";s:0:\"\";s:20:\"thim_woo_cate_layout\";s:12:\"full-content\";s:30:\"thim_woo_cate_hide_breadcrumbs\";b:0;s:24:\"thim_woo_cate_hide_title\";b:0;s:23:\"thim_woo_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:30:\"thim_woo_cate_heading_bg_color\";s:0:\"\";s:32:\"thim_woo_cate_heading_text_color\";s:4:\"#fff\";s:36:\"thim_woo_cate_sub_heading_text_color\";s:7:\"#878787\";s:23:\"thim_woo_cate_sub_title\";s:0:\"\";s:23:\"thim_woo_product_column\";s:1:\"4\";s:25:\"thim_woo_product_per_page\";s:1:\"8\";s:20:\"thim_woo_set_show_qv\";b:1;s:22:\"thim_woo_single_layout\";s:12:\"full-content\";s:32:\"thim_woo_single_hide_breadcrumbs\";b:0;s:26:\"thim_woo_single_hide_title\";b:0;s:25:\"thim_woo_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:32:\"thim_woo_single_heading_bg_color\";s:0:\"\";s:34:\"thim_woo_single_heading_text_color\";s:4:\"#fff\";s:38:\"thim_woo_single_sub_heading_text_color\";s:7:\"#878787\";s:25:\"thim_woo_single_sub_title\";s:0:\"\";s:29:\"thim_learnpress_one_course_id\";s:0:\"\";s:17:\"thim_header_style\";s:9:\"header_v2\";s:26:\"thim_portfolio_cate_layout\";s:12:\"full-content\";s:36:\"thim_portfolio_cate_hide_breadcrumbs\";b:0;s:30:\"thim_portfolio_cate_hide_title\";b:0;s:29:\"thim_portfolio_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:36:\"thim_portfolio_cate_heading_bg_color\";s:0:\"\";s:38:\"thim_portfolio_cate_heading_text_color\";s:4:\"#fff\";s:42:\"thim_portfolio_cate_sub_heading_text_color\";s:7:\"#878787\";s:29:\"thim_portfolio_cate_sub_title\";s:0:\"\";s:31:\"thim_portfolio_cate_grid_column\";s:1:\"3\";s:23:\"thim_button_hover_color\";s:7:\"#e6a303\";s:20:\"thim_support_icomoon\";b:0;s:24:\"thim_event_single_layout\";s:13:\"sidebar-right\";s:28:\"thim_woo_cate_display_layout\";s:4:\"grid\";s:22:\"thim_event_cate_layout\";s:12:\"full-content\";s:32:\"thim_event_cate_hide_breadcrumbs\";b:0;s:26:\"thim_event_cate_hide_title\";b:0;s:25:\"thim_event_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:32:\"thim_event_cate_heading_bg_color\";s:0:\"\";s:34:\"thim_event_cate_heading_text_color\";s:4:\"#fff\";s:38:\"thim_event_cate_sub_heading_text_color\";s:7:\"#878787\";s:25:\"thim_event_cate_sub_title\";s:0:\"\";s:33:\"thim_learnpress_shortcode_contact\";s:0:\"\";s:30:\"thim_learnpress_timetable_link\";s:0:\"\";s:18:\"thim_smooth_scroll\";b:1;s:34:\"thim_event_single_hide_breadcrumbs\";b:0;s:28:\"thim_event_single_hide_title\";b:0;s:27:\"thim_event_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:34:\"thim_event_single_heading_bg_color\";s:0:\"\";s:36:\"thim_event_single_heading_text_color\";s:4:\"#fff\";s:40:\"thim_event_single_sub_heading_text_color\";s:7:\"#878787\";s:27:\"thim_event_single_sub_title\";s:0:\"\";s:38:\"thim_portfolio_single_hide_breadcrumbs\";b:0;s:32:\"thim_portfolio_single_hide_title\";b:0;s:31:\"thim_portfolio_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:38:\"thim_portfolio_single_heading_bg_color\";s:0:\"\";s:40:\"thim_portfolio_single_heading_text_color\";s:4:\"#fff\";s:44:\"thim_portfolio_single_sub_heading_text_color\";s:7:\"#878787\";s:31:\"thim_portfolio_single_sub_title\";s:0:\"\";s:18:\"thim_preload_image\";s:0:\"\";s:14:\"thim_custom_js\";s:0:\"\";s:25:\"thim_footer_bottom_bg_img\";s:103:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2015/12/bg-footer.jpg\";s:22:\"thim_button_text_color\";s:4:\"#333\";s:22:\"thim_register_redirect\";s:0:\"\";s:18:\"custom_css_post_id\";i:-1;s:14:\"thim_main_menu\";a:2:{s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"14px\";}s:12:\"thim_toolbar\";a:1:{s:9:\"font-size\";s:4:\"12px\";}s:17:\"thim_footer_color\";a:4:{s:5:\"title\";s:4:\"#fff\";s:4:\"text\";s:4:\"#999\";s:4:\"link\";s:7:\"#999999\";s:5:\"hover\";s:7:\"#ffb606\";}s:32:\"thim_archive_cate_display_layout\";b:1;s:26:\"thim_archive_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"thim_archive_cate_title_color\";s:7:\"#ffffff\";s:33:\"thim_archive_cate_sub_title_color\";s:4:\"#999\";s:24:\"thim_front_page_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_front_page_title_color\";s:7:\"#ffffff\";s:31:\"thim_front_page_sub_title_color\";s:4:\"#999\";s:16:\"thim_show_author\";s:1:\"1\";s:22:\"thim_blog_display_year\";s:1:\"0\";s:28:\"thim_archive_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:31:\"thim_archive_single_title_color\";s:7:\"#ffffff\";s:35:\"thim_archive_single_sub_title_color\";s:4:\"#999\";s:32:\"thim_archive_single_related_post\";s:1:\"1\";s:39:\"thim_archive_single_related_post_number\";i:3;s:29:\"thim_learnpress_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:32:\"thim_learnpress_cate_title_color\";s:7:\"#ffffff\";s:36:\"thim_learnpress_cate_sub_title_color\";s:4:\"#999\";s:28:\"thim_learnpress_single_popup\";s:1:\"1\";s:26:\"thim_learnpress_hidden_ads\";s:1:\"1\";s:31:\"thim_learnpress_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_learnpress_single_title_color\";s:7:\"#ffffff\";s:38:\"thim_learnpress_single_sub_title_color\";s:4:\"#999\";s:24:\"thim_event_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_event_cate_title_color\";s:7:\"#ffffff\";s:31:\"thim_event_cate_sub_title_color\";s:4:\"#999\";s:23:\"thim_event_display_year\";s:1:\"0\";s:26:\"thim_event_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"thim_event_single_title_color\";s:7:\"#ffffff\";s:33:\"thim_event_single_sub_title_color\";s:4:\"#999\";s:27:\"thim_copyright_border_color\";s:4:\"#222\";s:24:\"thim_footer_custom_class\";s:0:\"\";s:28:\"thim_footer_background_group\";s:0:\"\";s:21:\"thim_footer_bg_repeat\";s:9:\"no-repeat\";s:25:\"thim_footer_bg_attachment\";s:7:\"inherit\";s:19:\"thim_footer_bg_size\";s:7:\"inherit\";s:24:\"thim_remove_query_string\";s:1:\"0\";s:18:\"thim_preload_style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:5:\"color\";s:7:\"#ffb606\";}s:16:\"thim_page_layout\";s:0:\"\";s:13:\"group_sharing\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"pinterest\";i:3;s:6:\"google\";}s:19:\"thim_sticky_sidebar\";s:1:\"1\";s:27:\"thim_boxed_background_group\";s:0:\"\";s:18:\"thim_bg_boxed_type\";s:5:\"image\";s:25:\"thim_body_secondary_color\";s:7:\"#4caf50\";s:18:\"thim_heading_group\";s:0:\"\";s:15:\"thim_body_group\";s:0:\"\";s:21:\"thim_google_analytics\";s:0:\"\";s:19:\"thim_facebook_pixel\";s:0:\"\";s:22:\"thim_body_custom_class\";s:0:\"\";s:19:\"thim_login_redirect\";s:0:\"\";s:30:\"thim_display_login_menu_mobile\";s:1:\"1\";s:22:\"thim_woo_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:25:\"thim_woo_cate_title_color\";s:7:\"#ffffff\";s:29:\"thim_woo_cate_sub_title_color\";s:4:\"#999\";s:24:\"thim_woo_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_woo_single_title_color\";s:7:\"#ffffff\";s:31:\"thim_woo_single_sub_title_color\";s:4:\"#999\";s:20:\"thim_core_stylesheet\";s:77:\"//itworks.coding.al/wp-content/uploads/tc_stylesheets/it_works.1523366857.css\";s:34:\"thim_archive_cate_show_description\";s:1:\"0\";s:35:\"thim_front_page_cate_display_layout\";s:1:\"0\";s:33:\"thim_front_page_cate_columns_grid\";s:1:\"3\";s:37:\"thim_learnpress_cate_show_description\";s:1:\"0\";s:29:\"thim_collection_single_layout\";s:13:\"sidebar-right\";s:39:\"thim_collection_single_hide_breadcrumbs\";s:1:\"0\";s:33:\"thim_collection_single_hide_title\";s:1:\"0\";s:32:\"thim_collection_single_sub_title\";s:0:\"\";s:32:\"thim_collection_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:31:\"thim_collection_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_collection_single_title_color\";s:7:\"#ffffff\";s:38:\"thim_collection_single_sub_title_color\";s:4:\"#999\";s:17:\"group_tabs_course\";a:4:{i:0;s:11:\"description\";i:1;s:10:\"curriculum\";i:2;s:10:\"instructor\";i:3;s:6:\"review\";}s:18:\"default_tab_course\";s:11:\"description\";s:29:\"thim_event_disable_book_event\";s:1:\"0\";s:22:\"thim_forum_cate_layout\";s:13:\"sidebar-right\";s:32:\"thim_forum_cate_hide_breadcrumbs\";s:1:\"0\";s:26:\"thim_forum_cate_hide_title\";s:1:\"0\";s:25:\"thim_forum_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_forum_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_forum_cate_title_color\";s:7:\"#ffffff\";s:31:\"thim_forum_cate_sub_title_color\";s:4:\"#999\";s:26:\"thim_single_404_page_title\";s:0:\"\";s:25:\"thim_single_404_sub_title\";s:0:\"\";s:25:\"thim_single_404_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_single_404_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_single_404_title_color\";s:7:\"#ffffff\";s:31:\"thim_single_404_sub_title_color\";s:4:\"#999\";s:28:\"thim_portfolio_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:31:\"thim_portfolio_cate_title_color\";s:7:\"#ffffff\";s:35:\"thim_portfolio_cate_sub_title_color\";s:4:\"#999\";s:28:\"thim_portfolio_single_layout\";s:13:\"sidebar-right\";s:30:\"thim_portfolio_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:33:\"thim_portfolio_single_title_color\";s:7:\"#ffffff\";s:37:\"thim_portfolio_single_sub_title_color\";s:4:\"#999\";s:21:\"thim_team_cate_layout\";s:13:\"sidebar-right\";s:23:\"thim_team_cate_per_page\";i:12;s:31:\"thim_team_cate_hide_breadcrumbs\";s:1:\"0\";s:25:\"thim_team_cate_hide_title\";s:1:\"0\";s:24:\"thim_team_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:23:\"thim_team_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:26:\"thim_team_cate_title_color\";s:7:\"#ffffff\";s:30:\"thim_team_cate_sub_title_color\";s:4:\"#999\";s:23:\"thim_team_single_layout\";s:13:\"sidebar-right\";s:33:\"thim_team_single_hide_breadcrumbs\";s:1:\"0\";s:27:\"thim_team_single_hide_title\";s:1:\"0\";s:26:\"thim_team_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:25:\"thim_team_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:28:\"thim_team_single_title_color\";s:7:\"#ffffff\";s:32:\"thim_team_single_sub_title_color\";s:4:\"#999\";s:29:\"thim_testimonials_cate_layout\";s:13:\"sidebar-right\";s:39:\"thim_testimonials_cate_hide_breadcrumbs\";s:1:\"0\";s:33:\"thim_testimonials_cate_hide_title\";s:1:\"0\";s:32:\"thim_testimonials_cate_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:31:\"thim_testimonials_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_testimonials_cate_title_color\";s:7:\"#ffffff\";s:38:\"thim_testimonials_cate_sub_title_color\";s:4:\"#999\";s:31:\"thim_testimonials_single_layout\";s:13:\"sidebar-right\";s:41:\"thim_testimonials_single_hide_breadcrumbs\";s:1:\"0\";s:35:\"thim_testimonials_single_hide_title\";s:1:\"0\";s:34:\"thim_testimonials_single_top_image\";s:96:\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/themes/eduma/images/bg-page.jpg\";s:33:\"thim_testimonials_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:36:\"thim_testimonials_single_title_color\";s:7:\"#ffffff\";s:40:\"thim_testimonials_single_sub_title_color\";s:4:\"#999\";s:37:\"thim_archive_cate_style_heading_title\";s:15:\"style_heading_1\";s:35:\"thim_front_page_style_heading_title\";s:0:\"\";s:39:\"thim_archive_single_style_heading_title\";s:0:\"\";s:40:\"thim_learnpress_cate_style_heading_title\";s:0:\"\";s:33:\"thim_learnpress_cate_show_popular\";b:0;s:32:\"thim_learnpress_cate_layout_grid\";s:0:\"\";s:42:\"thim_learnpress_single_style_heading_title\";s:0:\"\";s:15:\"thim_auto_login\";b:0;s:24:\"thim_layout_content_page\";s:6:\"normal\";s:14:\"thim_size_body\";s:6:\"normal\";s:22:\"thim_size_thumb_avatar\";s:0:\"\";s:21:\"thim_size_full_avatar\";s:0:\"\";s:16:\"thim_header_size\";s:7:\"default\";s:33:\"thim_woo_cate_style_heading_title\";s:0:\"\";s:35:\"thim_woo_single_style_heading_title\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1523589612;s:4:\"data\";a:12:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:4:{i:0;s:8:\"search-4\";i:1;s:19:\"course-categories-3\";i:2;s:9:\"courses-2\";i:3;s:11:\"list-post-2\";}s:7:\"toolbar\";a:3:{i:0;s:6:\"text-2\";i:1;s:13:\"login-popup-2\";i:2;s:6:\"text-4\";}s:10:\"menu_right\";a:2:{i:0;s:25:\"woocommerce_widget_cart-2\";i:1;s:8:\"social-2\";}s:8:\"menu_top\";a:1:{i:0;s:8:\"search-5\";}s:6:\"footer\";a:5:{i:0;s:6:\"text-3\";i:1;s:11:\"nav_menu-15\";i:2;s:11:\"nav_menu-16\";i:3;s:11:\"nav_menu-19\";i:4;s:8:\"social-3\";}s:13:\"footer_bottom\";a:0:{}s:9:\"copyright\";a:1:{i:0;s:11:\"nav_menu-14\";}s:12:\"sidebar_shop\";a:0:{}s:15:\"sidebar_courses\";a:3:{i:0;s:19:\"course-categories-2\";i:1;s:9:\"courses-5\";i:2;s:11:\"list-post-7\";}s:14:\"sidebar_events\";a:0:{}s:6:\"header\";a:0:{}}}}','yes'),(139,'theme_switched','','yes'),(140,'thim_update_tax_meta','1','yes'),(141,'thim_eduma_version','3.3.7','yes'),(145,'recently_activated','a:0:{}','yes'),(146,'category_children','a:0:{}','yes'),(147,'widget_button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_heading','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_icon-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_single-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_social','a:3:{i:2;a:13:{s:5:\"title\";s:0:\"\";s:9:\"link_face\";s:1:\"#\";s:12:\"link_twitter\";s:1:\"#\";s:11:\"link_google\";s:0:\"\";s:12:\"link_dribble\";s:0:\"\";s:13:\"link_linkedin\";s:0:\"\";s:14:\"link_pinterest\";s:0:\"\";s:14:\"link_instagram\";s:0:\"\";s:12:\"link_youtube\";s:0:\"\";s:13:\"link_snapchat\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";}i:3;a:15:{s:5:\"title\";s:12:\"NA NDIQNI NE\";s:5:\"style\";b:0;s:9:\"link_face\";s:20:\"https://facebook.com\";s:12:\"link_twitter\";s:19:\"https://twitter.com\";s:11:\"link_google\";s:0:\"\";s:12:\"link_dribble\";s:0:\"\";s:13:\"link_linkedin\";s:20:\"https://linkedin.com\";s:14:\"link_pinterest\";s:0:\"\";s:14:\"link_instagram\";s:21:\"https://instagram.com\";s:12:\"link_youtube\";s:19:\"https://youtube.com\";s:13:\"link_snapchat\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:8:\"col-sm-2\";s:10:\"show_label\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_gallery-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_empty-space','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_tab','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_our-team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_login-menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_counters-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_countdown-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_carousel-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_accordion','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_list-post','a:3:{i:2;a:17:{s:5:\"title\";s:4:\"Blog\";s:6:\"cat_id\";s:2:\"16\";s:12:\"number_posts\";d:3;s:16:\"show_description\";s:2:\"no\";s:7:\"orderby\";s:6:\"recent\";s:5:\"order\";s:4:\"desc\";s:6:\"layout\";s:4:\"base\";s:15:\"display_feature\";s:2:\"no\";s:10:\"image_size\";s:9:\"thumbnail\";s:5:\"img_w\";s:0:\"\";s:5:\"img_h\";s:0:\"\";s:13:\"item_vertical\";d:0;s:4:\"link\";s:0:\"\";s:9:\"text_link\";s:0:\"\";s:5:\"style\";s:7:\"sidebar\";s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";}i:7;a:17:{s:5:\"title\";s:5:\"Blogu\";s:6:\"cat_id\";s:2:\"16\";s:12:\"number_posts\";d:3;s:16:\"show_description\";s:2:\"no\";s:7:\"orderby\";s:6:\"recent\";s:5:\"order\";s:4:\"desc\";s:6:\"layout\";s:4:\"base\";s:15:\"display_feature\";s:2:\"no\";s:10:\"image_size\";s:9:\"thumbnail\";s:5:\"img_w\";s:0:\"\";s:5:\"img_h\";s:0:\"\";s:13:\"item_vertical\";d:0;s:4:\"link\";s:0:\"\";s:9:\"text_link\";s:0:\"\";s:5:\"style\";s:7:\"sidebar\";s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_gallery-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_landing-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_login-popup','a:2:{i:2;a:6:{s:13:\"text_register\";s:8:\"Register\";s:10:\"text_login\";s:5:\"Login\";s:11:\"text_logout\";s:6:\"Logout\";s:9:\"shortcode\";s:102:\"[miniorange_social_login shape=\"longbuttonwithtext\" theme=\"default\" space=\"4\" width=\"240\" height=\"40\"]\";s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_timetable','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_link','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_carousel-categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_multiple-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'widget_login-form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_thim_layout_builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'thim_core_admin_settings','a:1:{s:13:\"first_install\";b:0;}','yes'),(175,'thim_core_product_registration_themes','a:2:{s:8:\"it_works\";a:6:{s:20:\"envato_refresh_token\";s:32:\"fsmv4DOObiXMgEId5QnasfRaQYYvNOjm\";s:19:\"envato_access_token\";s:32:\"2p1NxyHAnYWJNOJtoigWKA0nhspRpCLV\";s:8:\"site_key\";s:36:\"e0d5fcf6-c42a-473c-a5e0-8c07aec9c811\";s:14:\"envato_item_id\";s:8:\"14058034\";s:24:\"time_activate_successful\";i:1522364846;s:22:\"envato_type_activation\";s:4:\"oath\";}s:5:\"eduma\";a:6:{s:20:\"envato_refresh_token\";s:32:\"sfSZb4ASPzQCpEAaotlradldAw58nVUk\";s:19:\"envato_access_token\";s:32:\"v4A9zuNOVRg5cUu4ALQXHK9YhPTOWLdd\";s:8:\"site_key\";s:36:\"c0a81197-c2db-4b6b-949a-4a79c2d337d1\";s:14:\"envato_item_id\";s:8:\"14058034\";s:24:\"time_activate_successful\";i:1529861583;s:22:\"envato_type_activation\";s:4:\"oath\";}}','no'),(178,'_transient_thim_core_update_plugins','a:3:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:7:\"5.5.4.1\";s:3:\"url\";s:19:\"http://wpbakery.com\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:0:\"\";}s:23:\"revslider/revslider.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:5:\"5.4.8\";s:3:\"url\";s:34:\"https://revolution.themepunch.com/\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:0:\"\";}s:29:\"tp-portfolio/tp-portfolio.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:12:\"tp-portfolio\";s:6:\"plugin\";s:29:\"tp-portfolio/tp-portfolio.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:20:\"http://thimpress.com\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:0:\"\";}}','yes'),(182,'widget_lp-widget-featured-courses','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'widget_lp-widget-popular-courses','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_lp-widget-recent-courses','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_lp-widget-course-progress','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_lp-widget-course-info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_courses-searching','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_course-categories','a:3:{i:2;a:6:{s:5:\"title\";s:6:\"Kurset\";s:6:\"layout\";s:4:\"base\";s:14:\"slider-options\";a:5:{s:5:\"limit\";d:15;s:15:\"show_navigation\";b:1;s:12:\"item_visible\";s:1:\"7\";s:9:\"auto_play\";d:0;s:15:\"show_pagination\";b:0;}s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";s:12:\"list-options\";a:2:{s:11:\"show_counts\";b:0;s:12:\"hierarchical\";b:0;}}i:3;a:6:{s:5:\"title\";s:6:\"Kurset\";s:6:\"layout\";s:4:\"base\";s:14:\"slider-options\";a:5:{s:5:\"limit\";d:15;s:15:\"show_navigation\";b:1;s:12:\"item_visible\";s:1:\"7\";s:9:\"auto_play\";d:0;s:15:\"show_pagination\";b:0;}s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";s:12:\"list-options\";a:2:{s:11:\"show_counts\";b:0;s:12:\"hierarchical\";b:0;}}s:12:\"_multiwidget\";i:1;}','yes'),(189,'widget_courses','a:3:{i:2;a:13:{s:5:\"title\";s:15:\"Kurset e fundit\";s:5:\"order\";s:7:\"popular\";s:6:\"cat_id\";s:3:\"all\";s:6:\"layout\";s:12:\"list-sidebar\";s:5:\"limit\";d:3;s:16:\"view_all_courses\";s:0:\"\";s:17:\"view_all_position\";s:3:\"top\";s:14:\"slider-options\";a:4:{s:15:\"show_navigation\";b:1;s:12:\"item_visible\";s:1:\"4\";s:9:\"auto_play\";d:0;s:15:\"show_pagination\";b:0;}s:12:\"grid-options\";a:1:{s:7:\"columns\";s:1:\"2\";}s:12:\"tabs-options\";a:2:{s:9:\"limit_tab\";d:4;s:10:\"cat_id_tab\";b:0;}s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";s:8:\"featured\";b:0;}i:5;a:13:{s:5:\"title\";s:21:\"Kurset me te ndjekura\";s:5:\"order\";s:7:\"popular\";s:6:\"cat_id\";s:3:\"all\";s:6:\"layout\";s:12:\"list-sidebar\";s:5:\"limit\";d:3;s:16:\"view_all_courses\";s:0:\"\";s:17:\"view_all_position\";s:3:\"top\";s:14:\"slider-options\";a:4:{s:15:\"show_navigation\";b:1;s:12:\"item_visible\";s:1:\"4\";s:9:\"auto_play\";d:0;s:15:\"show_pagination\";b:0;}s:12:\"grid-options\";a:1:{s:7:\"columns\";s:1:\"2\";}s:12:\"tabs-options\";a:2:{s:9:\"limit_tab\";d:4;s:10:\"cat_id_tab\";b:0;}s:12:\"widget_logic\";s:0:\"\";s:12:\"widget-class\";s:0:\"\";s:8:\"featured\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_course-filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'_lp_tabs_data','b61dbfacdcb5baaade9b1a592fa46a48','no'),(193,'vc_version','5.5.4.1','yes'),(195,'pmpro_nonmembertext','This content is for !!levels!! members only.<br /><a href=\"http://itworks.coding.al/wp-login.php?action=register\">Register</a>','yes'),(196,'pmpro_notloggedintext','This content is for !!levels!! members only.<br /><a href=\"http://itworks.coding.al/wp-login.php\">Log In</a> <a href=\"http://itworks.coding.al/wp-login.php?action=register\">Register</a>','yes'),(197,'pmpro_rsstext','This content is for !!levels!! members only. Visit the site and log in/register to read.','yes'),(198,'pmpro_gateway_environment','sandbox','yes'),(199,'pmpro_currency','USD','yes'),(200,'pmpro_accepted_credit_cards','Visa,Mastercard,American Express,Discover','yes'),(201,'pmpro_from_email','wordpress@coding.al','yes'),(202,'pmpro_from_name','WordPress','yes'),(203,'pmpro_email_admin_checkout','1','yes'),(204,'pmpro_email_admin_changes','1','yes'),(205,'pmpro_email_admin_cancels','1','yes'),(206,'pmpro_email_admin_billing','1','yes'),(207,'pmpro_tospage','','yes'),(208,'pmpro_nag_paused','1524197879','no'),(209,'pmpro_db_version','1.944','yes'),(210,'pmpro_filterqueries','1','yes'),(218,'widget_wpems_widget_countdown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(219,'widget_list-event','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(220,'widget_tab-event','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(225,'widget_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'revslider_servers','a:10:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:16:\"themepunch.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}','yes'),(228,'revslider_server_refresh','1539024042','yes'),(229,'revslider-update-check-short','1539024106','yes'),(230,'revslider-templates-check','1539024106','yes'),(235,'revslider-library-check','1538771510','yes'),(236,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:12:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:12:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:12:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:12:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:12:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:12:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:12:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:12:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:12:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:12:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:12:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:12:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:12:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:12:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:12:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:12:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:12:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:12:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:12:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:12:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:12:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:12:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:12:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:12:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:12:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:12:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:12:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:12:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:12:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:12:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:12:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:12:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:12:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:12:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:12:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:12:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:12:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:12:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:12:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:12:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:12:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:12:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:12:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:12:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:12:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:12:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:12:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:12:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:12:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:12:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:12:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:12:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:12:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:12:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:12:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:12:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:12:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:12:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:12:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:12:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:12:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:12:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:12:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:12:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:12:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:12:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:12:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:12:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:12:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:12:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:12:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:12:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:12:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:12:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:12:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:12:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(237,'revslider_checktables','1','yes'),(238,'rs_tables_created','1','yes'),(239,'revslider_table_version','1.0.6','yes'),(240,'revslider_update_version','5.2.5.5','yes'),(241,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243,'siteorigin_panels_settings','a:11:{s:10:\"post-types\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}s:10:\"title-html\";s:39:\"<h3 class=\"widget-title\">{{title}}</h3>\";s:16:\"add-widget-class\";b:1;s:15:\"bundled-widgets\";b:0;s:19:\"recommended-widgets\";b:1;s:10:\"responsive\";b:1;s:12:\"mobile-width\";i:767;s:13:\"margin-bottom\";i:30;s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:12:\"copy-content\";b:1;}','yes'),(244,'siteorigin_panels_active_version','2.6.3','yes'),(245,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(246,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(247,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(249,'widget_black-studio-tinymce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(252,'wpcf7','a:1:{s:7:\"version\";s:5:\"5.0.4\";}','yes'),(254,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(255,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(256,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(257,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(258,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(260,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_woocommerce_widget_cart','a:2:{i:2;a:4:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:0;s:12:\"widget-class\";s:0:\"\";s:12:\"widget_logic\";s:16:\"is_woocommerce()\";}s:12:\"_multiwidget\";i:1;}','yes'),(267,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(268,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(269,'current_theme_supports_woocommerce','yes','yes'),(270,'woocommerce_queue_flush_rewrite_rules','no','yes'),(273,'woocommerce_store_address','','yes'),(274,'woocommerce_store_address_2','','yes'),(275,'woocommerce_store_city','','yes'),(276,'woocommerce_default_country','GB','yes'),(277,'woocommerce_store_postcode','','yes'),(278,'woocommerce_allowed_countries','all','yes'),(279,'woocommerce_all_except_countries','','yes'),(280,'woocommerce_specific_allowed_countries','','yes'),(281,'woocommerce_ship_to_countries','','yes'),(282,'woocommerce_specific_ship_to_countries','','yes'),(283,'woocommerce_default_customer_address','geolocation','yes'),(284,'woocommerce_calc_taxes','no','yes'),(285,'woocommerce_currency','GBP','yes'),(286,'woocommerce_currency_pos','left','yes'),(287,'woocommerce_price_thousand_sep',',','yes'),(288,'woocommerce_price_decimal_sep','.','yes'),(289,'woocommerce_price_num_decimals','2','yes'),(290,'woocommerce_shop_page_id','1697','yes'),(291,'woocommerce_cart_redirect_after_add','no','yes'),(292,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(293,'woocommerce_weight_unit','kg','yes'),(294,'woocommerce_dimension_unit','cm','yes'),(295,'woocommerce_enable_reviews','yes','yes'),(296,'woocommerce_review_rating_verification_label','yes','no'),(297,'woocommerce_review_rating_verification_required','no','no'),(298,'woocommerce_enable_review_rating','yes','yes'),(299,'woocommerce_review_rating_required','yes','no'),(300,'woocommerce_manage_stock','yes','yes'),(301,'woocommerce_hold_stock_minutes','60','no'),(302,'woocommerce_notify_low_stock','yes','no'),(303,'woocommerce_notify_no_stock','yes','no'),(304,'woocommerce_stock_email_recipient','andi.xhafa24@yahoo.com','no'),(305,'woocommerce_notify_low_stock_amount','2','no'),(306,'woocommerce_notify_no_stock_amount','0','yes'),(307,'woocommerce_hide_out_of_stock_items','no','yes'),(308,'woocommerce_stock_format','','yes'),(309,'woocommerce_file_download_method','force','no'),(310,'woocommerce_downloads_require_login','no','no'),(311,'woocommerce_downloads_grant_access_after_payment','yes','no'),(312,'woocommerce_prices_include_tax','no','yes'),(313,'woocommerce_tax_based_on','shipping','yes'),(314,'woocommerce_shipping_tax_class','inherit','yes'),(315,'woocommerce_tax_round_at_subtotal','no','yes'),(316,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(317,'woocommerce_tax_display_shop','excl','yes'),(318,'woocommerce_tax_display_cart','excl','no'),(319,'woocommerce_price_display_suffix','','yes'),(320,'woocommerce_tax_total_display','itemized','no'),(321,'woocommerce_enable_shipping_calc','yes','no'),(322,'woocommerce_shipping_cost_requires_address','no','no'),(323,'woocommerce_ship_to_destination','billing','no'),(324,'woocommerce_shipping_debug_mode','no','no'),(325,'woocommerce_enable_coupons','yes','yes'),(326,'woocommerce_calc_discounts_sequentially','no','no'),(327,'woocommerce_enable_guest_checkout','yes','no'),(328,'woocommerce_force_ssl_checkout','no','yes'),(329,'woocommerce_unforce_ssl_checkout','no','yes'),(330,'woocommerce_cart_page_id','1698','yes'),(331,'woocommerce_checkout_page_id','1699','yes'),(332,'woocommerce_terms_page_id','','no'),(333,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(334,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(335,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(336,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(337,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(338,'woocommerce_myaccount_page_id','','yes'),(339,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(340,'woocommerce_enable_myaccount_registration','no','no'),(341,'woocommerce_enable_checkout_login_reminder','yes','no'),(342,'woocommerce_registration_generate_username','yes','no'),(343,'woocommerce_registration_generate_password','no','no'),(344,'woocommerce_myaccount_orders_endpoint','orders','yes'),(345,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(346,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(347,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(348,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(349,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(350,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(351,'woocommerce_logout_endpoint','customer-logout','yes'),(352,'woocommerce_email_from_name','IT Works','no'),(353,'woocommerce_email_from_address','andi.xhafa24@yahoo.com','no'),(354,'woocommerce_email_header_image','','no'),(355,'woocommerce_email_footer_text','{site_title}','no'),(356,'woocommerce_email_base_color','#96588a','no'),(357,'woocommerce_email_background_color','#f7f7f7','no'),(358,'woocommerce_email_body_background_color','#ffffff','no'),(359,'woocommerce_email_text_color','#3c3c3c','no'),(360,'woocommerce_api_enabled','yes','yes'),(361,'product_cat_children','a:0:{}','yes'),(362,'default_product_cat','15','yes'),(373,'woocommerce_meta_box_errors','a:0:{}','yes'),(374,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:20:\"no_secure_connection\";}','yes'),(383,'widget_bbp_login_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(384,'widget_bbp_views_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(385,'widget_bbp_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(386,'widget_bbp_forums_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_bbp_topics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_bbp_replies_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_bbp_stats_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'_bbp_private_forums','a:0:{}','yes'),(391,'_bbp_hidden_forums','a:0:{}','yes'),(392,'_bbp_db_version','250','yes'),(394,'mo_openid_login_redirect','same','yes'),(395,'mo_openid_login_theme','longbutton','yes'),(396,'mo_openid_oauth','0','yes'),(397,'mo_openid_share_theme','oval','yes'),(398,'mo_share_options_enable_post_position','before','yes'),(399,'mo_share_options_home_page_position','before','yes'),(400,'mo_share_options_static_pages_position','before','yes'),(401,'mo_share_options_bb_forum_position','before','yes'),(402,'mo_share_options_bb_topic_position','before','yes'),(403,'mo_share_options_bb_reply_position','before','yes'),(404,'mo_openid_default_login_enable','1','yes'),(405,'mo_login_openid_login_widget_customize_textcolor','000000','yes'),(406,'mo_openid_login_widget_customize_text','Connect with:','yes'),(407,'mo_openid_share_widget_customize_text','Share with:','yes'),(408,'mo_openid_share_widget_customize_text_color','000000','yes'),(409,'mo_openid_login_button_customize_text','Login with','yes'),(410,'mo_openid_share_widget_customize_direction_horizontal','1','yes'),(411,'mo_sharing_icon_custom_size','35','yes'),(412,'mo_openid_share_custom_theme','default','yes'),(413,'mo_sharing_icon_custom_color','000000','yes'),(414,'mo_sharing_icon_space','4','yes'),(415,'mo_sharing_icon_custom_font','000000','yes'),(416,'mo_login_icon_custom_size','35','yes'),(417,'mo_login_icon_space','4','yes'),(418,'mo_login_icon_custom_width','200','yes'),(419,'mo_login_icon_custom_height','35','yes'),(420,'mo_login_icon_custom_boundary','4','yes'),(421,'mo_openid_login_custom_theme','default','yes'),(422,'mo_login_icon_custom_color','2B41FF','yes'),(423,'mo_openid_logout_redirection_enable','0','yes'),(424,'mo_openid_logout_redirect','currentpage','yes'),(425,'mo_openid_auto_register_enable','1','yes'),(426,'mo_openid_account_linking_enable','0','yes'),(427,'mo_openid_email_enable','1','yes'),(428,'mo_openid_register_disabled_message','Registration is disabled for this website. Please contact the administrator for any queries.','yes'),(429,'mo_openid_register_email_message','Hello,<br><br>##User Name## has registered to your site successfully.<br><br>Thanks,<br>miniOrange','yes'),(430,'moopenid_social_login_avatar','1','yes'),(431,'moopenid_user_attributes','0','yes'),(432,'mo_share_vertical_hide_mobile','1','yes'),(433,'mo_openid_social_comment_blogpost','1','yes'),(434,'mo_openid_social_comment_default_label','Default Comments','yes'),(435,'mo_openid_social_comment_fb_label','Facebook Comments','yes'),(436,'mo_openid_social_comment_google_label','Google+ Comments','yes'),(437,'mo_openid_social_comment_disqus_label','Disqus Comments','yes'),(438,'mo_openid_social_comment_heading_label','Leave a Reply','yes'),(439,'mo_openid_login_role_mapping','subscriber','yes'),(440,'mo_openid_user_number','0','yes'),(441,'mo_openid_login_widget_customize_logout_name_text','Howdy, ##username## |','yes'),(442,'mo_openid_login_widget_customize_logout_text','Logout?','yes'),(443,'mo_openid_share_email_subject','I wanted you to see this site','yes'),(444,'mo_openid_share_email_body','Check out this site ##url##','yes'),(445,'mo_openid_enable_profile_completion','1','yes'),(446,'moopenid_logo_check','1','yes'),(447,'mo_openid_woocommerce_login_form','0','yes'),(448,'mo_openid_woocommerce_before_login_form','0','yes'),(449,'mo_openid_woocommerce_center_login_form','0','yes'),(450,'mo_openid_woocommerce_register_form_start','0','yes'),(451,'mo_openid_woocommerce_center_register_form','0','yes'),(452,'mo_openid_woocommerce_register_form_end','0','yes'),(453,'mo_openid_woocommerce_before_checkout_billing_form','0','yes'),(454,'mo_openid_woocommerce_after_checkout_billing_form','0','yes'),(455,'mo_openid_bp_before_register_page','0','yes'),(456,'mo_openid_bp_before_account_details_fields','0','yes'),(457,'mo_openid_bp_after_register_page','0','yes'),(459,'widget_portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(461,'thim_importer_current_demo','a:8:{s:5:\"theme\";s:8:\"it_works\";s:4:\"demo\";s:25:\"demo-vc/demo-university-2\";s:10:\"revsliders\";a:1:{i:0;s:21:\"home-university-2.zip\";}s:8:\"packages\";a:6:{i:0;s:7:\"plugins\";i:1;s:13:\"theme_options\";i:2;s:12:\"main_content\";i:3;s:5:\"media\";i:4;s:7:\"widgets\";i:5;s:9:\"revslider\";}s:3:\"dir\";s:89:\"/var/www/html/itworks/wp-content/themes/it_works/inc/data/demos/demo-vc/demo-university-2\";s:16:\"plugins_required\";a:0:{}s:22:\"plugins_required_count\";i:2;s:12:\"current_step\";i:6;}','yes'),(463,'widget_lpr_course_review','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(465,'rewrite_rules','a:543:{s:9:\"events/?$\";s:28:\"index.php?post_type=tp_event\";s:39:\"events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=tp_event&feed=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=tp_event&feed=$matches[1]\";s:26:\"events/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=tp_event&paged=$matches[1]\";s:11:\"our_team/?$\";s:28:\"index.php?post_type=our_team\";s:41:\"our_team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=our_team&feed=$matches[1]\";s:36:\"our_team/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=our_team&feed=$matches[1]\";s:28:\"our_team/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=our_team&paged=$matches[1]\";s:15:\"testimonials/?$\";s:32:\"index.php?post_type=testimonials\";s:45:\"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:40:\"testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:32:\"testimonials/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=testimonials&paged=$matches[1]\";s:9:\"forums/?$\";s:25:\"index.php?post_type=forum\";s:39:\"forums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:34:\"forums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:26:\"forums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=forum&paged=$matches[1]\";s:9:\"topics/?$\";s:25:\"index.php?post_type=topic\";s:39:\"topics/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:34:\"topics/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:26:\"topics/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=topic&paged=$matches[1]\";s:28:\"forums/forum/([^/]+)/edit/?$\";s:34:\"index.php?forum=$matches[1]&edit=1\";s:28:\"forums/topic/([^/]+)/edit/?$\";s:34:\"index.php?topic=$matches[1]&edit=1\";s:28:\"forums/reply/([^/]+)/edit/?$\";s:34:\"index.php?reply=$matches[1]&edit=1\";s:32:\"forums/topic-tag/([^/]+)/edit/?$\";s:38:\"index.php?topic-tag=$matches[1]&edit=1\";s:47:\"forums/user/([^/]+)/topics/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_tops=1&paged=$matches[2]\";s:48:\"forums/user/([^/]+)/replies/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_reps=1&paged=$matches[2]\";s:50:\"forums/user/([^/]+)/favorites/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_favs=1&paged=$matches[2]\";s:54:\"forums/user/([^/]+)/subscriptions/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_subs=1&paged=$matches[2]\";s:29:\"forums/user/([^/]+)/topics/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_tops=1\";s:30:\"forums/user/([^/]+)/replies/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_reps=1\";s:32:\"forums/user/([^/]+)/favorites/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_favs=1\";s:36:\"forums/user/([^/]+)/subscriptions/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_subs=1\";s:27:\"forums/user/([^/]+)/edit/?$\";s:37:\"index.php?bbp_user=$matches[1]&edit=1\";s:22:\"forums/user/([^/]+)/?$\";s:30:\"index.php?bbp_user=$matches[1]\";s:40:\"forums/view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bbp_view=$matches[1]&paged=$matches[2]\";s:27:\"forums/view/([^/]+)/feed/?$\";s:47:\"index.php?bbp_view=$matches[1]&feed=$matches[2]\";s:22:\"forums/view/([^/]+)/?$\";s:30:\"index.php?bbp_view=$matches[1]\";s:34:\"forums/search/page/?([0-9]{1,})/?$\";s:27:\"index.php?paged=$matches[1]\";s:16:\"forums/search/?$\";s:20:\"index.php?bbp_search\";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: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:10:\"courses/?$\";s:29:\"index.php?post_type=lp_course\";s:40:\"courses/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=lp_course&feed=$matches[1]\";s:35:\"courses/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=lp_course&feed=$matches[1]\";s:27:\"courses/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=lp_course&paged=$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:39:\"^courses/([^/]+)(?:/lessons/([^/]+))/?$\";s:75:\"index.php?lp_course=$matches[1]&course-item=$matches[2]&item-type=lp_lesson\";s:49:\"^courses/([^/]+)(?:/quizzes/([^/]+)/?([^/]+)?)/?$\";s:94:\"index.php?lp_course=$matches[1]&course-item=$matches[2]&question=$matches[3]&item-type=lp_quiz\";s:19:\"^profile/([^/]*)/?$\";s:36:\"index.php?page_id=8&user=$matches[1]\";s:40:\"^profile/([^/]*)/?(courses)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:47:\"^profile/([^/]*)/?(courses)/(owned)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:51:\"^profile/([^/]*)/?(courses)/(purchased)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:39:\"^profile/([^/]*)/?(orders)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:46:\"^profile/([^/]*)/?(order-details)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:41:\"^profile/([^/]*)/?(settings)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:60:\"^profile/([^/]*)/?(settings)/(basic-information)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:49:\"^profile/([^/]*)/?(settings)/(avatar)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:58:\"^profile/([^/]*)/?(settings)/(change-password)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:52:\"^profile/([^/]*)/?(settings)/(publicity)/?([0-9]*)?$\";s:93:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]§ion=$matches[3]&view_id=$matches[4]\";s:40:\"^profile/([^/]*)/?(quizzes)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:41:\"^profile/([^/]*)/?(wishlist)/?([0-9]*)/?$\";s:73:\"index.php?page_id=8&user=$matches[1]&view=$matches[2]&view_id=$matches[3]\";s:28:\"^courses/page/([0-9]{1,})/?$\";s:43:\"index.php?pagename=courses&page=$matches[1]\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:32:\"events/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"events/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"events/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"events/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"events/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"events/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"events/(.+?)/embed/?$\";s:41:\"index.php?tp_event=$matches[1]&embed=true\";s:25:\"events/(.+?)/trackback/?$\";s:35:\"index.php?tp_event=$matches[1]&tb=1\";s:45:\"events/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?tp_event=$matches[1]&feed=$matches[2]\";s:40:\"events/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?tp_event=$matches[1]&feed=$matches[2]\";s:33:\"events/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?tp_event=$matches[1]&paged=$matches[2]\";s:40:\"events/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?tp_event=$matches[1]&cpage=$matches[2]\";s:30:\"events/(.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?tp_event=$matches[1]&wc-api=$matches[3]\";s:36:\"events/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"events/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"events/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?tp_event=$matches[1]&page=$matches[2]\";s:36:\"our_team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"our_team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"our_team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"our_team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"our_team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"our_team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"our_team/([^/]+)/embed/?$\";s:41:\"index.php?our_team=$matches[1]&embed=true\";s:29:\"our_team/([^/]+)/trackback/?$\";s:35:\"index.php?our_team=$matches[1]&tb=1\";s:49:\"our_team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?our_team=$matches[1]&feed=$matches[2]\";s:44:\"our_team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?our_team=$matches[1]&feed=$matches[2]\";s:37:\"our_team/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?our_team=$matches[1]&paged=$matches[2]\";s:44:\"our_team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?our_team=$matches[1]&cpage=$matches[2]\";s:34:\"our_team/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?our_team=$matches[1]&wc-api=$matches[3]\";s:40:\"our_team/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"our_team/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"our_team/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?our_team=$matches[1]&page=$matches[2]\";s:25:\"our_team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"our_team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"our_team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"our_team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"our_team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"our_team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"our_team_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?our_team_category=$matches[1]&feed=$matches[2]\";s:53:\"our_team_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?our_team_category=$matches[1]&feed=$matches[2]\";s:34:\"our_team_category/([^/]+)/embed/?$\";s:50:\"index.php?our_team_category=$matches[1]&embed=true\";s:46:\"our_team_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?our_team_category=$matches[1]&paged=$matches[2]\";s:28:\"our_team_category/([^/]+)/?$\";s:39:\"index.php?our_team_category=$matches[1]\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:38:\"testimonials/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?testimonials=$matches[1]&wc-api=$matches[3]\";s:44:\"testimonials/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"testimonials/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:38:\"forums/forum/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"forums/forum/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"forums/forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"forums/forum/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"forums/forum/(.+?)/embed/?$\";s:38:\"index.php?forum=$matches[1]&embed=true\";s:31:\"forums/forum/(.+?)/trackback/?$\";s:32:\"index.php?forum=$matches[1]&tb=1\";s:51:\"forums/forum/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:46:\"forums/forum/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:39:\"forums/forum/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&paged=$matches[2]\";s:46:\"forums/forum/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&cpage=$matches[2]\";s:36:\"forums/forum/(.+?)/wc-api(/(.*))?/?$\";s:46:\"index.php?forum=$matches[1]&wc-api=$matches[3]\";s:42:\"forums/forum/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"forums/forum/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"forums/forum/(.+?)(?:/([0-9]+))?/?$\";s:44:\"index.php?forum=$matches[1]&page=$matches[2]\";s:40:\"forums/topic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/topic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/topic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/topic/([^/]+)/embed/?$\";s:38:\"index.php?topic=$matches[1]&embed=true\";s:33:\"forums/topic/([^/]+)/trackback/?$\";s:32:\"index.php?topic=$matches[1]&tb=1\";s:53:\"forums/topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:48:\"forums/topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:41:\"forums/topic/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&paged=$matches[2]\";s:48:\"forums/topic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&cpage=$matches[2]\";s:38:\"forums/topic/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?topic=$matches[1]&wc-api=$matches[3]\";s:44:\"forums/topic/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"forums/topic/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"forums/topic/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?topic=$matches[1]&page=$matches[2]\";s:29:\"forums/topic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/topic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/topic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"forums/reply/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/reply/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/reply/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/reply/([^/]+)/embed/?$\";s:38:\"index.php?reply=$matches[1]&embed=true\";s:33:\"forums/reply/([^/]+)/trackback/?$\";s:32:\"index.php?reply=$matches[1]&tb=1\";s:41:\"forums/reply/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&paged=$matches[2]\";s:48:\"forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&cpage=$matches[2]\";s:38:\"forums/reply/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?reply=$matches[1]&wc-api=$matches[3]\";s:44:\"forums/reply/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"forums/reply/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"forums/reply/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?reply=$matches[1]&page=$matches[2]\";s:29:\"forums/reply/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/reply/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/reply/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:52:\"forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:33:\"forums/topic-tag/([^/]+)/embed/?$\";s:42:\"index.php?topic-tag=$matches[1]&embed=true\";s:45:\"forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?topic-tag=$matches[1]&paged=$matches[2]\";s:27:\"forums/topic-tag/([^/]+)/?$\";s:31:\"index.php?topic-tag=$matches[1]\";s:42:\"forums/search/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?bbp_search=$matches[1]&paged=$matches[2]\";s:24:\"forums/search/([^/]+)/?$\";s:32:\"index.php?bbp_search=$matches[1]\";s:40:\"thim-component/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"thim-component/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"thim-component/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"thim-component/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"thim-component/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"thim-component/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"thim-component/(.+?)/embed/?$\";s:47:\"index.php?thim-component=$matches[1]&embed=true\";s:33:\"thim-component/(.+?)/trackback/?$\";s:41:\"index.php?thim-component=$matches[1]&tb=1\";s:41:\"thim-component/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?thim-component=$matches[1]&paged=$matches[2]\";s:48:\"thim-component/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?thim-component=$matches[1]&cpage=$matches[2]\";s:38:\"thim-component/(.+?)/wc-api(/(.*))?/?$\";s:55:\"index.php?thim-component=$matches[1]&wc-api=$matches[3]\";s:44:\"thim-component/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"thim-component/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"thim-component/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?thim-component=$matches[1]&page=$matches[2]\";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:35:\"courses/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"courses/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"courses/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"courses/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"courses/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"courses/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"courses/([^/]+)/embed/?$\";s:42:\"index.php?lp_course=$matches[1]&embed=true\";s:28:\"courses/([^/]+)/trackback/?$\";s:36:\"index.php?lp_course=$matches[1]&tb=1\";s:48:\"courses/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lp_course=$matches[1]&feed=$matches[2]\";s:43:\"courses/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lp_course=$matches[1]&feed=$matches[2]\";s:36:\"courses/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lp_course=$matches[1]&paged=$matches[2]\";s:43:\"courses/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?lp_course=$matches[1]&cpage=$matches[2]\";s:33:\"courses/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?lp_course=$matches[1]&wc-api=$matches[3]\";s:39:\"courses/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"courses/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"courses/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?lp_course=$matches[1]&page=$matches[2]\";s:24:\"courses/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"courses/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"courses/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"courses/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"courses/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"courses/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"course-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?course_category=$matches[1]&feed=$matches[2]\";s:49:\"course-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?course_category=$matches[1]&feed=$matches[2]\";s:30:\"course-category/(.+?)/embed/?$\";s:48:\"index.php?course_category=$matches[1]&embed=true\";s:42:\"course-category/(.+?)/page/?([0-9]{1,})/?$\";s:55:\"index.php?course_category=$matches[1]&paged=$matches[2]\";s:24:\"course-category/(.+?)/?$\";s:37:\"index.php?course_category=$matches[1]\";s:51:\"course-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?course_tag=$matches[1]&feed=$matches[2]\";s:46:\"course-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?course_tag=$matches[1]&feed=$matches[2]\";s:27:\"course-tag/([^/]+)/embed/?$\";s:43:\"index.php?course_tag=$matches[1]&embed=true\";s:39:\"course-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?course_tag=$matches[1]&paged=$matches[2]\";s:21:\"course-tag/([^/]+)/?$\";s:32:\"index.php?course_tag=$matches[1]\";s:33:\"lessons/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lessons/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lessons/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lessons/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lessons/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"lessons/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"lessons/(.+?)/embed/?$\";s:42:\"index.php?lp_lesson=$matches[1]&embed=true\";s:26:\"lessons/(.+?)/trackback/?$\";s:36:\"index.php?lp_lesson=$matches[1]&tb=1\";s:34:\"lessons/(.+?)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lp_lesson=$matches[1]&paged=$matches[2]\";s:41:\"lessons/(.+?)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?lp_lesson=$matches[1]&cpage=$matches[2]\";s:31:\"lessons/(.+?)/wc-api(/(.*))?/?$\";s:50:\"index.php?lp_lesson=$matches[1]&wc-api=$matches[3]\";s:37:\"lessons/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"lessons/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"lessons/(.+?)(?:/([0-9]+))?/?$\";s:48:\"index.php?lp_lesson=$matches[1]&page=$matches[2]\";s:33:\"quizzes/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"quizzes/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"quizzes/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"quizzes/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"quizzes/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"quizzes/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"quizzes/(.+?)/embed/?$\";s:40:\"index.php?lp_quiz=$matches[1]&embed=true\";s:26:\"quizzes/(.+?)/trackback/?$\";s:34:\"index.php?lp_quiz=$matches[1]&tb=1\";s:34:\"quizzes/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?lp_quiz=$matches[1]&paged=$matches[2]\";s:41:\"quizzes/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?lp_quiz=$matches[1]&cpage=$matches[2]\";s:31:\"quizzes/(.+?)/wc-api(/(.*))?/?$\";s:48:\"index.php?lp_quiz=$matches[1]&wc-api=$matches[3]\";s:37:\"quizzes/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"quizzes/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"quizzes/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?lp_quiz=$matches[1]&page=$matches[2]\";s:53:\"question-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?question_tag=$matches[1]&feed=$matches[2]\";s:48:\"question-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?question_tag=$matches[1]&feed=$matches[2]\";s:29:\"question-tag/([^/]+)/embed/?$\";s:45:\"index.php?question_tag=$matches[1]&embed=true\";s:41:\"question-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?question_tag=$matches[1]&paged=$matches[2]\";s:23:\"question-tag/([^/]+)/?$\";s:34:\"index.php?question_tag=$matches[1]\";s:35:\"questions/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"questions/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"questions/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"questions/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"questions/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"questions/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"questions/(.+?)/embed/?$\";s:44:\"index.php?lp_question=$matches[1]&embed=true\";s:28:\"questions/(.+?)/trackback/?$\";s:38:\"index.php?lp_question=$matches[1]&tb=1\";s:36:\"questions/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?lp_question=$matches[1]&paged=$matches[2]\";s:43:\"questions/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?lp_question=$matches[1]&cpage=$matches[2]\";s:33:\"questions/(.+?)/wc-api(/(.*))?/?$\";s:52:\"index.php?lp_question=$matches[1]&wc-api=$matches[3]\";s:39:\"questions/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"questions/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"questions/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?lp_question=$matches[1]&page=$matches[2]\";s:34:\"lp_order/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"lp_order/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"lp_order/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"lp_order/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"lp_order/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"lp_order/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"lp_order/(.+?)/embed/?$\";s:41:\"index.php?lp_order=$matches[1]&embed=true\";s:27:\"lp_order/(.+?)/trackback/?$\";s:35:\"index.php?lp_order=$matches[1]&tb=1\";s:35:\"lp_order/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?lp_order=$matches[1]&paged=$matches[2]\";s:42:\"lp_order/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?lp_order=$matches[1]&cpage=$matches[2]\";s:32:\"lp_order/(.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?lp_order=$matches[1]&wc-api=$matches[3]\";s:38:\"lp_order/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"lp_order/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"lp_order/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?lp_order=$matches[1]&page=$matches[2]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"event-book/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"event-book/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"event-book/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"event-book/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"event-book/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"event-book/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"event-book/([^/]+)/embed/?$\";s:48:\"index.php?event_auth_book=$matches[1]&embed=true\";s:31:\"event-book/([^/]+)/trackback/?$\";s:42:\"index.php?event_auth_book=$matches[1]&tb=1\";s:39:\"event-book/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?event_auth_book=$matches[1]&paged=$matches[2]\";s:46:\"event-book/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?event_auth_book=$matches[1]&cpage=$matches[2]\";s:36:\"event-book/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?event_auth_book=$matches[1]&wc-api=$matches[3]\";s:42:\"event-book/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"event-book/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"event-book/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?event_auth_book=$matches[1]&page=$matches[2]\";s:27:\"event-book/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"event-book/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"event-book/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"event-book/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"event-book/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"event-book/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"tp-event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?tp_event_category=$matches[1]&feed=$matches[2]\";s:53:\"tp-event-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?tp_event_category=$matches[1]&feed=$matches[2]\";s:34:\"tp-event-category/([^/]+)/embed/?$\";s:50:\"index.php?tp_event_category=$matches[1]&embed=true\";s:46:\"tp-event-category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tp_event_category=$matches[1]&paged=$matches[2]\";s:28:\"tp-event-category/([^/]+)/?$\";s:39:\"index.php?tp_event_category=$matches[1]\";s:53:\"tp-event-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tp_event_tag=$matches[1]&feed=$matches[2]\";s:48:\"tp-event-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tp_event_tag=$matches[1]&feed=$matches[2]\";s:29:\"tp-event-tag/([^/]+)/embed/?$\";s:45:\"index.php?tp_event_tag=$matches[1]&embed=true\";s:41:\"tp-event-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tp_event_tag=$matches[1]&paged=$matches[2]\";s:23:\"tp-event-tag/([^/]+)/?$\";s:34:\"index.php?tp_event_tag=$matches[1]\";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: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:41:\"index.php?&page_id=6711&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:19:\"wishlist(/(.*))?/?$\";s:31:\"index.php?&wishlist=$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:36:\"(.?.+?)/lp-order-received(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&lp-order-received=$matches[3]\";s:28:\"(.?.+?)/dashboard(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&dashboard=$matches[3]\";s:26:\"(.?.+?)/courses(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&courses=$matches[3]\";s:26:\"(.?.+?)/quizzes(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&quizzes=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:32:\"(.?.+?)/order-details(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&order-details=$matches[3]\";s:27:\"(.?.+?)/settings(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&settings=$matches[3]\";s:36:\"(.?.+?)/basic-information(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&basic-information=$matches[3]\";s:25:\"(.?.+?)/avatar(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&avatar=$matches[3]\";s:34:\"(.?.+?)/change-password(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&change-password=$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: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:27:\"(.?.+?)/wishlist(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&wishlist=$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'),(466,'theme_mods_backup_it_works','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:24:\"thim_page_builder_chosen\";s:15:\"visual_composer\";}','yes'),(467,'thim_importer_prepare_wp_import','1','yes'),(474,'pmpro_views','a:5:{s:5:\"today\";i:5;s:8:\"thisdate\";s:10:\"2018-08-10\";s:5:\"month\";i:52;s:9:\"thismonth\";s:2:\"10\";s:7:\"alltime\";i:1360;}','yes'),(485,'mc4wp_default_form_id','3383','yes'),(486,'_transient_product_query-transient-version','1522365066','yes'),(487,'learn_press_archive_course_limit','9','yes'),(488,'yith_wcwl_wishlist_page_id','5','yes'),(489,'learn_press_courses_page_id','2778','yes'),(490,'learn_press_profile_page_id','8','yes'),(491,'thim_importer_demo_installed','demo-vc/demo-university-2','yes'),(492,'pmpro_visits','a:5:{s:5:\"today\";i:2;s:8:\"thisdate\";s:10:\"2018-24-06\";s:5:\"month\";i:2;s:9:\"thismonth\";s:1:\"6\";s:7:\"alltime\";i:18;}','yes'),(504,'course_category_children','a:0:{}','yes'),(518,'mc4wp_version','4.2.3','yes'),(520,'wpb_js_composer_license_activation_notified','yes','yes'),(543,'mc4wp_flash_messages','a:0:{}','no'),(550,'learn_press_checkout_page_id','6879','yes'),(551,'learn_press_become_a_teacher_page_id','6880','yes'),(562,'thim_core_check_update_themes','a:2:{s:12:\"last_checked\";i:1529861607;s:6:\"themes\";a:2:{s:8:\"it_works\";a:12:{s:6:\"update\";b:1;s:5:\"theme\";s:8:\"it_works\";s:4:\"name\";s:5:\"Eduma\";s:11:\"description\";s:28:\"Premium WordPress LMS theme.\";s:7:\"version\";s:5:\"3.3.7\";s:4:\"icon\";s:51:\"https://s3.envato.com/files/237805780/edumalogo.png\";s:6:\"author\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/thimpress\";s:6:\"rating\";d:4.82;s:12:\"rating_count\";i:1009;s:3:\"url\";s:76:\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\";s:7:\"package\";s:0:\"\";}s:5:\"eduma\";a:12:{s:6:\"update\";b:1;s:5:\"theme\";s:5:\"eduma\";s:4:\"name\";s:5:\"Eduma\";s:11:\"description\";s:28:\"Premium WordPress LMS theme.\";s:7:\"version\";s:5:\"3.4.3\";s:4:\"icon\";s:51:\"https://s3.envato.com/files/237805780/edumalogo.png\";s:6:\"author\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/thimpress\";s:6:\"rating\";d:4.84;s:12:\"rating_count\";i:1073;s:3:\"url\";s:76:\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\";s:7:\"package\";s:0:\"\";}}}','yes'),(744,'thim_login_page','2958','yes'),(1358,'pmpro_logins','a:5:{s:5:\"today\";i:1;s:8:\"thisdate\";s:10:\"2018-08-10\";s:5:\"month\";i:1;s:9:\"thismonth\";s:2:\"10\";s:7:\"alltime\";i:23;}','yes'),(1402,'widget_logic','a:0:{}','yes'),(1445,'_transient_shipping-transient-version','1522445983','yes'),(1478,'thim_custom_css_name','eduma.1529864006.css','yes'),(1479,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(2404,'rs_cache_overlay','5.4.7','yes'),(2570,'our_team_category_children','a:0:{}','yes'),(2917,'learn_press_logout_redirect_page_id','','yes'),(2918,'learn_press_currency','ALL','yes'),(2919,'learn_press_currency_pos','right_with_space','yes'),(2920,'learn_press_thousands_separator',',','yes'),(2921,'learn_press_decimals_separator','.','yes'),(2922,'learn_press_number_of_decimals','0','yes'),(3248,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(3496,'widget_wp_user_avatar_profile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3497,'avatar_default_wp_user_avatar','','yes'),(3498,'wp_user_avatar_allow_upload','0','yes'),(3499,'wp_user_avatar_disable_gravatar','0','yes'),(3500,'wp_user_avatar_edit_avatar','1','yes'),(3501,'wp_user_avatar_resize_crop','0','yes'),(3502,'wp_user_avatar_resize_h','96','yes'),(3503,'wp_user_avatar_resize_upload','0','yes'),(3504,'wp_user_avatar_resize_w','96','yes'),(3505,'wp_user_avatar_tinymce','1','yes'),(3506,'wp_user_avatar_upload_size_limit','0','yes'),(3507,'wp_user_avatar_default_avatar_updated','1','yes'),(3508,'wp_user_avatar_users_updated','1','yes'),(3509,'wp_user_avatar_media_updated','1','yes'),(3573,'revslider-connection','1','yes'),(3574,'revslider-latest-version','5.4.8','yes'),(3575,'revslider-stable-version','4.2','yes'),(3576,'revslider-notices','a:10:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:238:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:236:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:228:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:248:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:229:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:9;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.7.9\";s:4:\"text\";s:237:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=548\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/revsliderbanner_548.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.8 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS548-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(3577,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(3578,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(4977,'thimpress-event-version','2.1.5','yes'),(5852,'mc4wp','a:4:{s:7:\"api_key\";s:37:\"de8ee029e843ce11146f1b2e605a2acb-us15\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1523281150;}','yes'),(5859,'mc4wp_form_stylesheets','a:1:{i:0;s:5:\"basic\";}','yes'),(6258,'thim_core_sidebar_manager','a:0:{}','yes'),(6751,'learn_press_permalink_structure','','yes'),(6896,'WPLANG','','yes'),(6897,'new_admin_email','andi.xhafa24@yahoo.com','yes'),(7366,'mc4wp_mailchimp_list_ids','a:4:{i:0;s:10:\"10cfa21851\";i:1;s:10:\"8dc8ada2b7\";i:2;s:10:\"bc5971114c\";i:3;s:10:\"d241e6294d\";}','no'),(7367,'mc4wp_mailchimp_list_8dc8ada2b7','O:20:\"MC4WP_MailChimp_List\":7:{s:2:\"id\";s:10:\"8dc8ada2b7\";s:6:\"web_id\";i:143633;s:4:\"name\";s:11:\"Autostation\";s:16:\"subscriber_count\";i:0;s:12:\"merge_fields\";a:1:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}s:17:\"campaign_defaults\";O:8:\"stdClass\":2:{s:9:\"from_name\";s:11:\"Autostation\";s:10:\"from_email\";s:22:\"andi.xhafa24@yahoo.com\";}}','no'),(7368,'mc4wp_mailchimp_list_bc5971114c','O:20:\"MC4WP_MailChimp_List\":7:{s:2:\"id\";s:10:\"bc5971114c\";s:6:\"web_id\";i:160989;s:4:\"name\";s:4:\"IPPM\";s:16:\"subscriber_count\";i:3;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}s:17:\"campaign_defaults\";O:8:\"stdClass\":2:{s:9:\"from_name\";s:4:\"IPPM\";s:10:\"from_email\";s:17:\"secretary@ippm.al\";}}','no'),(7369,'mc4wp_mailchimp_list_10cfa21851','O:20:\"MC4WP_MailChimp_List\":7:{s:2:\"id\";s:10:\"10cfa21851\";s:6:\"web_id\";i:153741;s:4:\"name\";s:4:\"Test\";s:16:\"subscriber_count\";i:100;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}s:17:\"campaign_defaults\";O:8:\"stdClass\":2:{s:9:\"from_name\";s:10:\"Andi Xhafa\";s:10:\"from_email\";s:22:\"andi.xhafa24@yahoo.com\";}}','no'),(7383,'mo_openid_host_name','https://auth.miniorange.com','yes'),(7384,'mo_openid_new_registration','true','yes'),(7417,'mc4wp_mailchimp_list_d241e6294d','O:20:\"MC4WP_MailChimp_List\":7:{s:2:\"id\";s:10:\"d241e6294d\";s:6:\"web_id\";i:171213;s:4:\"name\";s:7:\"IT Work\";s:16:\"subscriber_count\";i:0;s:12:\"merge_fields\";a:5:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:7:\"Address\";s:10:\"field_type\";s:7:\"address\";s:3:\"tag\";s:7:\"ADDRESS\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:0;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:3;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:4;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:12:\"Phone Number\";s:10:\"field_type\";s:5:\"phone\";s:3:\"tag\";s:5:\"PHONE\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:0;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}s:17:\"campaign_defaults\";O:8:\"stdClass\":2:{s:9:\"from_name\";s:8:\"IT Works\";s:10:\"from_email\";s:19:\"info@itworks.edu.al\";}}','no'),(7848,'learn_press_admin_bar_link','yes','yes'),(7849,'learn_press_admin_bar_link_text','','yes'),(7850,'learn_press_admin_bar_link_target','_self','yes'),(7851,'learn_press_profile_courses_limit','10','yes'),(7852,'learn_press_enable_login_profile','no','yes'),(7853,'learn_press_enable_register_profile','no','yes'),(7854,'learn_press_profile_endpoints','a:9:{s:17:\"profile-dashboard\";s:9:\"dashboard\";s:15:\"profile-courses\";s:7:\"courses\";s:15:\"profile-quizzes\";s:7:\"quizzes\";s:14:\"profile-orders\";s:6:\"orders\";s:21:\"profile-order-details\";s:13:\"order-details\";s:16:\"profile-settings\";s:8:\"settings\";s:26:\"settings-basic-information\";s:17:\"basic-information\";s:15:\"settings-avatar\";s:6:\"avatar\";s:24:\"settings-change-password\";s:15:\"change-password\";}','yes'),(7855,'learn_press_profile_avatar','yes','yes'),(7856,'learn_press_profile_picture_thumbnail_size','a:3:{s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:4:\"crop\";s:2:\"no\";}','yes'),(7857,'learn_press_profile_publicity','a:3:{s:9:\"dashboard\";s:3:\"yes\";s:7:\"courses\";s:3:\"yes\";s:7:\"quizzes\";s:2:\"no\";}','yes'),(8659,'revslider-valid-notice','false','yes'),(8728,'woocommerce_db_version','3.3.5','yes'),(8736,'theme_mods_eduma','a:262:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:54;}s:18:\"custom_css_post_id\";i:-1;s:24:\"thim_archive_cate_layout\";s:12:\"full-content\";s:32:\"thim_archive_cate_display_layout\";b:0;s:37:\"thim_archive_cate_style_heading_title\";s:0:\"\";s:28:\"thim_archive_cate_hide_title\";b:0;s:34:\"thim_archive_cate_hide_breadcrumbs\";b:0;s:27:\"thim_archive_cate_sub_title\";s:0:\"\";s:34:\"thim_archive_cate_show_description\";b:0;s:27:\"thim_archive_excerpt_length\";i:30;s:27:\"thim_archive_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:26:\"thim_archive_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"thim_archive_cate_title_color\";s:7:\"#ffffff\";s:33:\"thim_archive_cate_sub_title_color\";s:4:\"#999\";s:27:\"thim_front_page_cate_layout\";s:0:\"\";s:35:\"thim_front_page_style_heading_title\";s:0:\"\";s:35:\"thim_front_page_cate_display_layout\";b:0;s:33:\"thim_front_page_cate_columns_grid\";s:1:\"3\";s:26:\"thim_front_page_hide_title\";b:0;s:32:\"thim_front_page_hide_breadcrumbs\";b:0;s:25:\"thim_front_page_sub_title\";s:0:\"\";s:25:\"thim_front_page_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_front_page_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_front_page_title_color\";s:7:\"#ffffff\";s:31:\"thim_front_page_sub_title_color\";s:4:\"#999\";s:16:\"thim_show_author\";b:1;s:14:\"thim_show_date\";b:1;s:18:\"thim_show_category\";b:0;s:17:\"thim_show_comment\";b:1;s:22:\"thim_blog_display_year\";b:0;s:26:\"thim_archive_single_layout\";s:13:\"sidebar-right\";s:39:\"thim_archive_single_style_heading_title\";s:0:\"\";s:29:\"thim_archive_single_sub_title\";s:0:\"\";s:29:\"thim_archive_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:28:\"thim_archive_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:31:\"thim_archive_single_title_color\";s:7:\"#ffffff\";s:35:\"thim_archive_single_sub_title_color\";s:4:\"#999\";s:32:\"thim_archive_single_related_post\";b:1;s:27:\"thim_learnpress_cate_layout\";s:13:\"sidebar-right\";s:40:\"thim_learnpress_cate_style_heading_title\";s:0:\"\";s:37:\"thim_learnpress_cate_hide_breadcrumbs\";b:0;s:31:\"thim_learnpress_cate_hide_title\";b:0;s:30:\"thim_learnpress_cate_sub_title\";s:0:\"\";s:37:\"thim_learnpress_cate_show_description\";b:0;s:33:\"thim_learnpress_cate_show_popular\";b:0;s:32:\"thim_learnpress_cate_layout_grid\";s:0:\"\";s:32:\"thim_learnpress_cate_grid_column\";s:1:\"3\";s:30:\"thim_learnpress_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:29:\"thim_learnpress_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:32:\"thim_learnpress_cate_title_color\";s:7:\"#ffffff\";s:36:\"thim_learnpress_cate_sub_title_color\";s:4:\"#999\";s:29:\"thim_collection_single_layout\";s:13:\"sidebar-right\";s:39:\"thim_collection_single_hide_breadcrumbs\";b:0;s:33:\"thim_collection_single_hide_title\";b:0;s:32:\"thim_collection_single_sub_title\";s:0:\"\";s:32:\"thim_collection_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:31:\"thim_collection_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_collection_single_title_color\";s:7:\"#ffffff\";s:38:\"thim_collection_single_sub_title_color\";s:4:\"#999\";s:28:\"thim_learnpress_single_popup\";b:1;s:29:\"thim_learnpress_one_course_id\";s:0:\"\";s:33:\"thim_learnpress_shortcode_contact\";s:0:\"\";s:30:\"thim_learnpress_timetable_link\";s:0:\"\";s:26:\"thim_learnpress_hidden_ads\";b:1;s:29:\"thim_learnpress_single_layout\";s:13:\"sidebar-right\";s:42:\"thim_learnpress_single_style_heading_title\";s:0:\"\";s:39:\"thim_learnpress_single_hide_breadcrumbs\";b:0;s:33:\"thim_learnpress_single_hide_title\";b:0;s:32:\"thim_learnpress_single_sub_title\";s:0:\"\";s:32:\"thim_learnpress_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:31:\"thim_learnpress_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_learnpress_single_title_color\";s:7:\"#ffffff\";s:38:\"thim_learnpress_single_sub_title_color\";s:4:\"#999\";s:17:\"group_tabs_course\";a:6:{i:0;s:11:\"description\";i:1;s:10:\"curriculum\";i:2;s:10:\"instructor\";i:3;s:13:\"announcements\";i:4;s:13:\"students-list\";i:5;s:6:\"review\";}s:18:\"default_tab_course\";s:11:\"description\";s:22:\"thim_event_cate_layout\";s:13:\"sidebar-right\";s:32:\"thim_event_cate_hide_breadcrumbs\";b:0;s:26:\"thim_event_cate_hide_title\";b:0;s:25:\"thim_event_cate_sub_title\";s:0:\"\";s:25:\"thim_event_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_event_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_event_cate_title_color\";s:7:\"#ffffff\";s:31:\"thim_event_cate_sub_title_color\";s:4:\"#999\";s:23:\"thim_event_display_year\";b:0;s:29:\"thim_event_disable_book_event\";b:0;s:24:\"thim_event_single_layout\";s:13:\"sidebar-right\";s:34:\"thim_event_single_hide_breadcrumbs\";b:0;s:28:\"thim_event_single_hide_title\";b:0;s:27:\"thim_event_single_sub_title\";s:0:\"\";s:27:\"thim_event_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:26:\"thim_event_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"thim_event_single_title_color\";s:7:\"#ffffff\";s:33:\"thim_event_single_sub_title_color\";s:4:\"#999\";s:23:\"thim_copyright_bg_color\";s:4:\"#111\";s:25:\"thim_copyright_text_color\";s:4:\"#999\";s:27:\"thim_copyright_border_color\";s:4:\"#222\";s:19:\"thim_copyright_text\";s:223:\"<a href=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\" target=\"_blank\">Education WordPress Theme</a> by <a href=\"http://www.thimpress.com\" target=\"_blank\">ThimPress.</a> Powered by WordPress.\";s:24:\"thim_footer_custom_class\";s:0:\"\";s:20:\"thim_footer_bg_color\";s:7:\"#111111\";s:17:\"thim_footer_color\";a:4:{s:5:\"title\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#ffffff\";s:4:\"link\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffb606\";}s:26:\"thim_footer_background_img\";s:0:\"\";s:21:\"thim_footer_bg_repeat\";s:9:\"no-repeat\";s:23:\"thim_footer_bg_position\";s:6:\"center\";s:25:\"thim_footer_bg_attachment\";s:7:\"inherit\";s:19:\"thim_footer_bg_size\";s:7:\"inherit\";s:22:\"thim_forum_cate_layout\";s:13:\"sidebar-right\";s:32:\"thim_forum_cate_hide_breadcrumbs\";b:0;s:26:\"thim_forum_cate_hide_title\";b:0;s:25:\"thim_forum_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_forum_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_forum_cate_title_color\";s:7:\"#ffffff\";s:31:\"thim_forum_cate_sub_title_color\";s:4:\"#999\";s:26:\"thim_single_404_page_title\";s:0:\"\";s:25:\"thim_single_404_sub_title\";s:0:\"\";s:25:\"thim_single_404_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_single_404_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_single_404_title_color\";s:7:\"#ffffff\";s:31:\"thim_single_404_sub_title_color\";s:4:\"#999\";s:15:\"thim_custom_css\";s:61:\".test-class{ color: red; }\n.hide-this-madafaka{display:none;}\";s:14:\"thim_custom_js\";s:0:\"\";s:16:\"thim_rtl_support\";b:0;s:15:\"thim_auto_login\";b:0;s:18:\"thim_smooth_scroll\";b:0;s:24:\"thim_remove_query_string\";b:0;s:16:\"thim_show_to_top\";b:1;s:12:\"thim_preload\";s:7:\"style_3\";s:18:\"thim_preload_image\";s:0:\"\";s:18:\"thim_preload_style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:5:\"color\";s:7:\"#ffb606\";}s:15:\"thim_box_layout\";s:4:\"wide\";s:16:\"thim_page_layout\";s:0:\"\";s:24:\"thim_layout_content_page\";s:6:\"normal\";s:14:\"thim_size_body\";s:6:\"normal\";s:9:\"thim_logo\";s:63:\"http://itworks.coding.al/wp-content/uploads/2018/03/logo-v8.png\";s:16:\"thim_sticky_logo\";s:63:\"http://itworks.coding.al/wp-content/uploads/2018/03/logo-v8.png\";s:15:\"thim_width_logo\";s:5:\"155px\";s:13:\"group_sharing\";a:5:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"pinterest\";i:3;s:6:\"google\";i:4;s:8:\"linkedin\";}s:19:\"thim_sticky_sidebar\";b:1;s:18:\"thim_bg_boxed_type\";s:5:\"image\";s:14:\"thim_bg_upload\";s:0:\"\";s:14:\"thim_bg_repeat\";s:9:\"no-repeat\";s:16:\"thim_bg_position\";s:6:\"center\";s:18:\"thim_bg_attachment\";s:7:\"inherit\";s:12:\"thim_bg_size\";s:7:\"inherit\";s:15:\"thim_bg_pattern\";s:77:\"http://itworks.coding.al/wp-content/themes/eduma/images/patterns/pattern1.png\";s:23:\"thim_body_primary_color\";s:7:\"#ffb606\";s:25:\"thim_body_secondary_color\";s:7:\"#4caf50\";s:23:\"thim_button_hover_color\";s:7:\"#e6a303\";s:22:\"thim_button_text_color\";s:4:\"#333\";s:18:\"thim_body_bg_color\";s:4:\"#fff\";s:15:\"thim_font_title\";a:3:{s:11:\"font-family\";s:11:\"Roboto Slab\";s:5:\"color\";s:7:\"#333333\";s:7:\"variant\";s:3:\"700\";}s:12:\"thim_font_h1\";a:3:{s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:5:\"1.6em\";s:14:\"text-transform\";s:4:\"none\";}s:12:\"thim_font_h2\";a:3:{s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:5:\"1.6em\";s:14:\"text-transform\";s:4:\"none\";}s:12:\"thim_font_h3\";a:3:{s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:5:\"1.6em\";s:14:\"text-transform\";s:4:\"none\";}s:12:\"thim_font_h4\";a:3:{s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:5:\"1.6em\";s:14:\"text-transform\";s:4:\"none\";}s:12:\"thim_font_h5\";a:3:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:5:\"1.6em\";s:14:\"text-transform\";s:4:\"none\";}s:12:\"thim_font_h6\";a:3:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:5:\"1.4em\";s:14:\"text-transform\";s:4:\"none\";}s:14:\"thim_font_body\";a:5:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"400\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:5:\"1.7em\";s:5:\"color\";s:7:\"#666666\";}s:21:\"thim_google_analytics\";s:0:\"\";s:19:\"thim_facebook_pixel\";s:0:\"\";s:22:\"thim_body_custom_class\";s:0:\"\";s:22:\"thim_register_redirect\";s:0:\"\";s:19:\"thim_login_redirect\";s:0:\"\";s:24:\"thim_page_builder_chosen\";s:0:\"\";s:22:\"thim_size_thumb_avatar\";s:0:\"\";s:21:\"thim_size_full_avatar\";s:0:\"\";s:17:\"thim_header_style\";s:9:\"header_v1\";s:16:\"thim_header_size\";s:7:\"default\";s:20:\"thim_header_position\";s:14:\"header_overlay\";s:14:\"thim_main_menu\";a:2:{s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"14px\";}s:23:\"thim_bg_main_menu_color\";s:19:\"rgba(255,255,255,0)\";s:25:\"thim_main_menu_text_color\";s:7:\"#ffffff\";s:31:\"thim_main_menu_text_hover_color\";s:7:\"#ffffff\";s:25:\"thim_bg_mobile_menu_color\";s:7:\"#232323\";s:27:\"thim_mobile_menu_text_color\";s:4:\"#777\";s:33:\"thim_mobile_menu_text_hover_color\";s:4:\"#fff\";s:23:\"thim_config_logo_mobile\";s:4:\"same\";s:16:\"thim_logo_mobile\";s:64:\"http://itworks.coding.al/wp-content/themes/eduma/images/logo.png\";s:23:\"thim_sticky_logo_mobile\";s:71:\"http://itworks.coding.al/wp-content/themes/eduma/images/sticky-logo.png\";s:30:\"thim_display_login_menu_mobile\";b:1;s:18:\"thim_header_sticky\";b:1;s:22:\"thim_config_att_sticky\";s:13:\"sticky_custom\";s:30:\"thim_sticky_bg_main_menu_color\";s:4:\"#fff\";s:32:\"thim_sticky_main_menu_text_color\";s:4:\"#333\";s:38:\"thim_sticky_main_menu_text_hover_color\";s:4:\"#333\";s:22:\"thim_sub_menu_bg_color\";s:7:\"#ffffff\";s:26:\"thim_sub_menu_border_color\";s:16:\"rgba(43,43,43,0)\";s:24:\"thim_sub_menu_text_color\";s:4:\"#999\";s:30:\"thim_sub_menu_text_color_hover\";s:4:\"#333\";s:17:\"thim_toolbar_show\";b:1;s:12:\"thim_toolbar\";a:1:{s:9:\"font-size\";s:4:\"12px\";}s:21:\"thim_bg_color_toolbar\";s:4:\"#111\";s:23:\"thim_text_color_toolbar\";s:7:\"#ababab\";s:23:\"thim_link_color_toolbar\";s:4:\"#fff\";s:29:\"thim_link_hover_color_toolbar\";s:4:\"#fff\";s:26:\"thim_portfolio_cate_layout\";s:12:\"full-content\";s:36:\"thim_portfolio_cate_hide_breadcrumbs\";b:0;s:30:\"thim_portfolio_cate_hide_title\";b:0;s:29:\"thim_portfolio_cate_sub_title\";s:0:\"\";s:29:\"thim_portfolio_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:28:\"thim_portfolio_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:31:\"thim_portfolio_cate_title_color\";s:7:\"#ffffff\";s:35:\"thim_portfolio_cate_sub_title_color\";s:4:\"#999\";s:28:\"thim_portfolio_single_layout\";s:13:\"sidebar-right\";s:38:\"thim_portfolio_single_hide_breadcrumbs\";b:0;s:32:\"thim_portfolio_single_hide_title\";b:0;s:31:\"thim_portfolio_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:30:\"thim_portfolio_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:33:\"thim_portfolio_single_title_color\";s:7:\"#ffffff\";s:37:\"thim_portfolio_single_sub_title_color\";s:4:\"#999\";s:20:\"thim_woo_cate_layout\";s:12:\"full-content\";s:28:\"thim_woo_cate_display_layout\";s:4:\"grid\";s:33:\"thim_woo_cate_style_heading_title\";s:0:\"\";s:30:\"thim_woo_cate_hide_breadcrumbs\";b:0;s:24:\"thim_woo_cate_hide_title\";b:0;s:23:\"thim_woo_cate_sub_title\";s:0:\"\";s:23:\"thim_woo_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:22:\"thim_woo_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:25:\"thim_woo_cate_title_color\";s:7:\"#ffffff\";s:29:\"thim_woo_cate_sub_title_color\";s:4:\"#999\";s:23:\"thim_woo_product_column\";s:1:\"3\";s:25:\"thim_woo_product_per_page\";i:9;s:20:\"thim_woo_set_show_qv\";b:1;s:22:\"thim_woo_single_layout\";s:13:\"sidebar-right\";s:35:\"thim_woo_single_style_heading_title\";s:0:\"\";s:32:\"thim_woo_single_hide_breadcrumbs\";b:0;s:26:\"thim_woo_single_hide_title\";b:0;s:25:\"thim_woo_single_sub_title\";s:0:\"\";s:25:\"thim_woo_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:24:\"thim_woo_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:27:\"thim_woo_single_title_color\";s:7:\"#ffffff\";s:31:\"thim_woo_single_sub_title_color\";s:4:\"#999\";s:21:\"thim_team_cate_layout\";s:13:\"sidebar-right\";s:23:\"thim_team_cate_per_page\";i:12;s:31:\"thim_team_cate_hide_breadcrumbs\";b:0;s:25:\"thim_team_cate_hide_title\";b:0;s:24:\"thim_team_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:23:\"thim_team_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:26:\"thim_team_cate_title_color\";s:7:\"#ffffff\";s:30:\"thim_team_cate_sub_title_color\";s:4:\"#999\";s:23:\"thim_team_single_layout\";s:13:\"sidebar-right\";s:33:\"thim_team_single_hide_breadcrumbs\";b:0;s:27:\"thim_team_single_hide_title\";b:0;s:26:\"thim_team_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:25:\"thim_team_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:28:\"thim_team_single_title_color\";s:7:\"#ffffff\";s:32:\"thim_team_single_sub_title_color\";s:4:\"#999\";s:29:\"thim_testimonials_cate_layout\";s:13:\"sidebar-right\";s:39:\"thim_testimonials_cate_hide_breadcrumbs\";b:0;s:33:\"thim_testimonials_cate_hide_title\";b:0;s:32:\"thim_testimonials_cate_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:31:\"thim_testimonials_cate_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:34:\"thim_testimonials_cate_title_color\";s:7:\"#ffffff\";s:38:\"thim_testimonials_cate_sub_title_color\";s:4:\"#999\";s:31:\"thim_testimonials_single_layout\";s:13:\"sidebar-right\";s:41:\"thim_testimonials_single_hide_breadcrumbs\";b:0;s:35:\"thim_testimonials_single_hide_title\";b:0;s:34:\"thim_testimonials_single_top_image\";s:67:\"http://itworks.coding.al/wp-content/themes/eduma/images/bg-page.jpg\";s:33:\"thim_testimonials_single_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:36:\"thim_testimonials_single_title_color\";s:7:\"#ffffff\";s:40:\"thim_testimonials_single_sub_title_color\";s:4:\"#999\";s:20:\"thim_core_stylesheet\";s:74:\"//itworks.coding.al/wp-content/uploads/tc_stylesheets/eduma.1529864006.css\";}','yes'),(12734,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:11;s:3:\"all\";i:11;s:8:\"approved\";s:2:\"11\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(12978,'mo_openid_enable_custom_app_google','1','yes'),(12979,'mo_openid_enable_custom_app_facebook','1','yes'),(12980,'mo_openid_enable_custom_app_twitter','1','yes'),(12981,'mo_openid_gdpr_consent_enable','0','yes'),(12982,'mo_openid_privacy_policy_text','terms and conditions','yes'),(12983,'mo_openid_gdpr_consent_message','I accept the terms and conditions.','yes'),(12984,'mo_openid_social_login_version','7.0.2','yes'),(12999,'woocommerce_erasure_request_removes_order_data','no','no'),(13000,'woocommerce_erasure_request_removes_download_data','no','no'),(13001,'wp_page_for_privacy_policy','','yes'),(13002,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(13003,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(13004,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(13005,'woocommerce_trash_pending_orders','','no'),(13006,'woocommerce_trash_failed_orders','','no'),(13007,'woocommerce_trash_cancelled_orders','','no'),(13008,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(13009,'woocommerce_single_image_width','600','yes'),(13010,'woocommerce_thumbnail_image_width','300','yes'),(13011,'woocommerce_checkout_highlight_required_fields','yes','yes'),(13012,'woocommerce_demo_store','no','no'),(13013,'woocommerce_version','3.4.3','yes'),(13024,'learn_press_check_tables','yes','yes'),(13039,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.8-partial-4.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.4\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.8-partial-4.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-rollback-4.zip\";}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.4\";s:9:\"new_files\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.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-4.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.7-partial-4.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-rollback-4.zip\";}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.4\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1539024108;s:15:\"version_checked\";s:5:\"4.9.4\";s:12:\"translations\";a:0:{}}','no'),(13641,'_transient_checkout_enroll_course_id','5063','yes'),(13886,'rs-templates-new','','no'),(13887,'_site_transient_timeout_thim_core_information_plugins','1539067308','no'),(13888,'_site_transient_thim_core_information_plugins','a:26:{i:0;O:8:\"stdClass\":12:{s:4:\"name\";s:24:\"LearnPress - Assignments\";s:4:\"slug\";s:22:\"learnpress-assignments\";s:7:\"version\";s:5:\"3.0.6\";s:17:\"short_description\";s:34:\"Assignments add-on for LearnPress.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:5936;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:1;O:8:\"stdClass\":12:{s:4:\"name\";s:26:\"LearnPress - Announcements\";s:4:\"slug\";s:24:\"learnpress-announcements\";s:7:\"version\";s:5:\"3.0.1\";s:17:\"short_description\";s:100:\"LearnPress Announcements is an extension plugin to provide announcemnts for course in LearnPress. \r\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.6\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:9127;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:2;O:8:\"stdClass\":12:{s:4:\"name\";s:9:\"Thim Core\";s:4:\"slug\";s:9:\"thim-core\";s:7:\"version\";s:5:\"1.9.0\";s:17:\"short_description\";s:109:\"The Ultimate Core Processor of all WordPress themes by ThimPress - Manage your website easier with Thim Core.\";s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"4.9.5\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:21:\"https://thimpress.com\";s:8:\"homepage\";s:40:\"https://thimpresswp.github.io/thim-core/\";s:10:\"downloaded\";i:23275;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:3:{i:0;s:5:\"admin\";i:1;s:9:\"customize\";i:2;s:9:\"framework\";}}i:3;O:8:\"stdClass\":12:{s:4:\"name\";s:15:\"Eduma Demo Data\";s:4:\"slug\";s:15:\"eduma-demo-data\";s:7:\"version\";s:5:\"1.2.1\";s:17:\"short_description\";s:30:\"Demo data for the theme Eduma.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:21:\"https://thimpress.com\";s:8:\"homepage\";s:21:\"https://thimpress.com\";s:10:\"downloaded\";i:41923;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:4;O:8:\"stdClass\":12:{s:4:\"name\";s:59:\"WP Events Manager - WooCommerce Payment Methods Integration\";s:4:\"slug\";s:29:\"wp-events-manager-woo-payment\";s:7:\"version\";s:3:\"2.4\";s:17:\"short_description\";s:77:\"Support paying for a booking with the payment methods provided by Woocommerce\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:21:\"http://thimpress.com/\";s:8:\"homepage\";s:21:\"http://thimpress.com/\";s:10:\"downloaded\";i:5981;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:5;O:8:\"stdClass\":12:{s:4:\"name\";s:26:\"LearnPress - Students List\";s:4:\"slug\";s:24:\"learnpress-students-list\";s:7:\"version\";s:5:\"3.0.1\";s:17:\"short_description\";s:17:\"== Description ==\";s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"4.9.7\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:9435;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:6;O:8:\"stdClass\":12:{s:4:\"name\";s:27:\"LearnPress - Stripe Payment\";s:4:\"slug\";s:17:\"learnpress-stripe\";s:7:\"version\";s:5:\"3.0.0\";s:17:\"short_description\";s:38:\"Stripe payment gateway for LearnPress.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:5619;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:7;O:8:\"stdClass\":12:{s:4:\"name\";s:36:\"LearnPress - Sorting Choice Question\";s:4:\"slug\";s:25:\"learnpress-sorting-choice\";s:7:\"version\";s:5:\"3.0.0\";s:17:\"short_description\";s:87:\"Sorting Choice provide ability to sorting the options of a question to the right order.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:7275;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:8;O:8:\"stdClass\":12:{s:4:\"name\";s:24:\"LearnPress - Random Quiz\";s:4:\"slug\";s:22:\"learnpress-random-quiz\";s:7:\"version\";s:5:\"3.0.1\";s:17:\"short_description\";s:32:\"Randomize questions inside quiz.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:7421;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:9;O:8:\"stdClass\":12:{s:4:\"name\";s:31:\"LearnPress - myCRED Integration\";s:4:\"slug\";s:17:\"learnpress-mycred\";s:7:\"version\";s:5:\"3.0.2\";s:17:\"short_description\";s:50:\"Running with the point management system - myCRED.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:6676;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:10;O:8:\"stdClass\":12:{s:4:\"name\";s:22:\"LearnPress - Gradebook\";s:4:\"slug\";s:20:\"learnpress-gradebook\";s:7:\"version\";s:5:\"3.0.4\";s:17:\"short_description\";s:18:\"== Description ==\r\";s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"4.9.5\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:9715;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:11;O:8:\"stdClass\":12:{s:4:\"name\";s:25:\"LearnPress - Content Drip\";s:4:\"slug\";s:23:\"learnpress-content-drip\";s:7:\"version\";s:5:\"3.0.6\";s:17:\"short_description\";s:17:\"== Description ==\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.6\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:11685;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:17:{i:0;s:4:\"drip\";i:1;s:3:\"lms\";i:2;s:10:\"commission\";i:3;s:3:\"fee\";i:4;s:10:\"learnpress\";i:5;s:9:\"elearning\";i:6;s:10:\"e-learning\";i:7;s:26:\"learning management system\";i:8;s:9:\"education\";i:9;s:6:\"course\";i:10;s:7:\"courses\";i:11;s:4:\"quiz\";i:12;s:7:\"quizzes\";i:13;s:9:\"questions\";i:14;s:8:\"training\";i:15;s:4:\"guru\";i:16;s:12:\"sell courses\";}}i:12;O:8:\"stdClass\":12:{s:4:\"name\";s:34:\"LearnPress - Instructor Commission\";s:4:\"slug\";s:21:\"learnpress-commission\";s:7:\"version\";s:5:\"3.0.0\";s:17:\"short_description\";s:18:\"== Description ==\r\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.4\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:6744;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:16:{i:0;s:3:\"lms\";i:1;s:10:\"commission\";i:2;s:3:\"fee\";i:3;s:10:\"learnpress\";i:4;s:9:\"elearning\";i:5;s:10:\"e-learning\";i:6;s:26:\"learning management system\";i:7;s:9:\"education\";i:8;s:6:\"course\";i:9;s:7:\"courses\";i:10;s:4:\"quiz\";i:11;s:7:\"quizzes\";i:12;s:9:\"questions\";i:13;s:8:\"training\";i:14;s:4:\"guru\";i:15;s:12:\"sell courses\";}}i:13;O:8:\"stdClass\":12:{s:4:\"name\";s:32:\"LearnPress - Coming Soon Courses\";s:4:\"slug\";s:30:\"learnpress-coming-soon-courses\";s:7:\"version\";s:5:\"3.0.2\";s:17:\"short_description\";s:18:\"== Description ==\r\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.4\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:10266;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:18:{i:0;s:11:\"coming soon\";i:1;s:8:\"schedule\";i:2;s:3:\"lms\";i:3;s:10:\"commission\";i:4;s:3:\"fee\";i:5;s:10:\"learnpress\";i:6;s:9:\"elearning\";i:7;s:10:\"e-learning\";i:8;s:26:\"learning management system\";i:9;s:9:\"education\";i:10;s:6:\"course\";i:11;s:7:\"courses\";i:12;s:4:\"quiz\";i:13;s:7:\"quizzes\";i:14;s:9:\"questions\";i:15;s:8:\"training\";i:16;s:4:\"guru\";i:17;s:12:\"sell courses\";}}i:14;O:8:\"stdClass\":12:{s:4:\"name\";s:34:\"LearnPress - Authorize.Net Payment\";s:4:\"slug\";s:31:\"learnpress-authorizenet-payment\";s:7:\"version\";s:5:\"3.0.0\";s:17:\"short_description\";s:40:\"Integration authorize.net to LearnPress.\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.2\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:4194;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:15:{i:0;s:9:\"authorize\";i:1;s:7:\"payment\";i:2;s:3:\"lms\";i:3;s:9:\"elearning\";i:4;s:10:\"e-learning\";i:5;s:26:\"learning management system\";i:6;s:9:\"education\";i:7;s:6:\"course\";i:8;s:7:\"courses\";i:9;s:4:\"quiz\";i:10;s:7:\"quizzes\";i:11;s:9:\"questions\";i:12;s:8:\"training\";i:13;s:4:\"guru\";i:14;s:12:\"sell courses\";}}i:15;O:8:\"stdClass\":12:{s:4:\"name\";s:52:\"LearnPress - WooCommerce Payment Methods Integration\";s:4:\"slug\";s:22:\"learnpress-woo-payment\";s:7:\"version\";s:5:\"3.1.3\";s:17:\"short_description\";s:109:\"LearnPress Woo Payment is an extension plugin to integrate Woocommerce to LearnPress as a payment solution. \";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.4\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:19675;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:16;O:8:\"stdClass\":12:{s:4:\"name\";s:12:\"Thim Twitter\";s:4:\"slug\";s:12:\"thim-twitter\";s:7:\"version\";s:5:\"1.0.0\";s:17:\"short_description\";s:18:\"== Description ==\r\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"Thimpress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:20:\"http://thimpress.com\";s:10:\"downloaded\";i:9862;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:17;O:8:\"stdClass\":12:{s:4:\"name\";s:27:\"LearnPress - Co-Instructors\";s:4:\"slug\";s:24:\"learnpress-co-instructor\";s:7:\"version\";s:5:\"3.0.4\";s:17:\"short_description\";s:40:\"Building courses with other instructors.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:18515;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:18;O:8:\"stdClass\":12:{s:4:\"name\";s:44:\"LearnPress - Paid Membership Pro Integration\";s:4:\"slug\";s:30:\"learnpress-paid-membership-pro\";s:7:\"version\";s:5:\"3.1.5\";s:17:\"short_description\";s:17:\"== Description ==\";s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"4.9.1\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:36407;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:19;O:8:\"stdClass\":12:{s:4:\"name\";s:24:\"LearnPress - Collections\";s:4:\"slug\";s:22:\"learnpress-collections\";s:7:\"version\";s:5:\"3.0.0\";s:17:\"short_description\";s:17:\"== Description ==\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.2\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:16703;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:13:{i:0;s:3:\"lms\";i:1;s:9:\"elearning\";i:2;s:10:\"e-learning\";i:3;s:26:\"learning management system\";i:4;s:9:\"education\";i:5;s:6:\"course\";i:6;s:7:\"courses\";i:7;s:4:\"quiz\";i:8;s:7:\"quizzes\";i:9;s:9:\"questions\";i:10;s:8:\"training\";i:11;s:4:\"guru\";i:12;s:12:\"sell courses\";}}i:20;O:8:\"stdClass\":12:{s:4:\"name\";s:25:\"LearnPress - Certificates\";s:4:\"slug\";s:23:\"learnpress-certificates\";s:7:\"version\";s:5:\"3.0.5\";s:17:\"short_description\";s:46:\"Create certificates for courses of LearnPress.\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.6\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:10:\"downloaded\";i:19501;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:14:{i:0;s:11:\"certificate\";i:1;s:3:\"lms\";i:2;s:9:\"elearning\";i:3;s:10:\"e-learning\";i:4;s:26:\"learning management system\";i:5;s:9:\"education\";i:6;s:6:\"course\";i:7;s:7:\"courses\";i:8;s:4:\"quiz\";i:9;s:7:\"quizzes\";i:10;s:9:\"questions\";i:11;s:8:\"training\";i:12;s:4:\"guru\";i:13;s:12:\"sell courses\";}}i:21;O:8:\"stdClass\":12:{s:4:\"name\";s:14:\"Thim Portfolio\";s:4:\"slug\";s:12:\"tp-portfolio\";s:7:\"version\";s:3:\"1.7\";s:17:\"short_description\";s:52:\"A plugin that allows you to show off your portfolio.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:20:\"http://thimpress.com\";s:8:\"homepage\";s:20:\"http://thimpress.com\";s:10:\"downloaded\";i:41366;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:22;O:8:\"stdClass\":12:{s:4:\"name\";s:17:\"Thim Testimonials\";s:4:\"slug\";s:17:\"thim-testimonials\";s:7:\"version\";s:5:\"1.3.1\";s:17:\"short_description\";s:55:\"A plugin that allows you to show off your testimonials.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:21:\"https://thimpress.com\";s:8:\"homepage\";s:21:\"https://thimpress.com\";s:10:\"downloaded\";i:38143;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:23;O:8:\"stdClass\":12:{s:4:\"name\";s:13:\"Thim Our Team\";s:4:\"slug\";s:13:\"thim-our-team\";s:7:\"version\";s:5:\"1.3.1\";s:17:\"short_description\";s:55:\"A plugin that allows you to show off your team members.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:9:\"ThimPress\";s:14:\"author_profile\";s:21:\"https://thimpress.com\";s:8:\"homepage\";s:21:\"https://thimpress.com\";s:10:\"downloaded\";i:34740;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:24;O:8:\"stdClass\":12:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"5.4.8\";s:17:\"short_description\";s:45:\"Slider Revolution - Premium responsive slider\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:10:\"ThemePunch\";s:14:\"author_profile\";s:22:\"https://themepunch.com\";s:8:\"homepage\";s:34:\"https://revolution.themepunch.com/\";s:10:\"downloaded\";i:60720;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}i:25;O:8:\"stdClass\":12:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:4:\"slug\";s:11:\"js_composer\";s:7:\"version\";s:7:\"5.5.4.1\";s:17:\"short_description\";s:157:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.\";s:8:\"requires\";s:0:\"\";s:6:\"tested\";s:0:\"\";s:6:\"author\";s:24:\"Michael M - WPBakery.com\";s:14:\"author_profile\";s:19:\"http://wpbakery.com\";s:8:\"homepage\";s:19:\"http://wpbakery.com\";s:10:\"downloaded\";i:51969;s:13:\"download_link\";s:0:\"\";s:4:\"tags\";a:0:{}}}','no'),(13889,'_site_transient_timeout_thim_core_check_self_update','1539024708','no'),(13890,'_site_transient_thim_core_check_self_update','a:21:{s:4:\"name\";s:9:\"Thim Core\";s:4:\"slug\";s:9:\"thim-core\";s:7:\"version\";s:5:\"1.9.0\";s:6:\"author\";s:21:\"https://thimpress.com\";s:14:\"author_profile\";s:21:\"https://thimpress.com\";s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"4.9.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:6:\"rating\";i:0;s:11:\"num_ratings\";i:0;s:7:\"ratings\";O:8:\"stdClass\":0:{}s:10:\"downloaded\";i:0;s:12:\"last_updated\";s:0:\"\";s:5:\"added\";s:0:\"\";s:8:\"homepage\";s:40:\"https://thimpresswp.github.io/thim-core/\";s:8:\"sections\";O:8:\"stdClass\":1:{s:11:\"description\";s:5:\"@todo\";}s:17:\"short_description\";s:65:\"The Ultimate Core Processor of all WordPress themes by ThimPress.\";s:13:\"download_link\";s:53:\"https://thimpresswp.github.io/thim-core/thim-core.zip\";s:4:\"tags\";O:8:\"stdClass\":0:{}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:65:\"https://thimpresswp.github.io/thim-core/static/banner-772x250.jpg\";s:4:\"high\";s:66:\"https://thimpresswp.github.io/thim-core/static/banner-1544x500.jpg\";}}','no'),(13891,'_site_transient_timeout_theme_roots','1539025909','no'),(13892,'_site_transient_theme_roots','a:4:{s:5:\"eduma\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(13893,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1539024110;s:7:\"checked\";a:4:{s:5:\"eduma\";s:5:\"3.4.3\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.5\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.7.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(13894,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1539024111;s:7:\"checked\";a:23:{s:19:\"akismet/akismet.php\";s:5:\"4.0.8\";s:19:\"bbpress/bbpress.php\";s:6:\"2.5.14\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:5:\"2.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.2\";s:35:\"eduma-demo-data/eduma-demo-data.php\";s:5:\"1.2.1\";s:9:\"hello.php\";s:3:\"1.6\";s:25:\"learnpress/learnpress.php\";s:5:\"3.0.9\";s:53:\"learnpress-course-review/learnpress-course-review.php\";s:5:\"3.0.3\";s:43:\"learnpress-wishlist/learnpress-wishlist.php\";s:5:\"3.0.1\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.2.3\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:5:\"2.6.9\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:7:\"1.9.5.1\";s:23:\"revslider/revslider.php\";s:7:\"5.4.7.4\";s:58:\"miniorange-login-openid/miniorange_openid_sso_settings.php\";s:5:\"6.6.7\";s:23:\"thim-core/thim-core.php\";s:5:\"1.9.0\";s:22:\"thim-our-team/init.php\";s:5:\"1.3.1\";s:29:\"tp-portfolio/tp-portfolio.php\";s:3:\"1.6\";s:39:\"thim-testimonials/thim-testimonials.php\";s:5:\"1.3.1\";s:29:\"widget-logic/widget_logic.php\";s:5:\"5.9.0\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.4.3\";s:27:\"js_composer/js_composer.php\";s:3:\"5.5\";s:39:\"wp-events-manager/wp-events-manager.php\";s:7:\"2.1.7.2\";s:33:\"wp-user-avatar/wp-user-avatar.php\";s:5:\"2.1.1\";}s:8:\"response\";a:10:{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.0.4\";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.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:228:\"<p>This is a security and maintenance release and we strongly encourage you to update to it immediately. For more information, refer to the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a>.</p>\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"learnpress/learnpress.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/learnpress\";s:4:\"slug\";s:10:\"learnpress\";s:6:\"plugin\";s:25:\"learnpress/learnpress.php\";s:11:\"new_version\";s:8:\"3.0.12.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/learnpress/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/learnpress.3.0.12.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/learnpress/assets/icon-256x256.png?rev=1176138\";s:2:\"1x\";s:63:\"https://ps.w.org/learnpress/assets/icon-128x128.png?rev=1176138\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/learnpress/assets/banner-1544x500.jpg?rev=1176138\";s:2:\"1x\";s:65:\"https://ps.w.org/learnpress/assets/banner-772x250.jpg?rev=1176138\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":12:{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.2.5\";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.2.5.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:6:\"tested\";s:5:\"4.9.9\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:5:\"2.8.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"paid-memberships-pro/paid-memberships-pro.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/paid-memberships-pro\";s:4:\"slug\";s:20:\"paid-memberships-pro\";s:6:\"plugin\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:11:\"new_version\";s:7:\"1.9.5.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/paid-memberships-pro/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/paid-memberships-pro.1.9.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/paid-memberships-pro/assets/icon-256x256.png?rev=983614\";s:2:\"1x\";s:72:\"https://ps.w.org/paid-memberships-pro/assets/icon-128x128.png?rev=983614\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/paid-memberships-pro/assets/banner-1544x500.jpg?rev=1938770\";s:2:\"1x\";s:75:\"https://ps.w.org/paid-memberships-pro/assets/banner-772x250.jpg?rev=1241606\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:58:\"miniorange-login-openid/miniorange_openid_sso_settings.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/miniorange-login-openid\";s:4:\"slug\";s:23:\"miniorange-login-openid\";s:6:\"plugin\";s:58:\"miniorange-login-openid/miniorange_openid_sso_settings.php\";s:11:\"new_version\";s:5:\"7.0.2\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/miniorange-login-openid/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/miniorange-login-openid.7.0.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/miniorange-login-openid/assets/icon-128x128.png?rev=1855366\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/miniorange-login-openid/assets/banner-772x250.png?rev=1855366\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:91:\"<ul>\n<li>Slider Issue fixed. </li>\n<li>CSS Issue Fixed</li>\n<li>Minor bug fixes.</li>\n</ul>\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"wp-events-manager/wp-events-manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/wp-events-manager\";s:4:\"slug\";s:17:\"wp-events-manager\";s:6:\"plugin\";s:39:\"wp-events-manager/wp-events-manager.php\";s:11:\"new_version\";s:7:\"2.1.7.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-events-manager/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-events-manager.2.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-events-manager/assets/icon-256x256.png?rev=1619093\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-events-manager/assets/icon-128x128.png?rev=1619093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wp-events-manager/assets/banner-1544x500.png?rev=1619093\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-events-manager/assets/banner-772x250.png?rev=1619093\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"wp-user-avatar/wp-user-avatar.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/wp-user-avatar\";s:4:\"slug\";s:14:\"wp-user-avatar\";s:6:\"plugin\";s:33:\"wp-user-avatar/wp-user-avatar.php\";s:11:\"new_version\";s:5:\"2.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-user-avatar/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-user-avatar.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-user-avatar/assets/icon-256x256.png?rev=1755722\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-user-avatar/assets/icon-128x128.png?rev=1755722\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-user-avatar/assets/banner-772x250.png?rev=882713\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.5.4\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.8.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:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011\";s:2:\"1x\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";}}s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/black-studio-tinymce-widget\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.6.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-256x256.png?rev=1002774\";s:2:\"1x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-128x128.png?rev=1002774\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=1002774\";s:2:\"1x\";s:82:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-772x250.png?rev=1002774\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"learnpress-course-review/learnpress-course-review.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/learnpress-course-review\";s:4:\"slug\";s:24:\"learnpress-course-review\";s:6:\"plugin\";s:53:\"learnpress-course-review/learnpress-course-review.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/learnpress-course-review/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/learnpress-course-review/assets/icon-256x256.png?rev=1181737\";s:2:\"1x\";s:77:\"https://ps.w.org/learnpress-course-review/assets/icon-128x128.png?rev=1181737\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/learnpress-course-review/assets/banner-1544x500.jpg?rev=1181737\";s:2:\"1x\";s:79:\"https://ps.w.org/learnpress-course-review/assets/banner-772x250.jpg?rev=1181737\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"learnpress-wishlist/learnpress-wishlist.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/learnpress-wishlist\";s:4:\"slug\";s:19:\"learnpress-wishlist\";s:6:\"plugin\";s:43:\"learnpress-wishlist/learnpress-wishlist.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/learnpress-wishlist/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/learnpress-wishlist/assets/icon-256x256.png?rev=1181755\";s:2:\"1x\";s:72:\"https://ps.w.org/learnpress-wishlist/assets/icon-128x128.png?rev=1181755\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/learnpress-wishlist/assets/banner-1544x500.jpg?rev=1181755\";s:2:\"1x\";s:74:\"https://ps.w.org/learnpress-wishlist/assets/banner-772x250.jpg?rev=1181755\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"widget-logic/widget_logic.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/widget-logic\";s:4:\"slug\";s:12:\"widget-logic\";s:6:\"plugin\";s:29:\"widget-logic/widget_logic.php\";s:11:\"new_version\";s:5:\"5.9.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/widget-logic/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/widget-logic.5.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/widget-logic/assets/icon-256x256.png?rev=1619621\";s:2:\"1x\";s:65:\"https://ps.w.org/widget-logic/assets/icon-128x128.png?rev=1619621\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/widget-logic/assets/banner-1544x500.jpg?rev=1619643\";s:2:\"1x\";s:67:\"https://ps.w.org/widget-logic/assets/banner-772x250.jpg?rev=1619643\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/widget-logic/assets/banner-1544x500-rtl.jpg?rev=1619621\";s:2:\"1x\";s:71:\"https://ps.w.org/widget-logic/assets/banner-772x250-rtl.jpg?rev=1619621\";}}}}','no'),(13895,'rs-templates','a:2:{s:6:\"slider\";a:232:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:20:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:20:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:23:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:23:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:23:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:23:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:23:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:23:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:23:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:23:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:23:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:23:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:23:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:20:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:20:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:20:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:235:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}}}','no'),(13899,'_site_transient_timeout_browser_fcf9f700615c94559ffe3206a839a5f2','1539628961','no'),(13900,'_site_transient_browser_fcf9f700615c94559ffe3206a839a5f2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:5:\"Linux\";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'),(13901,'pmpro_license_check','a:2:{s:7:\"license\";b:0;s:7:\"enddate\";i:0;}','no'),(13902,'_transient_timeout_thim_core_welcome_panel_data','1539110562','no'),(13903,'_transient_thim_core_welcome_panel_data','a:4:{s:15:\"html_below_post\";s:319:\"Before you write, read this: <a href=\"http://www.wpbeginner.com/beginners-guide/properly-seo-functions-wordpress-posts/\" target=\"_blank\" rel=\"noopener noreferrer\">How to write SEO article</a>, and <a href=\"https://goo.gl/bxFFuf\" target=\"_blank\" rel=\"noopener noreferrer\">How to make your visitors stay on your site</a>.\";s:15:\"html_below_page\";s:261:\"Learn <a href=\"https://thewpcourse.com/how-to-use-visual-composer/\" target=\"_blank\" rel=\"noopener noreferrer\">How to use Visual Composer</a> or How to use <a href=\"https://goo.gl/hNNgKT\" target=\"_blank\" rel=\"noopener noreferrer\">Page Builder by SiteOrigin</a>.\";s:17:\"html_below_plugin\";s:376:\"Recommended plugins:\r\n\r\n<a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack by WordPress.com</a>, <a href=\"https://thimpress.com/wordpress/learnpress/\" target=\"_blank\" rel=\"noopener noreferrer\">LearnPress Add-Ons</a>, <a href=\"https://wordpress.org/plugins/autoptimize/\" target=\"_blank\" rel=\"noopener noreferrer\">Autoptimize</a>.\";s:5:\"posts\";a:4:{i:0;O:8:\"stdClass\":4:{s:5:\"title\";s:105:\"Maintenance, Customization & Development WordPress Service from ThimPress: Let us be your WordPress guys!\";s:4:\"link\";s:75:\"https://wp.thimpress.com/all-in-one-wordpress-service-by-thimpress/#new_tab\";s:9:\"thumbnail\";s:595:\"<img width=\"869\" height=\"519\" src=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/All-in-one-service.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/All-in-one-service.jpg 869w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/All-in-one-service-300x179.jpg 300w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/All-in-one-service-768x459.jpg 768w\" sizes=\"(max-width: 869px) 100vw, 869px\" />\";s:7:\"excerpt\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:5:\"title\";s:65:\"How to Create an Online Course with LearnPress WordPress LMS 2018\";s:4:\"link\";s:43:\"https://www.youtube.com/watch?v=Z9QT_CGevhg\";s:9:\"thumbnail\";s:690:\"<img width=\"1280\" height=\"720\" src=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/maxresdefault.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/maxresdefault.jpg 1280w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/maxresdefault-300x169.jpg 300w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/maxresdefault-768x432.jpg 768w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/09/maxresdefault-1024x576.jpg 1024w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />\";s:7:\"excerpt\";s:246:\"Learn how to use LearnPress WordPress Learning Management System to Create an online course for your own website. Creating courses with LearnPress is easy, fast and convenience. There are many options, features that can fit any of your purpose.\r\n\";}i:2;O:8:\"stdClass\":4:{s:5:\"title\";s:50:\"Introducing WP Bakery Page Builder for Coaching WP\";s:4:\"link\";s:33:\"https://thimpress.com/go/coaching\";s:9:\"thumbnail\";s:579:\"<img width=\"800\" height=\"420\" src=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/07/Coaching-newvc.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/07/Coaching-newvc.jpg 800w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/07/Coaching-newvc-300x158.jpg 300w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/07/Coaching-newvc-768x403.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\";s:7:\"excerpt\";s:195:\"Creating your Coaching website now even easier with WP Bakery PageBuilder. \r\n#Health_Coach, #Life_Coaching, #Business_Coaching or even #Consulting - Nothing is too complicated with Coaching WP.\r\n\";}i:3;O:8:\"stdClass\":4:{s:5:\"title\";s:35:\"Education WordPress Themes: Top 100\";s:4:\"link\";s:41:\"https://wpthemes.thimpress.com/education/\";s:9:\"thumbnail\";s:463:\"<img width=\"751\" height=\"434\" src=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/06/Screenshot_1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/06/Screenshot_1.jpg 751w, https://preview.thimpress.com/thewpcourse/wp-content/uploads/sites/9/2018/06/Screenshot_1-300x173.jpg 300w\" sizes=\"(max-width: 751px) 100vw, 751px\" />\";s:7:\"excerpt\";s:225:\"Buy Now and enjoy up to 50% discount. Sale Ending Soon!\r\nThis is a hand-picked collection of the best education WordPress themes\r\ndesigned for university, college, school, online courses\r\nand other education related websites.\";}}}','no'),(13904,'_transient_timeout_lp_envato_item_data_14058034','1539027762','no'),(13905,'_transient_lp_envato_item_data_14058034','O:8:\"stdClass\":2:{s:7:\"item_id\";i:14058034;s:9:\"item_info\";a:1:{s:4:\"item\";a:14:{s:2:\"id\";s:8:\"14058034\";s:4:\"item\";s:40:\"Education WordPress Theme | Education WP\";s:3:\"url\";s:76:\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\";s:4:\"user\";s:9:\"ThimPress\";s:9:\"thumbnail\";s:55:\"https://s3.envato.com/files/253326165/edumalogo-3-5.png\";s:5:\"sales\";s:5:\"15576\";s:6:\"rating\";s:3:\"5.0\";s:14:\"rating_decimal\";s:4:\"4.85\";s:4:\"cost\";s:5:\"69.00\";s:11:\"uploaded_on\";s:30:\"Tue Dec 22 10:04:15 +1100 2015\";s:11:\"last_update\";s:30:\"Wed Oct 03 12:52:47 +1000 2018\";s:4:\"tags\";s:200:\"academy, coursera, education, education wordpress theme, elearning, learning, learning management system, lms, teaching, training, training center, udemy, university, wordpress education theme, wp lms\";s:8:\"category\";s:19:\"wordpress/education\";s:16:\"live_preview_url\";s:74:\"https://s3.envato.com/files/254645372/01_preview_eduma.__large_preview.png\";}}}','no'),(13906,'pmpro_addons','a:78:{i:0;a:11:{s:4:\"Name\";s:30:\"Hide Admin Bar From Non-admins\";s:5:\"Title\";s:30:\"Hide Admin Bar From Non-admins\";s:9:\"PluginURI\";s:68:\"http://www.paidmembershipspro.com/wp/hide-admin-bar-from-non-admins/\";s:4:\"Slug\";s:30:\"hide-admin-bar-from-non-admins\";s:6:\"plugin\";s:65:\"hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:71:\"A tweak of the code by Yoast to hide the admin bar for non-admins only.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"https://downloads.wordpress.org/plugin/hide-admin-bar-from-non-admins.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:1;a:11:{s:4:\"Name\";s:21:\"Import Users from CSV\";s:5:\"Title\";s:21:\"Import Users from CSV\";s:9:\"PluginURI\";s:58:\"http://wordpress.org/extend/plugins/import-users-from-csv/\";s:4:\"Slug\";s:21:\"import-users-from-csv\";s:6:\"plugin\";s:47:\"import-users-from-csv/import-users-from-csv.php\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:47:\"Import Users data and metadata from a csv file.\";s:6:\"Author\";s:13:\"Ulrich Sossou\";s:9:\"AuthorURI\";s:24:\"http://ulrichsossou.com/\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/import-users-from-csv.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:2;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Add Member Admin\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Add Member Admin\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-add-member-admin/\";s:4:\"Slug\";s:22:\"pmpro-add-member-admin\";s:6:\"plugin\";s:49:\"pmpro-add-member-admin/pmpro-add-member-admin.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:48:\"Allow admins to add members in the WP dashboard.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-member-admin.zip\";s:7:\"License\";s:4:\"plus\";}i:3;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Add Name to Checkout Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Add Name to Checkout Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-add-name-to-checkout/\";s:4:\"Slug\";s:26:\"pmpro-add-name-to-checkout\";s:6:\"plugin\";s:57:\"pmpro-add-name-to-checkout/pmpro-add-name-to-checkout.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:97:\"Adds first and last name fields to the user account section at checkout for Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-name-to-checkout.zip\";s:7:\"License\";s:4:\"plus\";}i:4;a:11:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:9:\"PluginURI\";s:84:\"https://www.paidmembershipspro.com/add-ons/pmpro-add-paypal-express-option-checkout/\";s:4:\"Slug\";s:24:\"pmpro-add-paypal-express\";s:6:\"plugin\";s:53:\"pmpro-add-paypal-express/pmpro-add-paypal-express.php\";s:7:\"Version\";s:4:\".5.2\";s:11:\"Description\";s:49:\"Add PayPal Express as a Second Option at Checkout\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-paypal-express.zip\";s:7:\"License\";s:4:\"plus\";}i:5;a:11:{s:4:\"Name\";s:37:\"Paid Memberships Pro - Addon Packages\";s:5:\"Title\";s:37:\"Paid Memberships Pro - Addon Packages\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/pmpro-addon-packages/\";s:4:\"Slug\";s:20:\"pmpro-addon-packages\";s:6:\"plugin\";s:45:\"pmpro-addon-packages/pmpro-addon-packages.php\";s:7:\"Version\";s:4:\".7.7\";s:11:\"Description\";s:169:\"Allow PMPro members to purchase access to specific pages. This plugin is meant to be a temporary solution until support for multiple membership levels is added to PMPro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-addon-packages.zip\";s:7:\"License\";s:4:\"plus\";}i:6;a:11:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:9:\"PluginURI\";s:92:\"https://www.paidmembershipspro.com/add-ons/capture-name-address-free-levels-offsite-gateway/\";s:4:\"Slug\";s:29:\"pmpro-address-for-free-levels\";s:6:\"plugin\";s:63:\"pmpro-address-for-free-levels/pmpro-address-for-free-levels.php\";s:7:\"Version\";s:4:\".3.3\";s:11:\"Description\";s:66:\"Show address fields for free levels also with Paid Memberships Pro\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:86:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-address-for-free-levels.zip\";s:7:\"License\";s:4:\"plus\";}i:7;a:11:{s:4:\"Name\";s:60:\"Paid Memberships Pro - Advanced Levels Page Shortcode Add On\";s:5:\"Title\";s:60:\"Paid Memberships Pro - Advanced Levels Page Shortcode Add On\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/pmpro-advanced-levels/\";s:4:\"Slug\";s:31:\"pmpro-advanced-levels-shortcode\";s:6:\"plugin\";s:67:\"pmpro-advanced-levels-shortcode/pmpro-advanced-levels-shortcode.php\";s:7:\"Version\";s:4:\".2.4\";s:11:\"Description\";s:105:\"An enhanced shortcode for customizing the display of your Membership Levels Page for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:88:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-advanced-levels-shortcode.zip\";s:7:\"License\";s:4:\"plus\";}i:8;a:11:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:9:\"PluginURI\";s:51:\"http://www.paidmembershipspro.com/pmpro-affiliates/\";s:4:\"Slug\";s:16:\"pmpro-affiliates\";s:6:\"plugin\";s:37:\"pmpro-affiliates/pmpro-affiliates.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:185:\"Create affiliate accounts and codes. If a code is passed to a page as a parameter, a cookie is set. If a cookie is present after checkout, the order is awarded to the affiliate account.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-affiliates.zip\";s:7:\"License\";s:4:\"plus\";}i:9;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/approval-process-membership/\";s:4:\"Slug\";s:15:\"pmpro-approvals\";s:6:\"plugin\";s:35:\"pmpro-approvals/pmpro-approvals.php\";s:7:\"Version\";s:5:\"1.0.4\";s:11:\"Description\";s:75:\"Grants administrators the ability to approve/deny memberships after signup.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-approvals.zip\";s:7:\"License\";s:4:\"plus\";}i:10;a:11:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:9:\"PluginURI\";s:85:\"https://www.paidmembershipspro.com/add-ons/auto-renewal-checkbox-membership-checkout/\";s:4:\"Slug\";s:27:\"pmpro-auto-renewal-checkbox\";s:6:\"plugin\";s:59:\"pmpro-auto-renewal-checkbox/pmpro-auto-renewal-checkbox.php\";s:7:\"Version\";s:4:\".2.5\";s:11:\"Description\";s:55:\"Make auto-renewal optional at checkout with a checkbox.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-auto-renewal-checkbox.zip\";s:7:\"License\";s:4:\"plus\";}i:11;a:11:{s:4:\"Name\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:9:\"PluginURI\";s:68:\"https://www.paidmembershipspro.com/add-ons/pmpro-aweber-integration/\";s:4:\"Slug\";s:12:\"pmpro-aweber\";s:6:\"plugin\";s:29:\"pmpro-aweber/pmpro-aweber.php\";s:7:\"Version\";s:5:\"1.3.1\";s:11:\"Description\";s:56:\"Sync your WordPress users and members with AWeber lists.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:55:\"https://downloads.wordpress.org/plugin/pmpro-aweber.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:12;a:11:{s:4:\"Name\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:5:\"Title\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/\";s:4:\"Slug\";s:13:\"pmpro-bbpress\";s:6:\"plugin\";s:31:\"pmpro-bbpress/pmpro-bbpress.php\";s:7:\"Version\";s:5:\"1.5.5\";s:11:\"Description\";s:54:\"Allow individual forums to be locked down for members.\";s:6:\"Author\";s:29:\"Stranger Studios, Scott Sousa\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:56:\"https://downloads.wordpress.org/plugin/pmpro-bbpress.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:13;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-better-logins-report/\";s:4:\"Slug\";s:26:\"pmpro-better-logins-report\";s:6:\"plugin\";s:57:\"pmpro-better-logins-report/pmpro-better-logins-report.php\";s:7:\"Version\";s:6:\".2.3.2\";s:11:\"Description\";s:66:\"Adds login, view, and visit stats for \"This Week\" and \"This Year\".\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-better-logins-report.zip\";s:7:\"License\";s:4:\"plus\";}i:14;a:11:{s:4:\"Name\";s:40:\"Paid Memberships Pro - BuddyPress Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - BuddyPress Add On\";s:9:\"PluginURI\";s:65:\"https://www.paidmembershipspro.com/add-ons/buddypress-integration\";s:4:\"Slug\";s:16:\"pmpro-buddypress\";s:6:\"plugin\";s:37:\"pmpro-buddypress/pmpro-buddypress.php\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:70:\"Manage access to your BuddyPress Community using Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-buddypress.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:15;a:11:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/wp/pmpro-check-levels/\";s:4:\"Slug\";s:18:\"pmpro-check-levels\";s:6:\"plugin\";s:41:\"pmpro-check-levels/pmpro-check-levels.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-check-levels.zip\";s:7:\"License\";s:4:\"plus\";}i:16;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/pmpro-constantcontact/\";s:4:\"Slug\";s:22:\"pmpro-constant-contact\";s:6:\"plugin\";s:49:\"pmpro-constant-contact/pmpro-constant-contact.php\";s:7:\"Version\";s:5:\"1.0.2\";s:11:\"Description\";s:66:\"Sync your WordPress users and members with Constant Contact lists.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:65:\"https://downloads.wordpress.org/plugin/pmpro-constant-contact.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:17;a:11:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:9:\"PluginURI\";s:66:\"http://www.paidmembershipspro.com/wp/pmpro-custom-level-cost-text/\";s:4:\"Slug\";s:21:\"pmpro-level-cost-text\";s:6:\"plugin\";s:47:\"pmpro-level-cost-text/pmpro-level-cost-text.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:99:\"Modify the default level cost text per level, per discount code, or globally via advanced settings.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-level-cost-text.zip\";s:7:\"License\";s:4:\"plus\";}i:18;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:9:\"PluginURI\";s:78:\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\";s:4:\"Slug\";s:9:\"pmpro-cpt\";s:6:\"plugin\";s:23:\"pmpro-cpt/pmpro-cpt.php\";s:7:\"Version\";s:4:\".2.1\";s:11:\"Description\";s:76:\"Add the PMPro meta box to CPTs and redirects non-members to a selected page.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:66:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-cpt.zip\";s:7:\"License\";s:4:\"plus\";}i:19;a:11:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Developer\'s Toolkit\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Developer\'s Toolkit\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:13:\"pmpro-toolkit\";s:6:\"plugin\";s:31:\"pmpro-toolkit/pmpro-toolkit.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:70:\"Various tools to test and debug Paid Memberships Pro enabled websites.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:0:\"\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/free/pmpro-toolkit.zip\";s:7:\"License\";s:4:\"plus\";}i:20;a:11:{s:4:\"Name\";s:32:\"Paid Memberships Pro - Donations\";s:5:\"Title\";s:32:\"Paid Memberships Pro - Donations\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/donations-add-on/\";s:4:\"Slug\";s:15:\"pmpro-donations\";s:6:\"plugin\";s:35:\"pmpro-donations/pmpro-donations.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:65:\"Allow customers to set an additional donation amount at checkout.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-donations.zip\";s:7:\"License\";s:4:\"plus\";}i:21;a:11:{s:4:\"Name\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:5:\"Title\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:9:\"PluginURI\";s:57:\"http://www.paidmembershipspro.com/pmpro-download-monitor/\";s:4:\"Slug\";s:22:\"pmpro-download-monitor\";s:6:\"plugin\";s:49:\"pmpro-download-monitor/pmpro-download-monitor.php\";s:7:\"Version\";s:4:\".2.1\";s:11:\"Description\";s:72:\"Require membership for downloads when using the Download Monitor plugin.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-download-monitor.zip\";s:7:\"License\";s:4:\"plus\";}i:22;a:11:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:9:\"PluginURI\";s:66:\"http://www.paidmembershipspro.com/addons/pmpro-email-confirmation/\";s:4:\"Slug\";s:24:\"pmpro-email-confirmation\";s:6:\"plugin\";s:53:\"pmpro-email-confirmation/pmpro-email-confirmation.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:73:\"Require email confirmation before certain levels are enabled for members.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-email-confirmation.zip\";s:7:\"License\";s:4:\"plus\";}i:23;a:11:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:9:\"PluginURI\";s:100:\"http://www.paidmembershipspro.com/add-ons/plugins-wordpress-repository/email-templates-admin-editor/\";s:4:\"Slug\";s:21:\"pmpro-email-templates\";s:6:\"plugin\";s:47:\"pmpro-email-templates/pmpro-email-templates.php\";s:7:\"Version\";s:5:\"0.7.1\";s:11:\"Description\";s:50:\"Define your own custom PMPro HTML Email Templates.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-email-templates.zip\";s:7:\"License\";s:4:\"plus\";}i:24;a:11:{s:4:\"Name\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:5:\"Title\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:9:\"PluginURI\";s:75:\"http://www.paidmembershipspro.com/wp/pmpro-extra-expiration-warning-emails/\";s:4:\"Slug\";s:37:\"pmpro-extra-expiration-warning-emails\";s:6:\"plugin\";s:79:\"pmpro-extra-expiration-warning-emails/pmpro-extra-expiration-warning-emails.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:81:\"Send out more than one \"membership expiration warning\" email to users with PMPro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:94:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-extra-expiration-warning-emails.zip\";s:7:\"License\";s:4:\"plus\";}i:25;a:11:{s:4:\"Name\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:9:\"PluginURI\";s:52:\"http://www.paidmembershipspro.com/pmpro-getresponse/\";s:4:\"Slug\";s:17:\"pmpro-getresponse\";s:6:\"plugin\";s:39:\"pmpro-getresponse/pmpro-getresponse.php\";s:7:\"Version\";s:4:\".4.1\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with GetResponse campaigns.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-getresponse.zip\";s:7:\"License\";s:4:\"plus\";}i:26;a:11:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/add-ons/pmpro-gift-levels/\";s:4:\"Slug\";s:17:\"pmpro-gift-levels\";s:6:\"plugin\";s:39:\"pmpro-gift-levels/pmpro-gift-levels.php\";s:7:\"Version\";s:4:\".2.3\";s:11:\"Description\";s:87:\"Some levels will generate discount codes to give to others to use for gift memberships.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-gift-levels.zip\";s:7:\"License\";s:4:\"plus\";}i:27;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:9:\"PluginURI\";s:64:\"https://www.paidmembershipspro.com/add-ons/group-discount-codes/\";s:4:\"Slug\";s:26:\"pmpro-group-discount-codes\";s:6:\"plugin\";s:57:\"pmpro-group-discount-codes/pmpro-group-discount-codes.php\";s:7:\"Version\";s:4:\".3.2\";s:11:\"Description\";s:98:\"Adds features to PMPro to better manage grouped discount codes or large numbers of discount codes.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-group-discount-codes.zip\";s:7:\"License\";s:4:\"plus\";}i:28;a:11:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/holler-box-integration/\";s:4:\"Slug\";s:15:\"pmpro-hollerbox\";s:6:\"plugin\";s:35:\"pmpro-hollerbox/pmpro-hollerbox.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:105:\"Integrates Paid Memberships Pro with the Holler Box plugin to display popups/banners by membership level.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-hollerbox.zip\";s:7:\"License\";s:4:\"plus\";}i:29;a:11:{s:4:\"Name\";s:51:\"Paid Memberships Pro - Import Users from CSV Add On\";s:5:\"Title\";s:51:\"Paid Memberships Pro - Import Users from CSV Add On\";s:9:\"PluginURI\";s:62:\"http://www.paidmembershipspro.com/pmpro-import-users-from-csv/\";s:4:\"Slug\";s:27:\"pmpro-import-users-from-csv\";s:6:\"plugin\";s:59:\"pmpro-import-users-from-csv/pmpro-import-users-from-csv.php\";s:7:\"Version\";s:4:\".3.3\";s:11:\"Description\";s:90:\"Add-on for the Import Users From CSV plugin to import PMPro and membership-related fields.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-import-users-from-csv.zip\";s:7:\"License\";s:4:\"plus\";}i:30;a:11:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/pmpro-infusionsoft/\";s:4:\"Slug\";s:18:\"pmpro-infusionsoft\";s:6:\"plugin\";s:41:\"pmpro-infusionsoft/pmpro-infusionsoft.php\";s:7:\"Version\";s:5:\"1.3.2\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with Infusionsoft contacts.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:61:\"https://downloads.wordpress.org/plugin/pmpro-infusionsoft.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:31;a:11:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Invite Only Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Invite Only Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/add-ons/pmpro-invite-only/\";s:4:\"Slug\";s:17:\"pmpro-invite-only\";s:6:\"plugin\";s:39:\"pmpro-invite-only/pmpro-invite-only.php\";s:7:\"Version\";s:4:\".3.4\";s:11:\"Description\";s:102:\"Users must have an invite code to sign up for certain levels. Users are given an invite code to share.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-invite-only.zip\";s:7:\"License\";s:4:\"plus\";}i:32;a:11:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:17:\"pmpro-kissmetrics\";s:6:\"plugin\";s:39:\"pmpro-kissmetrics/pmpro-kissmetrics.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:116:\"Integrates your WordPress site with Kissmetrics to track meaningful user data, with or without Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:26:\"http://strangerstudios.com\";s:8:\"Download\";s:60:\"https://downloads.wordpress.org/plugin/pmpro-kissmetrics.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:33;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:9:\"PluginURI\";s:55:\"https://www.paidmembershipspro.com/wp/pmpro-div-levels/\";s:4:\"Slug\";s:16:\"pmpro-div-levels\";s:6:\"plugin\";s:37:\"pmpro-div-levels/pmpro-div-levels.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:76:\"Display your Membership Levels Page in a DIV Layout for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-div-levels.zip\";s:7:\"License\";s:4:\"plus\";}i:34;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-limit-post-views/\";s:4:\"Slug\";s:22:\"pmpro-limit-post-views\";s:6:\"plugin\";s:49:\"pmpro-limit-post-views/pmpro-limit-post-views.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:106:\"Integrates with Paid Memberships Pro to limit the number of times non-members can view posts on your site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-limit-post-views.zip\";s:7:\"License\";s:4:\"plus\";}i:35;a:11:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/lock-membership-level/\";s:4:\"Slug\";s:27:\"pmpro-lock-membership-level\";s:6:\"plugin\";s:59:\"pmpro-lock-membership-level/pmpro-lock-membership-level.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:61:\"Lock membership level changes for specific users or by level.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-lock-membership-level.zip\";s:7:\"License\";s:4:\"plus\";}i:36;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - MailChimp Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - MailChimp Add On\";s:9:\"PluginURI\";s:50:\"http://www.paidmembershipspro.com/pmpro-mailchimp/\";s:4:\"Slug\";s:15:\"pmpro-mailchimp\";s:6:\"plugin\";s:35:\"pmpro-mailchimp/pmpro-mailchimp.php\";s:7:\"Version\";s:5:\"2.1.1\";s:11:\"Description\";s:59:\"Sync your WordPress users and members with MailChimp lists.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:58:\"https://downloads.wordpress.org/plugin/pmpro-mailchimp.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:37;a:11:{s:4:\"Name\";s:43:\"Paid Memberships Pro - Member Badges Add On\";s:5:\"Title\";s:43:\"Paid Memberships Pro - Member Badges Add On\";s:9:\"PluginURI\";s:54:\"http://www.paidmembershipspro.com/pmpro-member-badges/\";s:4:\"Slug\";s:19:\"pmpro-member-badges\";s:6:\"plugin\";s:43:\"pmpro-member-badges/pmpro-member-badges.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:115:\"Assign unique member badges (images) to each membership level and display via a shortcode or template PHP function.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:76:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-badges.zip\";s:7:\"License\";s:4:\"plus\";}i:38;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-member-directory/\";s:4:\"Slug\";s:22:\"pmpro-member-directory\";s:6:\"plugin\";s:49:\"pmpro-member-directory/pmpro-member-directory.php\";s:7:\"Version\";s:4:\".5.1\";s:11:\"Description\";s:81:\"Adds a customizable Member Directory and Member Profiles to your membership site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-directory.zip\";s:7:\"License\";s:4:\"plus\";}i:39;a:11:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Member History Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Member History Add On\";s:9:\"PluginURI\";s:58:\"http://www.paidmembershipspro.com/wp/pmpro-member-history/\";s:4:\"Slug\";s:20:\"pmpro-member-history\";s:6:\"plugin\";s:45:\"pmpro-member-history/pmpro-member-history.php\";s:7:\"Version\";s:6:\".2.4.2\";s:11:\"Description\";s:77:\"Display a history of a user\'s Membership on the User Profile for admins only.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-history.zip\";s:7:\"License\";s:4:\"plus\";}i:40;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:9:\"PluginURI\";s:57:\"http://www.paidmembershipspro.com/pmpro-member-homepages/\";s:4:\"Slug\";s:22:\"pmpro-member-homepages\";s:6:\"plugin\";s:49:\"pmpro-member-homepages/pmpro-member-homepages.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:72:\"Redirect members to a unique homepage/landing page based on their level.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-homepages.zip\";s:7:\"License\";s:4:\"plus\";}i:41;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:9:\"PluginURI\";s:48:\"http://www.paidmembershipspro.com/network-sites/\";s:4:\"Slug\";s:13:\"pmpro-network\";s:6:\"plugin\";s:31:\"pmpro-network/pmpro-network.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:76:\"Create a network site for the member as part of membership to the main site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-network.zip\";s:7:\"License\";s:4:\"plus\";}i:42;a:11:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:9:\"PluginURI\";s:54:\"http://www.paidmembershipspro.com/wp/pmpro-member-rss/\";s:4:\"Slug\";s:16:\"pmpro-member-rss\";s:6:\"plugin\";s:37:\"pmpro-member-rss/pmpro-member-rss.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:57:\"Create Member-Specific RSS Feeds for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-rss.zip\";s:7:\"License\";s:4:\"plus\";}i:43;a:11:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/pmpro-membership-card/\";s:4:\"Slug\";s:21:\"pmpro-membership-card\";s:6:\"plugin\";s:47:\"pmpro-membership-card/pmpro-membership-card.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:81:\"Display a printable Membership Card for Paid Memberships Pro members or WP users.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-card.zip\";s:7:\"License\";s:4:\"plus\";}i:44;a:11:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:9:\"PluginURI\";s:73:\"https://www.paidmembershipspro.com/add-ons/pmpro-membership-manager-role/\";s:4:\"Slug\";s:29:\"pmpro-membership-manager-role\";s:6:\"plugin\";s:63:\"pmpro-membership-manager-role/pmpro-membership-manager-role.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:86:\"Adds a Membership Manager role to WordPress with access to PMPro settings and reports.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:86:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-manager-role.zip\";s:7:\"License\";s:4:\"plus\";}i:45;a:11:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:9:\"PluginURI\";s:70:\"http://www.paidmembershipspro.com/pmpro-multiple-memberships-per-user/\";s:4:\"Slug\";s:35:\"pmpro-multiple-memberships-per-user\";s:6:\"plugin\";s:75:\"pmpro-multiple-memberships-per-user/pmpro-multiple-memberships-per-user.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:91:\"Update PMPro to allow users to checkout for and hold multiple memberships at the same time.\";s:6:\"Author\";s:37:\"Square Lines LLC and Stranger Studios\";s:9:\"AuthorURI\";s:27:\"http://www.square-lines.com\";s:8:\"Download\";s:92:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-multiple-memberships-per-user.zip\";s:7:\"License\";s:4:\"plus\";}i:46;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:9:\"PluginURI\";s:70:\"https://www.paidmembershipspro.com/add-ons/pmpro-multisite-membership/\";s:4:\"Slug\";s:21:\"pmpro-network-subsite\";s:6:\"plugin\";s:47:\"pmpro-network-subsite/pmpro-network-subsite.php\";s:7:\"Version\";s:4:\".4.3\";s:11:\"Description\";s:139:\"Manage memberships at the network’s main site (the primary domain of the network) and provide/restrict access on subsites in the network.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-network-subsite.zip\";s:7:\"License\";s:4:\"plus\";}i:47;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:9:\"PluginURI\";s:59:\"https://www.paidmembershipspro.com/add-ons/pmpro-nav-menus/\";s:4:\"Slug\";s:15:\"pmpro-nav-menus\";s:6:\"plugin\";s:35:\"pmpro-nav-menus/pmpro-nav-menus.php\";s:7:\"Version\";s:4:\".3.2\";s:11:\"Description\";s:100:\"Creates member navigation menus and swaps your theme\'s navigation based on a user\'s Membership Level\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-nav-menus.zip\";s:7:\"License\";s:4:\"plus\";}i:48;a:11:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/\";s:4:\"Slug\";s:18:\"pmpro-pay-by-check\";s:6:\"plugin\";s:41:\"pmpro-pay-by-check/pmpro-pay-by-check.php\";s:7:\"Version\";s:4:\".7.8\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-pay-by-check.zip\";s:7:\"License\";s:4:\"plus\";}i:49;a:11:{s:4:\"Name\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:5:\"Title\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:9:\"PluginURI\";s:62:\"http://www.paidmembershipspro.com/wp/pmpro-post-affiliate-pro/\";s:4:\"Slug\";s:24:\"pmpro-post-affiliate-pro\";s:6:\"plugin\";s:53:\"pmpro-post-affiliate-pro/pmpro-post-affiliate-pro.php\";s:7:\"Version\";s:6:\".2.1.1\";s:11:\"Description\";s:67:\"Process an affiliate via Post Affiliate Pro after a PMPro checkout.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-post-affiliate-pro.zip\";s:7:\"License\";s:4:\"plus\";}i:50;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Proration Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Proration Add On\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-proration/\";s:4:\"Slug\";s:15:\"pmpro-proration\";s:6:\"plugin\";s:35:\"pmpro-proration/pmpro-proration.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:46:\"Custom Prorating Code for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-proration.zip\";s:7:\"License\";s:4:\"plus\";}i:51;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Recurring Emails Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Recurring Emails Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-recurring-emails/\";s:4:\"Slug\";s:22:\"pmpro-recurring-emails\";s:6:\"plugin\";s:49:\"pmpro-recurring-emails/pmpro-recurring-emails.php\";s:7:\"Version\";s:4:\".5.1\";s:11:\"Description\";s:93:\"Send email message(s) X days before a recurring payment is scheduled, to warn/remind members.\";s:6:\"Author\";s:64:\"Stranger Studios, Thomas Sjolshagen <thomas@eighty20results.com>\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-recurring-emails.zip\";s:7:\"License\";s:4:\"plus\";}i:52;a:11:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:9:\"PluginURI\";s:97:\"https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/\";s:4:\"Slug\";s:21:\"pmpro-register-helper\";s:6:\"plugin\";s:47:\"pmpro-register-helper/pmpro-register-helper.php\";s:7:\"Version\";s:3:\"1.4\";s:11:\"Description\";s:106:\"Capture additional member information with custom fields at Membership Checkout with Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/pmpro-register-helper.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:53;a:11:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Reports Dashboard Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Reports Dashboard Add On\";s:9:\"PluginURI\";s:61:\"http://www.paidmembershipspro.com/wp/pmpro-reports-dashboard/\";s:4:\"Slug\";s:23:\"pmpro-reports-dashboard\";s:6:\"plugin\";s:51:\"pmpro-reports-dashboard/pmpro-reports-dashboard.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:86:\"Responsive Membership Reports Dashboard for Administrator and Membership Manager Role.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:80:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-reports-dashboard.zip\";s:7:\"License\";s:4:\"plus\";}i:54;a:11:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-set-expiration-dates/\";s:4:\"Slug\";s:26:\"pmpro-set-expiration-dates\";s:6:\"plugin\";s:57:\"pmpro-set-expiration-dates/pmpro-set-expiration-dates.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:95:\"Set a specific expiration date (e.g. 2013-12-31) for a PMPro membership level or discount code.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-set-expiration-dates.zip\";s:7:\"License\";s:4:\"plus\";}i:55;a:11:{s:4:\"Name\";s:38:\"Paid Memberships Pro - Shipping Add On\";s:5:\"Title\";s:38:\"Paid Memberships Pro - Shipping Add On\";s:9:\"PluginURI\";s:80:\"https://www.paidmembershipspro.com/add-ons/shipping-address-membership-checkout/\";s:4:\"Slug\";s:14:\"pmpro-shipping\";s:6:\"plugin\";s:33:\"pmpro-shipping/pmpro-shipping.php\";s:7:\"Version\";s:2:\".6\";s:11:\"Description\";s:52:\"Add shipping to the checkout page and other updates.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:71:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-shipping.zip\";s:7:\"License\";s:4:\"plus\";}i:56;a:11:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Signup Shortcode\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Signup Shortcode\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-signup-shortcode/\";s:4:\"Slug\";s:22:\"pmpro-signup-shortcode\";s:6:\"plugin\";s:49:\"pmpro-signup-shortcode/pmpro-signup-shortcode.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:94:\"Shortcode for a simplified Membership Signup Form with options for email only signup and more.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-signup-shortcode.zip\";s:7:\"License\";s:4:\"plus\";}i:57;a:11:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Slack Integration\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Slack Integration\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:11:\"pmpro-slack\";s:6:\"plugin\";s:27:\"pmpro-slack/pmpro-slack.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:53:\"Slack integration for the Paid Memberships Pro plugin\";s:6:\"Author\";s:12:\"Nikhil Vimal\";s:9:\"AuthorURI\";s:24:\"http://nik.techvoltz.com\";s:8:\"Download\";s:68:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-slack.zip\";s:7:\"License\";s:4:\"plus\";}i:58;a:11:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/pmpro-sponsored-members/\";s:4:\"Slug\";s:23:\"pmpro-sponsored-members\";s:6:\"plugin\";s:51:\"pmpro-sponsored-members/pmpro-sponsored-members.php\";s:7:\"Version\";s:4:\".6.3\";s:11:\"Description\";s:84:\"Generate discount code for a main account holder to distribute to sponsored members.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-sponsored-members.zip\";s:7:\"License\";s:4:\"plus\";}i:59;a:11:{s:4:\"Name\";s:45:\"Paid Memberships Pro - State Dropdowns Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - State Dropdowns Add On\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:21:\"pmpro-state-dropdowns\";s:6:\"plugin\";s:47:\"pmpro-state-dropdowns/pmpro-state-dropdowns.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:85:\"Creates an autopopulated field for countries and states/provinces for billing fields.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:27:\"https://strangerstuidos.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-state-dropdowns.zip\";s:7:\"License\";s:4:\"plus\";}i:60;a:11:{s:4:\"Name\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:5:\"Title\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/subscription-delays/\";s:4:\"Slug\";s:25:\"pmpro-subscription-delays\";s:6:\"plugin\";s:55:\"pmpro-subscription-delays/pmpro-subscription-delays.php\";s:7:\"Version\";s:4:\".4.6\";s:11:\"Description\";s:118:\"Adds a field to delay the start of a subscription for membership levels and discount codes for variable-length trials.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:82:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-subscription-delays.zip\";s:7:\"License\";s:4:\"plus\";}i:61;a:11:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/table-layout-plugin-pages/\";s:4:\"Slug\";s:17:\"pmpro-table-pages\";s:6:\"plugin\";s:39:\"pmpro-table-pages/pmpro-table-pages.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:142:\"An archived version of the table-based layouts for default Paid Memberships Pro pages, including the Checkout, Billing, and Confirmation pages\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-table-pages.zip\";s:7:\"License\";s:4:\"plus\";}i:62;a:11:{s:4:\"Name\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:9:\"PluginURI\";s:51:\"http://www.paidmembershipspro.com/pmpro-user-pages/\";s:4:\"Slug\";s:16:\"pmpro-user-pages\";s:6:\"plugin\";s:37:\"pmpro-user-pages/pmpro-user-pages.php\";s:7:\"Version\";s:2:\".6\";s:11:\"Description\";s:88:\"When a user signs up, create a page for them that only they (and admins) have access to.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-user-pages.zip\";s:7:\"License\";s:4:\"plus\";}i:63;a:11:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/\";s:4:\"Slug\";s:22:\"pmpro-variable-pricing\";s:6:\"plugin\";s:49:\"pmpro-variable-pricing/pmpro-variable-pricing.php\";s:7:\"Version\";s:4:\".4.1\";s:11:\"Description\";s:84:\"Allow customers to set their own price when checking out for your membership levels.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-variable-pricing.zip\";s:7:\"License\";s:4:\"plus\";}i:64;a:11:{s:4:\"Name\";s:30:\"Paid Memberships Pro - VAT Tax\";s:5:\"Title\";s:30:\"Paid Memberships Pro - VAT Tax\";s:9:\"PluginURI\";s:51:\"https://www.paidmembershipspro.com/add-ons/vat-tax/\";s:4:\"Slug\";s:13:\"pmpro-vat-tax\";s:6:\"plugin\";s:31:\"pmpro-vat-tax/pmpro-vat-tax.php\";s:7:\"Version\";s:4:\".5.2\";s:11:\"Description\";s:114:\"Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-vat-tax.zip\";s:7:\"License\";s:4:\"plus\";}i:65;a:11:{s:4:\"Name\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:9:\"PluginURI\";s:53:\"https://www.paidmembershipspro.com/pmpro-woocommerce/\";s:4:\"Slug\";s:17:\"pmpro-woocommerce\";s:6:\"plugin\";s:39:\"pmpro-woocommerce/pmpro-woocommerce.php\";s:7:\"Version\";s:5:\"1.6.1\";s:11:\"Description\";s:48:\"Integrate WooCommerce with Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:60:\"https://downloads.wordpress.org/plugin/pmpro-woocommerce.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:66;a:11:{s:4:\"Name\";s:52:\"Paid Memberships Pro - WordPress Social Login Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - WordPress Social Login Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/wp/pmpro-social-login/\";s:4:\"Slug\";s:18:\"pmpro-social-login\";s:6:\"plugin\";s:41:\"pmpro-social-login/pmpro-social-login.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:111:\"Allow users to create membership account via social networks as configured via WordPress Social Login by Miled.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-social-login.zip\";s:7:\"License\";s:4:\"plus\";}i:67;a:11:{s:4:\"Name\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:5:\"Title\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:9:\"PluginURI\";s:47:\"http://www.paidmembershipspro.com/wp/pmpro-dev/\";s:4:\"Slug\";s:27:\"pmpro-wp-affiliate-platform\";s:6:\"plugin\";s:59:\"pmpro-wp-affiliate-platform/pmpro-wp-affiliate-platform.php\";s:7:\"Version\";s:5:\"1.7.1\";s:11:\"Description\";s:70:\"Process an affiliate via WP Affiliate Platform after a PMPro checkout.\";s:6:\"Author\";s:36:\"Stranger Studios, Tips and Tricks HQ\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-wp-affiliate-platform.zip\";s:7:\"License\";s:4:\"plus\";}i:68;a:11:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/add-ons/pmpro-zapier/\";s:4:\"Slug\";s:12:\"pmpro-zapier\";s:6:\"plugin\";s:29:\"pmpro-zapier/pmpro-zapier.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:83:\"Integrate activity on your membership site with thousands of other apps via Zapier.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:55:\"https://downloads.wordpress.org/plugin/pmpro-zapier.zip\";s:7:\"License\";s:13:\"wordpress.org\";}i:69;a:11:{s:4:\"Name\";s:14:\"PMPro Gift Aid\";s:5:\"Title\";s:14:\"PMPro Gift Aid\";s:9:\"PluginURI\";s:52:\"http://www.paidmembershipspro.com/wp/pmpro-gift-aid/\";s:4:\"Slug\";s:14:\"pmpro-gift-aid\";s:6:\"plugin\";s:33:\"pmpro-gift-aid/pmpro-gift-aid.php\";s:7:\"Version\";s:4:\".1.2\";s:11:\"Description\";s:40:\"Add checkbox to opt into the UK Gift Aid\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:71:\"http://license.paidmembershipspro.com/downloads/free/pmpro-gift-aid.zip\";s:7:\"License\";s:4:\"plus\";}i:70;a:11:{s:4:\"Name\";s:25:\"PMPro Levels as UL Layout\";s:5:\"Title\";s:25:\"PMPro Levels as UL Layout\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-ul-levels/\";s:4:\"Slug\";s:15:\"pmpro-ul-levels\";s:6:\"plugin\";s:35:\"pmpro-ul-levels/pmpro-ul-levels.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:107:\"Display your Membership Levels page in a UL Layout (includes classes for Foundation by ZURB Pricing table).\";s:6:\"Author\";s:42:\"Stranger Studios / Tweaked by Lasse Larsen\";s:9:\"AuthorURI\";s:28:\"http://www.seventysixnyc.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-ul-levels.zip\";s:7:\"License\";s:4:\"plus\";}i:71;a:11:{s:4:\"Name\";s:30:\"PMPro Payflow Recurring Orders\";s:5:\"Title\";s:30:\"PMPro Payflow Recurring Orders\";s:9:\"PluginURI\";s:68:\"http://www.paidmembershipspro.com/wp/pmpro-payflow-recurring-orders/\";s:4:\"Slug\";s:30:\"pmpro-payflow-recurring-orders\";s:6:\"plugin\";s:65:\"pmpro-payflow-recurring-orders/pmpro-payflow-recurring-orders.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:72:\"Check daily for new recurring orders in Payflow and add as PMPro orders.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:87:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-payflow-recurring-orders.zip\";s:7:\"License\";s:4:\"plus\";}i:72;a:11:{s:4:\"Name\";s:27:\"PMPro Reason For Cancelling\";s:5:\"Title\";s:27:\"PMPro Reason For Cancelling\";s:9:\"PluginURI\";s:65:\"http://www.paidmembershipspro.com/wp/pmpro-reason-for-cancelling/\";s:4:\"Slug\";s:27:\"pmpro-reason-for-cancelling\";s:6:\"plugin\";s:59:\"pmpro-reason-for-cancelling/pmpro-reason-for-cancelling.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:67:\"Adds a field to specify a reason for cancelling to the cancel page.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-reason-for-cancelling.zip\";s:7:\"License\";s:4:\"plus\";}i:73;a:11:{s:4:\"Name\";s:11:\"PMPro Roles\";s:5:\"Title\";s:11:\"PMPro Roles\";s:9:\"PluginURI\";s:22:\"http://joshlevinson.me\";s:4:\"Slug\";s:11:\"pmpro-roles\";s:6:\"plugin\";s:27:\"pmpro-roles/pmpro-roles.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:160:\"Adds a WordPress Role for each Membership Level with Display Name = Membership Level Name and Role Name = \'pmpro_role_X\' (where X is the Membership Level\'s ID).\";s:6:\"Author\";s:13:\"Josh Levinson\";s:9:\"AuthorURI\";s:22:\"http://joshlevinson.me\";s:8:\"Download\";s:68:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-roles.zip\";s:7:\"License\";s:4:\"free\";}i:74;a:11:{s:4:\"Name\";s:12:\"PMPro Series\";s:5:\"Title\";s:12:\"PMPro Series\";s:9:\"PluginURI\";s:47:\"http://www.paidmembershipspro.com/pmpro-series/\";s:4:\"Slug\";s:12:\"pmpro-series\";s:6:\"plugin\";s:29:\"pmpro-series/pmpro-series.php\";s:7:\"Version\";s:4:\".3.7\";s:11:\"Description\";s:59:\"Offer serialized (drip feed) content to your PMPro members.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:69:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-series.zip\";s:7:\"License\";s:4:\"plus\";}i:75;a:11:{s:4:\"Name\";s:19:\"PMPro Social Locker\";s:5:\"Title\";s:19:\"PMPro Social Locker\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:19:\"pmpro-social-locker\";s:6:\"plugin\";s:43:\"pmpro-social-locker/pmpro-social-locker.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:194:\"Integrate PMPro with the Social Locker plugin from OnePress (http://wordpress.org/support/plugin/social-locker). The goal is to give a user a free membership if they interact with Social Locker.\";s:6:\"Author\";s:45:\"Scott Sousa (Slocum Studio), Stranger Studios\";s:9:\"AuthorURI\";s:28:\"http://www.slocumstudio.com/\";s:8:\"Download\";s:76:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-social-locker.zip\";s:7:\"License\";s:4:\"plus\";}i:76;a:11:{s:4:\"Name\";s:22:\"PMPro Strong Passwords\";s:5:\"Title\";s:22:\"PMPro Strong Passwords\";s:9:\"PluginURI\";s:85:\"http://www.paidmembershipspro.com/add-ons/plugins-on-github/require-strong-passwords/\";s:4:\"Slug\";s:22:\"pmpro-strong-passwords\";s:6:\"plugin\";s:49:\"pmpro-strong-passwords/pmpro-strong-passwords.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:39:\"Force users to submit strong passwords.\";s:6:\"Author\";s:11:\"Scott Sousa\";s:9:\"AuthorURI\";s:23:\"http://slocumstudio.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-strong-passwords.zip\";s:7:\"License\";s:4:\"plus\";}i:77;a:11:{s:4:\"Name\";s:10:\"WP Bouncer\";s:5:\"Title\";s:10:\"WP Bouncer\";s:9:\"PluginURI\";s:45:\"http://andrewnorcross.com/plugins/wp-bouncer/\";s:4:\"Slug\";s:10:\"wp-bouncer\";s:6:\"plugin\";s:25:\"wp-bouncer/wp-bouncer.php\";s:7:\"Version\";s:5:\"1.3.1\";s:11:\"Description\";s:64:\"Only allow one device to be logged into WordPress for each user.\";s:6:\"Author\";s:32:\"Andrew Norcross, strangerstudios\";s:9:\"AuthorURI\";s:25:\"http://andrewnorcross.com\";s:8:\"Download\";s:53:\"https://downloads.wordpress.org/plugin/wp-bouncer.zip\";s:7:\"License\";s:13:\"wordpress.org\";}}','no'),(13907,'pmpro_addons_timestamp','1539027763','no'),(13908,'_transient_timeout_lp_plugin_status','1539067363','no'),(13909,'_transient_lp_plugin_status','O:8:\"stdClass\":28:{s:4:\"name\";s:39:\"LearnPress – WordPress LMS Plugin\";s:4:\"slug\";s:10:\"learnpress\";s:7:\"version\";s:8:\"3.0.12.1\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:88;s:7:\"ratings\";a:5:{i:5;i:206;i:4;i:9;i:3;i:6;i:2;i:4;i:1;i:33;}s:11:\"num_ratings\";i:258;s:15:\"support_threads\";i:76;s:24:\"support_threads_resolved\";i:9;s:15:\"active_installs\";i:40000;s:10:\"downloaded\";i:593444;s:12:\"last_updated\";s:21:\"2018-10-08 7:02am GMT\";s:5:\"added\";s:10:\"2015-06-07\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:5:{s:11:\"description\";s:14046:\"<p><strong><a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a></strong> – LearnPress is a comprehensive <em>WordPress LMS Plugin</em> for WordPress, just like WordPress Moodle or Moodle for WordPress if you know what Moodle is. This is one of the best WordPress LMS Plugins can be used to easily create & sell courses online. Each course curriculum can be made with lessons & quizzes which can be managed with easy-to-use user interface. With this WordPress LMS plugin, you can quickly and easily create education, online school, online-course websites with no coding-knowledge required.</p>\n<p><a href=\"https://demo-learnpress.thimpress.com/\" rel=\"nofollow\">Live Demo</a> | <a href=\"https://thimpress.com/wordpress/themes/learnpress-premium-theme/\" rel=\"nofollow\">LearnPress Themes</a></p>\n<p>LearnPress is free and always be free, but it has premium high quality WordPress Plugin which will probably help you make money from your <strong>WordPress based LMS</strong>, try and see how it is. LearnPress WordPress Online Course plugin is lightweight but super powerful with lots of add-ons to empower its core system.</p>\n<blockquote>\n<p><strong>One-Off Sale – 10 Days Left – Limited Time Offer</strong></p>\n<p><a href=\"https://goo.gl/JzwYkj\" rel=\"nofollow\">Click here</a> to get a coupon for 20% Off all Learnpress Add-ons</p>\n<p>Or you can buy <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Education WP Theme</a> for only $69 and get all of them.</p>\n<p><strong>HOT!!</strong> <a href=\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">WordPress theme for Coaches, Trainers, Teachers – Coaching WP</a> is also FOR SALE at only $59, LearnPress included.</p>\n<p><a href=\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/20370918?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Course Builder WordPress Theme</a> – WordPress LMS theme for online courses is also FOR SALE at only $64, Learnpress included.</p>\n</blockquote>\n<h3>LMS & Education WordPress Themes</h3>\n<p>Take a look at Premium <strong><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Education WordPress Theme</a></strong>, <strong><a href=\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Coaching WordPress Theme</a></strong> & <strong><a href=\"http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">LMS WordPress Theme</a></strong> (someone calls it LMS WordPress Template) we designed to work with LearnPress, all developers are welcome to develop WordPress LMS Theme based on LMS plugin for WordPress – LearnPress. More WordPress LMS Themes will come soon, both free WordPress themes as well as premium WordPress themes for LearnPress.</p>\n<h3>LearnPress Tutorials</h3>\n<ul>\n<li>\n<p><strong><a href=\"https://thimpress.com/create-udemy-coursera-clone-easily-learnpress/?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">How to create a Udemy or Coursera clone easily with LearnPress</a></strong></p>\n</li>\n<li>\n<p>Step-by-step Youtube guide on setting up your own Online Course site. <strong><a href=\"https://www.youtube.com/watch?v=3LDa8vtDIAk\" rel=\"nofollow\">Click here >></a></strong><br />\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/3LDa8vtDIAk?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&hd=1&wmode=transparent&cc_load_policy=1\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span></p>\n</li>\n</ul>\n<p>Are you looking for <em>best LMS WordPress plugin</em>?</p>\n<h3>LearnPress features</h3>\n<p><strong>LearnPress – WordPress LMS Plugin works with your theme</strong><br />\nWe create LearnPress LMS Plugin to work with any WordPress themes.</p>\n<p><strong>LearnPress supports WordPress Multisite</strong><br />\nCreate WordPress based LMS as multiple sites.</p>\n<p><strong>Create course</strong><br />\nLearnPress LMS Plugin provide an excellent user interface to create a course with options you need. You can find it easy to make a full curriculum layout as well as edit and maintain it.<br />\nYou can also export course and import to other website which also using LearnPress. We will provide the feature allow you to import course from other WordPress LMS plugins soon.</p>\n<p><strong>Manage course</strong><br />\nWith the course you’ve created, you can share it, manage it, watch statistic about number of student, its trend, etc.</p>\n<p><strong>Sell course</strong><br />\nLearnPress is free but it still allow you to sell courses you create with support many billing method such as Paypal, WooCommerce, Stripe, etc.</p>\n<p><strong>Communicate with your students</strong><br />\nWith BuddyPress support, LearnPress will help you to communicate with your student or instructor via WordPress forum. Learning is not only on your own. Study, make friends and have fun.</p>\n<p><strong>LearnPress provide a bunch of add-on</strong><br />\nAdd-on is used to providing extra features for LearnPress and you can also write it.</p>\n<p><strong>LearnPress is free and always will be</strong><br />\nEducation should be free and we want you to bring it to as many people as you can. Therefore, we create LearnPress as a tool for you to create course and share it. We’ll continue developing it as long as we can and make it better and better.</p>\n<p><strong>LearnPress is actively developed</strong><br />\nWe are developing and improving LearnPress day by day and bringing new features to you cos we want LearnPress to become the <strong>best WordPress LMS plugin</strong>.</p>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress WordPress LMS Plugin Documentation</a></p>\n<h3>Free add-ons for LearnPress WordPress LMS Plugin</h3>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist\">LearnPress Wishlist</a> – add courses to a wishlist for students.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review\">LearnPress Course Review</a> – review course for enrolled students.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export\">LearnPress Import/Export</a> – export or import course or courses out-of-box.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress Integration</a> – add bbPress Forum support for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress Integration</a> – add BuddyPress support for LearnPress WordPress LMS Plugin, turn your WordPress BuddyPress website into <em>BuddyPress LMS</em> (<em>BuddyPress Learning Management System</em>)”.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-offline-payment\">LearnPress Offline Payment</a> – help you to manually create order for offline payment instead of paying via any payment gateways to sell course.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-fill-in-blank\">LearnPress Fill In Blank</a> – Fill in Blank question type for LearnPress WordPress LMS Plugin.</li>\n</ul>\n<h3>Premium add-ons for LearnPress WordPress LMS Plugin</h3>\n<ul>\n<li><a href=\"https://thimpress.com/product/assignments-add-on-for-learnpress/\" rel=\"nofollow\">Assignments add-on for LearnPress</a> – Newly released – Allowing instructors to give assignments, homework for students and they can grade the students’ work later on. The Assignments add-on is a great supplement to LearnPress and will make your course more interactive.</li>\n<li><a href=\"http://thimpress.com/product/mycred-add-on-for-learnpress/\" rel=\"nofollow\">myCRED add-on for LearnPress</a> – adding myCRED support for LearnPress WordPress LMS plugin, you can add point system to your eLearning WordPress site using LearnPress + myCRED add-on.</li>\n<li><a href=\"http://thimpress.com/product/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course.</li>\n<li><a href=\"http://thimpress.com/product/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course.</li>\n<li><a href=\"http://thimpress.com/product/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills.</li>\n<li><a href=\"http://thimpress.com/product/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"https://thimpress.com/product/2checkout-add-learnpress/\" rel=\"nofollow\">2Checkout add-on for LearnPress</a> – makes LearnPress plugin ready to use 2Checkout payment gateway to pay for courses.</li>\n<li><a href=\"https://thimpress.com/product/authorize-net-add-ons-learnpress/\" rel=\"nofollow\">Authorize.Net add-ons for LearnPress</a> – Authorize.Net payment method for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"http://thimpress.com/product/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"http://thimpress.com/product/content-drip-add-on-for-learnpress/\" rel=\"nofollow\">Content Drip add-on for LearnPress</a> – the feature to restrict the access of student to each lesson by progress, or time.</li>\n<li><a href=\"http://thimpress.com/product/sorting-choice-add-on-for-learnpress/\" rel=\"nofollow\">Sorting Choices question type for LearnPress</a> – another interactive question type for LearnPress.</li>\n<li><a href=\"https://thimpress.com/product/commission-add-on-for-learnpress/\" rel=\"nofollow\">Commission add-on for LearnPress</a> – provide a Commission Management system for LearnPress.</li>\n<li><a href=\"https://thimpress.com/product/gradebook-add-on-for-learnpress/\" rel=\"nofollow\">Gradebook add-on for LearnPress</a> – provides you features to view your class result, export these result to csv, post those to frontend.</li>\n<li><a href=\"https://thimpress.com/product/random-quiz-add-on-for-learnpress/\" rel=\"nofollow\">Random Quiz add-on for LearnPress</a> – allows you to create a random questions quiz. Each student will get different quiz within a same course.</li>\n<li><a href=\"https://thimpress.com/product/paid-membership-pro-add-learnpress/\" rel=\"nofollow\">Paid Membership Pro add-on for LearnPress</a> – integrates Paid Membership Pro with LearnPress, bring membership feature to your powerful WordPress based LMS system.</li>\n<li><a href=\"https://thimpress.com/product/announcement-add-on-for-learnpress/\" rel=\"nofollow\">Announcement add-on for LearnPress</a> – Announcement is a great way to promote your courses and update new features + contents to your courses, including email notification.</li>\n</ul>\n<h3>LearnPress has been translated into the following languages</h3>\n<ol>\n<li>English</li>\n<li>French</li>\n<li>Indonesian</li>\n<li>Italian</li>\n<li>German</li>\n<li>Polish</li>\n<li>Russian</li>\n<li>Dutch</li>\n</ol>\n<h3>WordPress LMS Plugin – LearnPress ROADMAP</h3>\n<ul>\n<li>Payment Method support (first priority)\n<ul>\n<li>Authorize.net (DONE)</li>\n<li>2Checkout (DONE)</li>\n<li>Google Checkout</li>\n<li>Amazon Payments</li>\n<li>Dwolla</li>\n<li>Braintree</li>\n<li>Samurai by FeeFighters</li>\n<li>WePay</li>\n</ul>\n</li>\n<li>Assignment – <strong>DONE</strong> – <a href=\"https://thimpress.com/product/assignments-add-on-for-learnpress/\" rel=\"nofollow\">check LearnPress Assignments Add-on HERE</a></li>\n<li>Events</li>\n<li>Share Grade</li>\n<li>BadgeOS</li>\n<li>Manually reset quiz for retake</li>\n<li>Create quiz from randoms questions in question bank (DONE)</li>\n<li>Attachment restriction for lesson</li>\n<li>Presentation support (maybe support SlideShare)</li>\n<li>Show enrolled user</li>\n<li>Student ranks</li>\n<li>REST API for mobile app</li>\n<li>No distraction mode (when doing quiz)</li>\n<li>Report/feedback about a question/quiz/lesson</li>\n<li>Commission for payment method (DONE)</li>\n<li>Instructor’s note</li>\n<li>Private message from Admin to teacher</li>\n<li>Group payment</li>\n</ul>\n<p>Any suggestions for this WordPress LMS Plugin? Send us <a href=\"http://thimpress.com/learnpress-suggestion/\" rel=\"nofollow\">here.</a></p>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:387:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:2068:\"\n<h4>What is LearnPress?</h4>\n<p>\n<p>LearnPress is a plugin to create a LMS website, to spread out course, or sell course.</p>\n</p>\n<h4>Where can I find LearnPress documentation and user guides?</h4>\n<p>\n<p>If you want to use LearnPress to build a Learning Management Website, please refer to our user guides in <a href=\"http://docs.thimpress.com/learnpress/\" rel=\"nofollow\">LearnPress official site.</a><br />\nAnd if you want to extending or theming LearnPress, see our <a href=\"https://github.com/LearnPress/LearnPress/wiki\" rel=\"nofollow\">Wiki.</a></p>\n</p>\n<h4>Where can I get support or talk to other users?</h4>\n<p>\n<p>If you get troubles when using LearnPress you can ask for help on the <a href=\"https://wordpress.org/support/plugin/learnpress\" rel=\"nofollow\">LearnPress Support Forum</a> or <a href=\"https://www.facebook.com/groups/learnpress/\" rel=\"nofollow\">join the private Facebook group</a>. You could share your feedback about LearnPress. And let us know which feature you would like us to build next.</p>\n<p>For help with premium add-ons, use our <a href=\"https://thimpress.com/forums/forum/learnpress\" rel=\"nofollow\">helpdesk</a>.</p>\n</p>\n<h4>Where can I ask for new features or suggest ideas or themes for LearnPress?</h4>\n<p>\n<p>You can send us your ideas through form <a href=\"http://thimpress.com/learnpress-suggestion/\" rel=\"nofollow\">here.</a></p>\n</p>\n<h4>Where can I report bugs or contribute to the project?</h4>\n<p>\n<p>You can also report bugs on LearnPress Support Forum or LearnPress <a href=\"https://github.com/LearnPress/LearnPress\" rel=\"nofollow\">Github Repository</a>.</p>\n</p>\n<h4>Where can I find the REST API documentation?</h4>\n<p>\n<p>We will provide documentation about LearnPress REST API really soon.</p>\n</p>\n<h4>LearnPress is great, can I contribute to it?</h4>\n<p>\n<p>Yes, you can and we appreciate it. Join in our <a href=\"https://github.com/LearnPress/LearnPress\" rel=\"nofollow\">Github Repository</a>.</p>\n<p><strong>LearnPress Translation project</strong><br />\nhttps://www.transifex.com/projects/p/learnpress/</p>\n</p>\n\n\";s:9:\"changelog\";s:8492:\"<h4>3.0.12</h4>\n<p>~ Fixed minor bug in gradebook list in admin<br />\n~ Made hook learn-press/course-tabs work<br />\n~ Fixed bug: not auto complete quiz. Add 1 more filter hook for checking publicity in profile page<br />\n~ Fixed bug: auto enroll course without permission to enroll course<br />\n~ Changed filter tag for get_default_meta of lesson<br />\n~ Auto full-screen in mobile view<br />\n~ Fixed bug: wrong count number in No Preview at Lessons List back end page<br />\n~ Fixed bug: Instructor user cannot see comments of lesson<br />\n~ Changed version for template files<br />\n~ Added base url for construct nav in user profile<br />\n~ Added param for get_nav method<br />\n~ Fixed bug: answer correct all question but quiz result is failse with 0%<br />\n~ Fixed small bug in quiz editor<br />\n~ Fixed bug: wrong count number of the courses in back end because of the status of preview course<br />\n~ Fixed bug: not redirect to correct page after logged in in Profile page<br />\n~ Fixed bug fatal error include file<br />\n~ Added icon for chat-type-format of content item<br />\n~ Fixed header-sent when log file</p>\n<h4>3.0.10</h4>\n<ul>\n<li>Added quiz option to minus a number of point for each wrong question in quiz</li>\n<li>Added admin email to send to admin when an order is completed</li>\n<li>Added button allows wp admin can send a request to subscriber<br />\n~ Improved auto redirecting to current question when user go to a quiz<br />\n~ Improved UI of course editor for RTL<br />\n~ Improved content of email sending to admin and instructor<br />\n~ Fixed page show 404 with pagination in courses page (conflict with WPML)<br />\n~ Fixed course price is still showing after user enrolled course<br />\n~ Fixed not auto redirecting to checkout after logged in<br />\n~ Fixed some issues made question can’t edit<br />\n~ Fixed issue for requesting to get related themes/addons in admin<br />\n~ Fixed some issues with content header when viewing in Safari<br />\n~ Fixed wrong ordering of course item when adding new<br />\n~ Fixed order for multiple user is not show in list of orders<br />\n~ Fixed some text is not translatable<br />\n~ Fixed breadcrumb not show page name when viewing archive course<br />\n~ Fixed archive course show header is title of first course</li>\n</ul>\n<h4>3.0.9</h4>\n<ul>\n<li>GDPR compliance<br />\n~ Improved Start quiz button<br />\n~ Load js for comment-reply if it does not load by default<br />\n~ Fixed missing param when sending email for user who finished course</li>\n</ul>\n<h4>3.0.8</h4>\n<p>~ Improved: get css class name for items for performance<br />\n~ Improved: check item is blocked for performance<br />\n~ Improved: upgrade database feature<br />\n~ Fixed: warning message when searching posts in frontend<br />\n~ Fixed: show 2 comments form in lesson page<br />\n~ Fixed: content of lesson does not show if set post-format to video<br />\n~ Fixed: some warning when getting question class with an array of post-type<br />\n~ Fixed: mysql error when updating item’s grade with value is null</p>\n<h4>3.0.7</h4>\n<p>~ Improved: ui/ux when adding/removing course items<br />\n~ Improved: ui/ux when adding/removing questions of a quiz<br />\n~ Improved: auto focus mouse to input when changing type of new course item<br />\n~ Improved: show confirm message before removing course item to trash<br />\n~ Improved: move item to trash when delete instead of delete it permanently<br />\n~ Improved: changed icon to turn on/off an item is preview and add tooltip<br />\n~ Improved: removed green effect when updating via ajax<br />\n~ Improved: focus mouse on search input when searching items<br />\n~ Improved: show button for closing popup<br />\n~ Improved: flush Hard Cache when updating post<br />\n~ Improved: updated metabox to latest version and changed textdomain<br />\n~ Fixed: pending course does not show for instructor<br />\n~ Fixed: filter lessons/quizzes by course does not work properly<br />\n~ Fixed: wrong currency symbol for Turkish lira<br />\n~ Fixed: division by zero when calculating course results<br />\n~ Fixed: get default thumbnail image for archive course if it option is turn of<br />\n~ Removed: option thumbnail size for single course<br />\n~ Improved somethings…</p>\n<h4>3.0.6</h4>\n<p>~ Fixed: missing ‘Instructors Registration’ option<br />\n~ Fixed: cannot start quiz or complete lesson<br />\n~ Fixed: can view a quiz/lesson although it does not assign to a course<br />\n~ Fixed: wrong count number in courses manage<br />\n~ Fixed: cannot save some settings options<br />\n~ Fixed: missing hook<br />\n~ Fixed: user can view lesson with single post type link<br />\n~ Fixed: issue with ‘Buy This Course’ button<br />\n~ Fixed: cannot change course author<br />\n~ Fixed: issue with Become a Teacher form<br />\n~ Fixed: instructor cannot add iframe into course/lesson/quiz content<br />\n~ Improved: auto detect video in lesson content and move it to the top (move to option)<br />\n~ Improved something…</p>\n<h4>3.0.5</h4>\n<ul>\n<li>Added: missing single course permalink options<br />\n~ Fixed: error notice when saving user profile<br />\n~ Fixed: date translation<br />\n~ Fixed: notice when viewing courses with Yoast SEO<br />\n~ Fixed: can’t change author of the course<br />\n~ Fixed: preview lesson will redirect back to course<br />\n~ Fixed: some other bugs…</li>\n</ul>\n<h4>3.0.4</h4>\n<p>~ Improved: action when clicking to close upgrade notice<br />\n~ Fixed: can not add course from other users to order<br />\n~ Fixed: lost quiz data after upgrading<br />\n~ Fixed: user can view lesson/quiz with single permalink<br />\n~ Fixed: can not view lesson<br />\n~ Fixed: notices in admin orders<br />\n~ Fixed: external buy this course redirect to home page<br />\n~ Fixed: remaining time message with course duration is zero<br />\n~ Fixed: hidden sections action ajax admin course editor<br />\n~ Fixed: admin can not add course to order from other users<br />\n~ More…</p>\n<h4>3.0.3</h4>\n<p>~ Fixed quiz auto finish with duration is zero<br />\n~ Fixed pagination with quizzes in user profile<br />\n~ Fixed warning notice when getting current tab in profile<br />\n~ Fixed some issue in addons</p>\n<h4>3.0.2</h4>\n<p>~ Fixed PHP non-numeric cast type<br />\n~ Improved admin ajax for course/quiz/question editor<br />\n~ Fixed error when extending method from parent<br />\n~ Fixed invalid course progress label<br />\n~ Fixed invalid filter to course passing grade<br />\n~ Fixed empty course item class for other post types</p>\n<h4>3.0.1</h4>\n<p>~ Improved ‘External link’ button if user has enrolled course<br />\n~ Fixed category does not display courses (SO)<br />\n~ Fixed callback issue when sorting array|object<br />\n~ Fixed course auto finish if duration is 0<br />\n~ Fixed warning message when counting enrolled users<br />\n~ Fixed error when calling a method from object<br />\n+ Added position counter to course section<br />\n+ Update some default settings<br />\n+ Fixed some bugs…</p>\n<h4>3.0.0</h4>\n<ul>\n<li>Reset courses data for an user has enrolled course</li>\n<li>Reset course data for users has enrolled course</li>\n<li>Reset data of a quiz or lesson for an user</li>\n<li>Enable a Guest user can buy and checkout</li>\n<li>Option to show/hide login form in user profile</li>\n<li>Option to show/hide register form in user profile</li>\n<li>Option to show/hide login form in checkout page</li>\n<li>Option to show/hide register form in Checkout page</li>\n<li>Enable sort the payment gateways to show in frontend</li>\n<li>Quick turn a payment gateway on/of in a list</li>\n<li>Support plugins Mathjax</li>\n<li>Widget to display course info</li>\n<li>Widget to display current progress of a course</li>\n<li>Custom frontend colors</li>\n<li>Group emails to related action</li>\n<li>Run action to send the emails in background</li>\n<li>Quick edit question settings in it’s quiz</li>\n<li>Preview mode for course/lesson/quiz</li>\n<li>Option to show list of questions as numbers below quiz while doing or reviewing</li>\n<li>Display duration of lesson or quiz in curriculum</li>\n<li>Display number questions of quiz<br />\n~ Improves popup for searching courses to add to an order<br />\n~ Improves Emails system<br />\n~ Improves Multi users order<br />\n~ Admin settings pages<br />\n~ No distraction mode<br />\n~ New course editor<br />\n~ New quiz editor<br />\n~ User profile<br />\n~ Improve cache for speed<br />\n~ Improve UI/Ux for both backend and frontend</li>\n</ul>\n\";s:11:\"screenshots\";s:1727:\"<ol><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-1.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-1.png?rev=1530100\" alt=\"Curriculum - Drag and Drop lesson or quiz.\"></a><p>Curriculum - Drag and Drop lesson or quiz.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-2.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-2.png?rev=1530100\" alt=\"Lesson content.\"></a><p>Lesson content.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-3.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-3.png?rev=1530100\" alt=\"Quiz preview.\"></a><p>Quiz preview.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-4.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-4.png?rev=1530100\" alt=\"General settings.\"></a><p>General settings.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-5.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-5.png?rev=1530100\" alt=\"Quiz settings.\"></a><p>Quiz settings.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-6.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-6.png?rev=1530100\" alt=\"Email settings.\"></a><p>Email settings.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-7.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-7.png?rev=1530100\" alt=\"Demo course page.\"></a><p>Demo course page.</p></li><li><a href=\"https://ps.w.org/learnpress/assets/screenshot-8.png?rev=1530100\"><img src=\"https://ps.w.org/learnpress/assets/screenshot-8.png?rev=1530100\" alt=\"Add-ons of LearnPress.\"></a><p>Add-ons of LearnPress.</p></li></ol>\";}s:11:\"description\";s:14046:\"<p><strong><a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a></strong> – LearnPress is a comprehensive <em>WordPress LMS Plugin</em> for WordPress, just like WordPress Moodle or Moodle for WordPress if you know what Moodle is. This is one of the best WordPress LMS Plugins can be used to easily create & sell courses online. Each course curriculum can be made with lessons & quizzes which can be managed with easy-to-use user interface. With this WordPress LMS plugin, you can quickly and easily create education, online school, online-course websites with no coding-knowledge required.</p>\n<p><a href=\"https://demo-learnpress.thimpress.com/\" rel=\"nofollow\">Live Demo</a> | <a href=\"https://thimpress.com/wordpress/themes/learnpress-premium-theme/\" rel=\"nofollow\">LearnPress Themes</a></p>\n<p>LearnPress is free and always be free, but it has premium high quality WordPress Plugin which will probably help you make money from your <strong>WordPress based LMS</strong>, try and see how it is. LearnPress WordPress Online Course plugin is lightweight but super powerful with lots of add-ons to empower its core system.</p>\n<blockquote>\n<p><strong>One-Off Sale – 10 Days Left – Limited Time Offer</strong></p>\n<p><a href=\"https://goo.gl/JzwYkj\" rel=\"nofollow\">Click here</a> to get a coupon for 20% Off all Learnpress Add-ons</p>\n<p>Or you can buy <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Education WP Theme</a> for only $69 and get all of them.</p>\n<p><strong>HOT!!</strong> <a href=\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">WordPress theme for Coaches, Trainers, Teachers – Coaching WP</a> is also FOR SALE at only $59, LearnPress included.</p>\n<p><a href=\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/20370918?utm_source=wporg&utm_medium=learnpressDC&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Course Builder WordPress Theme</a> – WordPress LMS theme for online courses is also FOR SALE at only $64, Learnpress included.</p>\n</blockquote>\n<h3>LMS & Education WordPress Themes</h3>\n<p>Take a look at Premium <strong><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Education WordPress Theme</a></strong>, <strong><a href=\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">Coaching WordPress Theme</a></strong> & <strong><a href=\"http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">LMS WordPress Theme</a></strong> (someone calls it LMS WordPress Template) we designed to work with LearnPress, all developers are welcome to develop WordPress LMS Theme based on LMS plugin for WordPress – LearnPress. More WordPress LMS Themes will come soon, both free WordPress themes as well as premium WordPress themes for LearnPress.</p>\n<h3>LearnPress Tutorials</h3>\n<ul>\n<li>\n<p><strong><a href=\"https://thimpress.com/create-udemy-coursera-clone-easily-learnpress/?utm_source=wporg&utm_medium=learnpress&ref=thimpress&utm_campaign=learnpress\" rel=\"nofollow\">How to create a Udemy or Coursera clone easily with LearnPress</a></strong></p>\n</li>\n<li>\n<p>Step-by-step Youtube guide on setting up your own Online Course site. <strong><a href=\"https://www.youtube.com/watch?v=3LDa8vtDIAk\" rel=\"nofollow\">Click here >></a></strong><br />\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/3LDa8vtDIAk?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&hd=1&wmode=transparent&cc_load_policy=1\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span></p>\n</li>\n</ul>\n<p>Are you looking for <em>best LMS WordPress plugin</em>?</p>\n<h3>LearnPress features</h3>\n<p><strong>LearnPress – WordPress LMS Plugin works with your theme</strong><br />\nWe create LearnPress LMS Plugin to work with any WordPress themes.</p>\n<p><strong>LearnPress supports WordPress Multisite</strong><br />\nCreate WordPress based LMS as multiple sites.</p>\n<p><strong>Create course</strong><br />\nLearnPress LMS Plugin provide an excellent user interface to create a course with options you need. You can find it easy to make a full curriculum layout as well as edit and maintain it.<br />\nYou can also export course and import to other website which also using LearnPress. We will provide the feature allow you to import course from other WordPress LMS plugins soon.</p>\n<p><strong>Manage course</strong><br />\nWith the course you’ve created, you can share it, manage it, watch statistic about number of student, its trend, etc.</p>\n<p><strong>Sell course</strong><br />\nLearnPress is free but it still allow you to sell courses you create with support many billing method such as Paypal, WooCommerce, Stripe, etc.</p>\n<p><strong>Communicate with your students</strong><br />\nWith BuddyPress support, LearnPress will help you to communicate with your student or instructor via WordPress forum. Learning is not only on your own. Study, make friends and have fun.</p>\n<p><strong>LearnPress provide a bunch of add-on</strong><br />\nAdd-on is used to providing extra features for LearnPress and you can also write it.</p>\n<p><strong>LearnPress is free and always will be</strong><br />\nEducation should be free and we want you to bring it to as many people as you can. Therefore, we create LearnPress as a tool for you to create course and share it. We’ll continue developing it as long as we can and make it better and better.</p>\n<p><strong>LearnPress is actively developed</strong><br />\nWe are developing and improving LearnPress day by day and bringing new features to you cos we want LearnPress to become the <strong>best WordPress LMS plugin</strong>.</p>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress WordPress LMS Plugin Documentation</a></p>\n<h3>Free add-ons for LearnPress WordPress LMS Plugin</h3>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist\">LearnPress Wishlist</a> – add courses to a wishlist for students.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review\">LearnPress Course Review</a> – review course for enrolled students.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export\">LearnPress Import/Export</a> – export or import course or courses out-of-box.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress Integration</a> – add bbPress Forum support for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress Integration</a> – add BuddyPress support for LearnPress WordPress LMS Plugin, turn your WordPress BuddyPress website into <em>BuddyPress LMS</em> (<em>BuddyPress Learning Management System</em>)”.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-offline-payment\">LearnPress Offline Payment</a> – help you to manually create order for offline payment instead of paying via any payment gateways to sell course.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-fill-in-blank\">LearnPress Fill In Blank</a> – Fill in Blank question type for LearnPress WordPress LMS Plugin.</li>\n</ul>\n<h3>Premium add-ons for LearnPress WordPress LMS Plugin</h3>\n<ul>\n<li><a href=\"https://thimpress.com/product/assignments-add-on-for-learnpress/\" rel=\"nofollow\">Assignments add-on for LearnPress</a> – Newly released – Allowing instructors to give assignments, homework for students and they can grade the students’ work later on. The Assignments add-on is a great supplement to LearnPress and will make your course more interactive.</li>\n<li><a href=\"http://thimpress.com/product/mycred-add-on-for-learnpress/\" rel=\"nofollow\">myCRED add-on for LearnPress</a> – adding myCRED support for LearnPress WordPress LMS plugin, you can add point system to your eLearning WordPress site using LearnPress + myCRED add-on.</li>\n<li><a href=\"http://thimpress.com/product/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course.</li>\n<li><a href=\"http://thimpress.com/product/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course.</li>\n<li><a href=\"http://thimpress.com/product/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills.</li>\n<li><a href=\"http://thimpress.com/product/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"https://thimpress.com/product/2checkout-add-learnpress/\" rel=\"nofollow\">2Checkout add-on for LearnPress</a> – makes LearnPress plugin ready to use 2Checkout payment gateway to pay for courses.</li>\n<li><a href=\"https://thimpress.com/product/authorize-net-add-ons-learnpress/\" rel=\"nofollow\">Authorize.Net add-ons for LearnPress</a> – Authorize.Net payment method for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"http://thimpress.com/product/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPress WordPress LMS Plugin.</li>\n<li><a href=\"http://thimpress.com/product/content-drip-add-on-for-learnpress/\" rel=\"nofollow\">Content Drip add-on for LearnPress</a> – the feature to restrict the access of student to each lesson by progress, or time.</li>\n<li><a href=\"http://thimpress.com/product/sorting-choice-add-on-for-learnpress/\" rel=\"nofollow\">Sorting Choices question type for LearnPress</a> – another interactive question type for LearnPress.</li>\n<li><a href=\"https://thimpress.com/product/commission-add-on-for-learnpress/\" rel=\"nofollow\">Commission add-on for LearnPress</a> – provide a Commission Management system for LearnPress.</li>\n<li><a href=\"https://thimpress.com/product/gradebook-add-on-for-learnpress/\" rel=\"nofollow\">Gradebook add-on for LearnPress</a> – provides you features to view your class result, export these result to csv, post those to frontend.</li>\n<li><a href=\"https://thimpress.com/product/random-quiz-add-on-for-learnpress/\" rel=\"nofollow\">Random Quiz add-on for LearnPress</a> – allows you to create a random questions quiz. Each student will get different quiz within a same course.</li>\n<li><a href=\"https://thimpress.com/product/paid-membership-pro-add-learnpress/\" rel=\"nofollow\">Paid Membership Pro add-on for LearnPress</a> – integrates Paid Membership Pro with LearnPress, bring membership feature to your powerful WordPress based LMS system.</li>\n<li><a href=\"https://thimpress.com/product/announcement-add-on-for-learnpress/\" rel=\"nofollow\">Announcement add-on for LearnPress</a> – Announcement is a great way to promote your courses and update new features + contents to your courses, including email notification.</li>\n</ul>\n<h3>LearnPress has been translated into the following languages</h3>\n<ol>\n<li>English</li>\n<li>French</li>\n<li>Indonesian</li>\n<li>Italian</li>\n<li>German</li>\n<li>Polish</li>\n<li>Russian</li>\n<li>Dutch</li>\n</ol>\n<h3>WordPress LMS Plugin – LearnPress ROADMAP</h3>\n<ul>\n<li>Payment Method support (first priority)\n<ul>\n<li>Authorize.net (DONE)</li>\n<li>2Checkout (DONE)</li>\n<li>Google Checkout</li>\n<li>Amazon Payments</li>\n<li>Dwolla</li>\n<li>Braintree</li>\n<li>Samurai by FeeFighters</li>\n<li>WePay</li>\n</ul>\n</li>\n<li>Assignment – <strong>DONE</strong> – <a href=\"https://thimpress.com/product/assignments-add-on-for-learnpress/\" rel=\"nofollow\">check LearnPress Assignments Add-on HERE</a></li>\n<li>Events</li>\n<li>Share Grade</li>\n<li>BadgeOS</li>\n<li>Manually reset quiz for retake</li>\n<li>Create quiz from randoms questions in question bank (DONE)</li>\n<li>Attachment restriction for lesson</li>\n<li>Presentation support (maybe support SlideShare)</li>\n<li>Show enrolled user</li>\n<li>Student ranks</li>\n<li>REST API for mobile app</li>\n<li>No distraction mode (when doing quiz)</li>\n<li>Report/feedback about a question/quiz/lesson</li>\n<li>Commission for payment method (DONE)</li>\n<li>Instructor’s note</li>\n<li>Private message from Admin to teacher</li>\n<li>Group payment</li>\n</ul>\n<p>Any suggestions for this WordPress LMS Plugin? Send us <a href=\"http://thimpress.com/learnpress-suggestion/\" rel=\"nofollow\">here.</a></p>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:17:\"short_description\";s:143:\"A WordPress LMS Plugin to create WordPress Learning Management System. Turn your WP to LMS WordPress with Courses, Lessons, Quizzes & more.\";s:13:\"download_link\";s:62:\"https://downloads.wordpress.org/plugin/learnpress.3.0.12.1.zip\";s:11:\"screenshots\";a:8:{i:1;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-1.png?rev=1530100\";s:7:\"caption\";s:42:\"Curriculum - Drag and Drop lesson or quiz.\";}i:2;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-2.png?rev=1530100\";s:7:\"caption\";s:15:\"Lesson content.\";}i:3;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-3.png?rev=1530100\";s:7:\"caption\";s:13:\"Quiz preview.\";}i:4;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-4.png?rev=1530100\";s:7:\"caption\";s:17:\"General settings.\";}i:5;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-5.png?rev=1530100\";s:7:\"caption\";s:14:\"Quiz settings.\";}i:6;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-6.png?rev=1530100\";s:7:\"caption\";s:15:\"Email settings.\";}i:7;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-7.png?rev=1530100\";s:7:\"caption\";s:17:\"Demo course page.\";}i:8;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/learnpress/assets/screenshot-8.png?rev=1530100\";s:7:\"caption\";s:22:\"Add-ons of LearnPress.\";}}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";s:13:\"wordpress-lms\";s:13:\"wordpress lms\";}s:8:\"versions\";a:31:{s:6:\"0.9.20\";s:60:\"https://downloads.wordpress.org/plugin/learnpress.0.9.20.zip\";s:3:\"1.0\";s:57:\"https://downloads.wordpress.org/plugin/learnpress.1.0.zip\";s:5:\"1.0.8\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.1.0.8.zip\";s:3:\"2.0\";s:57:\"https://downloads.wordpress.org/plugin/learnpress.2.0.zip\";s:5:\"2.0.9\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.0.9.zip\";s:5:\"2.1.0\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.1.0.zip\";s:5:\"2.1.1\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.1.1.zip\";s:5:\"2.1.2\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.1.2.zip\";s:5:\"2.1.3\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.1.3.zip\";s:5:\"2.1.4\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.1.4.zip\";s:7:\"2.1.5.5\";s:61:\"https://downloads.wordpress.org/plugin/learnpress.2.1.5.5.zip\";s:7:\"2.1.6.1\";s:61:\"https://downloads.wordpress.org/plugin/learnpress.2.1.6.1.zip\";s:7:\"2.1.7.4\";s:61:\"https://downloads.wordpress.org/plugin/learnpress.2.1.7.4.zip\";s:7:\"2.1.8.1\";s:61:\"https://downloads.wordpress.org/plugin/learnpress.2.1.8.1.zip\";s:7:\"2.1.9.9\";s:61:\"https://downloads.wordpress.org/plugin/learnpress.2.1.9.9.zip\";s:3:\"2.2\";s:57:\"https://downloads.wordpress.org/plugin/learnpress.2.2.zip\";s:5:\"2.2.1\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.2.2.1.zip\";s:5:\"3.0.0\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.0.zip\";s:5:\"3.0.1\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.1.zip\";s:6:\"3.0.10\";s:60:\"https://downloads.wordpress.org/plugin/learnpress.3.0.10.zip\";s:8:\"3.0.11.1\";s:62:\"https://downloads.wordpress.org/plugin/learnpress.3.0.11.1.zip\";s:8:\"3.0.12.1\";s:62:\"https://downloads.wordpress.org/plugin/learnpress.3.0.12.1.zip\";s:5:\"3.0.2\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.2.zip\";s:5:\"3.0.3\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.3.zip\";s:5:\"3.0.4\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.4.zip\";s:5:\"3.0.5\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.5.zip\";s:5:\"3.0.6\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.6.zip\";s:5:\"3.0.7\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.7.zip\";s:5:\"3.0.8\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.8.zip\";s:5:\"3.0.9\";s:59:\"https://downloads.wordpress.org/plugin/learnpress.3.0.9.zip\";s:5:\"trunk\";s:53:\"https://downloads.wordpress.org/plugin/learnpress.zip\";}s:11:\"donate_link\";s:0:\"\";s:12:\"contributors\";a:0:{}}','no'),(13910,'_transient_timeout_feed_d05d136f72523470cbe7098608179c6a','1539067363','no'),(13911,'_transient_feed_d05d136f72523470cbe7098608179c6a','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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Paid Memberships Pro\";s:7:\"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:34:\"https://www.paidmembershipspro.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:27:\"WordPress Membership 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:\"Mon, 08 Oct 2018 17:25: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: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=4.9.8\";s: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:110:\"https://www.paidmembershipspro.com/wp-content/uploads/2015/08/cropped-Paid-Memberships-Pro_site-icon-32x32.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:20:\"Paid Memberships Pro\";s:7:\"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:34:\"https://www.paidmembershipspro.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:58:\"\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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Add “Select a Payment Plan” box to membership checkout (code demo)\";s:7:\"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://www.paidmembershipspro.com/add-select-a-payment-plan-box-to-membership-checkout-code-demo/\";s: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:107:\"https://www.paidmembershipspro.com/add-select-a-payment-plan-box-to-membership-checkout-code-demo/#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, 25 Sep 2018 11:19: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:7:\"Recipes\";s: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:9:\"code gist\";s: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:\"level groups\";s: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:19:\"membership checkout\";s: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:\"payment plan\";s: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:20:\"pmpro_checkout_boxes\";s:7:\"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:43:\"https://www.paidmembershipspro.com/?p=25543\";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:1916:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"163487\" data-permalink=\"https://www.paidmembershipspro.com/payment-plan/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"payment-plan\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1024x640.jpg\" />Do you offer three different payment options for the same membership access? This new code gist allows you to easily add a selection box to the checkout page. The code example below shows you how to define level “groups”—levels that are related and should appear as payment plans on the <a href=\"https://www.paidmembershipspro.com/add-select-a-payment-plan-box-to-membership-checkout-code-demo/\" rel=\"nofollow\">(more...)</a></p>\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://s3.amazonaws.com/PMProVideos/PMPro-Payment-Plan.mp4\";s:6:\"length\";s:8:\"36230749\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Jason Coleman\";s: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:2821:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"163487\" data-permalink=\"https://www.paidmembershipspro.com/payment-plan/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"payment-plan\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan-1024x640.jpg\" /><div class=\"lead\"><p class=\"lead\">Do you offer three different payment options for the same membership access? This new code gist allows you to easily add a selection box to the checkout page.</p>\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/02/select-payment-plan.png\" alt=\"select-payment-plan\" alt=\"Select a Payment Plan Demo\" class=\"box-shadow\" /></p>\n<p>The code example below shows you how to define level “groups”—levels that are related and should appear as payment plans on the membership checkout page.</div><hr /></p>\n<h2>Video Demo</h2>\n <video style=\"max-width: 100%;\" id=\"wp_mep_1\" src=\"https://s3.amazonaws.com/PMProVideos/PMPro-Payment-Plan.mp4\" width=\"553\" height=\"311\" poster=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/payment-plan.jpg\" controls=\"controls\" preload=\"none\" >\n \n \n \n \n \n \n \n </video>\n<script type=\"text/javascript\">\njQuery(document).ready(function($) {\n $(\'#wp_mep_1\').mediaelementplayer({\n m:1\n \n ,features: [\'playpause\',\'current\',\'progress\',\'duration\',\'volume\',\'tracks\',\'fullscreen\']\n \n });\n});\n</script>\n\n<hr/>\n<h2>The Code Recipe</h2>\n</p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\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:103:\"https://www.paidmembershipspro.com/add-select-a-payment-plan-box-to-membership-checkout-code-demo/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:\"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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"25543\";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Using the [pmpro_member] Shortcode to display current member information.\";s:7:\"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:106:\"https://www.paidmembershipspro.com/using-the-pmpro_member-shortcode-to-display-current-member-information/\";s: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:114:\"https://www.paidmembershipspro.com/using-the-pmpro_member-shortcode-to-display-current-member-information/#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, 25 Sep 2018 11: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:11:\"About PMPro\";s: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:\"FAQ\";s: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:\"pmpro_member\";s: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:\"shortcode\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=162050\";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:476:\"I’ve been asked this simple question many times recently: “How do I display the current user’s membership level in my theme?” This post details how to use the shortcode, included in the main plugin, to show specific information about the current logged in user’s membership. Why would you want to <a href=\"https://www.paidmembershipspro.com/using-the-pmpro_member-shortcode-to-display-current-member-information/\" rel=\"nofollow\">(more...)</a></p>\";s: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:16:\"Kimberly Coleman\";s: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:2488:\"<div class=\"lead\"><p>I’ve been asked this simple question many times recently: <em>“How do I display the current user’s membership level in my theme?”</em></p>\n<p>This post details how to use the <code>[pmpro_member]</code> shortcode, included in the main plugin, to show specific information about the current logged in user’s membership.</div><hr /></p>\n<h2>Why would you want to do this?</h2>\n<p>We created the <code>[pmpro_member]</code> shortcode so that you can build a more robust and personalized experience on your membership site.</p>\n<hr />\n<h2>How to use the shortcode:</h2>\n<p>You can place this general shortcode anywhere in your site, either in post content or widgets, or via template files using the WordPress <code><a href=\"https://developer.wordpress.org/reference/functions/do_shortcode/\">do_shortcode()</a></code> function.</p>\n<hr />\n<h2>Available shortcode attributes:</h2>\n<p>The shortcode accepts one single parameter, with a specific set of values as listed below. These values will pull the data directly from the current logged in user record.</p>\n<pre>[pmpro_member field=\"membership_name\"]</pre>\n<hr />\n<h3>Supported “field” Values Include:</h3>\n<div class=\"row \"><div class=\"medium-6 columns\">\n<strong>Membership Level Fields:</strong>\n<ul>\n<li>membership_id</li>\n<li>membership_name</li>\n<li>membership_code_id</li>\n<li>membership_code</li>\n<li>membership_initial_payment</li>\n<li>membership_billing_amount</li>\n<li>membership_cycle_number</li>\n<li>membership_cycle_period</li>\n<li>membership_billing_limit</li>\n<li>membership_trial_amount</li>\n<li>membership_trial_limit</li>\n<li>membership_startdate</li>\n<li>membership_enddate</li>\n</ul>\n<hr />\n<strong>Fields Stored in the <code>users</code> table</strong>\n<ul>\n<li>user_login</li>\n<li>user_email</li>\n<li>user_url</li>\n<li>user_registered</li>\n<li>display_name</li>\n</ul>\n<p></p></div><div class=\"medium-6 columns\">\n<strong>Payment Fields Stored in <code>user_meta</code>:</strong>\n<ul>\n<li>bfirstname</li>\n<li>blastname</li>\n<li>baddress1</li>\n<li>baddress2</li>\n<li>bcity</li>\n<li>bstate</li>\n<li>bzipcode</li>\n<li>bcountry</li>\n<li>bphone</li>\n<li>bemail</li>\n<li>CardType</li>\n<li>AccountNumber</li>\n<li>ExpirationMonth</li>\n<li>ExpirationYear</li>\n</ul>\n<p></p></div></div>\n<hr />\n<h3>Learn more about <a href=\"https://www.paidmembershipspro.com/documentation/shortcodes/general-shortcodes/\">General Shortcodes in Paid Memberships Pro »</a></h3>\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:111:\"https://www.paidmembershipspro.com/using-the-pmpro_member-shortcode-to-display-current-member-information/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"162050\";s: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:69:\"\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:88:\"Allowing Gateway Webhooks or IPN Data into a Protected Site (for testing or 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://www.paidmembershipspro.com/allowing-gateway-webhooks-or-ipn-data-into-a-protected-site-for-testing-or-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://www.paidmembershipspro.com/allowing-gateway-webhooks-or-ipn-data-into-a-protected-site-for-testing-or-development/#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, 18 Sep 2018 17:03: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:10:{i:0;a:5:{s:4:\"data\";s:7:\"Recipes\";s: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:\"Troubleshooting\";s: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:\"gateway\";s: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:\"htaccess\";s: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:3:\"ipn\";s: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:\"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:6;a:5:{s:4:\"data\";s:6:\"paypal\";s: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:6:\"stripe\";s: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:\"unix\";s: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:7:\"webhook\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=163526\";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:448:\"Many development and staging sites want to restrict total access to the site’s folder on the webserver. One of the easiest ways to do this is by setting a UNIX password at the server level. This advanced developer recipe shows you how to set up custom .htaccess rules to allow <a href=\"https://www.paidmembershipspro.com/allowing-gateway-webhooks-or-ipn-data-into-a-protected-site-for-testing-or-development/\" rel=\"nofollow\">(more...)</a></p>\";s: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:16:\"Kimberly Coleman\";s: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:3066:\"<div class=\"lead\"><p>Many development and staging sites want to restrict total access to the site’s folder on the webserver. One of the easiest ways to do this is by setting a UNIX password at the server level. </p>\n<p>This advanced developer recipe shows you how to set up custom <code>.htaccess</code> rules to allow your Webhook or IPN data through this security measure. This will allow you to properly configure and test payment gateways in Paid Memberships Pro.</div><hr /></p>\n<h2>About the Recipe</h2>\n<p>If your site has a UNIX password or is in <em>Coming Soon/Maintenance Mode</em>, your gateway will not be able to get to your site and send their data.</p>\n<p>The recipe below will allow any of the listed IP addresses access to your website and will prompt everyone else to enter your secret UNIX username and password. </p>\n<p>Note that this recipe specifically allows the IP addresses of the PayPal IPN Live Server and the Stripe Webhook. If you are using another gateway or using PayPal in Sandbox mode you will need a separate list of IP addresses. Please consult your payment gateway documentation to locate their active IP addresses.</p>\n<ul>\n<li><a href=\"https://stripe.com/docs/ips\" rel=\"noopener\" target=\"_blank\">Stripe Domains and IP Addresses</a></li>\n<li><a href=\"https://support.authorize.net/s/article/Authorize-Net-Domains-and-IP-Addresses\" rel=\"noopener\" target=\"_blank\">Authorize.Net Domains and IP Addresses</a></li>\n<li><a href=\"https://www.paypal.com/us/smarthelp/article/what-are-the-ip-addresses-for-live-paypal-servers-ts1056\" rel=\"noopener\" target=\"_blank\">PayPal IP Addresses for Live Servers</a></li>\n<li><a href=\"https://www.paypal.com/us/smarthelp/article/what-are-the-ip-addresses-for-sandbox-paypal-servers-ts1157\" rel=\"noopener\" target=\"_blank\">PayPal IP Addresses for Sandbox Servers</a></li>\n<li><a href=\"https://www.paypal.com/us/smarthelp/article/what-are-the-ip-addresses-for-payflow-servers-ts1465\" rel=\"noopener\" target=\"_blank\">PayPal IP Addresses for Payflow Servers</a>\n<li><a href=\"https://developers.braintreepayments.com/reference/general/braintree-ip-addresses\" rel=\"noopener\" target=\"_blank\">Braintree IP Addresses</a></li>\n<li><a href=\"https://knowledgecenter.2checkout.com/Integration/09Webhooks/Secure_webhooks\" rel=\"noopener\" target=\"_blank\">2Checkout: Secure Webhooks</a></li>\n</ul>\n<p>This recipe will only work with sites restricted by a UNIX password. If you are using a <em>Coming Soon</em> plugin, you’ll need to take another approach to allow gateway access to your site (the easiest method is to disable the maintenance mode while running your tests). We’ll try to put together a similar recipe for popular plugins with this feature, or you can <a href=\"/new-topic/\">open topic in the members-only support forum</a> for personal help.</p>\n<hr />\n<h2>The Code Recipe</h2>\n<p></p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\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:127:\"https://www.paidmembershipspro.com/allowing-gateway-webhooks-or-ipn-data-into-a-protected-site-for-testing-or-development/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"163526\";s: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:43:\"\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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"How to set all member subscriptions to renew on the same date or schedule.\";s:7:\"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:54:\"https://www.paidmembershipspro.com/members-renew-date/\";s: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:63:\"https://www.paidmembershipspro.com/members-renew-date/#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, 17 Sep 2018 19:00:36 +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:7:\"Add Ons\";s:7:\"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:42:\"https://www.paidmembershipspro.com/?p=7672\";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:2087:\"<img width=\"300\" height=\"300\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Subscription Delays\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-80x80.png 80w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"113875\" data-permalink=\"https://www.paidmembershipspro.com/add-ons/subscription-delays/subscription-delays-2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png\" data-orig-size=\"600,600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Subscription Delays\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png\" />While most membership sites we work with offer a rolling membership, many sites operate with a specific renewal schedule. Our Subscription Delays Add On adds a “delay” field to your membership levels and discount codes, allowing you to set a variable-length period between the member checkout and the subscription payment <a href=\"https://www.paidmembershipspro.com/members-renew-date/\" rel=\"nofollow\">(more...)</a></p>\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:65:\"https://s3.amazonaws.com/PMProVideos/PMPro+Subscription+Delay.mp4\";s:6:\"length\";s:8:\"14922399\";s:4:\"type\";s:9:\"video/mp4\";}}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:16:\"Kimberly Coleman\";s: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:11638:\"<img width=\"300\" height=\"300\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Subscription Delays\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-80x80.png 80w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"113875\" data-permalink=\"https://www.paidmembershipspro.com/add-ons/subscription-delays/subscription-delays-2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png\" data-orig-size=\"600,600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Subscription Delays\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays-300x300.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/Subscription-Delays.png\" /><div class=\"lead\"><p>While most membership sites we work with offer a rolling membership, many sites operate with a specific renewal schedule. Our <a href=\"https://www.paidmembershipspro.com/add-ons/subscription-delays/\">Subscription Delays Add On</a> adds a “delay” field to your membership levels and discount codes, allowing you to set a variable-length period between the member checkout and the subscription payment start date.</p>\n<p>Read on to explore some popular applications of this logic.</p>\n<p></div><hr /></p>\n<h2>How to: Calendar Year Membership</h2>\n<p>The most common reason sites would like all members to renew on the same date is for a calendar-year membership (from January 1 to December 31). Members can sign up any time within the year, pay the initial payment (if applicable), and then have their active subscription begin on the 1st of January the following year. </p>\n<p><strong>To do this:</strong> set the “Delay” field on the “Edit Membership Level” page to <code>Y2-01-01</code>.</p>\n<p><img data-attachment-id=\"163405\" data-permalink=\"https://www.paidmembershipspro.com/members-renew-date/pmpro_sub-delay-annual/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual.png\" data-orig-size=\"1488,80\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Subscription delay settings for an annual renewal on the first of the year.\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual-300x16.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual-1024x55.png\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual.png\" alt=\"Subscription delay settings for an annual renewal on the first of the year.\" width=\"1488\" height=\"80\" class=\"box-shadow alignnone size-full wp-image-163405\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual.png 1488w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual-300x16.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual-1024x55.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-annual-1170x63.png 1170w\" sizes=\"(max-width: 1488px) 100vw, 1488px\" /></p>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> Remember that regardless of your subscription delay, the “Initial Payment” for your level will be charged immediately at checkout. If you do not want to charge the member until the start of the subscription, just leave the “Initial Payment” value empty.</div>\n<hr />\n<h2>How to: Membership Starts on the First of the Month</h2>\n<p>Another common application of the Subscription Delays Add On is for Monthly Memberships where all members renew on the 1st of the month. Members can sign up any time within the current month, pay the initial payment (if applicable), and then have their active subscription begin on the 1st of the following month. </p>\n<p><strong>To do this:</strong> set the “Delay” field on the “Edit Membership Level” page to <code>Y1-M2-01</code>.</p>\n<p><img data-attachment-id=\"163404\" data-permalink=\"https://www.paidmembershipspro.com/members-renew-date/pmpro_sub-delay-monthly/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly.png\" data-orig-size=\"1488,80\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Subscription delay settings for a monthly renewal on the first of the month.\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly-300x16.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly-1024x55.png\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly.png\" alt=\"Subscription delay settings for a monthly renewal on the first of the month.\" width=\"1488\" height=\"80\" class=\"box-shadow alignnone size-full wp-image-163404\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly.png 1488w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly-300x16.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly-1024x55.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-monthly-1170x63.png 1170w\" sizes=\"(max-width: 1488px) 100vw, 1488px\" /></p>\n<hr />\n<h2>How to: Membership Starts on a Specific Date</h2>\n<p>If you’re running a course or group membership that kicks off on a specific date, you can use the Subscription Delays Add On to activate every member’s subscription on the same date. Members can sign up any time prior to the activation date, pay the initial payment (if applicable), and then have their active subscription begin on your specific date. </p>\n<p><strong>To do this:</strong> set the “Delay” field on the “Edit Membership Level” page to the format <code>YYYY-MM-DD</code>, i.e. <code>2019-03-15</code> for the 15 March 2019.</p>\n<p><img data-attachment-id=\"163406\" data-permalink=\"https://www.paidmembershipspro.com/members-renew-date/pmpro_sub-delay-specific-date/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date.png\" data-orig-size=\"1488,80\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Subscription delay settings for membership to start on 15 March 2019.\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date-300x16.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date-1024x55.png\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date.png\" alt=\"Subscription delay settings for membership to start on 15 March 2019. \" width=\"1488\" height=\"80\" class=\"box-shadow alignnone size-full wp-image-163406\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date.png 1488w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date-300x16.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date-1024x55.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2014/02/pmpro_sub-delay-specific-date-1170x63.png 1170w\" sizes=\"(max-width: 1488px) 100vw, 1488px\" /></p>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> Remember to turn off registrations for the level after the start date or cut-off window but editing the level and checking the box to “Disable new signups”.</div>\n<hr />\n<h2>Video Demo</h2>\n<p>The video below will walk through how to use these examples for your membership site.<br />\n <video style=\"max-width: 100%;\" id=\"wp_mep_2\" src=\"https://s3.amazonaws.com/PMProVideos/PMPro+Subscription+Delay.mp4\" width=\"553\" height=\"311\" poster=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/sub-delay-addon.jpg\" controls=\"controls\" preload=\"none\" >\n \n \n \n \n \n \n \n </video>\n<script type=\"text/javascript\">\njQuery(document).ready(function($) {\n $(\'#wp_mep_2\').mediaelementplayer({\n m:1\n \n ,features: [\'playpause\',\'current\',\'progress\',\'duration\',\'volume\',\'tracks\',\'fullscreen\']\n \n });\n});\n</script>\n</p>\n<hr />\n<h2>But wait, there’s more!</h2>\n<p class=\"lead\">This Add On can also allow variable-length trials.</p>\n<p>It’s a limitation of most payment gateways that you can only set a trial period equal to your subscription period (i.e. a monthly subscription can only offer a month-long trial). Sites can now offer a unique trial period using this Add On, such as:</p>\n<ul>\n<li>Set a 30-day trial on an annual membership level by setting the “Delay” field to <code>30</code>.</li>\n<li>Set a 1 week trial on a monthly membership level by setting the “Delay” field to <code>7</code>.</li>\n</ul>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> You can use this Add On to offer a “Free Trial” but still capture the member’s payment information—users would simply need to cancel within the trial window to avoid being charged. To do this, just leave the “Initial Payment” value empty.</div>\n<p><a class=\"btn btn_action\" href=\"https://www.paidmembershipspro.com/add-ons/plus-add-ons/subscription-delays/\" target=\"_self\">View the Add On</a><br />\n<br /> </p>\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:59:\"https://www.paidmembershipspro.com/members-renew-date/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:\"49\";s: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:\"7672\";s: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:64:\"\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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"How to use a Page Builder to create a custom Membership Level Pricing page.\";s:7:\"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:110:\"https://www.paidmembershipspro.com/how-to-use-a-page-builder-to-create-a-custom-membership-level-pricing-page/\";s: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:118:\"https://www.paidmembershipspro.com/how-to-use-a-page-builder-to-create-a-custom-membership-level-pricing-page/#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, 13 Sep 2018 15:32: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:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:3:\"FAQ\";s: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:\"General\";s: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:\"Videos\";s: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:19:\"custom user content\";s: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:\"how to 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:5;a:5:{s:4:\"data\";s:10:\"membership\";s: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:17:\"membership levels\";s: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:6:\"videos\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=162588\";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:1999:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"162648\" data-permalink=\"https://www.paidmembershipspro.com/session-page-builder/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"SESSION-PAGE-BUILDER\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1024x640.jpg\" />The landing page for your levels is the primary place your site will attract and sell its membership products. Our plugin includes a few options to design this page, including the default [pmpro_levels] shortcode and the enhanced options when using the Advanced Levels Page Shortcode Add On. What if you <a href=\"https://www.paidmembershipspro.com/how-to-use-a-page-builder-to-create-a-custom-membership-level-pricing-page/\" rel=\"nofollow\">(more...)</a></p>\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:69:\"https://s3.amazonaws.com/PMProVideos/Use-page-builder-video-final.mp4\";s:6:\"length\";s:8:\"25337070\";s:4:\"type\";s:9:\"video/mp4\";}}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:11:\"Travis Lima\";s: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:11883:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"162648\" data-permalink=\"https://www.paidmembershipspro.com/session-page-builder/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"SESSION-PAGE-BUILDER\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER-1024x640.jpg\" /><div class=\"lead\"><p>The landing page for your levels is the primary place your site will attract and sell its membership products. Our plugin includes a few options to design this page, including the default <code>[pmpro_levels]</code> shortcode and the enhanced options when using the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/\" target=\"_blank\">Advanced Levels Page Shortcode Add On</a>.</p>\n<p>What if you need more control over this page and would like to design a completely custom page for your levels? In this article, I will take you through the process of building a new membership levels page using the <a href=\"https://wordpress.org/plugins/elementor/\" target=\"_blank\" rel=\"noopener\">Elementor Page Builder</a>, an open source plugin available in the WordPress plugin repository.</div><hr /></p>\n<h2>Did you know…</h2>\n<p>You do not need to use the default plugin-generated Membership Level page for your membership site. In <a href=\"https://www.paidmembershipspro.com/documentation/initial-plugin-setup/step-2-setting-pages/\" rel=\"noopener\" target=\"_blank\">step 2 of the plugin setup process</a>, a page named “Membership Levels” is automatically created with the shortcode <code>[pmpro_levels]</code>. You can customize this page depending on your preferences, skill level, and the needs of your membership site.</p>\n<p><strong>A few ways you can customize the levels page include:</strong></p>\n<ol>\n<li>Use <a href=\"https://www.paidmembershipspro.com/documentation/templates/customizing-via-css/\" target=\"_blank\" rel=\"noopener\">Custom CSS</a> to adjust the default layout.</li>\n<li>Create your own custom <a href=\"https://www.paidmembershipspro.com/documentation/templates/customizing-via-theme-templates/\" target=\"_blank\" rel=\"noopener\">Page Templates</a> for the levels page layout.</li>\n<li>Replace the default shortcode with the options included in the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/\" target=\"_blank\" rel=\"noopener\">Advanced Levels Page Shortcode Add On</a> which includes column-based or comparison-type options.</li>\n<li>Use a Page Builder or your theme’s included “pricing page” layouts to craft a totally custom page.</li>\n</ol>\n<p>In this article, I’m focusing on the last option above and will demo how to use the <a href=\"https://wordpress.org/plugins/elementor/\" target=\"_blank\" rel=\"noopener\">Elementor Page Builder</a> to create a Membership Levels page.</p>\n<hr />\n<h2>Video Demo</h2>\n <video style=\"max-width: 100%;\" id=\"wp_mep_3\" src=\"https://s3.amazonaws.com/PMProVideos/Use-page-builder-video-final.mp4\" width=\"553\" height=\"311\" poster=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/SESSION-PAGE-BUILDER.jpg\" controls=\"controls\" preload=\"none\" >\n \n \n \n \n \n \n \n </video>\n<script type=\"text/javascript\">\njQuery(document).ready(function($) {\n $(\'#wp_mep_3\').mediaelementplayer({\n m:1\n \n ,features: [\'playpause\',\'current\',\'progress\',\'duration\',\'volume\',\'tracks\',\'fullscreen\']\n \n });\n});\n</script>\n\n<hr />\n<h2>1. Choose the method that works for you.</h2>\n<p class=\"lead\">Your skillset and goals will generally determine the method that you choose to build your membership levels page.</p>\n<p>You do not have to use a Page Builder and might find that using your theme’s included layouts or theme’s shortcodes to create your membership level page will be easier. Chances are, you already have an idea of what will work for you. I chose to use Elementor in this article because it is a popular page builder plugin that many of our support customers are using.</p>\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Elementor.png\" alt=\"Screenshot of the Elementor Plugin Homepage\" width=\"758\" height=\"342\" /></p>\n<hr />\n<h2>2. Develop your membership levels page.</h2>\n<p class=\"lead\">Now that you have chosen the tools needed to create your levels page, it is time to start building.</p>\n<div class=\"pmpro_message pmpro_default\"><em>These steps assume you are working on an existing membership site and want to create the new design without affecting the current site’s levels page. If you are setting up a brand new membership site, you can directly edit the generated page for your Membership Levels. Just remove the <code>[pmpro_levels]</code> shortcode from that page and begin your work.</em></div>\n<ol>\n<li>Navigate to your Dashboard > Pages > Add New.</li>\n<li>Enter a title for your new membership levels page (mine is “My Level Page”).</li>\n<li>Start creating the layout exactly as you need it. Feel free to get creative here. Enhance the page with images, comparison tables, testimonials and more. This is the primary page your potential customers will visit to explore your product and, hopefully, convert to members. It’s important to make the page as compelling, clear and attractive as possible.</li>\n</ol>\n<p><img data-attachment-id=\"162598\" data-permalink=\"https://www.paidmembershipspro.com/how-to-use-a-page-builder-to-create-a-custom-membership-level-pricing-page/develop-membership-level-page/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page.png\" data-orig-size=\"770,428\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"Develop membership level page\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page-300x167.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page.png\" class=\"aligncenter size-full wp-image-162598\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page.png\" alt=\"Screenshot of admin developing a membership level page using a page builder.\" width=\"770\" height=\"428\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page.png 770w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Develop-membership-level-page-300x167.png 300w\" sizes=\"(max-width: 770px) 100vw, 770px\" /></p>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> Keep this page as concise, clear and simple as possible. It can be tempting to add a whole lot of detail to this page, but remember that confusion often leads to “cart abandonment”.</div>\n<hr />\n<h2>3. Link “buttons” to the level-specific membership checkout page.</h2>\n<p>As you can see from my screenshots, I created a membership level page that gives a little more information on the two membership levels that I want my users to sign up to. One level is free; the other is a premium membership. </p>\n<p class=\"lead\">I will now need to link up my membership checkout page to each of my “Sign Up” and “Buy Now” buttons in the layout.</p>\n<p>In most cases, the URL for membership checkout will be something like this:<br />\n<code>https://SITEDOMAIN.com/membership-account/membership-checkout/?level=1</code></p>\n<p>This URL is primarily the same for each level checkout page—you just need to update the last attribute of the URL with the appropriate level’s ID.</p>\n<ol>\n<li>Navigate to the default Membership Levels Page and click the button to membership level that you want to link.\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/levels-page.png\" alt=\"Screenshot of default Paid Memberships Pro levels page\" /></p>\n<hr /></li>\n<li>Copy the URL of the checkout page. Notice that each URL will include the membership level’s ID. In my case, I am linking my “Gold” Membership Level (which has a level ID of “18”). You should see something similar to <code>/membership-account/membership-checkout/?level=18</code>\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Copy-url.png\" alt=\"Screenshot of admin copying the URL of a Paid Memberships Pro Checkout page\" /></p>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> You can automatically include a discount code in the URL by adding the attribute <code>&discount_code=CODENAME</code> at the end of the button’s link to checkout.</div>\n<hr /></li>\n<li>Add the copied URL to the appropriate button/link that you created on your custom membership levels page. Repeat steps 1-3 for each Membership Level you have added to your custom page.\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/Paste-link.png\" alt=\"Screenshot of Admin pasting in a link to redirect users to the checkout page\" /></li>\n</ol>\n<hr />\n<h2>4. Last Step: Set your newly created Membership Level page as the default.</h2>\n<p>This last step will ensure that every generated link to your membership levels page will direct users to your new/custom page instead of the plugin-generated page. If you have inserted a link to the membership levels page within your post content, you will need to manually update those links to this new page.</p>\n<ol>\n<li>Navigate to your WP Dashboard > Memberships > Page Settings > Level Page > Select your new membership level page.\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/my-levels-page.png\" alt=\"Admin seeting Paid Memberships Pro Default Levels Page\" /></p>\n<hr /></li>\n</ol>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> As a clean up step, you will also want to delete the old (plugin-generated) membership levels page and redirect that deleted page’s slug to this new page. You can alternately update your new page’s slug to match that of your previous page.</div>\n<hr />\n<h2>That’s it – and that’s alot.</h2>\n<p>If you have any questions about using this process to create the membership levels page of your dreams, please share a comment below.</p>\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:115:\"https://www.paidmembershipspro.com/how-to-use-a-page-builder-to-create-a-custom-membership-level-pricing-page/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"162588\";s: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: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Notify Members of Upcoming Recurring Payment / Automatic Renewal for Membership\";s:7:\"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:113:\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/\";s: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:121:\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/#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, 11 Sep 2018 10:58:58 +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:7:\"General\";s: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:\"Recipes\";s: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:4:\"code\";s: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:\"code gist\";s: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:\"custom\";s: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:13:\"customization\";s: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:5:\"email\";s: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:20:\"membership_recurring\";s: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:41:\"pmpro_upcoming_recurring_payment_reminder\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=162656\";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:2061:\"<img width=\"300\" height=\"300\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-80x80.png 80w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"162662\" data-permalink=\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/renewal/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png\" data-orig-size=\"1000,1000\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"renewal\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png\" />Our Recurring Payment Email Reminder Add On allows you to notify members that their membership renewal payment is processing soon. This recipe shows you how to use the pmpro_upcoming_recurring_payment_reminder filter to modify when that notification is sent. About The Code Recipe By default, the Recurring Payment Email Reminder Add On <a href=\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/\" rel=\"nofollow\">(more...)</a></p>\";s: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:11:\"Travis Lima\";s: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:2955:\"<img width=\"300\" height=\"300\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-80x80.png 80w, https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"162662\" data-permalink=\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/renewal/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png\" data-orig-size=\"1000,1000\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"renewal\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal-300x300.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/09/renewal.png\" /><div class=\"lead\"><p>Our <a href=\"https://www.paidmembershipspro.com/add-ons/recurring-payment-email-reminders/\" rel=\"noopener\" target=\"_blank\">Recurring Payment Email Reminder Add On</a> allows you to notify members that their membership renewal payment is processing soon. This recipe shows you how to use the <code>pmpro_upcoming_recurring_payment_reminder</code> filter to modify when that notification is sent.</p>\n<p><a class=\"btn btn_action\" href=\"https://www.paidmembershipspro.com/add-ons/recurring-payment-email-reminders/\" target=\"_self\">View the Add On</a><br />\n</div><hr /></p>\n<h2>About The Code Recipe</h2>\n<p>By default, the <a href=\"https://www.paidmembershipspro.com/add-ons/recurring-payment-email-reminders/\" rel=\"noopener\" target=\"_blank\">Recurring Payment Email Reminder Add On</a> will send a notification 7 days prior to a member’s recurring payment date. In the example below, we are modifying that default to send the notification 14 days (or two weeks) prior to renewal. Annual plans may want to adjust this to 30 days prior (roughly 1 month) or another value that best fits the needs of your membership program.</p>\n<hr>\n<h2>The Code Recipe</h2>\n<p></p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\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:118:\"https://www.paidmembershipspro.com/notify-members-of-upcoming-recurring-payment-automatic-renewal-for-membership/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"162656\";s: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: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"PMPro Update 1.9.5.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://www.paidmembershipspro.com/pmpro-update-1-9-5-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.paidmembershipspro.com/pmpro-update-1-9-5-4/#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, 10 Sep 2018 15:30: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:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"About PMPro\";s: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:\"Newsletter\";s: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:13:\"Release Notes\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=162691\";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:391:\"Version 1.9.5.4 of Paid Memberships Pro is out with a handful of bug fixes. Included are fixes for Theme My Login 7, Stripe and TwoCheckout integration, and a few others. About the Update In addition to the improvements mentioned above, we added some SQL escaping to our reports pages. While <a href=\"https://www.paidmembershipspro.com/pmpro-update-1-9-5-4/\" rel=\"nofollow\">(more...)</a></p>\";s: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:\"Jason Coleman\";s: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:4206:\"<div class=\"lead\"><p>Version 1.9.5.4 of Paid Memberships Pro is out with a handful of bug fixes. Included are fixes for Theme My Login 7, Stripe and TwoCheckout integration, and a few others.</div><hr /></p>\n<h2>About the Update</h2>\n<p>In addition to the improvements mentioned above, we added some SQL escaping to our reports pages. While this work is marked as a SECURITY update, we do not believe there were any related vulnerabilities in the prior code. It’s just good practice to be extra cautious here to harden the code for future updates.</p>\n<p>In addition to the PMPro team, this update includes work by many third party authors including Jeff Farthing, Charl P. Botha, and David Cervantes Caballero.</p>\n<p>Please update Paid Memberships Pro from the plugins page of your WordPress dashboard. You can also get the <a href=\"http://downloads.wordpress.org/plugin/paid-memberships-pro.zip\">latest version of PMPro here</a> or <a href=\"http://downloads.wordpress.org/plugin/paid-memberships-pro.1.9.5.4.zip\">version 1.9.5.4 specifically here</a>.</p>\n<hr />\n<h2>About the Level Description and Confirmation Message</h2>\n<p>As of version 1.9.5.4, we are no longer using the WordPress <code>the_content</code> filter when displaying the membership level’s description or confirmation message. Using the the_content filter in these areas allowed you to use shortcodes and other post styling that relied on that filter. However, some sites (depending on the other plugins installed) would get caught in an infinite loop while rendering this text and crash. If you need to revert your site, please copy and paste this code recipe into a helper <a href=\"https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/\">PMPro Customizations</a> plugin.</p>\n<p>View the code on <a href=\"https://gist.github.com/kimcoleman/af70a4971453216ebed4c67c8a4d8223\">Gist</a>.</p>\n<p>Note that these filters only affect the level description and confirmation message when displayed on your site. If your level description or confirmation message appear in emails to your members, shortcodes and other styles may not work even with the above gist installed.</p>\n<hr />\n<h2>The full list of updates is below.</h2>\n<ul>\n<li><strong>SECURITY:</strong> Some values used in SQL queries in our reporting code were sanitized but not later escaped via <code>esc_sql()</code>. All variables added to SQL queries in the reports are now wrapped in <code>esc_sql()</code>. The previous code was not vulnerable to any known attack, but this change hardens the code against vulnerabilities in the case other parts of the code change in the future.</li>\n<li><strong>BUG FIX:</strong> Fixed issue with lost passwords when Theme My Login 7 is active. (Thanks, Jeff Farthing)</li>\n<li><strong>BUG FIX:</strong> No longer sending an “error canceling the subscription” email when subscriptions are cancelled from Stripe.</li>\n<li><strong>BUG FIX:</strong> Fixed issue where TwoCheckout orders were not correctly updating the TOS consent data. (Thanks, Charl P. Botha)</li>\n<li><strong>BUG FIX:</strong> Fixed issue where privacy function weren’t defaulting to $current_user correctly. In practice, we were always passing a user_id anyway.</li>\n<li><strong>BUG FIX/ENHANCEMENT:</strong> Changed the confirmation message to use <code>wpautop()</code> instead of <code>apply_filters(\'the_content\')</code>. If you were relying on shortcodes or other content that required that filter, you must use the custom functions outlined earlier in this post to revert this for your site.</li>\n<li><strong>BUG FIX/ENHANCEMENT:</strong> Using the strict parameter of <code>sanitize_user</code> when getting usernames. This will prevent some special characters from being used in usernames at checkout. This is inline with WP core and other plugins. (Thanks, David Cervantes Caballero).</li>\n<li><strong>ENHANCEMENT:</strong> Added a breakdown of orders at each price point to the Sales Report widget.</li>\n<li><strong>ENHANCEMENT:</strong> Showing the Stripe version we use on the Payment Settings page.</li>\n<li><strong>ENHANCEMENT: Updated Copyright date and GPLv2 link in license.txt.</strong></li>\n</ul>\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.paidmembershipspro.com/pmpro-update-1-9-5-4/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:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"162691\";s: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: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Customizing Usernames on Your Membership 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:82:\"https://www.paidmembershipspro.com/customizing-usernames-for-your-membership-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://www.paidmembershipspro.com/customizing-usernames-for-your-membership-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:\"Thu, 30 Aug 2018 13:19: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:5:{i:0;a:5:{s:4:\"data\";s:7:\"Recipes\";s: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:\"init\";s: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:29:\"pmpro_checkout_new_user_array\";s: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:\"userdata\";s: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:\"username\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=160474\";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:1842:\"<img width=\"300\" height=\"83\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"use a members email address as a username paid memberships pro image\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png 758w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"161357\" data-permalink=\"https://www.paidmembershipspro.com/customizing-usernames-for-your-membership-site/username-2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png\" data-orig-size=\"758,210\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"USERNAME\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png\" />In this post, we will cover a number of ways that you can control the allowed format and structure of usernames for new members. Allow members to use an email address as their username. If your site doesn’t have a need for public or frontend-facing usernames, you may want to <a href=\"https://www.paidmembershipspro.com/customizing-usernames-for-your-membership-site/\" rel=\"nofollow\">(more...)</a></p>\";s: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:11:\"Travis Lima\";s: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:5554:\"<img width=\"300\" height=\"83\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"use a members email address as a username paid memberships pro image\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png 758w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"161357\" data-permalink=\"https://www.paidmembershipspro.com/customizing-usernames-for-your-membership-site/username-2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png\" data-orig-size=\"758,210\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"USERNAME\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME-300x83.png\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png\" /><div class=\"lead\"><p>In this post, we will cover a number of ways that you can control the allowed format and structure of usernames for new members.</div><hr /></p>\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/USERNAME.png\" alt=\"use a members email address as a username paid memberships pro image\" width=\"758\" height=\"210\" /></p>\n<h2>Allow members to use an email address as their username.</h2>\n<p>If your site doesn’t have a need for public or frontend-facing usernames, you may want to simplify checkout by setting a user’s email address as their username. With the vast number of sites we are all members of, it has become extremely difficult to remember what username I created where. It’s much easier to remember your login credentials when using an email address as your login name.</p>\n<p>During a default membership checkout, users are prompted to create a “Username” and enter their “Email Address”. This code recipe will take the information inserted in the Email Address field of the Membership Checkout page and use it as the member’s username.</p>\n<p>To prevent any confusion, you will also want to hide the “Username” field using CSS (more on this below) or by using a <a href=\"https://www.paidmembershipspro.com/documentation/templates/customizing-via-theme-templates/\" target=\"_blank\" rel=\"noopener\">Custom Page Template</a>. If you do not hide this field and a member performs a checkout and inputs a username then the Code Recipe will still overwrite the username data and replace it with the member’s email address.</p>\n<hr />\n<h2>The Code Recipe</h2>\n</p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\n<hr />\n<p><img src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/john-doe.png\" alt=\"Reformat usernames to use allowed characters after checkout\" width=\"758\" height=\"210\" /></p>\n<h2>Reformat usernames to use allowed characters after checkout.</h2>\n<p>This code recipe will convert a member’s username to match your specific rules. In this example, we convert all characters to lowercase and replace any spaces found in the username with underscores. If a member inputs a username like “John Doe”, then this will be changed to “john_doe”.</p>\n<p>One of our members recently had a support request related to the format of usernames. Their request was for appearance reasons, but there are other cases where you would like usernames to follow stricter guidelines. For example, if you are using a single sign on bridge to integrate your members with a third-party application, you may need to match the requirements of usernames for that external site.</p>\n<p>This code can also be useful in cases where the member’s username appears in other features of your site, such as on a <a href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/\" target=\"_blank\" rel=\"noopener\">BuddyPress</a> profile.</p>\n<hr />\n<h2>The Code Recipe</h2>\n</p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\n<h2>Here are some other username-related articles you may want to check out:</h2>\n<ul>\n<li>Prevent users from using their email address as a username: <a href=\"https://www.paidmembershipspro.com/prevent-users-from-using-an-email-address-as-username/\">https://www.paidmembershipspro.com/prevent-users-from-using-an-email-address-as-username/</a></li>\n<li>Offer email only signups:<br />\n<a href=\"https://www.paidmembershipspro.com/streamline-membership-checkout-with-the-signup-shortcode-add-on-email-only-signup-redirect-to-referrer-and-popup-integration/\">https://www.paidmembershipspro.com/streamline-membership-checkout-with-the-signup-shortcode-add-on-email-only-signup-redirect-to-referrer-and-popup-integration/</a></li>\n</ul>\n<p> </p>\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.paidmembershipspro.com/customizing-usernames-for-your-membership-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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"160474\";s: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:67:\"\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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"How to Set Up Your Membership Level Pricing\";s:7:\"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:79:\"https://www.paidmembershipspro.com/how-to-set-up-your-membership-level-pricing/\";s: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:88:\"https://www.paidmembershipspro.com/how-to-set-up-your-membership-level-pricing/#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, 24 Aug 2018 13:49: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:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:3:\"FAQ\";s: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:\"General\";s: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:10:\"Newsletter\";s: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:\"Videos\";s: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:15:\"free membership\";s: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:\"how to 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:17:\"membership levels\";s: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:\"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:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"videos\";s:7:\"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:44:\"https://www.paidmembershipspro.com/?p=159743\";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:1859:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"160983\" data-permalink=\"https://www.paidmembershipspro.com/session2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"session2\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1024x640.jpg\" />This guide covers some of the most common pricing models for membership sites and how to configure level pricing for your site. It’s a useful guide if you’re just getting started with Paid Memberships Pro and would like to learn the different ways you can potentially charge members. How to <a href=\"https://www.paidmembershipspro.com/how-to-set-up-your-membership-level-pricing/\" rel=\"nofollow\">(more...)</a></p>\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:65:\"https://s3.amazonaws.com/PMProVideos/How-to-setup-pricing-new.mp4\";s:6:\"length\";s:8:\"18609920\";s:4:\"type\";s:9:\"video/mp4\";}}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:11:\"Travis Lima\";s: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:8024:\"<img width=\"300\" height=\"188\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: right; margin-left: 15px;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1024x640.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1170x731.jpg 1170w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-attachment-id=\"160983\" data-permalink=\"https://www.paidmembershipspro.com/session2/\" data-orig-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2.jpg\" data-orig-size=\"2560,1600\" data-comments-opened=\"0\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"session2\" data-image-description=\"\" data-medium-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-300x188.jpg\" data-large-file=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2-1024x640.jpg\" /><div class=\"lead\"><p>This guide covers some of the most common pricing models for membership sites and how to configure level pricing for your site. It’s a useful guide if you’re just getting started with Paid Memberships Pro and would like to learn the different ways you can potentially charge members.</div><hr /></p>\n<h2>How to set up your Membership Level Pricing</h2>\n<p>Paid Memberships Pro enables you to charge your members in a variety of ways, including:</p>\n<ol>\n<li>Set up a one-time/one-time “lifetime” payment for membership.</li>\n<li>Bill members on a recurring monthly subscription.</li>\n<li>Charge members on a yearly basis.</li>\n<li>Set up a trial for your members before having them commit to a full membership.</li>\n</ol>\n<p>You can offer all of these pricing models and more using Paid Memberships Pro. Below are a few of the most common pricing options we have seen.</p>\n<hr />\n<p class=\"lead\">Once Paid Memberships Pro is installed on your site, the following settings can be configured in your WordPress Dashboard under Memberships > Membership Levels > Add New Level:</p>\n<hr />\n<h2>Video Demo</h2>\n <video style=\"max-width: 100%;\" id=\"wp_mep_4\" src=\"https://s3.amazonaws.com/PMProVideos/How-to-setup-pricing-new.mp4\" width=\"553\" height=\"311\" poster=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/session2.jpg\" controls=\"controls\" preload=\"none\" >\n \n \n \n \n \n \n \n </video>\n<script type=\"text/javascript\">\njQuery(document).ready(function($) {\n $(\'#wp_mep_4\').mediaelementplayer({\n m:1\n \n ,features: [\'playpause\',\'current\',\'progress\',\'duration\',\'volume\',\'tracks\',\'fullscreen\']\n \n });\n});\n</script>\n\n<hr />\n<h2>Setting up a once-off payment.</h2>\n<p>Here are the steps to create a one-time payment that will charge members when they signup for a membership. The membership can last indefinitely or for a specific amount of time.</p>\n<ol>\n<li>Set the amount you want to charge immediately at checkout in the “Initial Payment” field.</li>\n<li>If necessary, add a Membership Expiration to this level by clicking on the Membership Expiration checkbox (more on this later). If left blank, members will be able to access members-only content indefinitely.</li>\n<li>Save your Settings</li>\n</ol>\n<div class=\"row text-center\"><div class=\"medium-6 columns\"><img class=\"size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-14-at-14.13.43.png\" alt=\"Default: Change link appears (before CSS)\" width=\"785\" height=\"700\" /></div><div class=\"medium-6 columns\"><img class=\"aligncenter size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-14-at-14.23.50-e1534347634184.png\" alt=\"\" width=\"487\" height=\"174\" /></div></div>\n<div class=\"pmpro_message pmpro_alert\"><strong>Pro Tip:</strong> Sell access to individual pages or posts, or sell a la carte items for a flat fee by using our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-purchase-access-to-a-single-page/\">AddOn Packages Plugin.</a></div>\n<hr />\n<h2>Setting up a monthly payment.</h2>\n<p>To charge monthly for your site’s membership, do the following:</p>\n<ol>\n<li>Set your initial payment to the amount you want to collect immediately when a member completes a checkout on your site. This can be the same amount you plan to charge on a recurring basis or it can be a higher or lower amount.</li>\n<li>Select the “Recurring Subscription” checkbox to open up more billing options.</li>\n<li>Set the Billing Amount and the Billing Frequency. If you want to bill clients monthly be sure to set your frequency to “1” per “Month(s)”</li>\n<li>Save your Settings.</li>\n</ol>\n<div class=\"row text-center\"><div class=\"medium-6 columns\"><img class=\"size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-17.49.02.png\" alt=\"Default: Change link appears (before CSS)\" width=\"785\" height=\"700\" /></div><div class=\"medium-6 columns\"><img class=\"aligncenter size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-19.05.05.png\" alt=\"\" width=\"487\" height=\"174\" /></div></div>\n<hr />\n<h2>Setting up annual payments.</h2>\n<p>To set up a yearly pricing model for your membership level, do the following:</p>\n<ol>\n<li>Set the amount you want to charge immediately at checkout in the “Initial Payment” field. Again, you can set this first payment to be a higher or lower price than you plan to charge for subsequent years.</li>\n<li>Select the “Recurring Subscription” checkbox to open up more billing options.</li>\n<li>Set the Billing Amount and frequency. If you want to bill clients yearly be sure to set your frequency to “1” per “Year(s)”</li>\n<li>Save your Settings.</li>\n</ol>\n<div class=\"row text-center\"><div class=\"medium-6 columns\"><img class=\"size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-16-at-16.28.49.png\" alt=\"Default: Change link appears (before CSS)\" width=\"785\" height=\"700\" /></div><div class=\"medium-6 columns\"><img class=\"aligncenter size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-16-at-16.29.17.png\" alt=\"\" width=\"487\" height=\"174\" /></div></div>\n<hr />\n<h2>Setting up a membership level with an expiration date.</h2>\n<p>In some cases, you may want to add an expiration date to your Membership Level, if you would like to add an expiration date to your level, do the following:</p>\n<ol>\n<li>Navigate to Memberships > Memberships Level in the WordPress Dashboard</li>\n<li>Select a Membership Level to edit.</li>\n<li>In the Membership Level Settings, check the “Membership Expiration” checkbox to open up the Membership Expiration options.</li>\n<li>Set the duration of the membership access. For example, “3 Month(s)”</li>\n</ol>\n<div class=\"row text-center\"><div class=\"medium-6 columns\"><img class=\"size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-16-at-16.30.28.png\" alt=\"Default: Change link appears (before CSS)\" width=\"785\" height=\"700\" /></div><div class=\"medium-6 columns\"><img class=\"aligncenter size-full wp-post-image\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-16-at-16.31.09.png\" alt=\"\" width=\"487\" height=\"174\" /></div></div>\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:84:\"https://www.paidmembershipspro.com/how-to-set-up-your-membership-level-pricing/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:\"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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"159743\";s: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: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Hide Widgets for Members Only\";s:7:\"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://www.paidmembershipspro.com/hide-widgets-members/\";s: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.paidmembershipspro.com/hide-widgets-members/#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, 23 Aug 2018 14:30:38 +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:10:\"Newsletter\";s: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:\"Recipes\";s: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:\"pmpro_hasMembershipLevel\";s:7:\"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:43:\"https://www.paidmembershipspro.com/?p=64313\";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:402:\"If you’re using widgets on your WordPress site and want to customize them for members and non-members, check out the recipes below. We’ll provide a way to filter an entire widget area for members-only, as well as a recipe to hide a specific widget instance based on the current user’s <a href=\"https://www.paidmembershipspro.com/hide-widgets-members/\" rel=\"nofollow\">(more...)</a></p>\";s: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:16:\"Kimberly Coleman\";s: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:1985:\"<div class=\"lead\"><p>If you’re using widgets on your WordPress site and want to customize them for members and non-members, check out the recipes below. We’ll provide a way to filter an entire widget area for members-only, as well as a recipe to hide a specific widget instance based on the current user’s membership level.</div><hr /></p>\n<h2>Hide an Entire Widget Area</h2>\n<p>The following recipe allows you to define dynamic sidebars (<a href=\"https://codex.wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\">by sidebar ID</a>) to hide or show based on the membership requirements of the active post ID. Any widgets placed in the filtered widget areas will not show if the current user does not have access to the post ID.</p>\n</p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\n<div class=\"pmpro_message pmpro_alert\">To discover the sidebar ID, you can look in your theme files to locate where the <a href=\"https://codex.wordpress.org/Function_Reference/dynamic_sidebar\">dynamic_sidebar</a> is displayed.</div>\n<hr />\n<h2>Hide a Specific Widget Instance</h2>\n<p>The following recipe allows you to hide specific widget instances (regardless of the widget area they are placed in) based on the current user’s membership level. This code recipe can be extended for several membership level checks based on your needs.</p>\n</p>\n<div class=\"pmpro_content_message\">\n<h4>This code recipe requires a Plus Account or higher.</h4>\n<a class=\"btn btn_action\" href=\"/pricing/\" target=\"_self\">View Membership Options</a>\n</div>\n<p></p>\n<div class=\"pmpro_message pmpro_alert\">To discover the widget instance’s ID, you can use your browser’s Web Inspect features. The ID will be in a format <code>widgettype-NUM</code>, for example <code>text-2</code> or <code>recent-comments-1</code>.</div>\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.paidmembershipspro.com/hide-widgets-members/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:\"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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"64313\";s: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: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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"38936755\";s: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:46:\"http://feeds.feedburner.com/PaidMembershipsPro\";}}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:18:\"paidmembershipspro\";}}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:\"YezYwTh+W7leRUBmGncCzbWFkys\";s:13:\"last-modified\";s:29:\"Mon, 08 Oct 2018 17:59:09 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 08 Oct 2018 18:42:43 GMT\";s:7:\"expires\";s:29:\"Mon, 08 Oct 2018 18:42:43 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:\"20130911020210\";}','no'),(13912,'_transient_timeout_feed_mod_d05d136f72523470cbe7098608179c6a','1539067363','no'),(13913,'_transient_feed_mod_d05d136f72523470cbe7098608179c6a','1539024163','no'),(13914,'_transient_timeout_wc_report_sales_by_date','1539110563','no'),(13915,'_transient_wc_report_sales_by_date','a:8:{s:32:\"bf180a2d5d813ce132a88e12c300ffe1\";a:0:{}s:32:\"17be6a3f15f944e093947d1873cc8f3f\";a:0:{}s:32:\"d8e479d37b85290b46130b8704a19c13\";a:0:{}s:32:\"fb7fc2408eced5c2cf585ee1dbfab654\";N;s:32:\"0225c00b6640c2989547d8b51ec27fa2\";a:0:{}s:32:\"89e034933305a8a66ddf45e002a4c0e2\";a:0:{}s:32:\"5d28918d4172e03e59252017760f9c53\";a:0:{}s:32:\"dd9a2683d062ee6527b348014d0885aa\";a:0:{}}','no'),(13916,'_transient_timeout_wc_admin_report','1539110563','no'),(13917,'_transient_wc_admin_report','a:1:{s:32:\"a531e8d9e955023fb536ad0f2155df46\";a:0:{}}','no'),(13918,'_transient_timeout_wc_low_stock_count','1541616163','no'),(13919,'_transient_wc_low_stock_count','0','no'),(13920,'_transient_timeout_wc_outofstock_count','1541616163','no'),(13921,'_transient_wc_outofstock_count','0','no'),(13925,'_transient_timeout_lp_plugins_wp','1539067368','no'),(13926,'_transient_lp_plugins_wp','a:8:{s:24:\"learnpress-import-export\";a:27:{s:4:\"name\";s:67:\"LearnPress Export Import – WordPress extension for LearnPress\";s:4:\"slug\";s:24:\"learnpress-import-export\";s:7:\"version\";s:5:\"3.0.1\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";d:100;s:7:\"ratings\";a:5:{i:5;i:5;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:5;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:4000;s:10:\"downloaded\";i:40612;s:12:\"last_updated\";s:22:\"2018-05-23 10:30am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:2761:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>LearnPress Export/Import bring you feature to export course, lesson, quiz, question from a LearnPress site to back up or bring to another LearnPress site.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">LearnPress Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:415:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Export Import’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Export Import.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:562:\"<p>Check out <a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress</a> sites.</p>\n\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Export Import’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Export Import.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n\n\";s:9:\"changelog\";s:842:\"<h4>3.0.1</h4>\n<p>~ Fixed some warning message when exporting/importing<br />\n~ Fixed issue with question data contains special chars</p>\n<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Fixed export answers in question</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Fixed duplicate course while importing.</li>\n<li>Fixed importing file on server.</li>\n<li>Improved mechanism of ‘import file on server’.</li>\n<li>Fixed small bugs.</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Fixed issue when uploading file to import</li>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>0.9.2</h4>\n<p>Fixed Import button not shows in WP 4.3</p>\n<h4>0.9.1</h4>\n<ol>\n<li>Updated language file </li>\n</ol>\n<h4>0.9.0</h4>\n<p>The first beta release.</p>\n\";}s:17:\"short_description\";s:159:\"LearnPress Export/Import bring you feature to export course, lesson, quiz, question from a LearnPress site to back up or bring to another LearnPress s …\";s:13:\"download_link\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.3.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:9:{s:3:\"0.9\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-import-export.0.9.zip\";s:3:\"2.0\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-import-export.2.0.zip\";s:5:\"2.0.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.2.0.1.zip\";s:5:\"2.0.2\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.2.0.2.zip\";s:5:\"2.0.3\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.2.0.3.zip\";s:5:\"2.0.4\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.2.0.4.zip\";s:5:\"3.0.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.3.0.0.zip\";s:5:\"3.0.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-import-export.3.0.1.zip\";s:5:\"trunk\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-import-export.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/learnpress-import-export/assets/icon-128x128.png?rev=1181747\";s:2:\"2x\";s:77:\"https://ps.w.org/learnpress-import-export/assets/icon-256x256.png?rev=1181747\";}s:6:\"source\";s:2:\"wp\";}s:32:\"learnpress-prerequisites-courses\";a:27:{s:4:\"name\";s:40:\"LearnPress – Prerequisites Courses\";s:4:\"slug\";s:32:\"learnpress-prerequisites-courses\";s:7:\"version\";s:5:\"3.0.1\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";d:100;s:7:\"ratings\";a:5:{i:5;i:1;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:1;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:5000;s:10:\"downloaded\";i:38719;s:12:\"last_updated\";s:21:\"2018-03-28 3:03am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:2701:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>LearnPress Prerequisites is an add-on for LearnPress allow you to set prerequisite courses for a certain course in a LearnPress site.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">LearnPress Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:413:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Prerequisite’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Prerequisite.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:744:\"\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Prerequisite’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Prerequisite.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n<h4>Can I create an add-on for LearnPress like LearnPress bbPress by myself?</h4>\n<p>\n<p>Yes, you can. Please find the documentation for writing an add-on for LearnPress in our <a href=\"https://github.com/LearnPress/LearnPress/wiki\" rel=\"nofollow\">LearnPress github repo.</a></p>\n</p>\n\n\";s:9:\"changelog\";s:591:\"<h4>3.0.1</h4>\n<ul>\n<li>Update prerequisite notice hook</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>Update text domain</li>\n<li>Compatible with Learnpress 2.1.7</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Update text domain</li>\n<li>Compatible with Learnpress 2.1.7</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.1</h4>\n<ul>\n<li>Updated language file</li>\n</ul>\n<h4>0.9.0</h4>\n<ul>\n<li>The first beta release.</li>\n</ul>\n\";}s:17:\"short_description\";s:104:\"LearnPress Prerequisites is an add-on for LearnPress allow you to set prerequisite courses for a…\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.3.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:7:{s:5:\"0.9.1\";s:81:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.0.9.1.zip\";s:3:\"1.0\";s:79:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.1.0.zip\";s:3:\"2.0\";s:79:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.2.0.zip\";s:5:\"2.0.1\";s:81:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.2.0.1.zip\";s:5:\"3.0.0\";s:81:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.3.0.0.zip\";s:5:\"3.0.1\";s:81:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.3.0.1.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/learnpress-prerequisites-courses.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:85:\"https://ps.w.org/learnpress-prerequisites-courses/assets/icon-128x128.png?rev=1181753\";s:2:\"2x\";s:85:\"https://ps.w.org/learnpress-prerequisites-courses/assets/icon-256x256.png?rev=1181753\";}s:6:\"source\";s:2:\"wp\";}s:26:\"learnpress-offline-payment\";a:27:{s:4:\"name\";s:34:\"LearnPress – Offline Payment\";s:4:\"slug\";s:26:\"learnpress-offline-payment\";s:7:\"version\";s:5:\"3.0.0\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:7:\"ratings\";a:5:{i:5;i:0;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:4000;s:10:\"downloaded\";i:22380;s:12:\"last_updated\";s:21:\"2018-03-15 6:47am GMT\";s:5:\"added\";s:10:\"2015-08-07\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:2750:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>LearnPress Offline Payment help you to manually create order for offline payment instead of paying via any payment gateways to sell course.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:419:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Offline Payment’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Offline Payment.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:758:\"\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Offline Payment’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Offline Payment.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n<h4>Can I create an add-on for LearnPress like LearnPress Offline Payment by myself?</h4>\n<p>\n<p>Yes, you can. Please find the documentation for writing an add-on for LearnPress in our <a href=\"https://github.com/LearnPress/LearnPress/wiki\" rel=\"nofollow\">LearnPress github repo.</a></p>\n</p>\n\n\";s:9:\"changelog\";s:375:\"<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n<li>Added language files for Russian</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.1</h4>\n<p>The first beta release.</p>\n\";}s:17:\"short_description\";s:139:\"LearnPress Offline Payment help you to manually create order for offline payment instead of paying via any payment gateways to sell course.\";s:13:\"download_link\";s:75:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.3.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:5:{s:5:\"0.9.1\";s:75:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.0.9.1.zip\";s:3:\"1.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.1.0.zip\";s:3:\"2.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.2.0.zip\";s:5:\"3.0.0\";s:75:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.3.0.0.zip\";s:5:\"trunk\";s:69:\"https://downloads.wordpress.org/plugin/learnpress-offline-payment.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:79:\"https://ps.w.org/learnpress-offline-payment/assets/icon-128x128.png?rev=1215223\";s:2:\"2x\";s:79:\"https://ps.w.org/learnpress-offline-payment/assets/icon-256x256.png?rev=1215223\";}s:6:\"source\";s:2:\"wp\";}s:24:\"learnpress-fill-in-blank\";a:27:{s:4:\"name\";s:41:\"LearnPress – Fill in Blank Question\";s:4:\"slug\";s:24:\"learnpress-fill-in-blank\";s:7:\"version\";s:5:\"3.0.3\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";d:20;s:7:\"ratings\";a:5:{i:5;i:0;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:2;}s:11:\"num_ratings\";i:2;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:4000;s:10:\"downloaded\";i:36610;s:12:\"last_updated\";s:21:\"2018-04-13 7:39am GMT\";s:5:\"added\";s:10:\"2015-07-04\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:2957:\"<p><a href=\"https://wordpress.org/plugins/learnpress\">LearnPress</a> Fill in Blank question type for <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">LearnPress WordPress LMS Plugin</a> by <a href=\"http://thimpress.com\" rel=\"nofollow\">ThimPress</a>. It brings fill-in-blank question type feature to your courses quizzes.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">LearnPress Wishlist</a> – add courses to a Wishlist for students.</li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypresss\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPress WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress GitHub repo.</a></p>\n\";s:12:\"installation\";s:415:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Fill in Blank’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Fill in Blank.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:562:\"<p>Check out <a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress</a> sites.</p>\n\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Fill in Blank’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Fill in Blank.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n\n\";s:9:\"changelog\";s:1237:\"<h4>3.0.3</h4>\n<ul>\n<li>Fixed bug undefined text in blank field</li>\n</ul>\n<h4>3.0.2</h4>\n<ul>\n<li>Fixed bug remove notice message when doing quiz</li>\n<li>Fixed bug result of fill in blank wrong when have multi blank fields</li>\n<li>Fixed bug caculte wrong result of fill in blank question</li>\n<li>Fixed bug new line added before input blank</li>\n<li>Fixed bug check blank in case sensitive</li>\n</ul>\n<h4>3.0.1</h4>\n<ul>\n<li>Fixed bug Skipped question even when answered question</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed bug Explanation content not show when click check answer.</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>Existed question blank when add to quiz.</li>\n<li>Fixed some minor bugs.</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Fixed question do not work</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Removed option for calculating question mark</li>\n<li>Fixed question does not load for editing</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.0</h4>\n<ul>\n<li>The first beta release.</li>\n</ul>\n\";}s:17:\"short_description\";s:64:\"Fill in Blank question type for LearnPress WordPress LMS Plugin.\";s:13:\"download_link\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.3.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:9:\"elearning\";s:9:\"elearning\";s:10:\"learnpress\";s:10:\"learnpress\";s:3:\"lms\";s:3:\"lms\";s:4:\"quiz\";s:4:\"quiz\";s:7:\"quizzes\";s:7:\"quizzes\";}s:8:\"versions\";a:10:{s:5:\"0.9.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.0.9.0.zip\";s:3:\"1.0\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.1.0.zip\";s:3:\"2.0\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.2.0.zip\";s:3:\"2.1\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.2.1.zip\";s:5:\"2.1.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.2.1.1.zip\";s:5:\"3.0.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.3.0.0.zip\";s:5:\"3.0.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.3.0.1.zip\";s:5:\"3.0.2\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.3.0.2.zip\";s:5:\"3.0.3\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.3.0.3.zip\";s:5:\"trunk\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-fill-in-blank.zip\";}s:11:\"donate_link\";s:31:\"http://thimpress.com/learnpress\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/learnpress-fill-in-blank/assets/icon-128x128.png?rev=1192198\";s:2:\"2x\";s:77:\"https://ps.w.org/learnpress-fill-in-blank/assets/icon-256x256.png?rev=1192198\";}s:6:\"source\";s:2:\"wp\";}s:43:\"learnpress-wishlist/learnpress-wishlist.php\";a:27:{s:4:\"name\";s:34:\"LearnPress – Course Wishlist\";s:4:\"slug\";s:19:\"learnpress-wishlist\";s:7:\"version\";s:5:\"3.0.1\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:7:\"ratings\";a:5:{i:5;i:0;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20000;s:10:\"downloaded\";i:127334;s:12:\"last_updated\";s:21:\"2018-03-26 2:50am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:3311:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>LearnPress Wishlist bring wishlist feature for LearnPress. It allows you to add your favorite course to a list to take later. We have created the LearnPress WordPress LMS plugin with add-ons structure in mind as well as keeping it as lightweight as possible, so together with other add-ons, Wishlist will help to complete LearnPress much more. Check out other add-ons for LearnPress below.</p>\n<p>Want to see it in action? See our <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=wishlist&ref=thimpress&utm_campaign=learnpress\" title=\"Educational WordPress Theme\" rel=\"nofollow\">Educational WordPress Theme</a>.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:405:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Wishlist’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Wishlist.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:552:\"<p>Check out <a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress</a> sites.</p>\n\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Wishlist’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Wishlist.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n\n\";s:9:\"changelog\";s:585:\"<h4>3.0.1</h4>\n<ul>\n<li>Fix bug not display Wishlist tab in profile page.</li>\n<li>Fix bug not display correct thumbnails in Wishlist list.</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n<li>Added language files for Russian</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.1</h4>\n<ol>\n<li>Updated language file </li>\n</ol>\n<h4>0.9.0</h4>\n<p>The first beta release.</p>\n\";}s:17:\"short_description\";s:80:\"LearnPress Wishlist add wishlist feature to your LearnPress course in your site.\";s:13:\"download_link\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.3.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:6:{s:5:\"0.9.3\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.0.9.3.zip\";s:3:\"1.0\";s:66:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.1.0.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.2.0.zip\";s:5:\"3.0.0\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.3.0.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.3.0.1.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/learnpress-wishlist.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/learnpress-wishlist/assets/icon-128x128.png?rev=1181755\";s:2:\"2x\";s:72:\"https://ps.w.org/learnpress-wishlist/assets/icon-256x256.png?rev=1181755\";}s:6:\"source\";s:2:\"wp\";}s:53:\"learnpress-course-review/learnpress-course-review.php\";a:27:{s:4:\"name\";s:32:\"LearnPress – Course Review\";s:4:\"slug\";s:24:\"learnpress-course-review\";s:7:\"version\";s:5:\"3.0.3\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";d:70;s:7:\"ratings\";a:5:{i:5;i:1;i:4;i:0;i:3;i:0;i:2;i:1;i:1;i:0;}s:11:\"num_ratings\";i:2;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20000;s:10:\"downloaded\";i:175122;s:12:\"last_updated\";s:21:\"2018-06-20 7:28am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:3503:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>LearnPress Course Review bring review feature to your course. Now, student can rate and give review for the course they take on a LearnPress site.</p>\n<p>Review add-on for LearnPress is using on some WordPress Themes: <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=course-review&ref=thimpress&utm_campaign=learnpress\" title=\"Education WordPress Theme\" rel=\"nofollow\">Education WordPress Theme</a> and <a href=\"http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847??utm_source=wporg&utm_medium=course-review&ref=thimpress&utm_campaign=learnpress\" title=\"LMS WordPress Theme\" rel=\"nofollow\">LMS WordPress Theme</a>, more is coming.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">LearnPress Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:415:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Course Review’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Course Review.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:562:\"<p>Check out <a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">LearnPress</a> sites.</p>\n\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress Course Review’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress Course Review.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n\n\";s:9:\"changelog\";s:1146:\"<h4>3.0.3</h4>\n<ul>\n<li>Fixed displayed name of reviews in Back End Comments page.</li>\n</ul>\n<h4>3.0.2</h4>\n<ul>\n<li>Used Select2 field in Widget to avoid memory limit issue when querying too large number of courses.</li>\n<li>Hidden Reply action in back end.</li>\n<li>Fixed bug “Can’t use function return value in write context”.</li>\n</ul>\n<h4>3.0.1</h4>\n<ul>\n<li>Fixed bug with AJAX call when load more reviews.</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.1.1</h4>\n<p>~ Add notices upgrading addon for LP 3.0</p>\n<h4>2.1</h4>\n<p>~ Allow all user and guest user can view reviewed<br />\n~ Only allow enrolled user can write new review</p>\n<h4>2.0.1</h4>\n<ul>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Fixed comments do not show in admin</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.1</h4>\n<ul>\n<li>Updated languages file </li>\n<li>Fixed PHP5 version 5.3.x error</li>\n</ul>\n<h4>0.9.0</h4>\n<ul>\n<li>The first beta release.</li>\n</ul>\n\";}s:17:\"short_description\";s:62:\"LearnPress Course Review - An extension plugin for LearnPress.\";s:13:\"download_link\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:10:{s:5:\"0.9.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.0.9.1.zip\";s:3:\"1.0\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-course-review.1.0.zip\";s:3:\"1.1\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-course-review.1.1.zip\";s:3:\"2.0\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-course-review.2.0.zip\";s:3:\"2.2\";s:71:\"https://downloads.wordpress.org/plugin/learnpress-course-review.2.2.zip\";s:5:\"3.0.0\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.0.zip\";s:5:\"3.0.1\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.1.zip\";s:5:\"3.0.2\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.2.zip\";s:5:\"3.0.3\";s:73:\"https://downloads.wordpress.org/plugin/learnpress-course-review.3.0.3.zip\";s:5:\"trunk\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-course-review.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/learnpress-course-review/assets/icon-128x128.png?rev=1181737\";s:2:\"2x\";s:77:\"https://ps.w.org/learnpress-course-review/assets/icon-256x256.png?rev=1181737\";}s:6:\"source\";s:2:\"wp\";}s:21:\"learnpress-buddypress\";a:27:{s:4:\"name\";s:41:\"LearnPress – BuddyPress Integration\";s:4:\"slug\";s:21:\"learnpress-buddypress\";s:7:\"version\";s:5:\"3.0.2\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:7:\"ratings\";a:5:{i:5;i:0;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:3000;s:10:\"downloaded\";i:27418;s:12:\"last_updated\";s:21:\"2018-05-07 6:25am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:3079:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p>You can view the courses you have taken, finished or wanted to learn inside of wonderful profile page of BuddyPress with LearnPress buddyPress plugin.</p>\n<p>Want to see how it looks in action? See our <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=buddypress&ref=thimpress&utm_campaign=learnpress\" title=\"WordPress Theme for Educational\" rel=\"nofollow\">WordPress Theme for Educational</a>.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-bbpress\">LearnPress bbPress</a> – add bbPress Forum support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:409:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress buddyPress’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress buddyPress.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:743:\"\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress buddyPress’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress buddyPress.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n<h4>Can I create an add-on for LearnPress like LearnPress buddyPress by myself?</h4>\n<p>\n<p>Yes, you can. Please find the documentation for writing an add-on for LearnPress in our <a href=\"https://github.com/LearnPress/LearnPress/wiki\" rel=\"nofollow\">LearnPress github repo.</a></p>\n</p>\n\n\";s:9:\"changelog\";s:812:\"<h4>3.0.2</h4>\n<ul>\n<li>Fix bug courses tab in buddpress profile page error 404</li>\n<li>Update Buddypress profile courses content</li>\n</ul>\n<h4>3.0.1</h4>\n<ul>\n<li>Update Buddypress profile quizzes content</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Updated to be compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Upgrade text domain</li>\n<li>make tab slugs work with profile setting of LearnPress plugin.</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.2</h4>\n<ol>\n<li>Updated language file</li>\n</ol>\n<h4>0.9.1</h4>\n<ol>\n<li>Updated profile method </li>\n</ol>\n<h4>0.9.0</h4>\n<p>The first beta release.</p>\n\";}s:17:\"short_description\";s:66:\"LearnPress buddyPress bring wonderful profile page for LearnPress.\";s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.3.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:7:{s:5:\"0.9.3\";s:70:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.0.9.3.zip\";s:3:\"1.0\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.1.0.zip\";s:3:\"2.0\";s:68:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.2.0.zip\";s:5:\"3.0.0\";s:70:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.3.0.0.zip\";s:5:\"3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.3.0.1.zip\";s:5:\"3.0.2\";s:70:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.3.0.2.zip\";s:5:\"trunk\";s:64:\"https://downloads.wordpress.org/plugin/learnpress-buddypress.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/learnpress-buddypress/assets/icon-128x128.png?rev=1181749\";s:2:\"2x\";s:74:\"https://ps.w.org/learnpress-buddypress/assets/icon-256x256.png?rev=1181749\";}s:6:\"source\";s:2:\"wp\";}s:18:\"learnpress-bbpress\";a:27:{s:4:\"name\";s:38:\"LearnPress – bbPress Integration\";s:4:\"slug\";s:18:\"learnpress-bbpress\";s:7:\"version\";s:5:\"3.0.3\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">ThimPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/thongta\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:7:\"ratings\";a:5:{i:5;i:0;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10000;s:10:\"downloaded\";i:106370;s:12:\"last_updated\";s:21:\"2018-08-03 7:06am GMT\";s:5:\"added\";s:10:\"2015-06-16\";s:8:\"homepage\";s:31:\"http://thimpress.com/learnpress\";s:8:\"sections\";a:4:{s:11:\"description\";s:3018:\"<p><strong>LearnPress</strong> is a <a href=\"http://thimpress.com/learnpress\" rel=\"nofollow\">WordPress LMS Plugin</a> by ThimPress.</p>\n<p><strong>LearnPress bbPress</strong> is an add-on for <strong><a href=\"https://wordpress.org/plugins/learnpress/\" title=\"WordPress LMS\">WordPress LMS</a></strong> – LearnPress, which brings forum to your course. Now, teacher can interact with students and students in a course can discuss with each other about the course. LearnPress bbPress simply empower course with feartures of forum.</p>\n<p><strong>Other free add-ons for LearnPress are available in WordPress:</strong></p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress-wishlist/\">LearnPress Wishlist</a> – add courses to a wishlist for students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-course-review/\">LearnPress Course Review</a> – review course for enrolled students. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-import-export/\">LearnPress Import Export</a> – export or import course or courses out-of-box. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\">LearnPress Prerequisites Courses</a> – require student to pass some courses in order to enroll other course. </li>\n<li><a href=\"https://wordpress.org/plugins/learnpress-buddypress\">LearnPress BuddyPress</a> – add BuddyPress support for LearnPress. </li>\n</ul>\n<p><strong>Premium Plugins (add-ons) for LearnPress WordPress LMS Plugin</strong></p>\n<ul>\n<li><a href=\"http://thimpress.com/shop/certificates-add-on-for-learnpress/\" rel=\"nofollow\">Certificates add-on for LearnPress</a> – adding drag & drop certificates builder as well as selecting designed certificate for each LMS course, your student will get particular certificate when they finished a course. </li>\n<li><a href=\"http://thimpress.com/shop/co-instructors-add-on-for-learnpress/\" rel=\"nofollow\">Co-instructors add-on for LearnPress</a> – multiple instructors support for each LMS course. </li>\n<li><a href=\"http://thimpress.com/shop/collections-add-on-for-learnpress/\" rel=\"nofollow\">Collections add-on for LearnPress</a> – making LMS courses collection by selecting number of courses, this is helpful if you want to combine multiple LMS courses into a collection for a group of skills. </li>\n<li><a href=\"http://thimpress.com/shop/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Payment method for LearnPress</a> – Stripe payment method for LearnPress WordPress LMS Plugin. </li>\n<li><a href=\"http://thimpress.com/shop/woocommerce-add-on-for-learnpress/\" rel=\"nofollow\">WooCommerce add-on for LearnPress</a> – using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.</li>\n</ul>\n<h3>Other note</h3>\n<p><a href=\"http://docs.thimpress.com/learnpress\" rel=\"nofollow\">Documentation</a> is available in ThimPress site.<br />\n<a href=\"https://github.com/LearnPress/LearnPress/\" rel=\"nofollow\">LearnPress github repo.</a></p>\n\";s:12:\"installation\";s:403:\"<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress bbPress’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress bbPress.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n\";s:3:\"faq\";s:734:\"\n<h4>Installation Instructions</h4>\n<p>\n<p><strong>From your WordPress dashboard</strong><br />\n1. Visit ‘Plugin > Add new’.<br />\n2. Search for ‘LearnPress bbPress’.<br />\n3. Activate LearnPress from your Plugins page.</p>\n<p><strong>From WordPress.org</strong><br />\n1. Search, select and download LearnPress bbPress.<br />\n2. Activate the plugin through the ‘Plugins’ menu in WordPress Dashboard.</p>\n</p>\n<h4>Can I create an add-on for LearnPress like LearnPress bbPress by myself?</h4>\n<p>\n<p>Yes, you can. Please find the documentation for writing an add-on for LearnPress in our <a href=\"https://github.com/LearnPress/LearnPress/wiki\" rel=\"nofollow\">LearnPress github repo.</a></p>\n</p>\n\n\";s:9:\"changelog\";s:1001:\"<h4>3.0.3</h4>\n<ul>\n<li>Fixed issue about missing instructor role in back end.</li>\n</ul>\n<h4>3.0.2</h4>\n<ul>\n<li>Fixed can’t change user forum role when editing user</li>\n<li>Fixed minor issues</li>\n</ul>\n<h4>3.0.1</h4>\n<ul>\n<li>Update restrict access course forum</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>Updated to be compatible with Learnpress 3.0.0</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed minor bug</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>Compatible with LP course tabs</li>\n<li>Changed text domain to learnpress</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Updated to be compatible with LearnPress 2.0</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Fixed forum is created each time save course</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Compatible with LearnPress version 1.0</li>\n</ul>\n<h4>0.9.2</h4>\n<ul>\n<li>Fixed bug in restrict content for user guest </li>\n<li>Updated link respective course for forum </li>\n</ul>\n<h4>0.9.1</h4>\n<ul>\n<li>Updated language file</li>\n</ul>\n<h4>0.9.0</h4>\n<ul>\n<li>The first beta release.</li>\n</ul>\n\";}s:17:\"short_description\";s:107:\"bbPress addon for LearnPress is a plugin which bring bbPress features to LearnPress - WordPress LMS Plugin.\";s:13:\"download_link\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.3.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:10:\"e-learning\";s:10:\"e-learning\";s:9:\"education\";s:9:\"education\";s:9:\"elearning\";s:9:\"elearning\";s:26:\"learning-management-system\";s:26:\"learning management system\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";a:10:{s:5:\"0.9.3\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.0.9.3.zip\";s:3:\"1.0\";s:65:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.1.0.zip\";s:3:\"1.1\";s:65:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.1.1.zip\";s:3:\"2.0\";s:65:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.2.0.zip\";s:5:\"2.1.2\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.2.1.2.zip\";s:5:\"3.0.0\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.3.0.0.zip\";s:5:\"3.0.1\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.3.0.1.zip\";s:5:\"3.0.2\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.3.0.2.zip\";s:5:\"3.0.3\";s:67:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.3.0.3.zip\";s:5:\"trunk\";s:61:\"https://downloads.wordpress.org/plugin/learnpress-bbpress.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:71:\"https://ps.w.org/learnpress-bbpress/assets/icon-128x128.png?rev=1181725\";s:2:\"2x\";s:71:\"https://ps.w.org/learnpress-bbpress/assets/icon-256x256.png?rev=1181725\";}s:6:\"source\";s:2:\"wp\";}}','no'),(13927,'_transient_timeout_lp_plugins_tp','1539067370','no'),(13928,'_transient_lp_plugins_tp','a:14:{s:67:\"learnpress-authorizenet-payment/learnpress-authorizenet-payment.php\";a:9:{s:4:\"name\";s:35:\"Authorize.Net add-on for LearnPress\";s:4:\"slug\";s:31:\"authorize-net-add-on-learnpress\";s:17:\"short_description\";s:117:\"<ul>\r\n <li>Transaction can be done by Authorize.net account if other payment gateways are not available</li>\r\n</ul>\";s:11:\"permarklink\";s:62:\"https://thimpress.com/product/authorize-net-add-on-learnpress/\";s:13:\"regular_price\";s:5:\"29.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:76:\"https://thimpress.com/wp-content/uploads/2016/08/learnpress-authorizenet.png\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:61:\"learnpress-2checkout-payment/learnpress-2checkout-payment.php\";a:9:{s:4:\"name\";s:31:\"2Checkout add-on for LearnPress\";s:4:\"slug\";s:24:\"2checkout-add-learnpress\";s:17:\"short_description\";s:114:\"<ul>\r\n <li>Transaction can be done by 2Checkout account if other payment gateways are not available</li>\r\n</ul>\";s:11:\"permarklink\";s:55:\"https://thimpress.com/product/2checkout-add-learnpress/\";s:13:\"regular_price\";s:5:\"29.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:72:\"https://thimpress.com/wp-content/uploads/2016/08/LearnPress2CheckOut.png\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:47:\"learnpress-commission/learnpress-commission.php\";a:9:{s:4:\"name\";s:32:\"Commission add-on for LearnPress\";s:4:\"slug\";s:32:\"commission-add-on-for-learnpress\";s:17:\"short_description\";s:142:\"<ul>\r\n <li>Manage commission percent for each courses</li>\r\n <li>Support withdrawal transaction via Paypal and Offline Payment</li>\r\n</ul>\";s:11:\"permarklink\";s:63:\"https://thimpress.com/product/commission-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:5:\"29.99\";s:5:\"icons\";s:74:\"https://thimpress.com/wp-content/uploads/2016/07/learnpress-commission.png\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:65:\"learnpress-paid-membership-pro/learnpress-paid-membership-pro.php\";a:9:{s:4:\"name\";s:42:\"Paid Memberships Pro add-on for LearnPress\";s:4:\"slug\";s:35:\"paid-memberships-pro-add-learnpress\";s:17:\"short_description\";s:141:\"<ul>\r\n <li>Manage subscription levels and their courses</li>\r\n <li>Allow to buy courses individually or only via subscriptions</li>\r\n</ul>\";s:11:\"permarklink\";s:66:\"https://thimpress.com/product/paid-memberships-pro-add-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"39.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:67:\"https://thimpress.com/wp-content/uploads/2016/05/paidmembership.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:45:\"learnpress-gradebook/learnpress-gradebook.php\";a:9:{s:4:\"name\";s:31:\"Gradebook add-on for LearnPress\";s:4:\"slug\";s:31:\"gradebook-add-on-for-learnpress\";s:17:\"short_description\";s:124:\"<ul>\r\n <li>Track students progress and result in each course</li>\r\n <li>Allow to export the gradebook to CSV</li>\r\n</ul>\";s:11:\"permarklink\";s:62:\"https://thimpress.com/product/gradebook-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:5:\"29.99\";s:5:\"icons\";s:64:\"https://thimpress.com/wp-content/uploads/2015/09/gradebook-1.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:55:\"learnpress-sorting-choice/learnpress-sorting-choice.php\";a:9:{s:4:\"name\";s:36:\"Sorting Choice add-on for LearnPress\";s:4:\"slug\";s:36:\"sorting-choice-add-on-for-learnpress\";s:17:\"short_description\";s:144:\"<ul>\r\n <li>Create sorting choice question type</li>\r\n <li>Students receive full credit if ALL the choices are in the correct order</li>\r\n</ul>\";s:11:\"permarklink\";s:67:\"https://thimpress.com/product/sorting-choice-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"19.99\";s:5:\"price\";s:5:\"19.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:66:\"https://thimpress.com/wp-content/uploads/2015/08/SortingChoice.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:51:\"learnpress-content-drip/learnpress-content-drip.php\";a:9:{s:4:\"name\";s:34:\"Content Drip add-on for LearnPress\";s:4:\"slug\";s:34:\"content-drip-add-on-for-learnpress\";s:17:\"short_description\";s:79:\"<ul>\r\n <li>Set a specific of time when a lesson becomes available</li>\r\n</ul>\";s:11:\"permarklink\";s:65:\"https://thimpress.com/product/content-drip-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"39.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:66:\"https://thimpress.com/wp-content/uploads/2015/08/ContentDrip-1.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:39:\"learnpress-mycred/learnpress-mycred.php\";a:9:{s:4:\"name\";s:28:\"myCRED add-on for LearnPress\";s:4:\"slug\";s:28:\"mycred-add-on-for-learnpress\";s:17:\"short_description\";s:76:\"<ul>\r\n <li>Build point management system for different purposes</li>\r\n</ul>\";s:11:\"permarklink\";s:59:\"https://thimpress.com/product/mycred-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"29.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:59:\"https://thimpress.com/wp-content/uploads/2015/07/myCRED.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:49:\"learnpress-random-quiz/learnpress-random-quiz.php\";a:9:{s:4:\"name\";s:33:\"Random Quiz add-on for LearnPress\";s:4:\"slug\";s:33:\"random-quiz-add-on-for-learnpress\";s:17:\"short_description\";s:169:\"<ul>\r\n <li>Shuffle the questions in a quiz so students get different quiz from each other</li>\r\n <li>Student gets a different quiz for each of his retake</li>\r\n</ul>\";s:11:\"permarklink\";s:64:\"https://thimpress.com/product/random-quiz-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"29.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:63:\"https://thimpress.com/wp-content/uploads/2015/07/randomquiz.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:53:\"learnpress-co-instructor/learnpress-co-instructor.php\";a:9:{s:4:\"name\";s:36:\"Co-instructors add-on for LearnPress\";s:4:\"slug\";s:36:\"co-instructors-add-on-for-learnpress\";s:17:\"short_description\";s:173:\"<ul>\r\n <li>Allow multiple instructors to teach the same class</li>\r\n <li>Co-instructor can only edit his own lesson and cannot edit the class author content</li>\r\n</ul>\";s:11:\"permarklink\";s:67:\"https://thimpress.com/product/co-instructors-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"29.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:67:\"https://thimpress.com/wp-content/uploads/2015/06/Co-instructors.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:49:\"learnpress-collections/learnpress-collections.php\";a:9:{s:4:\"name\";s:33:\"Collections add-on for LearnPress\";s:4:\"slug\";s:33:\"collections-add-on-for-learnpress\";s:17:\"short_description\";s:69:\"<ul>\r\n <li>Group the related courses into one collection</li>\r\n</ul>\";s:11:\"permarklink\";s:64:\"https://thimpress.com/product/collections-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"19.99\";s:5:\"price\";s:5:\"19.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:63:\"https://thimpress.com/wp-content/uploads/2015/06/Collection.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:49:\"learnpress-woo-payment/learnpress-woo-payment.php\";a:9:{s:4:\"name\";s:33:\"WooCommerce add-on for LearnPress\";s:4:\"slug\";s:33:\"woocommerce-add-on-for-learnpress\";s:17:\"short_description\";s:116:\"<ul>\r\n <li>Transaction can be done by WooCommerce account if other payment gateways are not available</li>\r\n</ul>\";s:11:\"permarklink\";s:64:\"https://thimpress.com/product/woocommerce-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"49.99\";s:5:\"price\";s:5:\"39.99\";s:4:\"sale\";s:5:\"39.99\";s:5:\"icons\";s:70:\"https://thimpress.com/wp-content/uploads/2015/06/woocommerce-addon.png\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:39:\"learnpress-stripe/learnpress-stripe.php\";a:9:{s:4:\"name\";s:28:\"Stripe add-on for LearnPress\";s:4:\"slug\";s:28:\"stripe-add-on-for-learnpress\";s:17:\"short_description\";s:68:\"<ul>\r\n <li>Transaction can be done via Stripe account</li>\r\n</ul>\";s:11:\"permarklink\";s:59:\"https://thimpress.com/product/stripe-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"39.99\";s:4:\"sale\";s:0:\"\";s:5:\"icons\";s:61:\"https://thimpress.com/wp-content/uploads/2015/06/Stripe-1.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}s:51:\"learnpress-certificates/learnpress-certificates.php\";a:9:{s:4:\"name\";s:34:\"Certificates add-on for LearnPress\";s:4:\"slug\";s:34:\"certificates-add-on-for-learnpress\";s:17:\"short_description\";s:132:\"<ul>\r\n <li>Upload and design any certificates template</li>\r\n <li>Many information fields can be added and customized</li>\r\n</ul>\";s:11:\"permarklink\";s:65:\"https://thimpress.com/product/certificates-add-on-for-learnpress/\";s:13:\"regular_price\";s:5:\"39.99\";s:5:\"price\";s:5:\"29.99\";s:4:\"sale\";s:5:\"29.99\";s:5:\"icons\";s:66:\"https://thimpress.com/wp-content/uploads/2015/06/certificate-1.jpg\";s:6:\"author\";s:44:\"<a href=\"http://thimpress.com\">Thimpress</a>\";}}','no'),(13929,'_transient_timeout_lp_related_themes','1539067371','no'); INSERT INTO `codingal_options` VALUES (13930,'_transient_lp_related_themes','a:2:{s:5:\"other\";a:20:{i:20979215;a:25:{s:2:\"id\";i:20979215;s:4:\"name\";s:90:\"Construction WordPress Theme for Industrial & Construction Company | MegaBuilder Construct\";s:11:\"description\";s:752:\"Construction WordPress Theme MegaBuilder is a professional corporate WordPress theme for construction, interior design, industrial design, engineering, architecture design, building renovation, renovate, factory or manufacturing companies, etc. MegaBuilder helps you create an awesome looking & highly functional website with a strong impression of professional, trust and innovation just like your company. \n\nThis construction theme is multipurpose for all industries so even if you are working in some other fields like landscaping, plumber, mechanic, electrician, firefighter, repairer, carpenter, painter, …, it would still help you create a powerful, beautiful and modern website for your business in just a few minutes. \n\nThe Multi-Purpose\";s:16:\"description_html\";s:11349:\"<p><strong>Construction WordPress Theme MegaBuilder</strong> is a professional corporate WordPress theme for construction, interior design, industrial design, engineering, architecture design, building renovation, renovate, factory or manufacturing companies, etc. MegaBuilder helps you create an awesome looking & highly functional website with a strong impression of professional, trust and innovation just like your company. \n</p>\n<p>This construction theme is multipurpose for all industries so even if you are working in some other fields like landscaping, plumber, mechanic, electrician, firefighter, repairer, carpenter, painter, …, it would still help you create a powerful, beautiful and modern website for your business in just a few minutes. \n</p>\n<h2 id=\"item-description__the-multi-purpose-construction-wordpress-theme-made-only-for-you\">The Multi-Purpose Construction WordPress Theme made ONLY FOR YOU.\n</h2>\n<p>Do you want a stunning website that can help your business stand out from the crowd and WIN more clients? Here are 5 ways MegaBuilder can help you:\n</p>\n<ul>\n<li>Built by the best SEO experts, MegaBuilder is super-fast → People can find you easier on Google → More Potential Clients. \n</li>\n<li>Display your company profile, portfolio of past projects and services in a professional, modern and trustworthy way → Establish & Win Trust from clients\n</li>\n<li>Your company’s contact detail (email, mobile phone) and attractive Call To Action buttons are put all over the site → Get clients to contact & hire you easier.\n</li>\n<li>One Click Install and Drag & Drop → Very easy to use, easy to install and doesn’t take much of your time → You can spend more time to develop your business\n</li>\n<li>If there’s any technical issue with the theme, our supporters on VIP support forum are always willing to help in within one business day → Don’t worry; we’ve got your back ☺\n</li>\n</ul>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/1-construction-pro.png\" alt=\"Construction-WordPress-Theme-Construction-PRO\" /></a>\n\n <p><a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-1.png\" alt=\"03 Construction Designs\" /></a>\n<a href=\"http://construction.thimpress.com/demo-2/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-2.png\" alt=\"03 Construction Designs\" /></a>\n<a href=\"http://construction.thimpress.com/demo-3/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-3.png\" alt=\"03 Construction Designs\" /></a></p>\n\n\n <p><a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/11/3-03-header-styles.png\" alt=\"03 header designs\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/11/4-many-page-designs.png\" alt=\"Many special page designs\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/5-great-features-2.png\" alt=\"Great Theme Features\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/6-5-star-support-2.png\" alt=\"Five-star support team\" /></a>\n</p><h2 id=\"item-description__launch-your-business-construction-website-at-ease-in-no-time\">Launch your business construction website at ease, in no time.</h2>\n\n\n<p>The first step in helping you create an online website for your business is to provide a lot of stunning, unique pre-design layouts and theme elements, so you only need to install and choose what theme demo you like for your interior design/industrial/engineering corporate. This way, you don’t have to lose any time to “reinvent the wheel” because we already built the whole system for you.\n</p>\n<ul>\n<li>3 Premade Demos with dozens of layouts and designs</li>\n<li>3 Premade Header styles.</li>\n</ul>\n<p>Secondly, with the One Click Install and Auto Update feature, you can install the theme in just a few minutes. Just upload the theme and enjoy the power of one-click installation.\n</p>\n\n<p>Thirdly, we included Drag & Drop Visual Composer Page Builder in the theme (Save 45$) with ample customized shortcodes so even if you have no coding knowledge, you can still make wonderful web pages easily according to your imagination. \n</p>\n\n<h3 id=\"item-description__construction-wordpress-theme-for-engineering-industrial-interior-design-and\">Construction WordPress Theme for Engineering, Industrial, Interior Design and Architect</h3>\n\n<p>Unlike other Multi-Purpose, Multi-Niche themes to be used for many niches but have no special focus, MegaBuilder is the multipurpose WordPress theme made only for this the construction, building interior design, architecture, and industrial sector. Therefore, it has all the needed elements for a construction engineering business to prosper. \n</p>\n\n<p>The theme’s layouts and features are arranged logically to make sure it would win your client’s heart and win more profitable deals, more contracts for you.\n</p>\n\n<h4 id=\"item-description__1-revolution-slider-to-slide-show-and-animate-your-company-s-core-values\">1. Revolution Slider to slide show and animate your company’s core values.</h4>\n<h4 id=\"item-description__2-woocommerce-sell-your-stuff-easily-with-many-payment-method-currencies-and\">2. WooCommerce – sell your stuff easily with many payment method, currencies and payment gateway. \n</h4>\n<p>This will eliminate any barrier and let anyone buy your products easier.</p>\n<h4 id=\"item-description__3-service-page-display-your-service-and-persuade-your-customer-at-ease\">3. Service Page: Display your service and persuade your customer at ease. \n</h4>\n<p>We use a special service page system to display your range of services where you can add your sales pitch, include real photos and brochures to convince your clients.</p>\n<h4 id=\"item-description__4-portfolio-the-easiest-way-to-build-trust-with-past-construction-projects\">4. Portfolio: The easiest way to build trust with past construction projects</h4>\n<p>We understand this, and we custom made a portfolio section with many different designs for you to choose from. </p> \n<h4 id=\"item-description__5-pricing-table-for-the-best-transparency\">5. Pricing Table: For the best transparency</h4>\n<p>We understand that you have many services and therefore, you will need different pricing options. A clean, sleek Pricing Table will do this job very well.</p>\n<h4 id=\"item-description__6-sale-contact-info-and-call-to-action-everywhere\">6. Sale contact info and Call-To-Action everywhere</h4>\n<p>To get more customer, we purposely use a combination of Contact Info (Email, Address, Mobile Phone) and Get a quote CTA all around the site. There is even a few box asking for customers emails so you can catch up with them later and convert them into sales. \n</p>\n\n<h3 id=\"item-description__extra-reasons-why-you-should-buy-megabuilder\">Extra Reasons why you should buy MegaBuilder</h3>\n\n<h4 id=\"item-description__lightweight-fast-speed-amp-seo\">Lightweight, fast speed & SEO</h4>\n\n<p>To ensure the best SEO, we optimized any irrelevant section in the theme, and only the most important stuff will be displayed. This means your theme is also very fast loading and it is highly SEO. Here is the proof of speed for our demo site which handles many thousands traffic a day and it is still functioning perfectly with only less than a second load speed:\n</p>\n\n<h4 id=\"item-description__responsive-and-mobile-friendly\">Responsive and Mobile Friendly </h4>\n<p>Almost everybody has an iPhone. Most of your users will visit from mobile phones. We want all of your visitors to have the best experience possible (so they will be more likely to become your client). Therefore, the theme is responsive and mobile friendly. Just grab your iPhone and see how beautiful the site is on Mobile.\n</p>\n\n<h4 id=\"item-description__get-help-by-the-a-star-after-sale-support-team\">Get help by the A-star After-sale support team.</h4>\n\n<p>Having operated for 10 years in WordPress and web design business, we know that after-sale support is the motive behind our growth. Your business growth is our business growth. For that reason, we invested a lot in helping you succeed after being our customer. There are three reasons why our after-sale support is the best-in-class:\n</p>\n\n<h4 id=\"item-description__frequently-updated-theme\">Frequently updated theme</h4>\n<p>Even though the code quality is super high, we consistently update the theme to make sure it works with the latest trend in Construction, Interior Design & Architecture and also the trend in design. Your theme and your site will always be the best with no recurring fees.\n</p>\n\n<h4 id=\"item-description__perfect-documentation-system-with-step-by-step-tutorials\">Perfect documentation system with step by step tutorials</h4>\n<p>Apart from writing perfect, flawless codes, we also write details step by step tutorials on how to use the theme. If you are just getting started and you are new to web design, it will be extremely helpful. If you are an experienced freelancer or web developer, it will also be very helpful to build a website for your client. <a href=\"http://docspress.thimpress.com/construction\" rel=\"nofollow\">Read documentation here</a>.\n</p>\n\n<h4 id=\"item-description__five-star-professional-customer-service-team\">Five-Star professional customer service team</h4>\n<p>Have an issue with the theme? We have formed a Five-Star professional customer service team and a special exclusive dedicated support forum for you to help you out anytime you have an issue and needed support. Don’t hesitate to create a support topic here on our support forum. Our supporters will be more than happy to help you out in within 24 hours of a business day. <a href=\"https://thimpress.com/forums/\" rel=\"nofollow\">Contact VIP forum support here</a>\n</p>\n\n<h4 id=\"item-description__built-by-envato-s-power-elit-author-thimpress\">BUILT BY ENVATO’S POWER ELIT AUTHOR – THIMPRESS</h4>\n<p>The construction theme is new, so it hasn’t got any rating and review yet. However, let’s take a look at what the customers are talking about us – the team behind this Construction WordPress theme. 25,000+ people are using our themes at the moment. We’ve made themes for schools, hotels, landscaping companies, restaurants, shop owners, etc. The number must not be wrong.\n</p>\n<p>** For more info on how our bundled plugins work, check out <a href=\"https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins?_ga=2.91985818.109948451.1512956734-408115326.1499186753&_gac=1.212020512.1512372337.EAIaIQobChMI54PrqODv1wIVGx4rCh2azQkyEAMYAiACEgISaPD_BwE\" rel=\"nofollow\"> this article</a>.</p>\n\n<p><strong>CHANGELOG</strong></p>\n<p>MegaBuilder 1.0.1 – 2017-11-19</p>\n<pre>+ Fixed XSS issues.\n+ Updated UX/UI.\n+ Updated Support WPML.\n+ Updated Support RTL.\n+ Updated demo Essential Grid data.\n</pre>\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:28:\"wordpress/corporate/business\";s:18:\"classification_url\";s:61:\"https://themeforest.net/category/wordpress/corporate/business\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:95;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:104:\"https://themeforest.net/item/megabuilder-multipurpose-architecture-construction-wordpress-theme/20979215\";s:7:\"summary\";s:371:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.1.x, WooCommerce 3.0.x, WooCommerce 2.6.x, Visual Composer 5.1.x, Visual Composer 4.12.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:0;s:5:\"count\";i:2;}s:10:\"updated_at\";s:25:\"2018-02-09T21:36:00+11:00\";s:12:\"published_at\";s:25:\"2017-12-13T01:50:03+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:52:\"https://s3.envato.com/files/241128269/blank-logo.png\";s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/241128270/preview%20(3)-59.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:124:\"https://themeforest.net/item/megabuilder-multipurpose-architecture-construction-wordpress-theme/full_screen_preview/20979215\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/241128270/preview%20(3)-59.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:161:\"https://previews-themeforest.imgix.net/files/241128270/preview+(3)-59.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=02be785bc0cc521ad7976c782ef2fce5\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:5:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:7:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.1.x\";i:2;s:17:\"WooCommerce 3.0.x\";i:3;s:17:\"WooCommerce 2.6.x\";i:4;s:21:\"Visual Composer 5.1.x\";i:5;s:22:\"Visual Composer 4.12.x\";i:6;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:35:\"https://construction.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:1:{i:0;s:9:\"PHP Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:40:\"03 Unique Construction Engineering Demos\";i:1;s:44:\"Built for Construction, Industrial Companies\";i:2;s:44:\"Easily Setup, Customize - No Coding Required\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:12:\"architecture\";i:1;s:8:\"building\";i:2;s:12:\"construction\";i:3;s:28:\"construction wordpress theme\";i:4;s:10:\"decoration\";i:5;s:8:\"exterior\";i:6;s:7:\"factory\";i:7;s:7:\"gallery\";i:8;s:5:\"house\";i:9;s:10:\"industrial\";i:10;s:8:\"industry\";i:11;s:15:\"interior design\";i:12;s:9:\"portfolio\";i:13;s:8:\"renovate\";i:14;s:10:\"renovation\";}s:21:\"_internal_cross_promo\";a:0:{}}i:22617639;a:25:{s:2:\"id\";i:22617639;s:4:\"name\";s:44:\"Ivy School | Education & School PSD Template\";s:11:\"description\";s:752:\"\n \n \n \n \n\n\nIvy School – a modern and beautiful School, College, University, Academy and Education PSD template. \n\n Being the author of the best selling Education WordPress Theme Eduma and the amazing LMS WordPress Theme Course Builder, we have created this Ivy School template with high quality fully-layered Photoshop files. Ivy School comes with dozens of great elements for a school, elearning and online course website that will be a worth purchase for you. Well-organized layouts, clean and unique designs helps you to gain better user experience (UX) and user interface (UI). \n\n\n \n\n\nBesides, Ivy School PSD template is easily to customize and modify. In general, this photoshop template is a great choice for you to create an amazin\";s:16:\"description_html\";s:5324:\"<p>\n <a href=\"https://thimpress.com/forums/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/eduma/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n\n<p><strong>Ivy School</strong> – a modern and beautiful School, College, University, Academy and Education PSD template. \n\n </p><p>Being the author of the best selling <a href=\"https://thimpress.com/go/eduma\" rel=\"nofollow\">Education WordPress Theme Eduma</a> and the amazing <a href=\"https://thimpress.com/go/course-builder\" rel=\"nofollow\">LMS WordPress Theme Course Builder</a>, we have created this Ivy School template with high quality fully-layered Photoshop files. Ivy School comes with dozens of great elements for a school, elearning and online course website that will be a worth purchase for you. Well-organized layouts, clean and unique designs helps you to gain better user experience (UX) and user interface (UI). </p>\n\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2018/09/description-psd-ivy.png\" /></p>\n\n\n<p>Besides, Ivy School PSD template is easily to customize and modify. In general, this photoshop template is a great choice for you to create an amazing website for School, College, Academy and all types of educational business. The templates package includes 16 PSD files: 2 Homepages, About page, All courses, All teachers, Events, Blog, Contact page, Single Teacher, Single Course, Single Event, Single Blog, Landing page, Program page and Landing page.</p>\n\n<h3 id=\"item-description__ivy-school-amp-education-template-features\">Ivy School & Education Template Features:</h3>\n<ul>\n<li>16 fully-layered PSD files</li>\n<li>Designed for LMS systems and can be used to create greate Education WordPress Themes</li>\n<li>Clean and unique design</li>\n<li>02 Homepages Variations</li>\n<li>Creative and well-organized layouts</li>\n<li>Pixel Perfect designs</li>\n<li>Easy to customize and modify</li>\n<li>Free Icons used</li>\n<li>Google Fonts used</li>\n<li>Great Support</li>\n</ul>\n<h3 id=\"item-description__psd-files-structure-included-in-this-ivy-school-psd-package\">PSD Files structure included in this Ivy School PSD package:</h3>\n<ul>\n<li>01_Ivy_School_Home_v1.psd</li>\n<li>02_Ivy_School_Home_v2.psd</li>\n<li>03_Ivy_School_About.psd</li>\n<li>04_Ivy_School_All_Courses.psd</li>\n<li>05_Ivy_School_All_Teachers.psd</li>\n<li>06_Ivy_School_Become_Instructor.psd</li>\n<li>07_Ivy_School_Blog.psd</li>\n<li>08_Ivy_School_Contact.psd</li>\n<li>09_Ivy_School_Events.psd</li>\n<li>10_Ivy_School_Landing_Page.psd</li>\n<li>11_Ivy_School_Personal_Dashboard.psd</li>\n<li>12_Ivy_School_Programs.psd</li>\n<li>13_Ivy_School_Single_Blog.psd</li>\n<li>14_Ivy_School_Single_Courses.psd</li>\n<li>15_Ivy_School_Single_Events.psd</li>\n<li>16_Ivy_School_Single_Teachers.psd</li>\n</ul>\n<h3 id=\"item-description__fonts\">Fonts:</h3>\n<li>Roboto (<a href=\"https://fonts.google.com/specimen/Roboto)\" rel=\"nofollow\">https://fonts.google.com/specimen/Roboto)</a></li>\n<li>Poppins (<a href=\"https://fonts.google.com/specimen/Poppins)\" rel=\"nofollow\">https://fonts.google.com/specimen/Poppins)</a></li>\n<li>Raleway (<a href=\"https://fonts.google.com/specimen/Raleway)\" rel=\"nofollow\">https://fonts.google.com/specimen/Raleway)</a></li>\n<li>Titillium Web (<a href=\"https://fonts.google.com/specimen/Titillium+Web)\" rel=\"nofollow\">https://fonts.google.com/specimen/Titillium+Web)</a></li>\n<li>Open Sans (<a href=\"https://fonts.google.com/specimen/Open+Sans)\" rel=\"nofollow\">https://fonts.google.com/specimen/Open+Sans)</a></li>\n\n<h3 id=\"item-description__icons\">Icons:</h3>\n<li>Ionicons (<a href=\"http://ionicons.com/)\" rel=\"nofollow\">http://ionicons.com/)</a></li>\n<li>Flaticon (<a href=\"https://www.flaticon.com/)\" rel=\"nofollow\">https://www.flaticon.com/)</a></li>\n\n<h3 id=\"item-description__images\">Images:</h3>\n<li>Pexels (<a href=\"https://www.pexels.com/)\" rel=\"nofollow\">https://www.pexels.com/)</a></li>\n<li>Pixabay (<a href=\"https://pixabay.com/vi/)\" rel=\"nofollow\">https://pixabay.com/vi/)</a></li>\n\n <p>NOTE: The images are used for the demo purpose only and included in download package.</p>\n\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n<img src=\"https://www.facebook.com/tr?id=978118969000044&ev=PageView&noscript=1\" alt=\"\\\\\" />\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:23:\"psd-templates/corporate\";s:18:\"classification_url\";s:56:\"https://themeforest.net/category/psd-templates/corporate\";s:11:\"price_cents\";i:1500;s:15:\"number_of_sales\";i:2;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:78:\"https://themeforest.net/item/ivy-school-education-school-psd-template/22617639\";s:7:\"summary\";s:64:\"High Resolution: Yes, Layered: Yes, Minimum Adobe CS Version: CC\";s:6:\"rating\";a:2:{s:6:\"rating\";d:0;s:5:\"count\";i:0;}s:10:\"updated_at\";s:25:\"2018-09-21T00:06:35+10:00\";s:12:\"published_at\";s:25:\"2018-09-21T00:06:35+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:2:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:56:\"https://s3.envato.com/files/254125011/ivyschool-logo.png\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/254125012/01_Preview.__large_preview.jpg\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/254125012/01_Preview.__large_preview.jpg\";s:10:\"image_urls\";a:3:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/254125012/01_Preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=a9dce7d985d6accedbdd0982e22c7b79\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:1;a:4:{s:4:\"name\";N;s:3:\"url\";s:162:\"https://previews-themeforest.imgix.net/files/254125012/02_Preview_Home.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=d9fbe6b5e2b62d5353d319fae9b0c9b7\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:2;a:4:{s:4:\"name\";N;s:3:\"url\";s:164:\"https://previews-themeforest.imgix.net/files/254125012/03_Preview_Home+2.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=ae2d41f01615cd800d041f7170cc9602\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:6:{i:0;a:2:{s:4:\"name\";s:23:\"graphics-files-included\";s:5:\"value\";a:1:{i:0;s:13:\"Photoshop PSD\";}}i:1;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:2;a:2:{s:4:\"name\";s:7:\"layered\";s:5:\"value\";s:3:\"Yes\";}i:3;a:2:{s:4:\"name\";s:24:\"minimum-adobe-cs-version\";s:5:\"value\";s:2:\"CC\";}i:4;a:2:{s:4:\"name\";s:16:\"pixel-dimensions\";s:5:\"value\";N;}i:5;a:2:{s:4:\"name\";s:16:\"print-dimensions\";s:5:\"value\";N;}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"Perfect for schools, education & eLearning\";i:1;s:40:\"Extensive UI Kit for LMS, courses, study\";i:2;s:42:\"Fully Customizable, Everything is editable\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:7:\"academy\";i:1;s:9:\"education\";i:2;s:25:\"education wordpress theme\";i:3;s:9:\"elearning\";i:4;s:8:\"learning\";i:5;s:26:\"learning management system\";i:6;s:3:\"lms\";i:7;s:6:\"school\";i:8;s:8:\"teaching\";i:9;s:8:\"training\";i:10;s:15:\"training center\";i:11;s:5:\"udemy\";i:12;s:10:\"university\";i:13;s:25:\"wordpress education theme\";i:14;s:6:\"wp lms\";}s:21:\"_internal_cross_promo\";a:0:{}}i:17739078;a:25:{s:2:\"id\";i:17739078;s:4:\"name\";s:42:\"Hair Salon WordPress Theme - Hair Salon WP\";s:11:\"description\";s:750:\"\n \n \n \n \n\n\n\nHair salon WP is a beauty and hair salon WordPress theme for all hairstylists, barber shop, beauty lounge, spa, body treatment, hair care and makeup services. The theme is made by one of the finest web designers on the market under the help and support of many famous hair specialists and artists, influencers. We are sure that you and your customers can have a seamless experience with your website after using this theme.\n\nIf you are looking for a good theme for beauty and hair salons, this is not the right one for you. But if you are looking for an awesome, beautiful, intimate hair salon website template for WordPress that your client will fall in love at first sight, this is the one you are looking for.\n\n\nHair salo\";s:16:\"description_html\";s:11614:\"<p>\n <a href=\"https://thimpress.com/forums/?utm_source=hairsalonwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/hairsalonwp/?utm_source=hairsalonwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n<p>\n<a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a>\nHair salon WP is a beauty and <strong>hair salon WordPress theme</strong> for all <strong>hairstylists, barber shop, beauty lounge, spa, body treatment, hair care and makeup services.</strong> The theme is made by one of the finest web designers on the market under the help and support of many famous hair specialists and artists, influencers. We are sure that you and your customers can have a seamless experience with your website after using this theme.</p>\n<p>\nIf you are looking for a good theme for beauty and hair salons, this is not the right one for you. But if you are looking for an awesome, beautiful, intimate hair salon website template for WordPress that your client will fall in love at first sight, this is the one you are looking for.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2018/08/hair-salon-description-image.png\" alt=\"Hair Salon WordPress theme\" />\n<h2 id=\"item-description__hair-salon-wordpress-theme-overview\">Hair salon WordPress theme overview</h2>\n<p>\nAs mentioned, Hair Salon WP is perfect for you to gain trust and love from your customers thanks to its exceptional designs. We understand that a website for a beauty business like yours must be a state-of-the-art piece of product to persuade people and to increase revenue.</p> \n<p>\nHair Salon WP is quite flexible since it can also be used for businesses in medical, health, beauty and spa or any business that needs to showcase your services visually to attract potential customers. The attractive interface of the theme is not its only absolute advantage. Hair Salon WP is also better when it comes to the wide range of functions and features that are meticulously made and researched to cater to the need of your business.\nSimply put, Hair Salon WP is not just another theme. It is the swiss army knife of the beauty, spa and hairdressing industry.\n</p>\n<h3 id=\"item-description__trouble-free-easy-installation-and-setup\"><strong>Trouble-Free Easy Installation and Setup</strong></h3>\n<h4 id=\"item-description__build-with-newest-thimpress-wordpress-framework\">Build with newest ThimPress WordPress Framework</h4>\n<p>\nThis is the first WordPress Theme to be built with our newest WordPress Thim FrameWork. This framework not only makes your site boost your site’s performance to rocket-fast, but also helps you manage all of the theme’s options in one place. Better management is the key to win in this world of tough competition.\n</p>\n<h4 id=\"item-description__-one-click-install-and-auto-update\">\nOne click install and auto-Update\n</h4>\n<p>\nThis theme is made for non-techies and even if you have no coding experience, you can still setup and install this WordPress theme for hair salon in under 5 minutes. All features and functions can be set up easily by just clicking one button.<br />\nWith the time you save, you can spend more time for your business, i.e crafting the best hair styles for your customers or working with your highly specialized staffs.\n</p>\n<h3 id=\"item-description__-iconic-artistry-design-for-art-lovers\"><strong>\nIconic artistry design for art lovers\n</strong></h3>\n<p>\nAs human beings, we all love art and we all want to make ourselves more gorgeous and charming. Not only that, we are drawn towards beauty things in life. That’s why your customers need your services to have a great look, a great feeling and a great time. That is also why we made the theme to be as beautiful, bright and elegant as possible. There’s no one size fit all product, and we know that, so we made many hair salon website templates that your customers will love.<br />\n- 3 unique homepage designs<br />\n- Many service list designs to choose from<br />\n- 3 top menu styles\n</p>\n<h3 id=\"item-description__socially-connected-with-your-beloved-customers\"><strong>Socially connected with your beloved customers</strong></h3>\n<h4 id=\"item-description__-instagram-feed\">\nInstagram Feed\n</h4>\n<p>\nEven if you don’t usually update articles on your website, this theme will still help your customers to watch your latest updates on Instagram. This function can also help you increase your followers on Instagram. Pretty cool, isn’t it?\n</p>\n<h4 id=\"item-description__-vintage-and-inspirational-blogging-platform\">\nVintage and inspirational blogging platform\n</h4>\n<p>\nA beauty blog is an indispensable part for a business like yours. Your customers love to read about beauty tips from you. For that reason, we made the blogging section to be as vintage and inspiration as possible to make people stay and read and become your customers.\n</p>\n<h4 id=\"item-description__-testimonial-social-proof-for-better-site-trust\">\nTestimonial – Social Proof for better site trust\n</h4>\n<p>\nWhat is the best way to gain trusts from others? Let them read other people’s reviews about you. Testimonial is a proven method to increase revenues.\n</p>\n<h3 id=\"item-description__-sell-your-product-online-has-never-been-easier\"><strong>\nSell your product online has never been easier\n</strong></h3>\n<p>\nNo matter what area you are working in, eCommerce is still a big part of your website, and that your business needs to sell some products to generate income. It could be hair products, shampoo, hair spray, conditioner, make up kits, etc. or it could also be services like body treatment, blow-drys, updos or makeup services etc.\n</p>\n<p>\nThe theme is fully compatible with woocommerce, meaning you can sell as many product online as possible. It also goes with a booking form so that your customers can book your service online easily.\n</p>\n<h3 id=\"item-description__-5-star-supporting-team\"><strong>\n5 star Supporting team\n</strong></h3>\n<p>\nYour website is an important part of your business, and once you buy the theme, we can help you with technical problems of the theme in 6 months. You wouldn’t have to worry about any technical issues. All you need to do is to manage your company and see how it generate profits for you. Besides, we have a system to help you solve your problems faster:\n</p>\n<h4 id=\"item-description__-online-documentation-constantly-update-access-docs-anywhere-anytime\"><a href=\"http://docspress.thimpress.com/hairsalonwp/\" rel=\"nofollow\">\nOnline Documentation – Constantly update. Access docs anywhere, anytime</a>\n</h4>\n<p>\nAs the title mention, the online documentation are constantly update (just like the theme is constantly update) so that your website will never be out of date, and you can always find answers and tutorials to your problems in this documentation system. One more benefit is that you can access the documentation system anywhere, anytime.\n</p>\n<h4 id=\"item-description__-forum-support\"><a href=\"https://thimpress.com/forums/\" rel=\"nofollow\">\nForum Support</a>\n</h4>\n<p>\nOf course there will be problems that you cannot handle alone. That’s why we’ve formed a group of specialists to help you with all the bugs and errors in your website. The team is strong and knowledgeable. If possible, please take a look at our portfolio and other products of ours, and see how people are talking about our customer support service. We are an A-team willing to help you.\n</p>\n<h4 id=\"item-description__what-they-say\">What they say</h4>\n<p>ThimPress is an Elite author on Envato Market with more than 12,000+ satisfied customers. Even though this beauty and hair salon theme is newly released you can still have an insight based on what customers are talking about us from all of our other products. \nBelow are some of our customer reviews. Here at ThimPress, we care about our customers, and we wouldn’t leave any of our customers behind, especially those who are educators, those who are sharing knowledge to the world.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/09/reviews.jpg\" />\n<h3 id=\"item-description__-key-features-for-hair-salon-wp-theme\"><strong>\nKey Features for Hair Salon WP theme\n</strong></h3>\n<ul>\n<li><p>3+ awesome demos</p></li>\n<li><p>One-click demo importer</p></li>\n<li><p>Many header layouts</p></li>\n<li><p>Fully responsive and Retina ready</p></li>\n<li><p>Woocommerce support</p></li>\n<li><p>Premium drag & drop page builder with Visual Composer (save 34$)</p></li>\n<li><p>Revolution Slider included</p></li>\n<li><p>HTML5 + Bootstrap 3</p></li>\n<li><p>Amazing paralax effect</p></li>\n<li><p>Unlimited color & skin</p></li>\n<li><p>600+ Google font</p></li>\n<li><p>FontAwesome icons ready</p></li>\n<li><p>Socially connected</p></li>\n<li><p>Contact Form 7 support</p></li>\n<li><p>RTL support</p></li>\n</ul>\n<p>And much more…</p>\n\n<p><strong>CHANGELOG</strong></p>\n<p>Hair Salon WP 1.0.6 – 2017-10-26</p>\n<pre>+ Updated: Thim Core Installer.\n+ Compatibility with WooCommerce 3.2 + version\n</pre>\n\n<p>Hair Salon WP 1.0.5 – 2017-04-20</p>\n<pre>+ Compatibility with Thim Core latest version.\n+ Woocommerce 3.0.3\n</pre>\n\n<p>Hair Salon WP 1.0.3 – 2017-02-15</p>\n<pre>+ Thim Core: Fix dashboard</pre>\n\n<p>Hair Salon WP 1.0.2 – 2016-10-28</p>\n<pre>+ Updated: Plugin Thim Core, Dashboard.</pre>\n\n<p>Hair Salon WP 1.0.1 – 2016-10-26</p>\n<pre>+ Updated: Plugin Thim Core, Import demo (Support PHP 5.3 or latest)\n+ Fixed: UI errors</pre>\n\n<p>Hair Salon WP 1.0.0 – 2016-10-23</p>\n<pre>+ Release the first version.</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress themes by ThimPress</h3>\n<a href=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\"><img src=\"https://image-tf.s3.envato.com/files/206383095/01_preview.__large_preview.jpg\" alt=\"Education WordPress theme\" /></a>\n<a href=\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455\"><img src=\"https://image-tf.s3.envato.com/files/204891156/01_preview.__large_preview.jpg\" alt=\"Hotel WordPress theme\" /></a>\n<a href=\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/165425174/01_preview.__large_preview.jpg\" alt=\"Education WordPress theme\" /></a>\n<a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989\"><img src=\"https://image-tf.s3.envato.com/files/179845890/01_preview.__large_preview.jpg\" alt=\"Education WordPress theme\" /></a>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:30:\"wordpress/retail/health-beauty\";s:18:\"classification_url\";s:63:\"https://themeforest.net/category/wordpress/retail/health-beauty\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:490;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:78:\"https://themeforest.net/item/hair-salon-wordpress-theme-hair-salon-wp/17739078\";s:7:\"summary\";s:474:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.0.x, WooCommerce 2.6.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.74;s:5:\"count\";i:23;}s:10:\"updated_at\";s:25:\"2017-12-01T13:47:59+11:00\";s:12:\"published_at\";s:25:\"2016-10-23T13:39:37+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:51:\"https://s3.envato.com/files/237805762/hairsalon.png\";s:13:\"landscape_url\";s:98:\"https://s3.envato.com/files/237805763/hair-salon-wordpress-theme-hair-salon-wp.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:98:\"https://themeforest.net/item/hair-salon-wordpress-theme-hair-salon-wp/full_screen_preview/17739078\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:98:\"https://s3.envato.com/files/237805763/hair-salon-wordpress-theme-hair-salon-wp.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:187:\"https://previews-themeforest.imgix.net/files/237805763/hair-salon-wordpress-theme-hair-salon-wp.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=ed35087031fc0f98e5755f49d33d371d\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:11:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:7:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:22:\"Visual Composer 4.12.x\";i:4;s:24:\"Visual Composer 4.11.2.1\";i:5;s:22:\"Visual Composer 4.11.x\";i:6;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:33:\"http://hairsalonwp.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:7:\"Unrated\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:6:\"beauty\";i:1;s:12:\"beauty salon\";i:2;s:8:\"business\";i:3;s:7:\"fashion\";i:4;s:4:\"hair\";i:5;s:10:\"hair salon\";i:6;s:11:\"health care\";i:7;s:7:\"make up\";i:8;s:6:\"makeup\";i:9;s:7:\"massage\";i:10;s:4:\"nail\";i:11;s:6:\"resort\";i:12;s:5:\"salon\";i:13;s:8:\"skincare\";i:14;s:3:\"spa\";}s:21:\"_internal_cross_promo\";a:0:{}}i:13321455;a:25:{s:2:\"id\";i:13321455;s:4:\"name\";s:31:\"Hotel WordPress Theme | Sailing\";s:11:\"description\";s:754:\"\nHotel WordPress Theme – Sailing is WP theme for running hotel, hostel, resort or any other accommodation services w/ an excellent online reservation system.\n\n\nSailing 2.2 has just been released, even better Hotel WordPress Theme.\n\nAmazing Hotel WordPress Theme\n\nComplete Hotel Booking System + Room Management + Bookings Management + Customer Management + Coupon Management + Pricing Plans Management + Extra Packages Management + Block Special Date Management + Reports + Compatible with WPML + Multi Currencies + 4 Payment Gateways (Offline Payment, Authorize.net, Paypal, Stripe) + WooCommerce Integrated + and more… \nWhat else do you need for your amazing WordPress based hotel booking website?\n\n\n\n\nComplete Hotel Booking with WP Hotel Booking \";s:16:\"description_html\";s:18995:\"<p>\n<a href=\"https://thimpress.com/wordpress-hotel-theme-sailing/\" rel=\"nofollow\"><strong>Hotel WordPress Theme – Sailing</strong></a> is WP theme for running hotel, hostel, resort or any other accommodation services w/ an excellent online reservation system.\n</p>\n\n<pre>Sailing 2.2 has just been released, even better Hotel WordPress Theme.</pre>\n\n<h2 id=\"item-description__amazing-hotel-wordpress-theme\">Amazing Hotel WordPress Theme</h2>\n\n<p><strong>Complete Hotel Booking System</strong> + <strong>Room Management</strong> + <strong>Bookings Management</strong> + <strong>Customer Management</strong> + <strong>Coupon Management</strong> + <strong>Pricing Plans Management</strong> + <strong>Extra Packages Management</strong> + <strong>Block Special Date Management</strong> + <strong>Reports</strong> + <strong>Compatible with WPML</strong> + <strong>Multi Currencies</strong> + <strong>4 Payment Gateways (Offline Payment, Authorize.net, Paypal, Stripe)</strong> + <strong>WooCommerce Integrated</strong> + <strong>and more… </strong><br />\nWhat else do you need for your amazing WordPress based hotel booking website?\n</p>\n\n<p><img src=\"https://thimpress.com/wp-content/uploads/2018/08/hotel-wordpress-theme-sailing-2.png\" alt=\"Hotel WordPress Theme\" /></p>\n\n<h3 id=\"item-description__complete-hotel-booking-with-wp-hotel-booking-plugin\"><a href=\"http://themeforest.net/item/hotel-wordpress-theme-sailing/13321455#item-description__amazing-hotel-wordpress-theme\">Complete Hotel Booking with WP Hotel Booking plugin</a></h3>\n<p>\nThe online reservation system of our <strong>Hotel WordPress Theme</strong> is managed by TP hotel booking, the improved version of <a href=\"https://wordpress.org/plugins/wp-hotel-booking/\" rel=\"nofollow\">WP Hotel booking</a> – a great hotel management plugin by ThimPress itself. WP Hotel Booking is already used by more than 1000 hotels, resorts all over the world. From here, you will have full control over room, bookings, customers, coupons, room types, room capacities, pricing plans and settings.\n</p>\n<a href=\"https://youtu.be/tUkVTXDtd8g\" rel=\"nofollow\">\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/Hotel-WordPress-theme-Hotel-Booking-Plugin.jpg\" alt=\"Hotel WordPress theme\" />\n</a>\n\n<p>» <strong>Booking multiple Hotel Rooms with Cart</strong></p>\n\n<p>» <strong>Pricing Plans</strong></p>\n\n<p>» <strong>Coupon Management</strong></p>\n\n<p>» <strong>Report System</strong></p>\n\n<p>» <strong>Room Extra Services</strong></p>\n\n<p>» <strong>Room Management</strong></p>\n\n<p>» <strong>Block Special Date</strong></p>\n\n<p>» <strong>Customers Management</strong></p>\n\n<p>» <strong>Search rooms</strong></p>\n\n<p>» <strong>WooCommerce support, using WooCommerce to handle payment</strong></p>\n\n<p>» <strong>Payment Gateways</strong></p>\n\n<h3 id=\"item-description__5-hotel-demos-w-1-click-demo-importer\"><a href=\"http://themeforest.net/item/hotel-wordpress-theme-sailing/13321455#item-description__amazing-hotel-wordpress-theme\">5 Hotel Demos /w 1 Click Demo Importer</a></h3>\n<p>\nWordPress Hotel Theme – Sailing has a design with 5 home-pages for you to set up your website. The attractive “About us” and “Gallery” pages also make killing any visitor from the first sight.\nWith the availability of WooCommerce, WordPress Hotel Theme – Sailing can be any online shop where you can set up products, features, price, variation…. In order to make a better marketing, the Sailing provides social media feature to share information and find potential customers via Facebook, Twitter, Instagram, blog, newsletters. Besides that, this WordPress Hotel Theme also support translation ready even with RTL languages, Mobile-friendly, full responsiveness, Retina ready and SEO optimized.\n</p>\n\n<h3 id=\"item-description__stunning-premium-slider-for-your-hotel\">Stunning Premium Slider for your hotel</h3>\n<p>\nSailing comes with Revolution Slider – a premium plugin to deliver your website with high customization, transitions, effects and custom animations. The drag and drop, responsive page builder – SiteOrigin is also included here to simplify building any post, page and content of your website. Furthermore, the Sailing WordPress Hotel Theme supports other plugins such as Black Studio TinyMCE Widget to adds a new “Visual Editor” widget type based on the native WordPress TinyMCE editor, Testimonials By ThimPress – a plugin that allows you to show off your testimonials, WordPress Importer to import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file etc.\n</p>\n\n<h3 id=\"item-description__ultimate-seo-optimized\"><a href=\"http://themeforest.net/item/hotel-wordpress-theme-sailing/13321455#item-description__amazing-hotel-wordpress-theme\">Ultimate SEO optimized</a></h3>\n<p>By using our Hotel WP Theme, you get your hotel website ranked significantly higher on search engines. Every title, heading, meta tags have been optimized carefully as the way Google loves it. <a href=\"https://goo.gl/J2QmgH\" rel=\"nofollow\">Structured Data</a> is implemented deeply to make your site looks fancy on Google search results. We coded for not only blog posts, but WooCommerce products, room too.</p>\n\n<h3 id=\"item-description__discover-more-about-wordpress-hotel-theme-sailing\">Hotel WordPress Theme – Sailing in a Glance</h3>\n<p>Sailing WP is a Creative WordPress theme suitable for sailing hotel booking theater movie cinema book room housing listing airbnb bnb bed and breakfast center mall yard fitness sport gym travel modern trainer mentor class job restaurant transport vehicle supermarket retail journey news paper translate translation nonstop music bar cafe lounge dj education school college institute university uni online learning training gallery portfolio showcase clean creative photography corporate business construction movie produce design architect blog magazine student pupil apprentice freelance corporate business industry motor car sail computer music metal guitar sing instrument song beat phone watch TV livestream food inteprete intepreter gem jewelry charity course newspaper enfold bridge avada X divi enfold the7 uncode the gem listing directory responsive multi-purpose multi-niche travel agency tour booking adventure wp traveloka bookings.com agoda tripadvisor hotel WordPress theme</p>\n<ul>\n <li>Excellent online hotel reservation managed by <strong>wp hotel booking</strong> plugin.</li>\n <li><strong>Revolution Slider.</strong></li>\n <li><strong>Drag & drop, responsive SiteOrigin page builder.</strong></li>\n <li>Responsive & Mobile-Friendly.</li>\n <li>Retina ready.</li>\n <li>SEO optimized.</li>\n <li>Social media sharing.</li>\n <li>Photoshop files (PSD) included.</li>\n <li>WooCommerce ready.</li>\n <li>Post formats – Standard, Gallery, and Video.</li>\n <li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n <li>Styles has written by LESS CSS. </li>\n <li>Live preview Customizer.</li>\n <li>Contact Form 7 ready.</li>\n <li>MailChimp integrated.</li>\n <li><strong>Performance optimized.</strong></li>\n <li><strong>04 pre-made demos.</strong></li>\n <li><strong>One Click Demo Implementation.</strong></li>\n <li>Self-hosted HTML5 video player.</li>\n <li>Google Fonts support (600+).</li>\n <li>Translation ready (.po/.mo files), RTL support.</li>\n <li>Unlimited color choices.</li>\n</ul>\n\n<h3 id=\"item-description__changelog\"><a href=\"http://themeforest.net/item/hotel-wordpress-theme-sailing/13321455#item-description__amazing-hotel-wordpress-theme\">Changelog</a></h3>\n<p>Sailing WP 2.5 – 2018-10-08</p>\n<pre>- Fixed: Header new demo.\n- Fixed: Related room.\n- Fixed: Menu Column.\n- Added: Old Layout in widget Thim Room Slider.</pre>\n<p>Sailing WP 2.4 – 2018-08-02</p>\n<pre>Updates\n- Update: Add link to widget Thim Slider Room.\n- Update: Fix layout rooms type and header in mobile.\n- Update: Add list layout for room page.\n- Update: New demo.</pre>\n<p>Sailing WP 2.3 – 2018-07-09</p>\n<pre>Fixed: Parallax background.\nFixed: Layout price hotel booking.\nUpdate: My account Woocommerce style.</pre>\n\n<p>Sailing WP 2.2 – 2018-06-28</p>\n <pre>\n- Fixed: Error when use widget in room and post.\n- Added: Config hidden more info in room.\n- Fixed: Background on Safari.\n- Fixed: Page Hotel Room.\n- Added: Widget Hotel Room Slider.\n- Change: New layout Hotel room.\n </pre>\n<p>Sailing WP 2.1 – 2018-06-21</p>\n<pre>\n- Fixed: Widget Carousel room.\n- Fixed: Woocommerce single.\n- Added: Room type information in archive room.\n- Added: Show header left sidebar in menu on mobile.\n- Added: Setting Excerpt length for room.\n- Update: Template for plugin Hotel Booking.\n </pre>\n<p><strong>Sailing WP 2.0 – 2018-05-28</strong></p>\n <pre>- Remove: Plugin Thim Framework.\n- New: Updated theme use plugin Thim Core.\n- New: Customize setting and live.\n- New: Import by Thim Core full image and data use one click.\n- New: Manage plugin and theme.\n- New: Login Envato update pentium theme and plugin.\n- Fixed: Hotel Booking new version.\n- Added: Install addon Hotel on Theme Dashboard.</pre>\n<p>Sailing v1.15.2 – 2018-03-30</p>\n<pre>- Fixed: Blog pagination.\n- Fixed: Config Plugin Hotel.\n- Updated: File language default.\n- Updated: Data demo and data widget.</pre>\n<p>Sailing v1.15.1 – 2018-03-14</p>\n<pre>\n- Fixed: Heading for hidden title.\n- Fixed: Check box and field country.\n- Fixed: Widget HB Room Carousel responsive.\n- Added: Responsive header for demo 5.\n- Added: Multicolor for Social.\n- Added: Auto play for widget Testimonial.\n- Updated: Required field for Checkout Hotel.\n</pre>\n<p>Sailing v1.14.7 – 2017-11-24 </p>\n<pre>\n- Updated: Updated plugin Thim Framework.\n- Updated: Compatibility WordPress 4.9.\n- Added: Custom Feature Area for single room.\n</pre>\n<p>Sailing v1.14.6 – 2017-11-06 </p>\n<pre>\n- Added: Translate for copyright.\n- Changed: Always show sticky when scroll.\n- Update: Responsive room cart.\n- Update: Copyright sidebar(support WPML).\n- Fixed: Woocommerce product variable.\n</pre>\n<p> Sailing Hotel v1.14.5 – 2017-09-07 </p>\n<pre>\n- Improved: UI/UX.\n</pre>\n<p> Sailing Hotel v1.14.4 – 2017-09-06 </p>\n<pre>\n- Fixed: search room on mobile.\n- Fixed: customize live.\n- Fixed: width logo in customize.\n- Fixed: heading background category post.\n- Fixed: Select category gallery filter.\n- Fixed: thank you page.\n- Fixed: Customize typography.</pre>\n\n<p> Sailing Hotel v1.14.3 – 2017-08-29 </p>\n<pre>- Fixed: main menu color.\n- Fixed: button search text.</pre>\n\n<p> Sailing Hotel v1.14.0 – 2017-07-03 </p>\n<pre>- Fixed: version plugin Thim: Framework.\n- Update: Out of date Woocommerce templates 3.1.0.</pre>\n\n<p> Sailing Hotel v1.13.2 – 2017-06-27</p>\n<pre>- Add: template wp-hotel-booking/search/loop.php.\n- Fixed: demo data home 1 - 5.\n- Improved: Show top header on mobile.\n- Fixed: Mobile Menu.\n- Added: Google Analytics Option.\n- Added: Option Hide/Show Children vs Adults.</pre>\n\n<p> Sailing Hotel v1.13.1 – 2017-04-18 </p>\n<pre>- Update: WP Hotel Booking</pre>\n\n<p> Sailing Hotel v1.13 – 2017-04-17 </p>\n<pre>- Update: Plugin WooCommerce 3.0.3\n- Update: outdate Woocommerce 3.0.3\n- Update: Slider Revolution v5.4.1\n- Fixed: Header when disable sticky menu </pre>\n\n<p> Sailing Hotel v1.12.1 – 2017-2-8 </p>\n<pre>- Update: Plugin tp-hotel-booking 1.7\n- Fixed: Gallery</pre>\n\n<p> Sailing Hotel v1.12 – 2017-1-23 </p>\n<pre>- Fixed: Install plugin TP Hotel Booking</pre>\n\n<p> Sailing Hotel v1.11 – 2017-1-23 </p>\n<pre>- Update: Add option Google map API\n- Update: Hotel Checkout page\n- Fixed: Plugin update tp-hotel-booking</pre>\n\n<p> Sailing Hotel v1.10 – 2017-1-20 </p>\n<pre>- Fixed: Widget Google map\n- Fixed: Some minor issues\n- Update: UI/UX\n- Update: Plugin tp-hotel-booking 1.3</pre>\n\n<p> Sailing Hotel v1.9.9 – 2016-12-1 </p>\n<pre>- Update: UI/UX.\n- Update: plugin tp-hotel-booking.</pre>\n\n<p> Sailing Hotel v1.9.8 – 2016-10-25 </p>\n<pre>- Update: navigation room archive.\n- Fixed: Widgets have class thim-fixed.\n- Fixed: Logo.\n- Fixed: Header default and Header overlay.\n- Fixed: Top image in page.</pre>\n\n<p> Sailing Hotel v1.9.7 – 2016-09-12 </p>\n<pre>\n- Fixed: Widget Thim Testimonials.\n- Fixed: Update cart.\n- Added: Options to show/hide room information in Single room page.\n- Updated: Demo data.\n- Update: UI/UX.\n- Update: Widget Thim Video.\n- Update: tp-hotel-booking 1.1.5.7.\n</pre>\n\n<p> Sailing Hotel v1.9.6.9 – 2016-06-30 </p>\n<pre>- Update: outdated some WooCommerce template files version 2.6.2.\n- Fixed: Api for widget Google Map.</pre>\n\n<p> Sailing Hotel v1.9.6.8 – 2016-06-22 </p>\n<pre>- Fixed: Gallery images in single room page. </pre>\n\n<p> Sailing Hotel v1.9.6.7 – 2016-06-20 </p>\n<pre>- Updated: version of plugins required.</pre>\n\n<p> Sailing Hotel v1.9.6.6 – 2016-06-15 </p>\n<pre>- Fixed: Install required plugins.\n- Updated: outdated some WooCommerce template files version 2.6.0.</pre>\n\n<p> Sailing Hotel v1.9.6.5 – 2016-06-14 </p>\n<pre>- Fixed: Gallery images in single room page.</pre>\n\n<p> Sailing Hotel v1.9.6.4 – 2016-06-02 </p>\n<pre>- Updated: Option custom title for Single room page.\n- Updated: Option show/hide Read more button in Blog page.\n- Updated: Show more thumbnails of gallery images in Single room page.\n- Fixed: Install plugin Hotel Importer.\n- Fixed: Share Facebook in Blog page.\n- Fixed: Menu on mobile.\n- Fixed: Search room page on mobile.\n- Fixed: Video not working on mobile.</pre>\n\n<p> Sailing Hotel v1.9.6.3 – 2016-05-10 </p>\n<pre>- Fixed: Install plugin TP Hotel Booking Importer.</pre>\n\n<p> Sailing Hotel v1.9.6.2 – 2016-05-06 </p>\n<pre>- Updated: Plugin Thim Framework.\n- Updated: Plugin Hotel Booking.\n- Updated: Price Importer.\n- Fixed: Add images for Gallery.</pre>\n\n<p> Sailing Hotel v1.9.6.1 – 2016-04-25 </p>\n<pre>- Updated: Thim Framework 1.9.3.1.</pre>\n\n<p> Sailing Hotel v1.9.6 – 2016-04-22 </p>\n<pre>- Added: Child theme.\n- Updated: TP Hotel Booking.\n- Updated: Thim Framework.\n- Updated: Demo data.</pre>\n\n<p> Sailing Hotel v1.9.5 – 2016-04-19 </p>\n<pre>- Added: New home page (home 5) and new header style 2.\n- Updated: New social icon for Thim: Social widget.\n- Updated: New option muted audio, new option auto play, UX/UI for widget Thim: Icon Box (video background).\n- Updated: UX/UI Search room, checkout.\n- Updated: Option custom footer text/link color.\n- Updated: Option custom preload (allow change background color, logo image).\n- Fixed: Style single room on mobile, style rooms archive.\n- Improved: Optimize performance.\n- Compatible up to: wordpress 4.5.</pre>\n\n<p>Sailing Hotel 1.9.4 – 2016-03-29</p>\n<pre>\n+ Fixed: Filter gallery.\n+ Fixed: Draggable google map.\n</pre>\n<p>Sailing Hotel 1.9.3 – 2016-03-18</p>\n<pre>\n+ New: Option ref attribute (Widget Social Link).\n+ Updated: UI/UX.\n+ Updated: Optimize performance.\n+ Fixed: Gallery select images.\n+ Fixed: Header Default Style.\n</pre>\n<p>Sailing Hotel 1.9.2 • 2016-03-04</p>\n<pre>+ Fixed: Widget List Post.\n+ Added: Option logo for mobile.\n+ Added: Option limit post for widget Gallery.\n+ Added: Option instagram link for widget Social Link.\n</pre>\n<p>Sailing Hotel 1.9.1 • 2016-02-23</p>\n<pre>+ Improved plugin thim-framework.\n+ Fixed use top image for category.\n+ Updated heading top.\n</pre>\n<p>Sailing Hotel 1.9 • 2016-02-19</p>\n<pre>+ Updated mobile menu on window phone.\n+ Updated some customizer options header style.\n+ Updated room type title.\n+ Updated load file language.\n+ Updated missing logo after imported demo.\n+ Removed some unused customizer options.\n+ Added option coordinates for widget google map.\n+ Updated plugin tp-hotel-booking v1.1.2:\n+ Added template taxonomy room type.\n+ Translate calendar search widget.\n+ Updated calendar format.\n+ Updated capacity (Removed some option, Added term meta, Search query , Admin capacity).\n</pre>\n<p>Sailing Hotel 1.8 • 2016-02-05</p>\n<pre>+ Updated carousel room widget.\n+ Updated related room carousel.\n+ Updated plugin tp-hotel-booking v1.1.1:\n+ Updated Resize image, gallery, archive rooms.\n+ Updated Session class.\n+ Updated Loco Translation & Multi languages.\n</pre>\n<p>Sailing Hotel 1.7 • 2016-02-03</p>\n<pre>+ Updated plugin tp-hotel-booking v1.1.\n+ Updated to work perfectly on SSL.\n+ Updated parallax.\n</pre>\n<p>Sailing Hotel 1.6 • 2016-01-18</p>\n<pre>+ Updated blog style.\n+ Updated single room style.\n+ Updated shop style.\n+ Updated demo data.\n+ Updated plugin tp-hotel-booking.\n+ Updated template WooCommerce.\n</pre>\n<p>Sailing Hotel 1.5 • 2016-01-05</p>\n<pre>+ Updated file language.\n+ Updated plugin tp-hotel-booking v1.0.2.\n</pre>\n<p>Sailing Hotel 1.4 • 2015-12-31</p>\n<pre>+ Updated widget gallery.\n+ Updated top header image.\n+ Updated gallery slider single room.\n+ Updated mobile logo.\n+ Updated mobile menu.\n</pre>\n<p>Sailing Hotel 1.3 • 2015-12-23</p>\n<pre>+ Updated responsive room archive column.\n+ Updated widget gallery.\n+ Updated widget iconbox.\n+ Updated plugin Thim Framwork v1.1.\n</pre>\n<p>Sailing Hotel 1.2 • 2015-12-16</p>\n<pre>+ Updated plugin tp-hotel-booking.\n</pre>\n<p>Sailing Hotel 1.1 • 2015-11-11</p>\n<pre>+ Updated customize options.\n+ Updated document.\n+ Updated image demo.\n+ Updated plugin tp-hotel-booking.\n</pre>\n<p>Sailing Hotel 1.0 • 2015-11-09</p>\n<pre>+ The most amazing Hotel WordPress Theme was born <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" />\n</pre>\n<a href=\"https://thimpress.com/log/sailing-hotel-wordpress-theme-changelog/\" rel=\"nofollow\"><img src=\"https://thimpress.com/envato/changelogs.jpg\" alt=\"changelog\" /></a>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n\n<p>\n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034\"><img src=\"https://image-tf.s3.envato.com/files/170876197/01_preview.__large_preview.jpg\" alt=\"Education WordPress Theme\" /></a>\n</p>\n\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n\n<p>Excellent <em>Hotel WordPress Theme</em> made by a WordPress Hotel Booking Plugin author, what’s are you waiting for? ;) <a href=\"http://themeforest.net/checkout/from_item/13321455?license=regular&purchasable=source&support=bundle_6month\">Buy it now, only $64</a>.</p>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:23:\"wordpress/retail/travel\";s:18:\"classification_url\";s:56:\"https://themeforest.net/category/wordpress/retail/travel\";s:11:\"price_cents\";i:6400;s:15:\"number_of_sales\";i:2450;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:67:\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455\";s:7:\"summary\";s:456:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.58;s:5:\"count\";i:205;}s:10:\"updated_at\";s:25:\"2018-10-08T22:08:50+11:00\";s:12:\"published_at\";s:25:\"2015-11-09T08:27:05+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:49:\"https://s3.envato.com/files/217824760/sailing.png\";s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/224323053/sailing.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:87:\"https://themeforest.net/item/hotel-wordpress-theme-sailing/full_screen_preview/13321455\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/224323053/sailing.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:154:\"https://previews-themeforest.imgix.net/files/224323053/sailing.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=cb2d3460f877eb8d1e3554541e6fe6a6\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:12:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:6:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:15:\"WooCommerce 2.5\";i:4;s:17:\"WooCommerce 2.4.x\";i:5;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:36:\"http://sailing.thimpress.com/demo-9/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"Complete Hotel Reservation, Booking System\";i:1;s:37:\"5+ Responsive Hotel, Resort BnB Demos\";i:2;s:42:\"Multi-Currencies, 4 Payment Gateways (Woo)\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:6:\"airbnb\";i:1;s:7:\"booking\";i:2;s:9:\"directory\";i:3;s:4:\"dorm\";i:4;s:7:\"holiday\";i:5;s:6:\"hostel\";i:6;s:5:\"hotel\";i:7;s:21:\"hotel WordPress Theme\";i:8;s:7:\"listing\";i:9;s:5:\"motel\";i:10;s:11:\"reservation\";i:11;s:6:\"resort\";i:12;s:6:\"travel\";i:13;s:8:\"vacation\";i:14;s:21:\"wordpress hotel theme\";}s:21:\"_internal_cross_promo\";a:0:{}}i:12532973;a:25:{s:2:\"id\";i:12532973;s:4:\"name\";s:34:\"Logistics WordPress Theme | FastEx\";s:11:\"description\";s:754:\"Transport & Logistics WordPress Theme – FastEx is well-suited for Packaging & Storage, Ground Transport, Warehousing, Logistics Service, Door to Door Delivery, Cargo Service. This Logistics WordPress Theme freely provides you with premium best seller plugins: Visual Composer – an outstanding page builder and Slider Revolution to deliver your website with high customization, transitions, effects and custom animations.\n\nPremium Transport WordPress Theme\nAdditionally, ThimPress developed its own free plugins for this FastEx Transport & Logistics WordPress Theme such as Our Team to allow you to show off your team, Testimonials to show your preferential testimonials. Moreover, the FastEx also allows you to build pages by Thim shortco\";s:16:\"description_html\";s:7118:\"<p><a href=\"http://thimpress.com/transport-logistics-wordpress-theme-fastex\" rel=\"nofollow\"><strong>Transport & Logistics WordPress Theme</strong></a> – FastEx is well-suited for <strong>Packaging & Storage</strong>, <strong>Ground Transport</strong>, <strong>Warehousing</strong>, <strong>Logistics Service</strong>, <strong>Door to Door Delivery</strong>, <strong>Cargo Service</strong>. This <strong>Logistics WordPress Theme</strong> freely provides you with premium best seller plugins: Visual Composer – an outstanding page builder and Slider Revolution to deliver your website with high customization, transitions, effects and custom animations.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2018/08/fastex-item-description-image.png\" alt=\"Transport & Logistics WordPress Theme\" />\n<h3 id=\"item-description__premium-transport-wordpress-theme\">Premium Transport WordPress Theme</h3>\n<p>Additionally, ThimPress developed its own free plugins for this FastEx <strong>Transport & Logistics WordPress Theme</strong> such as Our Team to allow you to show off your team, Testimonials to show your preferential testimonials. Moreover, the FastEx also allows you to build pages by Thim shortcodes for Visual Composer such as: Icon Box, Thim Recent Posts, Thim Heading, Counter Box, Google Map, Gallery, Images.</p>\n<h3 id=\"item-description__transport-wordpress-theme-that-works\">Transport WordPress Theme that works</h3>\n<p>Coming with powerful Contact Form 7, contact forms and mail contents can be flexibly managed and customized in Transport & Logistics WordPress Theme – FastEx. Specially, there are two ways to request a quote: in the right hand of header with Google Map included or request a quick quote in the middle of page by filling in your personal information.\n\n</p><p>Transport & Logistics WordPress Theme – FastEx offers 3 homepages to run your logistics businesses. With unlimited color, +600 Google fonts, you can customize your transportation site with different appearance. Besides that, the live preview Customizer also helps you have an actual look and feel before applying settings of logo, footer, header, styling, display, social sharing, typography, WooCommerce and so much more.</p>\n<h3 id=\"item-description__multilingual-transport-wordpress-theme-with-rtl\">Multilingual Transport WordPress Theme with RTL</h3>\n<p>Similarly with other ThimPress’ WordPress Themes, the FastEx <i>Transport & Logistics WordPress Theme</i> also supports translation ready by WPML and specially RTL which allows you to translate your transportation site in any languages, even with right-to-left languages.</p>\n<h3 id=\"item-description__features-of-transport-amp-logistics-wordpress-theme-fastex\"><strong>Features of Transport & Logistics WordPress Theme – FastEx</strong></h3>\n<ul>\n<li>Drag & Drop Page Builder Visual Composer.</li>\n<li>Revolution Slider.</li>\n<li>Responsive & Mobile-Friendly to give your website a better ranking on Google Search results.</li>\n<li>Retina ready.</li>\n<li>Photoshop files (PSD) included: this amazing Transport / Logistics WordPress Theme packaged with PSD files.</li>\n<li>WooCommerce 2.2.x, 2.3.x ready: in case you want to sell transport, logistics stuffs, this Transport WordPress is ready to you to turn into a eCommerce website for Transportation.</li>\n<li>Post formats – Standard, Gallery, and Video.</li>\n<li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n<li>Built-in 150+ icons for Logistics.</li>\n<li>Styles has written by LESS CSS.</li>\n<li>Live preview Customizer.</li>\n<li>Contact Form 7 ready.</li>\n<li>MailChimp integrated.</li>\n<li>Performance optimized, Google loves speedy website, you knew it.</li>\n<li>SEO optimized with Microdata deeply coded for all blogs, WooCommerce products.</li>\n<li>03 pre-made demos.</li>\n<li>One Click Demo Implementation.</li>\n<li>Self-hosted HTML5 video player.</li>\n<li>Google Fonts support (600+).</li>\n<li>Translation ready (.po/.mo files), RTL support.</li>\n<li>Unlimited color choices.</li>\n</ul>\n\n<h3 id=\"item-description__changelog\">Changelog</h3>\n<p><strong>FastEx 1.7 • 2016-08-30</strong></p>\n<pre>\n+ Updated: Revolution Slider to version 5.2.6\n+ Updated: Outdated woocomerce templates\n+ Fixed: Mobile logo and Mobile sticky logo\n</pre>\n\n<p><strong>FastEx 1.6 • 2016-06-30</strong></p>\n<pre>\n+ Updated: Visual Composer to version 4.12\n+ Updated: Revolution Slider to version 5.2.5.4\n+ Updated WooCommerce Template.\n+ Fixed: Our Team plugin\n+ Fixed: API key for google map\n+ Added: Child theme.\n</pre>\n<p><strong>FastEx 1.5 • 2016-02-23</strong></p>\n<pre>\n+ Improved Thim FastEx Shortcodes.\n+ Updated Social Widget.\n+ Improved Thim Import Demo.\n+ Updated WooCommerce Template.\n</pre>\n\n<p><strong>FastEx 1.4 • 2016-02-06</strong></p>\n<pre>\n+ Supported RTL.\n+ Fixed style sticky menu.\n+ Improved Thim FastEx Shortcodes.\n+ Updated demo data.\n+ Updated languages file.\n+ Updated WooCommerce template.\n</pre>\n\n<p><strong>FastEx 1.3 • 2016-01-13</strong></p>\n<pre>\n+ Updated demo data.\n+ Fixed style for new version of MailChimp.\n</pre>\n\n<p><strong>FastEx 1.2 • 2015-12-15</strong></p>\n<pre>\n+ Fixed bugs with some custom widgets in WordPress version 4.4.\n</pre>\n\n<p><strong>FastEx 1.1 • 2015-11-23</strong></p>\n<pre>\n+ Fixed menu in mobile.\n+ Added some options for logo customize.\n+ Updated latest version for required plugins.\n</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n\n<p>\n<a href=\"http://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\"><img src=\"https://0.s3.envato.com/files/137954732/01_preview.__large_preview.jpg\" alt=\"eCommerce WordPress Theme adot\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/purify-cleaning-service-wordpress-theme/10981419\"><img src=\"https://0.s3.envato.com/files/128405813/01_preview.__large_preview.jpg\" alt=\"Purify - Cleaning Service Responsive WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/zoneshop-wonderful-responsive-woocommerce-theme/10960925\"><img src=\"https://0.s3.envato.com/files/128185106/01_preview.__large_preview.jpg\" alt=\"ZoneShop - Wonderful Responsive WooCommerce WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/montana-responsive-multipurpose-wordpress-theme/7882488\"><img src=\"https://0.s3.envato.com/files/96588362/Preview/01_preview.__large_preview.jpg\" alt=\"Montana Multipurpose WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:28:\"wordpress/corporate/business\";s:18:\"classification_url\";s:61:\"https://themeforest.net/category/wordpress/corporate/business\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:237;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:70:\"https://themeforest.net/item/logistics-wordpress-theme-fastex/12532973\";s:7:\"summary\";s:462:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Compatible With: WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, WooCommerce 2.2.x, Visual Composer 4.9.x, Visual Composer 4.9, Visual Composer 4.7.4, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.83;s:5:\"count\";i:18;}s:10:\"updated_at\";s:25:\"2016-09-28T20:18:38+10:00\";s:12:\"published_at\";s:25:\"2015-09-17T04:15:06+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:51:\"https://s3.envato.com/files/145963849/thumbnail.png\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/145963850/01_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:90:\"https://themeforest.net/item/logistics-wordpress-theme-fastex/full_screen_preview/12532973\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/145963850/01_preview.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/145963850/01_preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=7795b3493c3a9c6ed9677d5c9d058b85\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:9:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:8:{i:0;s:15:\"WooCommerce 2.5\";i:1;s:17:\"WooCommerce 2.4.x\";i:2;s:17:\"WooCommerce 2.3.x\";i:3;s:17:\"WooCommerce 2.2.x\";i:4;s:21:\"Visual Composer 4.9.x\";i:5;s:19:\"Visual Composer 4.9\";i:6;s:21:\"Visual Composer 4.7.4\";i:7;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:28:\"http://fastex.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:5:\"cargo\";i:1;s:8:\"logistic\";i:2;s:9:\"logistics\";i:3;s:25:\"logistics wordpress theme\";i:4;s:9:\"transport\";i:5;s:19:\"transport wordpress\";i:6;s:25:\"transport wordpress theme\";i:7;s:14:\"transportation\";i:8;s:30:\"transportation wordpress theme\";i:9;s:31:\"transportation wordpress themes\";i:10;s:11:\"warehousing\";i:11;s:25:\"wordpress logistics theme\";i:12;s:33:\"wordpress theme transport company\";i:13;s:25:\"wordpress transport theme\";i:14;s:30:\"wordpress transportation theme\";}s:21:\"_internal_cross_promo\";a:0:{}}i:21706796;a:25:{s:2:\"id\";i:21706796;s:4:\"name\";s:50:\"Cryptior - Bitcoin and Cryptocurrency PSD Template\";s:11:\"description\";s:750:\"Cryptior is a creative PSD templates made for ICO landing page, Crypto Trading Agency,Crypto Blog, Crypto and Bitcoin consulting and any kind of digital cryptocurrency investment website. It comes with fully-layered Photoshop files making the pack worth purchased to gain better user experience (UX) and user interface (UI). Besides, Cryptior has been designed based on 1362px Grid System which suitable for even big screen devices. This photoshop template is a perfect choice to create a great website for ICO companies, blockchain technology consulting and all types of cryptocurrency agency.\n\n\nFeatures of this ICO Bitcoin PSD template:\n\n 14 full-layered Adobe Photoshop .PSD files\n04 Home Page Variations\nBootstrap Grid 1362px\nToken Countdown \";s:16:\"description_html\";s:3290:\"<p><strong>Cryptior</strong> is a creative PSD templates made for <strong>ICO landing page</strong>, <strong>Crypto Trading Agency</strong>,<strong>Crypto Blog</strong>, <strong>Crypto and Bitcoin consulting</strong> and any kind of digital cryptocurrency investment website. It comes with fully-layered Photoshop files making the pack worth purchased to gain better user experience (UX) and user interface (UI). Besides, Cryptior has been designed based on 1362px Grid System which suitable for even big screen devices. This photoshop template is a perfect choice to create a great website for ICO companies, blockchain technology consulting and all types of cryptocurrency agency.</p>\n\n\n<h3 id=\"item-description__features-of-this-ico-bitcoin-psd-template\">Features of this ICO Bitcoin PSD template:</h3>\n<ul>\n <li>14 full-layered Adobe Photoshop .PSD files</li>\n<li>04 Home Page Variations</li>\n<li>Bootstrap Grid 1362px</li>\n<li>Token Countdown Clock Design</li>\n<li>Creative, well-organized and modern style</li>\n<li>Pixel Perfect Design</li>\n<li>Easy to customize and update</li>\n<li>Google font used</li>\n<li>Free icon usedli</li>\n<li>Great Support</li>\n</ul>\n\n<h3 id=\"item-description__psd-file-structure-included-in-this-bitcoin-psd\">PSD file structure included in this Bitcoin PSD:</h3>\n<ul>\n <li>01_Cryptior_Home_v1_Crypto_ICO_Landing.psd</li>\n <li>02_Cryptior_Home_v2_Crypto_Trading.psd</li>\n <li>03_Cryptior_Home_v3_Crypto_Coaching.psd</li>\n <li>04_Cryptior_Home_v4_Crypto_Blog.psd</li>\n <li>05_Cryptior_About_v1.psd</li>\n <li>06_Cryptior_Blog_Archive_v1.psd</li>\n <li>07_Cryptior_Blog_v1.psd</li>\n <li>08_Cryptior_Our_Projects_v1.psd</li>\n <li>09_Cryptior_Project_Detail_v1.psd</li>\n <li>10_Cryptior_Our_Team_v1.psd</li>\n <li>11_Cryptior_Team_Detail_v1.psd</li>\n <li>12_Cryptior_Service_v1.psd</li>\n <li>13_Cryptior_Widget_Copy_v1.psd</li>\n <li>14_Cryptior_Contact_v1.psd</li>\n</ul>\n<h3 id=\"item-description__fonts\">Fonts:</h3>\n<ul>\n<li>Roboto (<a href=\"https://fonts.google.com/specimen/Roboto)\" rel=\"nofollow\">https://fonts.google.com/specimen/Roboto)</a></li>\n<li>Poppins (<a href=\"https://fonts.google.com/specimen/Poppins)\" rel=\"nofollow\">https://fonts.google.com/specimen/Poppins)</a></li>\n<li>Raleway (<a href=\"https://fonts.google.com/specimen/Raleway)\" rel=\"nofollow\">https://fonts.google.com/specimen/Raleway)</a></li>\n<li>Titillium Web (<a href=\"https://fonts.google.com/specimen/Titillium+Web)\" rel=\"nofollow\">https://fonts.google.com/specimen/Titillium+Web)</a></li>\n<li>Open Sans (<a href=\"https://fonts.google.com/specimen/Open+Sans)\" rel=\"nofollow\">https://fonts.google.com/specimen/Open+Sans)</a></li>\n</ul>\n<h3 id=\"item-description__icons\">Icons:</h3>\n<ul>\n<li>Ionicons (<a href=\"http://ionicons.com/)\" rel=\"nofollow\">http://ionicons.com/)</a></li>\n<li>Flaticon (<a href=\"https://www.flaticon.com/)\" rel=\"nofollow\">https://www.flaticon.com/)</a></li>\n</ul>\n<h3 id=\"item-description__images\">Images:</h3>\n<ul>\n<li>Pexels (<a href=\"https://www.pexels.com/)\" rel=\"nofollow\">https://www.pexels.com/)</a></li>\n<li>Pixabay (<a href=\"https://pixabay.com/vi/)\" rel=\"nofollow\">https://pixabay.com/vi/)</a></li>\n</ul>\n<strong>NOTE:</strong> The images are used for the demo purpose only and included in download package.\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:33:\"psd-templates/corporate/marketing\";s:18:\"classification_url\";s:66:\"https://themeforest.net/category/psd-templates/corporate/marketing\";s:11:\"price_cents\";i:1600;s:15:\"number_of_sales\";i:3;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:86:\"https://themeforest.net/item/cryptior-bitcoin-and-cryptocurrency-psd-template/21706796\";s:7:\"summary\";s:69:\"High Resolution: Yes, Layered: Yes, Minimum Adobe CS Version: CC 2015\";s:6:\"rating\";a:2:{s:6:\"rating\";d:0;s:5:\"count\";i:0;}s:10:\"updated_at\";s:25:\"2018-04-16T17:18:11+10:00\";s:12:\"published_at\";s:25:\"2018-04-13T02:20:54+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:2:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:59:\"https://s3.envato.com/files/244950143/CryptiorLOGO-8080.png\";s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/245180126/01_cryptior.__large_preview.jpg\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/245180126/01_cryptior.__large_preview.jpg\";s:10:\"image_urls\";a:5:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:158:\"https://previews-themeforest.imgix.net/files/245180126/01_cryptior.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=81fc5473e39efc73e7ae043b507d2d06\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:1;a:4:{s:4:\"name\";N;s:3:\"url\";s:155:\"https://previews-themeforest.imgix.net/files/245180126/02_home1.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=f08dbb69df5a9ee61750cce1bf9adc89\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:2;a:4:{s:4:\"name\";N;s:3:\"url\";s:155:\"https://previews-themeforest.imgix.net/files/245180126/03_home2.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=39f7dc90b4664304bf7d5fa0fc7937db\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:3;a:4:{s:4:\"name\";N;s:3:\"url\";s:178:\"https://previews-themeforest.imgix.net/files/245180126/04_Cryptior_Home_v4_Crypto_Blog.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=5a5df293510df5977127f8863e346459\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:4;a:4:{s:4:\"name\";N;s:3:\"url\";s:182:\"https://previews-themeforest.imgix.net/files/245180126/05_Cryptior_Home_v3_Crypto_Coaching.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=e1b74f537350fd67d1336de3cc88224f\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:6:{i:0;a:2:{s:4:\"name\";s:23:\"graphics-files-included\";s:5:\"value\";a:1:{i:0;s:13:\"Photoshop PSD\";}}i:1;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:2;a:2:{s:4:\"name\";s:7:\"layered\";s:5:\"value\";s:3:\"Yes\";}i:3;a:2:{s:4:\"name\";s:24:\"minimum-adobe-cs-version\";s:5:\"value\";s:7:\"CC 2015\";}i:4;a:2:{s:4:\"name\";s:16:\"pixel-dimensions\";s:5:\"value\";N;}i:5;a:2:{s:4:\"name\";s:16:\"print-dimensions\";s:5:\"value\";N;}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:2:{i:0;s:23:\"4 Crypto Homepage Demos\";i:1;s:32:\"14 Full-Layered PSD Crypto Pages\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:14:{i:0;s:7:\"bitcoin\";i:1;s:15:\"bitcoin trading\";i:2;s:10:\"blockchain\";i:3;s:6:\"crypto\";i:4;s:14:\"crypto trading\";i:5;s:14:\"cryptocurrency\";i:6;s:22:\"Cryptocurrency advisor\";i:7;s:17:\"Currency Exchange\";i:8;s:18:\"Digital Currencies\";i:9;s:3:\"ico\";i:10;s:10:\"ICO Agency\";i:11;s:14:\"ICO Consulting\";i:12;s:10:\"investment\";i:13;s:12:\"landing page\";}s:21:\"_internal_cross_promo\";a:0:{}}i:12124219;a:25:{s:2:\"id\";i:12124219;s:4:\"name\";s:34:\"WordPress Restaurant Theme - Resca\";s:11:\"description\";s:758:\"WordPress Restaurant Theme – Resca is WordPress Theme for perfect restaurant, cafe, bar, bistro, tavern, saloon, dinner website on the base of WordPress platform. WordPress Restaurant Theme Resca comes with excellent reservation system, you can choose either of two forms: Reservation form where you will fill in required information for an easy Table Booking & OpenTable form – Online reservation with OpenTable supported. This extra outstanding feature allows executive assistants, travel planners, recruiters, and other administrative professionals to easily make reservations on behalf of others and earn valuable OpenTable Dining Points.\n\nWe just released new Restaurant WordPress Theme – NEM\nCheck out Joomla Restaurant Template – Resca\n\n\nO\";s:16:\"description_html\";s:9747:\"<p><a href=\"http://thimpress.com/resca-wordpress-restaurant-theme/\" rel=\"nofollow\">WordPress Restaurant Theme – Resca</a> is WordPress Theme for perfect <strong>restaurant</strong>, <strong>cafe</strong>, <strong>bar</strong>, <strong>bistro</strong>, <strong>tavern</strong>, <strong>saloon</strong>, <strong>dinner</strong> website on the base of WordPress platform. WordPress Restaurant Theme Resca comes with excellent <strong>reservation system</strong>, you can choose either of two forms: Reservation form where you will fill in required information for an easy <strong>Table Booking</strong> & <strong>OpenTable</strong> form – Online reservation with <strong>OpenTable</strong> supported. This extra outstanding feature allows executive assistants, travel planners, recruiters, and other administrative professionals to easily make reservations on behalf of others and earn valuable OpenTable Dining Points.</p>\n\n<blockquote>We just released new <a href=\"http://themeforest.net/item/restaurant-wordpress-theme-nem/14025178&utm_campaign=nem&utm_source=tf&utm_medium=resca\">Restaurant WordPress Theme – NEM</a></blockquote>\n<p><strong>Check out <a href=\"http://themeforest.net/item/joomla-restaurant-template-resca/13548747\">Joomla Restaurant Template</a> – Resca</strong></p>\n<img src=\"https://thimpress.com/wp-content/uploads/2018/08/wordpress-restaurant-theme-resca.jpg\" alt=\"WordPress Restaurant Theme - Resca\" title=\"WordPress Restaurant Theme - Resca\" />\n\n<p>Our WordPress Theme for Restaurant supports an <strong>amazing restaurant menu</strong> where pictures of food, detailed description, price, recommendations, specials and what?s new are fully displayed. The dishes are divided into categories for easy view and search of the customers. With full responsive and Retina ready features, the menu of WordPress Restaurant Theme – Resca surely will look so great in any devices.</p>\n<p>One of the best WordPress Restaurant Themes, Resca offers an easy to use <strong>Contact Form</strong> with Contact Form 7 ready for customers to send you feedbacks & questions. The <strong>Google Map</strong>, email address and telephone number also are included here in case the customers want to have a direct contact. Killing <strong>?About Us?</strong> page is another attractive feature of this cafe theme which helps you stand on the crowd.</p>\n<p>Supported with 3 premade demos: Restaurant, Coffee & One-page, you can select to run restaurant or coffee business with the <strong>WordPress Restaurant Theme</strong> – Resca. More than that, with the availability of <strong>WooCommerce</strong>, – Resca can be used to sell anything online. In order to boost your reputation and business, its provides social media feature for you to share information and find potential customers via Facebook, Twitter, Instagram, Blog, Newsletters…</p>\n<h3 id=\"item-description__more-about-this-awesome-wordpress-restaurant-amp-cafe-theme-resca\">More about this awesome WordPress Restaurant & Cafe Theme – Resca</h3>\n<ul>\n<li>Beautiful builtin <strong>WordPress Restaurant Menu Plugin</strong>.</li>\n<li>Booking a table with OpenTable or built-in <strong>Restaurant Reservation</strong> form.</li>\n<li>Amazing parallax effect to make a fancy WordPress Cafe Theme.</li>\n<li>Responsive & Mobile-Friendly: your restaurant website will display amazing on every customer’s devices: desktop, tablet or smartphone, you have more chances to get more customers to your restaurant.</li>\n<li>Photoshop files (PSD) included.</li>\n<li>WooCommerce 2.2.x, 2.3.x ready: Packed full of features, perfectly integrated into your self-hosted Restaurant WordPress Theme.</li>\n<li>Post formats ? Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n<li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n<li>Styles has written by LESS CSS and compiled one time in WordPress Customizer to make this WordPress Restaurant Theme loads faster.</li>\n<li>Contact Form 7 ready: a working contact form.</li>\n<li>Performance optimized.</li>\n<li>SEO optimized.</li>\n<li>03 pre-made demos: Restaurant, Coffee & One-page.</li>\n<li>Drag & Drop Layout Builder.</li>\n<li>One Click Demo Implementation.</li>\n<li>Self-hosted HTML5 video player.</li>\n<li>Google Fonts support (600+).</li>\n<li>Retina ready.</li>\n<li>Translation ready (.po/.mo files).</li>\n<li>Unlimited color choices.</li>\n</ul>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n\n<p>\n<a href=\"http://themeforest.net/item/restaurant-wordpress-theme-nem/14025178\"><img src=\"https://image-tf.s3.envato.com/files/161769376/01_preview.__large_preview.jpg\" alt=\"Restaurant WordPress Theme - NEM\" /></a>\n</p>\n\n<p>\n<a href=\"http://themeforest.net/item/sailing-hotel-wordpress-theme-/13321455\"><img src=\"https://image-tf.s3.envato.com/files/154249458/01_preview.__large_preview.jpg\" alt=\"WordPress Hotel Theme - Sailing\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\"><img src=\"https://0.s3.envato.com/files/137954732/01_preview.__large_preview.jpg\" alt=\"eCommerce WordPress Theme adot\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n\n<h3 id=\"item-description__changelog\">CHANGELOG</h3>\n<p>Resca 2.8 • 2017.12.15</p>\n<pre>\n+ Fixed: Compatible with WooCommerce.\n+ Fixed: Share post and share product.\n</pre>\n<p>Resca 2.7 • 2017.10.16</p>\n<pre>\n+ Fixed: Scroll with the mouse.\n</pre>\n<p>Version 2.5 • 2017.6.8</p>\n<pre>\n+ Update: Sorting Events.\n+ Update: Popup image menu on mobile.\n+ Update: Compatible with PHP 7.x\n</pre>\n<p>Version 2.4 • 2017.5.29</p>\n<pre>\n+ Change: Plugin TP Event to WP Events Manager.\n+ Fixed: Widget Thim Event.\n</pre>\n\n<p>Version 2.3 • 2017.4.18</p>\n<pre>+ Changed: Plugin TP Event to WP Events Manager.</pre>\n<p>Version 2.2 • 2017.4.18\n<pre>+ Update: Compatible with WooCommerce 3.x\n+ Fixed: Shop page.</pre></p>\n\n<p>Resca 2.1 • 2017.2.21</p>\n<pre>\n+ Updated: Revolution slider to version 5.3.1.5\n+ Update: TP Event 2.0\n+ Fixed: Widget Thim Event\n+ Fixed: Some minor issues\n</pre>\n\n<p>Resca 2.0.9 • 2017.1.24</p>\n<pre>\n+ Fixed: Widget Google map API\n+ Fixed: Install TP Events\n+ Fixed: Some minor issues\n+ Update: UI/UX\n+ Update: File languages\n</pre>\n\n<p>Resca 2.0.8 ? 2016.8.23</p>\n<pre>\n+ Fixed: Events page.\n</pre>\n\n<p>Resca 2.0.7 ? 2016.8.1</p>\n<pre>\n+ Updated: Revolution slider to version 5.2.6.\n+ Fixed: Text animation.\n+ Fixed: Shop page.\n+ Improved: Single event style.\n+ Improved: Shop style.\n+ Improved: Book a table form.\n</pre>\n<p>Resca 2.0.6 ? 2016.6.30</p>\n<pre>\n+ Updated: Revolution slider to version 5.2.5.4\n+ Fixed: API key for google map.\n+ Fixed: Out of date woocommerce templates.\n+ Improved: Event plugin.\n</pre>\n\n<p>Resca 2.0.5 ? 2016.5.22</p>\n<pre>\n+ Fixed: The issue about currency of the menu.\n+ Fixed: Translate issue.\n+ Fixed: Input date in the reservation form.\n+ Added: Option for the logo in the mobile.\n</pre>\n\n<p>Resca 2.0.4 ? 2016.5.19</p>\n<pre>\n+ Fixed: The issue about currency of the menu.\n+ Fixed: Translate issue.\n+ Fixed: Input date in the reservation form.\n+ Added: Option for the logo in the mobile.\n</pre>\n\n<p>Resca 2.0.3 ? 2016.5.11</p>\n<pre>\n+ Fixed: Tab menu restaurant.\n+ Fixed: Translate theme.\n</pre>\n\n<p>Resca 2.0.2 ? 2016.5.7</p>\n<pre>\n+ Fixed: Menu header on Safari.\n+ Fixed: Event Widget.\n+ Fixed: Fixed Live Editor.\n</pre>\n\n<p>Resca 2.0.1 ? 2016.4.29</p>\n<pre>\n+ Updated: Require Plugin.\n+ Added: TP Events Plugin.\n+ Fixed: Menu mobile on safari.\n+ Fixed: Show/Hidden date, category, author on the post.\n</pre>\n<p>Resca 2.0 ? 2016.4.25</p>\n<pre>\n+ Updated: Compatible with WordPress 4.5.\n+ Updated: Revolution Slider 5.2.5.\n+ Fixed: Draggable for google map widget.\n+ Fixed: Filter gallery widget.\n+ Fixed: Mobile responsive.\n+ Fixed: Sticky menu in mobile.\n+ Fixed: Breadcrumb heading in mobile.\n+ Added: Child theme.\n</pre>\n<p>Resca 1.13 ? 2016.3.21</p>\n<pre>\n+ Added new, recommended dish for all widget restaurant.\n+ Optimized page speed.\n</pre>\n<p>Resca 1.12 ? 2016.01.07</p>\n<pre>+ Added options for Preload.\n+ Optimized request to server.\n+ Fixed flexible restaurant menu.\n</pre>\n<p>Resca 1.11 ? 2016.01.07</p>\n<pre>+ Update Preload.\n+ Fixed Image Popup for Tab Restaurant Menu.\n</pre>\n<p>Resca 1.10 ? 2016.01.23</p>\n<pre>+ Update WooCommerce 2.5.0.</pre>\n<p>Resca 1.9 ? 2016.01.07</p>\n<pre>+ Fixed tab restaurant menu.\n+ Update orderby for widget event.\n</pre>\n<p>Resca 1.8 ? 2015.12.28</p>\n<pre>+ Compatibility with WordPress 4.4.</pre>\n<p>Resca 1.7 ? 2015.12.04</p>\n<pre>\n+ Updated Tripadvisor Link.\n+ Updated Live Chat Support.\n</pre>\n<p>Resca 1.6 ? 2015.10.17</p>\n<pre>\n+ Fixed menu on iPhone 6.\n</pre>\n<p>Resca ? 2015.10.16</p>\n<pre>\n+ Fixed show all menu item of restaurant.\n+ Updated support RTL: able to use this WordPress Theme to create restaurant website for Hebrew, Arabian, ... restaurant website.\n</pre>\n<p>Resca 1.4 ? 2015.09.10</p>\n<pre>+ Updated layouts support WooCommerce 2.4.x\n+ Fixed width logo in mobile\n+ Updated integrate with WordPress 4.3.x\n+ Added homepage layout\n</pre>\n<p>Resca 1.3 ? 2015.07.31</p>\n<pre>+ Updated WordPress Restaurant Menu Plugin on One Page demo on mobile.\n</pre>\n<p><strong>Version 1.2 ? 2015.07.27</strong></p>\n<pre>+ Updated revolution slider to latest version 4.6.93.\n</pre>\n<p>Resca 1.1 ? 2015.07.24</p>\n<pre>+ Updated demo data.\n</pre>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:41:\"wordpress/entertainment/restaurants-cafes\";s:18:\"classification_url\";s:74:\"https://themeforest.net/category/wordpress/entertainment/restaurants-cafes\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:1501;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:70:\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\";s:7:\"summary\";s:424:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.36;s:5:\"count\";i:106;}s:10:\"updated_at\";s:25:\"2017-12-15T15:53:30+11:00\";s:12:\"published_at\";s:25:\"2015-07-21T10:40:04+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:47:\"https://s3.envato.com/files/237805789/resca.png\";s:13:\"landscape_url\";s:79:\"https://s3.envato.com/files/237805790/resca.__large_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:90:\"https://themeforest.net/item/wordpress-restaurant-theme-resca/full_screen_preview/12124219\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:79:\"https://s3.envato.com/files/237805790/resca.__large_preview.__large_preview.jpg\";s:10:\"image_urls\";a:0:{}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:10:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:6:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 2.6.x\";i:2;s:15:\"WooCommerce 2.5\";i:3;s:17:\"WooCommerce 2.4.x\";i:4;s:17:\"WooCommerce 2.3.x\";i:5;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:27:\"http://resca.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:37:\"6 Unique Restaurant Home Demo Designs\";i:1;s:40:\"Online reservation system with OpenTable\";i:2;s:43:\"Responsive Design, Amazing Food Menu Styles\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:13:{i:0;s:4:\"cafe\";i:1;s:6:\"coffee\";i:2;s:22:\"coffee wordpress theme\";i:3;s:10:\"restaurant\";i:4;s:26:\"restaurant wordpress theme\";i:5;s:5:\"theme\";i:6;s:9:\"wordpress\";i:7;s:25:\"wordpress restaurant site\";i:8;s:26:\"wordpress restaurant theme\";i:9;s:29:\"wordpress template restaurant\";i:10;s:20:\"wordpress theme cafe\";i:11;s:26:\"wordpress theme restaurant\";i:12;s:19:\"wp restaurant theme\";}s:21:\"_internal_cross_promo\";a:0:{}}i:16210005;a:25:{s:2:\"id\";i:16210005;s:4:\"name\";s:44:\"Landscaping WordPress Theme - Landscaping WP\";s:11:\"description\";s:754:\"\nLandscaping WordPress theme – Landscaping WP is an awesome theme built for landscape, gardening & lawn, ground care companies, services business about landscaper, gardener with a trending and beautiful design.\n\n\n\nPerfect Landscaping WordPress theme for any Landscaping service sites. \n\nWith lots of experience in developing WordPress theme and many portfolio on themeforest.net about Education (Education WP – Best selling Education WordPress theme), Restaurant, Hotel... we know that we have to focus on UI/UX optimization by many features. Landscaping WP has all awesome features for landscaping and gardening companies to promote services and manage website easily: many types of homepages for your purposes; bright and creative service pages\";s:16:\"description_html\";s:12644:\"<p><a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a>\n<strong>Landscaping WordPress theme</strong> – Landscaping WP is an awesome theme built for <strong>landscape</strong>, <strong>gardening</strong> & <strong>lawn</strong>, ground care companies, services business about <strong>landscaper</strong>, <strong>gardener</strong> with a trending and beautiful design.\n</p>\n<br />\n<img src=\"https://thimpress.com/wp-content/uploads/2018/08/landscaping-description-image.png\" alt=\"Landscaping WordPress theme\" />\n<h2 id=\"item-description__perfect-landscaping-wordpress-theme-for-any-landscaping-service-sites\">Perfect Landscaping WordPress theme for any Landscaping service sites. </h2>\n<p>\nWith lots of experience in developing WordPress theme and many portfolio on themeforest.net about<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034\"> Education (Education WP – Best selling Education WordPress theme)</a>,<a href=\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"> Restaurant</a>,<a href=\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455?s_rank=7\"> Hotel</a>... we know that we have to focus on UI/UX optimization by many features. Landscaping WP has all awesome features for landscaping and gardening companies to promote services and manage website easily: <i>many types of homepages for your purposes; bright and creative service pages with image sliders for the full introduction of your landscaping services; supports gallery with many effects to make your projects more professional; smart events management; fully responsive</i> and many many other features.\n</p>\n\n<h3 id=\"item-description__3-landscaping-demos-with-one-click-demo-importer\">3+ Landscaping Demos with one-click demo importer</h3>\n<p>\nLandscaping WordPress theme – Landscaping WP comes with 3+ awesome demo homepages. With each demo, menu, blocks, layouts are arranged following different ways, and all of them offer full information about your website. You can choose a homepage with <strong>header slider</strong> or insert <strong>video</strong> about your landscaping company. That?s great!\n</p>\n<a href=\"http://landscaping.thimpress.com/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-slider-header-1.jpg\" alt=\"Landscaping WordPress theme - Landscaping WP\" /></a>\n<a href=\"http://landscaping.thimpress.com/demo-2/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-wordpress-theme-silder-header-2.jpg\" alt=\"Landscaping WordPress theme - Landscaping WP\" /></a>\n<a href=\"http://landscaping.thimpress.com/demo-3/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-video-header.jpg\" alt=\"Landscaping WordPress theme - Landscaping WP\" /></a>\n<a href=\"http://landscaping.thimpress.com/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-coming-soon-home.jpg\" alt=\"Landscaping WordPress theme - Landscaping WP\" /></a>\n<p>» <strong>One Click Demo Importer</strong></p>\n<p>\nSimilar to other WordPress themes from ThimPress, Landscaping WordPress theme – Landscaping WP also supports this awesome feature. Instead of having to build each page for your site, just go to <strong>Tools > Demo Importer</strong>, select your favorite demo and with One-click, you will have a fully Landscaping WordPress website.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-one-click-import-demo.jpg\" alt=\"One click demo Importer Landscaping WordPress theme\" />\n<h3 id=\"item-description__trendy-modern-and-pixel-perfection-design-for-a-landscaping-site\">Trendy, modern and pixel perfection design for a landscaping site</h3>\n<p>\nLandscaping WP is created with the best trendy and modern design. <strong>Smart sticky menu</strong> is convenient and useful when users scroll your site. Moreover, <strong>header slider</strong> is stylized, make your website more special. Besides, all elements in our Landscaping WordPress theme have been developed with <strong>pixel perfection</strong>, let?s look at our live demo to verify that.\n</p>\n<a href=\"https://youtu.be/Ahw2MDtBsCs\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/07/Landscaping-WordPress-theme-trending-design.jpg\" alt=\"Landscaping WordPress theme - Landscaping WP\" /></a>\n<h3 id=\"item-description__gallery-support-with-many-effects\">Gallery support with many effects</h3>\n<p>\nGallery is one of the most important features of the website for landscaping, gardening & lawn, or ground care companies. With the feature, your projects would be showed very beautifully and professionally. Gallery of Landscaping WP is supported many effects and styles. You can create <strong>unlimited gallery</strong> to show your project images. You can also choose gallery <strong>full width or classic</strong>, each style has different layout. On homepage, project galleries are divided into separate tabs by categories and they are mixed to create awesome effects when switch tab.\n</p>\n<h3 id=\"item-description__selling-your-landscaping-and-gardening-tools-products-with-woocommerce\">Selling your landscaping and gardening tools, products with Woocommerce</h3>\n<p>\nWith <strong>Woocommerce support</strong>, Landscaping WP allows you create an expert eCommerce site. You can show many pictures for a product, they are displayed on quick-view and single product page. In addition to, in each single product page, you can <strong>add some descriptions and get reviews</strong> about products from customers.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-woocommerce-support.jpg\" alt=\"Woocomerce Support Landscaping WordPress theme\" />\n<h3 id=\"item-description__using-lightweight-drag-amp-drop-page-builder-siteorigin\">Using lightweight Drag & Drop page builder – SiteOrigin</h3>\n<p>\nLandscaping WordPress theme – Landscaping WP uses <strong>SiteOrigin Page Builder</strong> for pages creation. It is the most popular page creation plugin for WordPress. Page Builder?s simple drag & drop interface means <strong>you?ll never need to write a single line of code</strong>. This plugin generates all the highly efficient code for you. Apart from, a unique characteristic of SiteOrigin is <strong>lightweight</strong>. It helps your landscaping website become <strong>lighter and load faster</strong> than when you use other page builder plugin. This is a feature that Google loves.\n</p>\n<h3 id=\"item-description__branding-a-your-landscaping-wordpress-site-without-coding-knowledge\">Branding a your Landscaping WordPress site without Coding Knowledge</h3>\n<p>\nWith live customizer, you can brand your Landscaping website without Coding Knowledge. Just choose options and see your changes on live customizer. Save it and done !</p>\n<p>\n<strong>» Unlimited colors to match your brand</strong>: Thousands of way to mix color to make your site appealing.\n</p>\n<p>\n<strong>» Not boring pre-loading page with logo</strong>: a small features but contribute significantly for UX when users visit your site. You can change the logos as you want.\n</p>\n<p>\n<strong>» Support 700+ fonts</strong>: comes with 700+ fonts, Landscaping WP allows you pick up any fonts from Google Fonts library to suit your own style.\n</p>\n<h3 id=\"item-description__simple-events-system-but-effective\">Simple Events system but effective</h3>\n<p>\nLandscaping WP owns <strong>a smart events management</strong>. Whereby, events are separated into Expried, Happening and Upcoming by tabs in events page. It helps you easier in managing your events and make sure that your users never miss out any events. Furthermore, each event detailed page has an <strong>attractive countdown</strong> on image?s event, helps the event more vivid and easier to control.\nMoreover, you can sell event ticket and receive payments via <strong>PayPal, Stripe, Authorize.net or Offline payment.</strong>\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-events.jpg\" alt=\"Smart events system Landscaping WordPress theme\" />\n<h3 id=\"item-description__fully-support-multilingual-and-rtl\">Fully support Multilingual and RTL</h3>\n<p>\nLandscaping WP is compatible with popular multilingual plugins such as <strong>WPML, Polylang or Qtranslate</strong>. It also supports for language written in a <strong>Right-To-Left</strong> (RTL) direction. Therefore, your landscaping site can approach to more users from many countries over the world.\n</p>\n<h3 id=\"item-description__fully-responsive-landscaping-wordpress-theme-and-retina-ready\">Fully responsive landscaping WordPress theme and Retina ready</h3>\n<p>\nWith the rapid development of smart phones and other devices, accessing to the website without using computer is very ordinary and popular. That?s why Landscaping WP is <strong>supported fully responsiveness</strong>, then users can have a perfect look about your site on any devices.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/07/landscaping-WordPress-theme-fully-responsive.jpg\" alt=\"fully responsive Landscaping WordPress theme\" />\n<h3 id=\"item-description__seo-optimization\">SEO optimization</h3>\n<p>\nThe brand is an important determinant of a business. In order to promote the brand, you must have not only a great website but also <strong>a high ranking on search engines</strong>. That?s a reason why we optimized SEO very much for Landscaping. From titles, headings, meta tags to products, images, all of them are optimized carefully. Especially, Structure Data is implemented deeply to make your site attractive in Google search results.\n</p>\n<h3 id=\"item-description__landscaping-wordpress-theme-landscaping-wp-with-main-features\">Landscaping WordPress theme – Landscaping WP with main features: </h3>\n<ul>\n<li><p>3+ Landscaping demos, a new demos to sell products coming soon.</p></li>\n<li><p>One click demo importer: build your site in few minutes.</p></li>\n<li><p>Professional and modern design with pixel perfection.</p></li>\n<li><p>Slider header with Revolution Slider.</p></li>\n<li><p>Video header.</p></li>\n<li><p>Smart sticky menu.</p></li>\n<li><p>Lightweight Drag & Drop page builder: create different layouts.</p></li>\n<li><p>Live customizer.</p></li>\n<li><p>Custom widgets and many columns layouts.</p></li>\n<li><p>700+ fonts and 1600+ icons.</p></li>\n<li><p>Logo on pre-loading page.</p></li>\n<li><p>Smart events management.</p></li>\n<li><p>Countdown feature for event.</p></li>\n<li><p>Woocommerce support.</p></li>\n<li><p>Multilingual ready and RTL support.</p></li>\n<li><p>Mobile-friendly landscaping WordPress theme.</p></li>\n<li><p>Optimize for SEO.</p></li>\n<li><p>And much more features for a premium WordPress theme.</p></li>\n</ul>\n<h3 id=\"item-description__frequently-updated-landscaping-wordpress-theme\">Frequently Updated Landscaping WordPress theme</h3>\n<p>\nImproving and developing the theme is one of priority tasks of ThimPress developers. Updating regularly is a key to make their products become the best. The proof is all their premium WordPress themes have a huge of sales. And they will do the same with Landscaping WP. Update every week with more awesome features are added as well as all the exist issues are resolved, Landscaping WordPress theme will be a perfect gardening theme for sure.\n</p>\n<h3 id=\"item-description__changelog\">CHANGELOG</h3>\n<p>Landscaping 2.0.0 – 04/05/2018</p>\n<pre>+ Remove: Mega Menu.\n+ Remove: Plugin Thim Framework.\n+ New: Updated theme use plugin Thim Core. \n+ New: Customize setting and live.\n+ New: Import by Thim Core full image and data use one click. (edited)</pre>\n<p>Landscaping v1.2 – 2018-03-19</p>\n<pre>\n- Fixed: Portfolio new version error PHP.\n</pre>\n<p>Landscaping 1.1 – 2018-12-03</p>\n<pre>\n+Fixed: Error php when no active plugin Woocommerce.\n+Fixed: Select category in widget Thim Portfolio.\n+Updated: Dowload plugin in new server.\n</pre>\n<p>Landscaping 1.0.2 – 2017-11-11</p>\n<pre>\n- Woocommere 3.0.\n</pre>\n<p>Landscaping 1.0.1 – 2017-05-03</p>\n<pre>\n- Fix error custom banner top single, blog.\n- Fix excerpt child page.\n- Fix API google map.\n- Fix Portfolio meta box.\n- Fix file language.\n</pre>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:28:\"wordpress/corporate/business\";s:18:\"classification_url\";s:61:\"https://themeforest.net/category/wordpress/corporate/business\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:458;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:80:\"https://themeforest.net/item/landscaping-wordpress-theme-landscaping-wp/16210005\";s:7:\"summary\";s:437:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.53;s:5:\"count\";i:19;}s:10:\"updated_at\";s:25:\"2018-05-04T18:17:43+10:00\";s:12:\"published_at\";s:25:\"2016-08-28T07:36:22+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:53:\"https://s3.envato.com/files/217724182/landscaping.png\";s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/224322977/landscaping.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:100:\"https://themeforest.net/item/landscaping-wordpress-theme-landscaping-wp/full_screen_preview/16210005\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/224322977/landscaping.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:158:\"https://previews-themeforest.imgix.net/files/224322977/landscaping.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=9b9d48ae3ebec410f7fcd0e1b6a2db1c\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:12:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:5:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:15:\"WooCommerce 2.5\";i:4;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:40:\"http://landscaping.thimpress.com/demo-3/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"03 unique demos for Landscaping, Gardening\";i:1;s:36:\"Fully support WooCommerce and Events\";i:2;s:40:\"High Speed Loading and Optimized for SEO\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:8:\"building\";i:1;s:8:\"cleaning\";i:2;s:16:\"Cleaning Service\";i:3;s:7:\"company\";i:4;s:12:\"construction\";i:5;s:10:\"contractor\";i:6;s:7:\"florist\";i:7;s:8:\"gardener\";i:8;s:9:\"gardening\";i:9;s:8:\"industry\";i:10;s:9:\"landscape\";i:11;s:20:\"landscape architects\";i:12;s:16:\"landscape design\";i:13;s:11:\"landscaping\";i:14;s:13:\"lawn services\";}s:21:\"_internal_cross_promo\";a:0:{}}i:22374744;a:25:{s:2:\"id\";i:22374744;s:4:\"name\";s:27:\"Hotel HTML Template | Hotel\";s:11:\"description\";s:754:\"\n \n \n \n \n\n\n\nHotel HTML Template| HotelWP is the most charming, luxurious and powerful HTML template for Bed and Breakfasts, hotel, hostel, resort, vacation room/apartment rental services. Its original goal is to help you easier manage your rooms listings, customer bookings and reservations online, pricing plans and coupons. With its beautiful design, and high coding quality, this HTML template can showcase your unique accommodations to the world and attract more visitors to your website.\n\n\n ** The WordPress version of HotelWP is available here Hotel WordPress theme – Hotel WP.\n\n\n\nThe perfect glamorous Hotel Template for Travel and Booking – MADE FOR YOU AND YOUR BUSINESS\n\n Do you want to attract more people to your house,\";s:16:\"description_html\";s:15227:\"<p>\n <a href=\"https://thimpress.com/forums/forum/hotelwp/?utm_source=hotelwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/hotel-wp/?utm_source=hotelwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n<p>\n<a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a>\n<strong>Hotel HTML Template| HotelWP</strong> is the most charming, luxurious and powerful HTML template for Bed and Breakfasts, hotel, hostel, resort, vacation room/apartment rental services. Its original goal is to help you easier manage your rooms listings, customer bookings and reservations online, pricing plans and coupons. With its beautiful design, and high coding quality, this HTML template can showcase your unique accommodations to the world and attract more visitors to your website.\n</p>\n<blockquote>\n ** The WordPress version of HotelWP is available here <a href=\"https://thimpress.com/go/hotelwp/\" rel=\"nofollow\"> Hotel WordPress theme – Hotel WP.</a>\n</blockquote>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/03/thimpress-powerelite-magwp.png\" alt=\"ThimPress - Power Elite Author\" />\n\n<h2 id=\"item-description__the-perfect-glamorous-hotel-template-for-travel-and-booking-made-for-you-and\">The perfect glamorous Hotel Template for Travel and Booking – MADE FOR YOU AND YOUR BUSINESS</h2>\n<ul>\n <li>Do you want to attract more people to your house, your hotel, hostel, or your bed and breakfast destination?</li>\n <li>You have a great service but you don’t know how to get found on the Internet with all the SEO, Adwords, FB Ads things?</li>\n <li>You want to improve your online presence and make your website a booking magnet?</li>\n <li>You are looking for a luxury well-designed template to present your beautiful cozy and elegant rooms, balconies, suits or lobbies and make people fall in love with your hotel at first sight?</li>\n <li>Or you need a QUICK & EASY TO USE HTML Template for hotels so that your visitors can book and make reservations easily? (High standard code, easy to use, easy to edit and time-saving is a must!)</li>\n</ul>\n<p>\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-HTML-Trusted-by-12k-customers.png\" alt=\"Hotel WordPress theme - Trusted by 12k customers\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Premium-demos.jpg\" alt=\"Hotel WordPress theme - Premium demos\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-HTML-Template-Thim-Core.png\" alt=\"Hotel WordPress theme - Thim Core\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-HTML-Template-Drag-and-Drop-page-builder.png\" alt=\"Hotel WordPress theme - Drag and Drop page builder\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-HTML-Template-Booking-room.png\" alt=\"Hotel WordPress theme - Booking room\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Fully-Responsive.jpg\" alt=\"Hotel WordPress theme - Fully Responsive\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-HTML_TEMPLATE-10m-setup.png\" alt=\"Hotel WordPress theme - 10m setup and customers review\" />\n\n</p>\n\n<h2 id=\"item-description__the-creative-multi-purpose-travel-wp-theme-for-accommodation-and-reservation\">The Creative Multi-Purpose Travel WP Theme for Accommodation and Reservation</h2>\nUpon introducing this template, we are proud to present the great design, UI and UX of the 5-star Hotel WP theme made by ThimPress. This template covers all the necessary UI elements for booking and reservation, and is being used by hundreds of hotels, resorts or bed and breakfasts businesses in the world. With Hotel Template, you can have the great design of great travel websites like <strong>AirBNB, TripAdvisor, Booking.com, Agoda…</strong> all in one place.\n<ul>\n <li><p><strong>Bookings management – A system that is as powerful as Airbnb.</strong></p>\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Booking-form-with-slider.gif\" alt=\"Hotel WordPress theme - Slider Booking form\" /></p>\n <p>Think of all the functions you would need for your website: Booking and availability checking form, pricing plan based on days of the week, additional amenities and services, coupon, … And you will see that they are all available in our theme. Because we ultimately know that there’s no one-size-fit-all product, we even included many different styles and creative design options for you to choose from.</p>\n </li>\n <li><p><strong>Social share and Customer reviews – Word of mouth is the most effective marketing methods.</strong></p> \n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-reviews.gif\" alt=\"Hotel WordPress theme - Customer review\" />\n </p>\n <p>To honor the word of mouth, we tried to make customer review as stunning as possible. This visual effect can have a positive impact on your visitors and encourage them to stay at your place. Another great feature of the theme is the Instagram feed that will make your site more lively and appeal people to engage with your instagram channel.</p>\n <p>Besides, the template is compatible with many design standard for enhanced social experience so that your hotel website will look better with more colors, more elements and better image resolution when it is shared on social networks or when being viewed on Smartphones. If you want to have these functions work automatically, you can check our WordPress version of the template:</p>\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-customize.png\" alt=\"Hotel WordPress theme - customize\" /></p>\n </li>\n</ul>\n\n<h2 id=\"item-description__a-theme-with-great-features-and-smooth-experience\">A theme with great features and smooth experience</h2>\n<h3 id=\"item-description__thimcore-for-faster-site-speed-and-better-seo-ranking\">ThimCore for faster site speed and better SEO ranking</h3>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-fast-page-speed.png\" alt=\"Hotel WordPress theme - faster speed\" />\n<p>\n ThimCore is a brand new WordPress management plugin developed by ThimPress that efficiently optimize your website, make it lightweight and greatly reduce page load time. This improved speed will increase user experience and also helps you rank better on Google.\n</p>\n<p>Normally, people would make a WordPress Theme out of a HTML Template. However, in this case, for the best real life practice and best optimization (since after buying the HTML template, you would still use it to make something from it), we first create the WordPress version of the template, sell it and let thousands of people to test the speed, designs, etc. After that, when it is stable, we made a HTML version of it so when you use it to create your own site using any platform, it will be super fast and optimized. Because, it complied with our ThimCore’s coding standard.\n</p>\n<p>\n Besides the speed optimization, HotelWP template employs a complex structure data in the way it display titles, contents, images, tags etc to make your site appealing in the eyes of Google, results in a significantly higher ranking of your site on Google search result pages for the same keywords.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Performance-optimized.jpg\" alt=\"Hotel WordPress theme - performance optimized\" />\n<h3 id=\"item-description__incredible-user-friendly-and-well-decorated-interface\">Incredible user-friendly and well-decorated Interface</h3>\n<p>\n Even though we provide a set of helpful instruction for you to install, modify and customize the theme with the purpose of assisting you when creating your dream hotel website, there’s no need for instructions for your visitors. The theme is designed in a way that is easy and user-friendly so that anyone can use, make reservation within seconds without any difficulties, without any instructions, just like there’ll be no manual on how to use hotel rooms or how to use the bed properly. \n</p>\n\n<h3 id=\"item-description__the-5-star-avenger-supporting-team\">The 5-star Avenger Supporting Team</h3>\n<p>\n Here at ThimPress, we understand that having a good product at first isn’t enough. It is the long-term support and updates that define make a great theme. For more than 12,000 satisfied customers of ThimPress, and especially for thousands of customers of Sailing (the successor of Hotel WP), this proves to be true. With this newly released Hotel WP theme, we promise you 3 of the following as we always promised:\n</p>\n<h4 id=\"item-description__high-quality-support-via-forum-and-comment-support\">High quality support via Forum and Comment support</h4>\n<p>\n I encourage you to look at our ThemeForest portfolio before you purchase this theme. Out of our 12,000 customers, we got a total of 1072 ratings of almost 5 stars and half of that are because of our enthusiasts supporters and the supporting forum that not many other theme makers have. As a proof of our supporting and product quality, below are real reviews from real customers of another Hotel WordPress theme made by us – the Sailing:\n</p>\n<a href=\"https://thimpress.com/forums/forum/hotelwp/?utm_source=hotelwp&utm_medium=bot_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Visit-Forum.jpg\" alt=\"Hotel WordPress theme - Visit forum\" /></a>\n<h4 id=\"item-description__detail-documentation-as-best\">Detail Documentation As Best</h4>\n<p>\n Along with the born of Hotel WP is the born of our newest documentation system – DocPress that elevates our already detail and helpful documentation to the next level. With this documentation system, you can ask for clarifying, send instructions to your colleagues, report problems or ask for support.\n</p>\n<a href=\"http://docspress.thimpress.com/hotel-wp/?utm_source=hotelwp&utm_medium=bot_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Documentation.jpg\" alt=\"Hotel WordPress theme - Read documentation\" /></a>\n<h4 id=\"item-description__frequently-updated\">Frequently Updated</h4>\n<p>\n No developer team can make sure of a bug-free product; Even Samsung Galaxy S7 got fatal errors. We cannot guarantee this theme will not have bugs, but we can guarantee you that we will frequently and quickly update this theme based on your request to give you and your customers a seamless experience.\n</p>\n<h3 id=\"item-description__hotel-wordpress-theme-hotel-wp-at-a-glance\">Hotel WordPress Theme – Hotel WP at a Glance</h3>\n<p>Hotel WP is a Creative WordPress theme suitable for resort travel tour adventure booking hotel book room transport bnb bed and breakfast vehicle restaurant food and drink bakery event conference travel agency supermarket retail nonstop dj music bar cafe metal guitar sing education school college institute university uni online learning training livestream food translate translation the gem charity course gallery portfolio showcase photography corporate travel modern trainer mentor class sail journey news paper computer theater movie cinema business corporate multipurpose multi-purpose construction movie produce design architect blog magazine student pupil apprentice freelance newspaper enfold bridge avada X enfold uncode listing real estate housing accommodation responsive multi-purpose wp sailing corporate business industry motor car center mall yard fitness sport gym job restaurant instrument song beat phone watch TV traveloka bookings.com tripadvisor WordPress theme for Hotel </p>\n<ul>\n <li>3+ premium unique demos</li>\n <li>Brand new Thim Core plugin\n <ul>\n <li>Faster Speed</li>\n <li>Easier configuration</li>\n <li>Incredible User-friendly Interface</li>\n <li>Live Edit page and Live Preview</li>\n </ul>\n </li>\n <li>Testimonials support</li>\n <li>Awesome Rooms for Hotel website\n <ul>\n <li>Include review and comment</li>\n <li>Gallery with mix effect</li>\n <li>Pricing Plan for each day</li>\n </ul>\n </li>\n <li>Smart sticky menu</li>\n <li>Parallax image</li>\n <li>600 + Google font and Font Awesome icons included</li>\n <li>Unlimited layouts and colors</li>\n <li>Fully responsive and Retina ready</li>\n <li>SEO and performance optimized</li>\n <li>Instagram Feed</li>\n And so much more…\n\n</ul>\n\n<p>The Design was made for WordPress first, and then we create the HTML Template so its design and coding structure conforms with these WordPress plugins, meaning coding these functions using the template will be easier:</p>\n<ul>\n <li>Visual Composer: Just Drag and Drop to create beautiful pages for your hotel\n <ul>\n <li>Create your own Hotel Website as your imagination</li>\n <li>Cheaply & Without Technical Coding Knowledge</li>\n </ul>\n </li>\n <li>TP Hotel Booking: Powerful Booking rooms System\n <ul>\n <li>Bookings management – As powerful as Airbnb</li>\n <li>Additional Packages: wifi, car park..</li>\n <li>Flexible Payment methods: PayPal, Offline, Stripe </li>\n <li>Customer reviews </li>\n </ul>\n </li>\n <li>Premium Slider with <strong>Slider Revolution</strong></li>\n <li>Contact Form 7 ready</li>\n <li>MailChimp support</li>\n <li>Fancy Events with count down and many columns</li>\n <li>Many Blog styles: 2 or 3 columns; left, right or full sidebar; single with sidebar</li>\n <li>WooCommerce support</li>\n</ul>\n\n <p><a href=\"http://themeforest.net/checkout/from_item/18159471?license=regular&purchasable=source&support=bundle_6month\">Buy Hotel WP Now</a></p>\n\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:28:\"site-templates/retail/travel\";s:18:\"classification_url\";s:61:\"https://themeforest.net/category/site-templates/retail/travel\";s:11:\"price_cents\";i:1600;s:15:\"number_of_sales\";i:37;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:65:\"https://themeforest.net/item/hotel-html-template-hotelwp/22374744\";s:7:\"summary\";s:104:\"High Resolution: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:0;s:5:\"count\";i:0;}s:10:\"updated_at\";s:25:\"2018-08-16T12:34:08+10:00\";s:12:\"published_at\";s:25:\"2018-07-28T00:38:15+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:49:\"https://s3.envato.com/files/251624852/hotelwp.png\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/251624853/previewimg.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:85:\"https://themeforest.net/item/hotel-html-template-hotelwp/full_screen_preview/22374744\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/251624853/previewimg.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/251624853/previewimg.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=609fa643f155a15552009072b0d6ffb7\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:8:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:44:\"http://html.thimpress.com/hotelwp/index.html\";}i:4;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:5;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:6;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:7;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:10:\"HTML Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:23:\"Hotel & Resort Template\";i:1;s:25:\"3+ Stunning Hotel layouts\";i:2;s:30:\"Hostel, Rooms, Events, Booking\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:14:{i:0;s:7:\"booking\";i:1;s:4:\"dorm\";i:2;s:7:\"holiday\";i:3;s:6:\"hostel\";i:4;s:5:\"hotel\";i:5;s:21:\"hotel WordPress Theme\";i:6;s:6:\"luxury\";i:7;s:5:\"motel\";i:8;s:11:\"reservation\";i:9;s:6:\"resort\";i:10;s:4:\"room\";i:11;s:6:\"travel\";i:12;s:8:\"vacation\";i:13;s:21:\"wordpress hotel theme\";}s:21:\"_internal_cross_promo\";a:0:{}}i:14025178;a:25:{s:2:\"id\";i:14025178;s:4:\"name\";s:32:\"Restaurant WordPress Theme | NEM\";s:11:\"description\";s:758:\"\n \n Restaurant Wordpress Theme – NEM’s tasty menu design makes it a perfect solution for restaurants, cafe or any food and drink businesses. No matter if you are a large luxurious restaurant, a café shop, a bakery or an online food delivering business selling pizza, pasta or cheeseburger, NEM will fully meet your expectations and give your customers a brand new experience with great and beautifully made features.\n\nJust imagine how your wonderful your brand’s website would be with Unlimited Color skin and theme combination, Parallax and Responsive design, Elegant recipe list, Revolution Sliders for restaurant introduction or promotion campaign, Online booking and reservation and so on.\n\nWhy people love NEM restaurant and café theme\n Made b\";s:16:\"description_html\";s:16641:\"<a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a>\n <p><a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178#support\"><img src=\"https://thimpress.com/envato/newest-update-restaurant-wordPress-theme-nem.jpg\" alt=\"newest update to NEM Restaurant WP theme\" /></a></p>\n <p>Restaurant Wordpress Theme – NEM’s tasty menu design makes it a perfect solution for restaurants, cafe or any food and drink businesses. </p><p>No matter if you are a large luxurious restaurant, a café shop, a bakery or an online food delivering business selling pizza, pasta or cheeseburger, NEM will fully meet your expectations and give your customers a brand new experience with great and beautifully made features.\n</p>\nJust imagine how your wonderful your brand’s website would be with Unlimited Color skin and theme combination, Parallax and Responsive design, Elegant recipe list, Revolution Sliders for restaurant introduction or promotion campaign, Online booking and reservation and so on.\n\n<h2 id=\"item-description__professional-restaurant-wordpress-theme\"><strong>Why people love NEM restaurant and café theme</strong></h2>\n<h3 id=\"item-description__-made-by-thimpress-trusted-by-10-000-customers\"><strong> Made by ThimPress, trusted by 10,000+ customers</strong></h3>\n<p>Thimpress is an Elite author team on Themeforest, we built themes for businesses and organizations with all of our efforts.</p>\n\n<p>\n </p>\n <img src=\"https://thimpress.com/envato/made-by-thimpress-elite-author.jpg\" alt=\"Restaurant WordPress Theme\" /><p>\n</p><h3 id=\"item-description__all-in-one-professional-wp-restaurant-theme\"><strong>All in one Professional WP Restaurant theme</strong></h3>\n\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/nem-item-description-img.png\" alt=\"Restaurant WordPress Theme\" title=\"Restaurant WordPress Theme\" /><h3 id=\"item-description__best-features-for-food-and-drinks-businesses\"><strong>Best features for Food and Drinks businesses</strong></h3><ul>\n <li><strong>Easy reservation and booking system: </strong>\nThere are two types of booking system in this restaurant WordPress theme: Reservation form managed by Contact form 7 & OpenTable booking form managed by ThimPress: OpenTable Reservations widget. The 1st form is for normal customers to fill in required information to reserve the restaurant table. The 2nd form is for executive assistants, travel planners, recruiters, and other administrative professionals to redeem valuable OpenTable Dining Points.\n\n</li> \n <li><strong> Amazing menu and recipe list: </strong> The menu of this beautiful restaurant WordPress theme is operated under the Restaurant Menu Manager plugin by Noumaan Yaqoob which allows you to display image, price & description for each dish. Just clicking the “Drag here” button, then a real lovely book shows.\n\n</li><li> <strong>Shopping and ordering with Woo Commerce : </strong>The restaurant WordPress theme NEM supports WooCommerce to turn your cafe website in any normal shop, translation ready with RTL, SEO ready, social sharing, mobile friendly & Retina… \n</li> \n <li><strong>User friendly and SEO friendly UI/UX: </strong> The design of NEM is so impressive and amazing that you will never find in other restaurant WordPress templates. The menu and OpenTable booking form is arranged horizontally along the sidebar. One clicking into menu, you will see as a book showed. An HTML 5 video is embedded into the Slider Revolution to make your restaurant website so lively.\n\n</li>\n <li><strong>One click install with demo content:</strong> We have built a Demo content Importer inside the Theme Options. Simply click the button and you will get your restaurant’s website up and running in no time with all the prebuilt design, content, pages, posts, sliders and widgets that are carefully designed.</li>\n <li><strong>Drag and drop page builder: </strong> Using powerful SiteOrigin as drag & drop page builder, you will struggle with no problem to build any page or content of your cafe & restaurant website. More than that, ThimPress develop SiteOrigin Widgets Bundle – a collection of all widgets, neatly bundled into a single plugin. It’s also a framework to code your own widgets on top of.\n\nThe restaurant WordPress theme NEM supports WooCommerce to turn your cafe website in any normal shop, translation ready with RTL, SEO ready, social sharing, mobile friendly & Retina… </li>\n</ul><p><a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178\"><img src=\"https://thimpress.com/envato/purchase-nem-restaurant-wp-theme-now.jpg\" alt=\"Convinced? Purchase Restaurant WordPress Theme NEM now\" /></a></p>\n\n<h3 id=\"item-description__what-our-customers-say\"><strong>What our customers say about this Restaurant theme?</strong></h3>\n\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br /><em>Great theme and powerful support. I am very happy, thanks! </em></p> \n<img src=\"https://d1a6a9r46cnyll.cloudfront.net/47b39bbfb4a0748cc9e3f2de9c1c4c2d780ac40d/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f626f726465722e6a7067\" alt=\"\\\\\" />\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br /><em>Hien has helped me greatly, with some issues I couldn’t figure out. \nThanks again</em></p> \n<img src=\"https://d1a6a9r46cnyll.cloudfront.net/47b39bbfb4a0748cc9e3f2de9c1c4c2d780ac40d/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f626f726465722e6a7067\" alt=\"\\\\\" />\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br /><em>The theme has a fantastic design and this was the reason for the choice, then what is really needed is an efficient customer support .. and here the customer support is superb .. more than 5 stars\n\n </em></p> \n<img src=\"https://d1a6a9r46cnyll.cloudfront.net/47b39bbfb4a0748cc9e3f2de9c1c4c2d780ac40d/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f626f726465722e6a7067\" alt=\"\\\\\" />\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br />Thanks for an amazing theme and support. You are very quick and accurate!</p>\n\n\n \n<img src=\"https://d1a6a9r46cnyll.cloudfront.net/47b39bbfb4a0748cc9e3f2de9c1c4c2d780ac40d/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f626f726465722e6a7067\" alt=\"\\\\\" />\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br /><em>Very responsive, and documentation really clear\n\n </em></p> \n<img src=\"https://d1a6a9r46cnyll.cloudfront.net/47b39bbfb4a0748cc9e3f2de9c1c4c2d780ac40d/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f626f726465722e6a7067\" alt=\"\\\\\" />\n<p><img src=\"https://d1a6a9r46cnyll.cloudfront.net/cfb51896632b8f2fbf93b68c76d3aba08eccbf2e/687474703a2f2f7468656d65656e657267792e636f6d2f75706c6f6164732f35737461722e6a7067\" alt=\"5 star rating\" /><br /><em>Very creative. Simple and efficient back-end. Very fast page load, even with slider revolution running. Excellent work.\n</em></p>\n\n\n<p><a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178\"><img src=\"https://thimpress.com/envato/purchase-nem-restaurant-wp-theme-now.jpg\" alt=\"Convinced? Purchase Restaurant WordPress Theme NEM now\" /></a></p>\n\n\n<h3 id=\"item-description__restaurant-wordpress-theme-nem-at-glance\"><strong>Restaurant WordPress Theme | NEM at glance</strong></h3>\n<ul>\n<li>Slider Revolution.</li>\n<li>Great built-in Restaurant Menu Manager plugin.</li>\n<li><strong>2 types of booking system: OpenTable by OpenTable Reservations widget or Reservation form by Contact form 7.</strong></li>\n<li>Impress design with special arrangement.</li>\n<li>Amazing parallax effect to make a wonderful WordPress cafe theme.</li>\n<li>Responsive & Mobile-Friendly.</li>\n<li>Photoshop files (PSD) included.</li>\n<li><strong>WooCommerce 2.3.x, 2.4.x ready.</strong></li>\n<li>Post formats – Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n<li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n<li>Styles has written by LESS CSS and compiled one time in WordPress Customizer to make this WordPress restaurant theme <strong>loads faster</strong>.</li>\n<li>Contact Form 7 ready: a working contact form.</li>\n<li>Performance optimized.</li>\n<li>SEO optimized.</li>\n<li>Drag & Drop page builder Site Origin.</li>\n<li><strong>One Click Demo Implementation.</strong></li>\n<li>Self-hosted HTML5 video player.</li>\n<li>Google Fonts support (600+).</li>\n<li>Retina ready.</li>\n<li>Translation ready (.po/.mo files).</li>\n<li>Unlimited color choices.</li>\n<li>Well-prepared documentation.</li>\n<li>Top customer support.</li>\n</ul>\n\n <h3 id=\"item-description__support\"><strong> World-Class support</strong></h3>\nOne reason why people love Thimpress’ Restaurant WP Themes is our high quality and enthusiast support that will help you:\n<ul>\n<li>Solve theme related problems as fast as possible\n</li>\n<li>Constantly update new features so that your website will never be out of date.\n</li>\n</ul>\n\n<h4 id=\"item-description__-documentation\"> Documentation </h4>\nThe theme has detailed documentation and a knowledge base website to support users to create their best website as possible.\nHere is the link to ThimPress’s knowledge base website: <a href=\"https://thimpress.com/knowledge-base/\" rel=\"nofollow\">https://thimpress.com/knowledge-base/</a>\n<h4 id=\"item-description__-support-system-and-q-amp-a-forum\"> Support system and Q&A Forum </h4>\n<p>\nBesides supporting all your queries on the Comment section, we also opened a Forum support so that we can discuss further customizations and errors relating to the theme.\nAccess NEM discussion forum here: <a href=\"https://thimpress.com/forums/forum/nem/\" rel=\"nofollow\">https://thimpress.com/forums/forum/nem/</a> \n</p>\n\n<h4 id=\"item-description__-changelog-and-updates\"> Changelog and updates </h4>\n<p><a href=\"https://thimpress.com/log/restaurant-wordpress-theme-nem-changelog/\" rel=\"nofollow\"><img src=\"https://thimpress.com/envato/changelogs.jpg\" alt=\"changelog\" /></a><pre>* NOTE: Please save Customize after you update theme: Dashboard >> Appearance >> Customize\nPlease use plugin Thim Framework version 1.9.1 or latest\n</pre></p>\n\n<p>NEM VERSION 2.5 – 2018-08-13</p>\n<pre>- Updated: Compatible with WooCommerce 3.x.\n- Update: New version Events.</pre>\n<p>Nem 2.4 – 2018-08-03</p>\n<pre>\n+Updated: Compatible with WooCommerce 3.x .\n+Fixed: Widget Thim Text Box for no image and responsive.\n</pre>\n<p><strong> VERSION 2.2 – SEP 7, 2016 </strong>\n<pre>\n+ FIXED: Background image for menu on Firefox.\n+ FIXED: Scroll on Chrome.\n+ UPDATED: Compatible with WooCommerce 3.x.\n</pre></p>\n<p><strong>Version 2.1 – APR 18, 2017</strong></p>\n<pre>+ Update: Compatible with WooCommerce 3.x</pre>\n\n<p><strong> VERSION 2.0.4.5 – OCT 11, 2016 </strong>\n<pre>+ FIXED: Widget Menu Flipbook.\n+ ADDED: Custom height widget Gallery.</pre></p>\n\n<p><strong> VERSION 2.0.4.4 – SEP 14, 2016</strong>\n<pre>+ FIXED: Widget Menu Restaurant not show post when install WPML.\n+ FIXED: Event.\n+ UPDATED: Gallery not show when have more than one gallery in page.\n+ UPDATED: OpenTable.\n+ UPDATED: Footer link.\n+ UPDATED: file language.\n+ ADDED: Menu List Update order by Name and Date.\n+ ADDED: Our Team Page.</pre></p>\n\n<p><strong>VERSION 2.0.4.3 – AUG 11, 2016</strong></p>\n<pre>+ UPDATED: Tgmpa plugin to version 2.6.1.\n+ UPDATED: Woocommerce templates.\n+ UPDATED: Revolution Slider plugin to version 5.2.6.\n+ FIXED: Google map widget.\n+ FIXED: Child theme.\n+ FIXED: Reservation form.\n+ ADDED: Filter event status in event archive page.\n+ ADDED: Option for the event widget.</pre>\n\n<p><strong>VERSION 2.0.4.2 – JUN 03, 2016</strong></p>\n<pre>+ ADDED: Time format for widget Thim: OpenTable Reservations.\n+ ADDED: Option Orderby for widget Events.\n+ UPDATED: Menu Style 2 & 3 on PC.\n+ FIXED: Make multi flipbook work on a page.\n+ FIXED: Responsive on mobile.\n+ FIXED: RTL.\n</pre>\n\n<p><strong>VERSION 2.0.4.1 – APRIL 29, 2016</strong></p>\n<pre>+ Updated: Thim Framework.\n</pre>\n\n<p><strong>VERSION 2.0.4 – APRIL 23, 2016</strong></p>\n\n<pre>+ Added: Child Theme\n+ Added: Option on/off overlay for Thim: Gallery.\n+ Updated: Demo data\n+ Fixed: Crop thumbnail Archive page.\n+ Fixed: Flipbook Menu</pre>\n\n<p><strong>VERSION 2.0.3 – MAR 10, 2016</strong></p>\n\n<pre>+ Fixed: Top image\n+ Updated: Option custom title for widget \"Thim: Events\" \n+ Updated: Meta box Options Menu for Restaurant Menu Entry\n+ Added: Option custom read more button for widget \"Thim: Events\" \n+ Added: Option auto next slider for widget \"Thim: Events\" \n+ Added: Option style pagination for widget \"Thim: Menu FlipBook\"</pre>\n\n<p><strong>VERSION 2.0.2 – MAR 02, 2016</strong></p>\n\n<pre>+ Fixed: Demo Importer</pre>\n\n<p><strong>VERSION 2.0.1 – FEB 26, 2016</strong></p>\n\n<pre>+ Updated: Option custom height for \"Thim Flipbook\".\n+ Fixed: Option limit number item for \"Thim Menu List\".</pre>\n\n<p><strong>VERSION 2.0 – FEB 24, 2016</strong></p>\n\n<pre>+ Fixed: Change background color.\n+ Updated: Option show/hide link menu item for widget \"Thim: Menu Restaurant\".\n+ Updated: Option custom date format for widget \"Thim: OpenTable Reservations\".</pre>\n\n<p><strong>VERSION 1.9 – FEB 17, 2016</strong></p>\n\n<pre>+ Updated: Option menus per page (Thim: Menu Flipbook)\n+ Updated: Localization for datepicker, events.</pre>\n\n<p><strong>VERSION 1.8 – FEB 02, 2016</strong></p>\n\n<pre>+ Fixed: Style for Shop\n+ Fixed: Widget Thim: Menu Restaurant</pre>\n\n<p><strong>VERSION 1.7 – JAN 28, 2016</strong></p>\n\n<pre>+ New: option show/hide countdown box for Event.\n+ New: Allow upload file SVG for logo.\n+ Updated: Style for Menu in mobile device.\n+ Updated: Style for Event archive page.</pre>\n\n<p><strong>VERSION 1.6 – JAN 26, 2016</strong></p>\n\n<pre>+ Updated: Customize new settings for Posts Page, Single & Archive.</pre>\n\n<p><strong>VERSION 1.5 – JAN 25, 2016</strong></p>\n\n<pre>+ Updated: Style for Home 3 on mobile device\n+ Improved: page speed for this theme.</pre>\n\n<p><strong>VERSION 1.4 – JAN 22, 2016</strong></p>\n\n<pre>+ New: Home 2, Home 3 layouts.\n+ New: 02 header styles.\n+ New: Custom logo option for loading.\n+ Updated: Remove products in mini cart with ajax.\n+ Improved: UX add to cart, quickview and contact form with ajax</pre>\n\n<p><strong>VERSION 1.3 – JAN 19, 2016</strong></p>\n\n<pre>+ Fixed: Favicon.\n+ Added: New option for widget Menu Restaurant.</pre>\n\n<p><strong>VERSION 1.2 – JAN 18, 2016</strong></p>\n\n<pre>+ Fixed: Widget \"Thim: OpenTable Reservations\".\n+ Fixed: Bugs of \"Thim Event\" plugin.</pre>\n\n<p><strong>VERSION 1.1 – JAN 12, 2016</strong></p>\n\n<pre>+ Added: Import demo data.\n+ Fixed: Favicon.</pre>\n\n<p><strong>VERSION 1.0 – DEC 21, 2015</strong></p>\n\n<pre>+ Release the first version</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\"><strong>WordPress Themes by ThimPress</strong></h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/sailing-hotel-wordpress-theme-/13321455\"><img src=\"https://image-tf.s3.envato.com/files/154249458/01_preview.__large_preview.jpg\" alt=\"WordPress Hotel Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:41:\"wordpress/entertainment/restaurants-cafes\";s:18:\"classification_url\";s:74:\"https://themeforest.net/category/wordpress/entertainment/restaurants-cafes\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:589;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:68:\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178\";s:7:\"summary\";s:432:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.1.x, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.69;s:5:\"count\";i:49;}s:10:\"updated_at\";s:25:\"2018-08-13T20:17:22+10:00\";s:12:\"published_at\";s:25:\"2015-12-21T19:00:02+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:45:\"https://s3.envato.com/files/161769372/nem.jpg\";s:13:\"landscape_url\";s:61:\"https://s3.envato.com/files/224322768/nem.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:88:\"https://themeforest.net/item/restaurant-wordpress-theme-nem/full_screen_preview/14025178\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:61:\"https://s3.envato.com/files/224322768/nem.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:150:\"https://previews-themeforest.imgix.net/files/224322768/nem.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=cfccc21a73093de7a0f341744d3b58c3\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:9:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:8:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.1.x\";i:2;s:17:\"WooCommerce 3.0.x\";i:3;s:17:\"WooCommerce 2.6.x\";i:4;s:15:\"WooCommerce 2.5\";i:5;s:17:\"WooCommerce 2.4.x\";i:6;s:17:\"WooCommerce 2.3.x\";i:7;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:32:\"http://nem.thimpress.com/home-3/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:7:{i:0;s:10:\"restaurant\";i:1;s:26:\"restaurant wordpress theme\";i:2;s:25:\"wordpress restaurant site\";i:3;s:26:\"wordpress restaurant theme\";i:4;s:29:\"wordpress template restaurant\";i:5;s:26:\"wordpress theme restaurant\";i:6;s:19:\"wp restaurant theme\";}s:21:\"_internal_cross_promo\";a:1:{i:0;s:22:\"available_with_hosting\";}}i:13782850;a:25:{s:2:\"id\";i:13782850;s:4:\"name\";s:31:\"Cake WordPress Theme - Cake Art\";s:11:\"description\";s:756:\"Cake WordPress Theme – Cake Art fits for cake shop w/ recipes which brings great impression from the first sight to create WordPress based Cake website.\n\n\nBeautiful Cake WordPress Theme for Cake, Bakery Shop\nThinking on the user’s’ mind, Cake Art theme has been built after hard research and study from best Bakery WordPress Themes on the market. CAKE IS NOT JUST A CAKE but AN ART!\n\n \n\n\nComing to this WordPress Cake Theme, you will find beautiful delicious products, cake classes and their recipes. Bakeries and cakes are lovely displayed as in a real shop with awesome photos, detailed price. Interestingly, it is easy for you to add any of them into your cart. More than that, cakes are put into product categories for a convenient searching. You\";s:16:\"description_html\";s:6624:\"<p><a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a></p><p><a href=\"https://thimpress.com/bakery-cake-wordpress-theme-cake-art/\" rel=\"nofollow\">Cake WordPress Theme</a> – Cake Art fits for <strong>cake</strong> shop w/ <strong>recipes</strong> which brings great impression from the first sight to create WordPress based Cake website.</p>\n\n\n<h2 id=\"item-description__beautiful-cake-wordpress-theme-for-cake-bakery-shop\">Beautiful Cake WordPress Theme for Cake, Bakery Shop</h2>\n<p>Thinking on the user’s’ mind, Cake Art theme has been built after hard research and study from best Bakery WordPress Themes on the market. CAKE IS NOT JUST A CAKE but AN ART!</p>\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2018/08/cake-art-item-description-image.png\" alt=\"Cake WordPress Theme\" title=\"Cake WordPress Theme\" /></p>\n\n\n<p>Coming to this <strong>WordPress Cake Theme</strong>, you will find beautiful delicious products, cake classes and their recipes. Bakeries and cakes are lovely displayed as in a real shop with awesome photos, detailed price. Interestingly, it is easy for you to add any of them into your cart. More than that, cakes are put into product categories for a convenient searching. You also can sort products by different criteria such as: popularity, average rating, newness, price…or over ajax search form.</p>\n\n<p>Cake WordPress Theme – Cake Art provides an design and a perfect color scheme with unlimited choices which make your site so amazing and attractive. Look at sweet cakes and you could not leave your eyes.</p>\n\n<h2 id=\"item-description__premium-wordpress-plugins-included\">Premium WordPress plugins included</h2>\n<p>Visual Composer is integrated in the Cake Art theme to allow you to build any page just in seconds without difficulty. Besides that, Slider Revolution brings a beautiful look of your contents. However, WP Theme for bakery, food, chocolate, ice cream – Cake Art is delivered without any extra cost. Additionally, this beautiful responsive WordPress Cake Theme also includes WP Editor using integrations with CodeMirror and FancyBox to create a feature rich environment, and completely rework the default WordPress file editing capabilities.</p>\n\n<p>Not just an online shop, the Cake Art theme is also a place for you to write any post or article related in the blog part. This is an effective way to advertise your shop because you can share these posts via social networks such as Facebook, Twitter, Google+, Pinterest…</p>\n\n<p>Similarly with other WordPress themes, the WordPress Food Theme – Cake Art packs with WooCommerce, Contact form 7, MailChimp, latest Bootstrap 3 & FontAwesome 2. Furthermore, the Cake Art WP theme also support translation ready, even with RTL (Right to Left Languages), full responsiveness and Retina ready.</p>\n\n<h2 id=\"item-description__cake-wordpress-theme-cake-art-in-a-glance\">Cake WordPress Theme – Cake Art in a Glance</h2>\n<ul>\n<li>Drag & Drop Page Builder Visual Composer to build responsive WordPress pages for your sweet bakery, cake business.</li>\n<li>Revolution Slider.</li>\n<li>WP Editor in integrations with CodeMirror & FancyBox.</li>\n<li>Lovely design.</li>\n<li>Responsive & Mobile-Friendly.</li>\n<li>Retina ready.</li>\n<li>Powerful admin panel.</li>\n<li>Photoshop files (PSD) included.</li>\n<li>WooCommerce 2.2.x, 2.3.x ready.</li>\n<li>Post formats – Standard, Gallery, and Video.</li>\n<li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n<li>Styles has written by LESS CSS. </li>\n<li>Live preview Customizer.</li>\n<li>Contact Form 7 ready.</li>\n<li>MailChimp integrated.</li>\n<li>Performance optimized.</li>\n<li>SEO optimized with Microdata deeply coded for all blogs, WooCommerce products.</li>\n<li>One Click Demo Implementation.</li>\n<li>Self-hosted HTML5 video player.</li>\n<li>Google Fonts support (600+).</li>\n<li>Translation ready (.po/.mo files), RTL support.</li>\n<li>Unlimited color choices.</li>\n\n<h3 id=\"item-description__changelog\">CHANGELOG</h3>\n<p>Cake Art 1.14 – 27/09/2018</p>\n</ul><pre>- Fixed: WooCommerce product variable.\n- Update: Compatible with WooCommerce 3.1.x.\n- Update: New version plugin.\n- Update: File language.\n- Update: Test on PHP 7.2.\n- Update: Test on WP 4.9.8.</pre>\n<p>Cake Art 1.13 – 07/9/2017</p>\n<pre>- Updated: Compatible with WooCommerce 3.1.x\n- Updated: WordPress 4.8.x\n- Updated: Visual Composer 5.1.x</pre>\n\n<p>Cake Art 1.11 – 11/4/2017</p>\n<pre>Update: WooCommerce 3.0.0</pre>\n\n<p> Cake Art 1.9 – 07/3/2016</p>\n<pre>- Update: Custom Title and Subtitle\n- Fixed: Title category shop</pre>\n\n<p> Cake Art 1.9 – 07/12/2016</p>\n<pre>- Update UI/UX\n- Update Visual Composer v5.0.1\n- Update Slider Revolution v5.3.1\n- Fixed: shop page when show subcategory\n- Fixed: Columns related product</pre>\n\n<p> Cake Art 1.8 – 10/10/2016</p>\n<pre>\n- Update Visual Composer v4.12.1.\n- Update plugin thim-cakeart-shortcodes v1.3 fixed google map doesn\'t show.\n- Fixed bug Shop page.\n</pre>\n\n<p> Cake Art 1.7 – 29/08/2016</p>\n<pre>\n- Update required plugins.\n- Update Child theme.\n- Update demo data.\n- Update out of date override templates for WooCommerce 2.6.4\n- Update TGM library\n- Fixed checkout issue.\n- Fixed feature share product on Facebook.\n- Fixed bugs doesn\'t show attribute in variable product.\n- Fixed url error which create recipe.\n- Fixed bugs in Custom Title and Subtitle.\n- Fixed bugs in Testimonial.\n- Disable quick view feature of variable product in archive product page.\n</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\"><img src=\"https://0.s3.envato.com/files/137954732/01_preview.__large_preview.jpg\" alt=\"eCommerce WordPress Theme adot\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:21:\"wordpress/retail/food\";s:18:\"classification_url\";s:54:\"https://themeforest.net/category/wordpress/retail/food\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:607;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:67:\"https://themeforest.net/item/cake-wordpress-theme-cake-art/13782850\";s:7:\"summary\";s:467:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WooCommerce 3.1.x, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, WordPress 4.3.1, WordPress 4.3, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.78;s:5:\"count\";i:69;}s:10:\"updated_at\";s:25:\"2018-09-27T18:52:08+10:00\";s:12:\"published_at\";s:25:\"2015-12-10T12:07:07+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:46:\"https://s3.envato.com/files/159420767/icon.png\";s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/224322789/cakeart.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:87:\"https://themeforest.net/item/cake-wordpress-theme-cake-art/full_screen_preview/13782850\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/224322789/cakeart.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:154:\"https://previews-themeforest.imgix.net/files/224322789/cakeart.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=4bfa2e48d64eb0938beac412b7263f93\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:14:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";i:12;s:15:\"WordPress 4.3.1\";i:13;s:13:\"WordPress 4.3\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:4:{i:0;s:17:\"WooCommerce 3.1.x\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:15:\"WooCommerce 2.5\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:29:\"http://cakeart.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:13:{i:0;s:8:\"bakeries\";i:1;s:24:\"bakeries wordpress theme\";i:2;s:6:\"bakery\";i:3;s:22:\"bakery wordpress theme\";i:4;s:4:\"cake\";i:5;s:20:\"cake wordpress theme\";i:6;s:6:\"recipe\";i:7;s:7:\"recipes\";i:8;s:23:\"recipes wordpress theme\";i:9;s:24:\"wordpress bakeries theme\";i:10;s:22:\"wordpress bakery theme\";i:11;s:20:\"wordpress cake theme\";i:12;s:23:\"wordpress recipes theme\";}s:21:\"_internal_cross_promo\";a:1:{i:0;s:22:\"available_with_hosting\";}}i:8254575;a:25:{s:2:\"id\";i:8254575;s:4:\"name\";s:35:\"WordPress Resume Theme - Squareroot\";s:11:\"description\";s:755:\" \n\n\n \n\n\n WordPress Resume Theme – SQRT is a perfect one page parallax WordPress Theme for Resume, vCard, CV application, freelancer for an impressive online resume.\n\n\nCheck out our #1 Trending Education WordPress Theme. \n\nProfessional WordPress Resume Theme\n\n This WordPress CV Theme has a fully responsive layout, designed by ThimPress. This responsiveness ensures that your website will run smoothly and look amazing on different types of mobile devices. This WordPress vCard Theme works with all mainstream browsers, guaranteeing that you will not encounter any compatibility issue.\n\n\n \n\n\n Squareroot Resume WordPress Theme comes with 4 Home Variations, 3 navigation styles, customisable backgrounds (colors, images or patterns). You feel free w\";s:16:\"description_html\";s:8087:\"<p><a href=\"https://thimpress.com/forums/?utm_source=sqrt&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" alt=\"support\" /></a> <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" alt=\"Follow\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a> <a href=\"http://docs.thimpress.com/squareroot/?utm_source=coaching&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a> <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Coaching-WordPress-theme.png\" /></a></p>\n\n\n <p><a href=\"https://goo.gl/YLWlsb\" rel=\"nofollow\"><img src=\"http://thimpress.com/envato/new-education-wordpress-theme.png\" alt=\"Education WP - LMS WordPress Theme\" title=\"Education WP - LMS WordPress Theme\" /></a></p>\n\n\n <p><strong>WordPress Resume Theme</strong> – SQRT is a perfect one page parallax WordPress Theme for Resume, vCard, CV application, freelancer for an impressive online resume.</p>\n\n\n<blockquote>Check out our #1 Trending <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=tf&utm_medium=sqrt&utm_campaign=tf\">Education WordPress Theme</a>.</blockquote> \n\n<h2 id=\"item-description__professional-wordpress-resume-theme\">Professional WordPress Resume Theme</h2>\n\n <p>This <strong>WordPress CV Theme</strong> has a fully responsive layout, designed by <a href=\"https://thimpress.com\" rel=\"nofollow\">ThimPress</a>. This responsiveness ensures that your website will run smoothly and look amazing on different types of mobile devices. This <strong>WordPress vCard Theme</strong> works with all mainstream browsers, guaranteeing that you will not encounter any compatibility issue.</p>\n\n\n <p><img src=\"http://thimpress.com/envato/Squareroot-Image-Description.jpg\" alt=\"Onepage WordPress Resume Theme for vCard, CV, Personal Resume\" /></p>\n\n\n <p><strong>Squareroot Resume WordPress Theme</strong> comes with 4 Home Variations, 3 navigation styles, customisable backgrounds (colors, images or patterns). You feel free when creating your website with the advanced styling customization features. You can change navigation styles, backgrounds for each section (header, sections, parallax, footer, etc..) with colors, images or patterns. Over 240+ Icon fonts is integrated in<em> Squareroot Resume WordPress theme</em> allow you have full power for site creation, using these icons via shortcodes in any page. You can customize the size, color, type of the icon. Besides, many more super-awesome features to keep you busy & satisfied.</p>\n\n\n <p>Furthermore, <strong>Squareroot Resume WordPress theme</strong> is built with Parallax javascript which creates Parallax sections in this resume WordPress theme. It makes your site more attractive and creative. You can build your Vcard or CV website easily with it.</p>\n\n\n <p>A detailed <a href=\"http://docs.thimpress.com/squareroot/\" rel=\"nofollow\">documentation</a> is included guiding you how to use <strong>Squareroot Resume WordPress theme</strong> and introducing the great features. One more thing, you can always submit a ticket at our helpdesk for your queries or problems. We really care about customer support. Every support inquiry will be taken care within 24 hours in weekdays, normally within 12 hours on account of different timezone.</p>\n\n\n <p> <a href=\"https://www.youtube.com/watch?v=VY2PunUd3gs\" rel=\"nofollow\">Install and import vCard CV Resume demo data in 3 minutes</a> \n</p><h3 id=\"item-description__resume-wordpress-theme-squareroot-features\">Resume WordPress Theme Squareroot Features</h3>\n<ul>\n <li>Contact Form 7 ready and 2 contact form builders: The layout of this form is customized to match the design of our Squareroot Resume WordPress theme. We support the free Contact Form 7 plugins, and it will also be installed by default during the theme activation.</li>\n <li><strong>SEO optimized:</strong> Squareroot is built with SEO in mind. The way it allows search engines to index the content of your shop easily will help you get a high ranking on their result pages.</li>\n <li>Post formats – Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 & FontAwesome.</li>\n <li>Styles has written by LESS CSS and compiled one time in Theme Options to make Squareroot Resume WordPress theme loads faster.</li>\n <li>Drag and drop layout manager.</li>\n <li>Translation ready (.po/.mo files): supports Squareroot ResumeWordPress Theme to be translated in different languages.</li>\n <li>Google Fonts support (500+).</li>\n <li>and so more….</li>\n</ul>\n\n\n<h4 id=\"item-description__changelogs\">CHANGELOGS</h4>\n\n<p><strong>SQRT Resume 2.8 • 2017.05.09</strong></p>\n<pre>+ Update: Order resume.</pre>\n\n<p><strong>Resume Theme 2.7 • 2017.04.06</strong></p>\n<pre>+ Update: Class TGM Plugin Activation.\n+ Add: Configure Category Resume.\n+ Fixed: Single Page.\n+ Fixed: Responsive.\n+ Add: Portfolio Style 2 Popup Video.\n+ Add: Configure Target Social Widget.\n+ Update: File Language.</pre>\n\n<p><strong>Resume Theme 2.6 • 2017.02.17</strong></p>\n<pre>+ Update: Configure show category blog.\n+ Update: File Language.\n+ Update: Social Snapchat.\n+ Update: Font Awesome 4.7.0.</pre>\n\n<p><strong>Resume Theme 2.5 • 2017.02.06</strong></p>\n<pre>+ Update: Plugin Resume.</pre>\n\n<p><strong>Resume Theme 2.4 • 2017.02.06</strong></p>\n<pre>+ Fix: compatible plugin \'Meta Box\' new version.</pre>\n\n<p><strong>Resume Theme 2.3 • 2017.01.05</strong></p>\n<pre>+ Update: plugin resume</pre>\n\n<p><strong>Resume Theme 2.2 • 2016.09.16</strong></p>\n<pre>+ Compatible https.\n+ Fix error header</pre>\n\n<p><strong>Resume Theme 2.1 • 2016.09.06</strong></p>\n<pre>+ Updated API google map and fix errors js lib.\n</pre>\n<p><strong>Resume Theme 1.7 • 2016.06.16</strong></p>\n<pre>\n+ Updated demo data.\n</pre><p><strong>Resume Theme 1.6 • 2016.02.18</strong></p>\n<pre>\n+ Improved UI/UX.\n</pre><p><strong>Resume Theme 1.5 • 2015.03.04</strong></p>\n<pre>\n+ Updated demo data.\n</pre>\n<p><strong>Resume Theme 1.2 • 2014.09.05</strong></p>\n<pre>\n+ Added number portfolios option for portfolio shortcode. \n+ Compatible Jetpack plugin.\n+ Added Enterprise data demo.\n</pre>\n<p><strong>Resume Theme 1.1 • 2014.08.29</strong></p>\n<pre>\n+ Updated data demo files.\n+ Fixed issues responsive layout.\n</pre>\n<p><strong>Resume Theme 1.0 • 2014.08.28</strong></p>\n<pre>\n+ Initial release.\n</pre>\n\n<h2 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h2>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n\n<p>\n<a href=\"http://themeforest.net/item/purify-cleaning-service-wordpress-theme/10981419\"><img src=\"https://0.s3.envato.com/files/128405813/01_preview.__large_preview.jpg\" alt=\"Purify - Cleaning Service Responsive WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/deskpress-effortless-helpdesk-support-wordpress-/9167183\"><img src=\"https://0.s3.envato.com/files/109009562/01_preview.__large_preview.jpg\" alt=\"DeskPress - Effortless Helpdesk Support WordPress\" /></a>\n</p>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:23:\"wordpress/miscellaneous\";s:18:\"classification_url\";s:56:\"https://themeforest.net/category/wordpress/miscellaneous\";s:11:\"price_cents\";i:4400;s:15:\"number_of_sales\";i:878;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:70:\"https://themeforest.net/item/wordpress-resume-theme-squareroot/8254575\";s:7:\"summary\";s:557:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, Bootstrap 3.x, Framework: Underscores, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, WordPress 4.3.1, WordPress 4.3, WordPress 4.2, WordPress 4.1, WordPress 4.0, WordPress 3.9, WordPress 3.8, WordPress 3.7, WordPress 3.6, WordPress 3.5, Columns: 2\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.65;s:5:\"count\";i:54;}s:10:\"updated_at\";s:25:\"2017-05-09T12:03:11+10:00\";s:12:\"published_at\";s:25:\"2014-08-28T00:31:04+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:56:\"https://s3.envato.com/files/167176717/sqrt_thumbnail.jpg\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/167176725/01_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:90:\"https://themeforest.net/item/wordpress-resume-theme-squareroot/full_screen_preview/8254575\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/167176725/01_preview.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/167176725/01_preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=7ee0e1b09d15d548509bd72241567b54\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:1:\"2\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:22:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";i:12;s:15:\"WordPress 4.3.1\";i:13;s:13:\"WordPress 4.3\";i:14;s:13:\"WordPress 4.2\";i:15;s:13:\"WordPress 4.1\";i:16;s:13:\"WordPress 4.0\";i:17;s:13:\"WordPress 3.9\";i:18;s:13:\"WordPress 3.8\";i:19;s:13:\"WordPress 3.7\";i:20;s:13:\"WordPress 3.6\";i:21;s:13:\"WordPress 3.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:2:{i:0;s:4:\"WPML\";i:1;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:32:\"http://squareroot.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";a:1:{i:0;s:11:\"Underscores\";}}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:14:{i:0;s:2:\"cv\";i:1;s:18:\"cv wordpress theme\";i:2;s:8:\"one page\";i:3;s:7:\"onepage\";i:4;s:8:\"parallax\";i:5;s:10:\"responsive\";i:6;s:6:\"resume\";i:7;s:22:\"resume wordpress theme\";i:8;s:5:\"vcard\";i:9;s:21:\"vcard wordpress theme\";i:10;s:9:\"wordpress\";i:11;s:18:\"wordpress cv theme\";i:12;s:22:\"Wordpress Resume Theme\";i:13;s:21:\"wordpress vcard theme\";}s:21:\"_internal_cross_promo\";a:0:{}}i:21070438;a:25:{s:2:\"id\";i:21070438;s:4:\"name\";s:57:\"Magazette Magazine - News Blog & Magazine WordPress Theme\";s:11:\"description\";s:750:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nMagazette is a Creative professional multipurpose WordPress theme for magazines, news, blogs and newspaper websites. Used by Pro bloggers to promote contents, rank high in Google and also get your readers stay in your site, reduce bounce rate. Gives total freedom and power in creating your own magazine website with Drag & Drop ability, one click installer, auto update and 6 months of support.\n\n\nMagazette covers many demos for many purposes, many niches like fashion, lifestyle, travel, food, car, sport, beauty blog, ecommerce, education, school, college, university, training, mentor, gallery, portfolio, showcase, photography, corporate, business, construction, movie, consultant, finance, design, jewelry, charity, football,\";s:16:\"description_html\";s:27695:\"<p><a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/01/1-The-must-have-Blog-mgz.png\" alt=\"Best Magazine WordPress Theme\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/2-31-layouts.png\" alt=\"31 magazine layouts\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/3-8-wordpress-magazine-demos.png\" alt=\"8 demos\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/4-tailored-visual-composer.png\" alt=\"visual composer included\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/video-vc-lowquality.gif\" alt=\"visual composer demo\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/5-95ui-elements.png\" alt=\"suitable for blog and magazine\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/6-lightning-fast.png\" alt=\"fast and highspeed theme\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/header-styles.gif\" alt=\"many header styles\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/7-unlimited-power.png\" alt=\"unlimited power\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/tittle-styles-2.gif\" alt=\"all title styles\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/8-amazing-category-template.png\" alt=\"Amazing category templates\" /></a>\n<a href=\"https://preview.thimpress.com/magazine/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/9-get-the-blog.png\" alt=\"Buy Now\" /></a></p>\n\n\n<p>\nMagazette is a Creative professional multipurpose WordPress theme for magazines, news, blogs and newspaper websites. Used by Pro bloggers to promote contents, rank high in Google and also get your readers stay in your site, reduce bounce rate. Gives total freedom and power in creating your own magazine website with Drag & Drop ability, one click installer, auto update and 6 months of support.\n</p>\n\n<p>Magazette covers many demos for many purposes, many niches like fashion, lifestyle, travel, food, car, sport, beauty blog, ecommerce, education, school, college, university, training, mentor, gallery, portfolio, showcase, photography, corporate, business, construction, movie, consultant, finance, design, jewelry, charity, football, basketball, baseball, fanclub, business, industry, motor, car, travel, transport, supermarket, retail, music, cafe, journey, cinema, mall, fitness, gym, job, restaurant, hotel, newspaper enfold, bridge, avada, X theme responsive, multi-purpose, vlog, video blog, livestream, food, WPML, gem, architect, blog, magazine.\n</p>\n\n<p>Normally, a blog WordPress theme’s layout is fixed and, you might lose tons of time and money developing a blog as your wish if what you wanted is lacks from the original design. However, that is none of the matter anymore since Magazette uses a collection of 95+ beautiful prebuilt easily customizables & draggable UI elements, which allows you to create any news, magazines or WordPress blog website with endless possibilities.\n</p>\n\n<p>Using this Magazine WordPress Theme, building a new Blog website is as easy as 1,2, 3.\nHow to start an online blog using Magazette? \n</p>\n<ul>\n <li>Step 1: Install theme</li>\n <li>Step 2: Choose a demo</li>\n <li>Step 3: Edit elements’ settings and Save</li>\n</ul>\n<p>Just simple as that, you’ve created your perfect beautiful online blog. </p>\n<h2 id=\"item-description__build-magazines-that-get-found-on-google\">Build magazines that get found on Google\n</h2>\n<h3 id=\"item-description__what-you-can-build-with-our-magazine-wordpress-theme\">What you can build with our Magazine WordPress Theme</h3>\n<p>Magazette is probably the sweetest best investment for your project not only for its variety of options, range of functionalities and powerful but also for the opportunity that you can build any web blog with Magazette. Just by buying this theme, you will be opening a great opportunity for your project.\n</p>\n\n<p>With 8+ demos to import, beautiful sliders, all-form grids and block, MailChimp, WooCommerce, Contact Form 7, Instagram Feed, AdRotate, VisualComposer, and more, Magspaper will bring you the most convenience in a Magazine Newspaper Blog WP Theme. And don’t forget ThimPress is always here for you, we have the best customer support team ready at your service.\n</p>\n\n<p>Below is the list of demos that you can build easily in one click with Magazette and while other magazine & blog WordPress themes cannot offer this great range of design and possibilities. Besides, if you want to build a magazine that is not presented in this list, just choose a demo that has the most similar in layout that you wanted and change the images. Or you could also build your own design with our highly customized Visual Composer WPBakery Pagebuilder with its wide range of UI elements.\n</p>\n\n<h3 id=\"item-description__1-full-featured-magazine-wordpress-website\"><a href=\"http://creativemag.thimpress.com/\" rel=\"nofollow\">1. Full-featured Magazine WordPress Website</a></h3>\nMagazette main demo is the best newspaper theme demo for the publishing, blogging & newspaper industry and the most innovative news theme of all time, suitable for technology magazines, news, and more.\n\n <p>This main newspaper demo is an excellent choice for any news, magazine, blog and review website. It is designed in a way that brings more readers to read sub-pages, article pages and raise your visitors’ time-on-site.</p>\n\n\nBesides, Magazette features not only stories but also videos, photos to give your site a sense of dynamic and flexibility. Working perfectly on all device, very mobile friendly and also is retina-ready, Magazette really outstandingly meets current web publishing industry’s expectation and even bring it to a new height.\n<h3 id=\"item-description__2-travel-blog\"><a href=\"http://creativemag.thimpress.com/demo-travel\" rel=\"nofollow\">2. Travel Blog</a></h3>\nTravel Blog’s layout & styles were designed with a traveling mindset, featuring high DPI travel photos, colorful HQ videos and the memo of your journey in the most impressive and mind-blowing way possible. Whether you are a solo-blogger, a freelancer, a digital media agency, a magazine or just a regular person, you would still find this theme suitable for you. With TravelBlog, everyday is a new, fresh and enjoyable journey. More importantly, TravelBlog’s creative and beautiful style encourage visitors to spend more time on your blog enjoying your latest adventures.\n<h3 id=\"item-description__3-lifestyle-blog\"><a href=\"http://creativemag.thimpress.com/demo-lifestyle\" rel=\"nofollow\">3. Lifestyle Blog</a></h3>\nLifestyleBlog is a clean, minimal & resourceful WordPress magazine theme demo. Its built to help you tell great & visually appealing stories. It is a fast performing demo and stuffed with tons of great features that make lifestyle blogging easier than ever before. If blogging and crafting new posts, articles is your hobby and you want to do it frequently then surely lifestyle blog demo magazine WordPress theme will serve your needs perfectly.\n<h3 id=\"item-description__4-fashion-blog\"><a href=\"http://creativemag.thimpress.com/demo-fashion\" rel=\"nofollow\">4. Fashion Blog</a></h3>\nDemo FashionBlog is a WordPress theme designed for fashion & beauty bloggers, especially for fashion.From Beauty to fashion and everything in between, FashionBlog brings visually beautiful and unique stylish-focused designs that pleased the eyes of even the strictest critics. Once you buy Magazette, you will also get FashionBlog & 9 other demos and be able to freely tell your own stories, craft your product-review website with your own imagination.\n<h3 id=\"item-description__5-beauty-blog\"><a href=\"http://creativemag.thimpress.com/demo-beauty\" rel=\"nofollow\">5. Beauty Blog</a></h3>\nIf fashion blog is not enough to show off your creative feminine characteristic, then Beauty Blog is definitely your greatest ally. BeautyBlog is a beauty WordPress theme demo, designed for beauty bloggers, beauty salon businesses, wedding companies or it could also work well for you if you are a beautiful lady. BeautyBlog aims to provide you with everything you need while trying to be as simple and minimal as possible. On the other hand, Beauty Blog is a powerful beauty WordPress theme inside, it is also a beautiful web blog on the outside, trying to promote its owner’s characteristics.\n<h3 id=\"item-description__6-food-blog\"><a href=\"http://creativemag.thimpress.com/demo-food\" rel=\"nofollow\">6. Food Blog</a></h3>\nFoody is a demo Food & Restaurant WordPress theme specialized in high-quality food, dining, restaurant & service blog especially elegant modern restaurant and pub, cafes. With Foody, you will find tons of great features & designs that are built with bon appetit in mind to display your most delicious dishes in an appealing modern look. Dilly dilly! The purpose of Foody is to be a clean looking web blog, restaurant website to make clients focus on the dining experience.\n<h3 id=\"item-description__7-auto-and-cars-blog\"><a href=\"http://creativemag.thimpress.com/demo-autocar\" rel=\"nofollow\">7. Auto and Cars Blog</a></h3>\nCarBlog is a modern high-quality demo WordPress theme custom-built for cars and vehicles of all kinds. The Carblog demo has a highly amazing design to showcase motors, automobiles, cars and beautiful models. Moreover, CarBlog allows you to boost your brand by giving you unlimited options on font, color, sidebar, menu and shortcode layouts. In general, the idea is to make your blog highly visually engaging with full of content and data about cars so that your visitors will love visiting your brand’s website. Also, the demo focus on dealership, selling and it can be used for any other type of products like motorbikes, computers, electronic equipments, etc. Just install the demo, add the content, change the image and you will have your dealership blog that you’ve always wanted.\n<h3 id=\"item-description__8-sports-blog\"><a href=\"http://creativemag.thimpress.com/demo-sport\" rel=\"nofollow\">8. Sports Blog</a></h3>\nXSport is an innovative, incredibly dynamic, lively, energetic WordPress sports, football, basketball theme demo for a newspaper sports website or for a club, fan club, etc. XSport contains all the features of what a sports website should have that exceptionally exceeds the expectation of sports admirers. Using Sports blog, you can easily create a website for your favorite team easily without writing a single line of code. In addition, the tailor-made Visual Composer Drag & Drop page builder gives you a smooth, seamless and enjoyable experience of building your beloved website. Our WP Live Customizer feature that’s built-in with our WordPress ThimCore plugin and dozens of other settings give you the total freedom in creating your sports magazine blog by WordPress\n<h3 id=\"item-description__9-personal-blog-technology-magazine-review-website-or-any-other-magazine\">9. Personal Blog, Technology Magazine, Review Website or any other magazine demo.</h3>\nWith Magazette, there is no limit. The complete list of what kind of online news, magazine & blogs you could build can go on forever. This is the GRAND theme of Magazine & Newspaper WordPress theme. With more than a hundred of draggable UI elements, article shortcodes of many shapes, sizes and plenty of options to enable or disable things easier, you will have the ultimate power in customizing your blog into anything you wanted. Building your own blog, newspaper or magazine website with your own design is very simple with Magazette. Just choose the layout you wanted, drag and drop it into your page and change its option or styles according to your wishes.\n\n<h2 id=\"item-description__dozens-of-advanced-features-amp-easily-customized-save-xxx\">Dozens of advanced features & easily customized – Save $XXX</h2>\n<h3 id=\"item-description__1-awesome-visual-composer-with-95-ui-elements\">1. Awesome Visual Composer with 95+ UI elements</h3>\nOne of the most famous page builders for WordPress Visual Composer is coming along with Magazette. A Premium plugin that helps you drag, drop, create, insert, order, insert contents and build your page in the easiest way. You can also live edit your page without going to Edit Page. Not only it’s free, integrated inside Magazette but also, it has been customized by us. It has the name of WPBakery Page Builder. This never-before-revealed function is a gigantic renovation which gives you all-formed grids, multi-sized blocks, beautiful sliders and more.\nThis customization is exclusive to ThimPress’s themes that not available at anywhere else. It brings the numbers of elements up to 95+, giving you the power to freely organize, order, create content without any restriction. Check out our blog demo to unveil the secret.\n<h3 id=\"item-description__2-ultimate-customizable-theme\">2. Ultimate Customizable Theme</h3>\nIf you really care about the flexible, that how deep you could customize the theme to be at most beautiful, then Magazette has everything you need for it. We not only integrate Magazette with advanced customize settings, but also make it easy for everyone could use them. Do you ever think complex things are only for the Pro? Not anymore.\n\n <p>Furthermore, Magazette supports WPBakery Visual Composer with a massive number of elements to organize, powerful widgets with shortcodes at anywhere of the site, and Live Editor for you to observe your results immediately without spamming Preview Change button. With Magazette’s customization, nothing is impossible.</p>\n\n\nYou can customize every single area of the site with Magazette: Header, footer, body, left side menu, sidebar, contents with 200+ options and setting. Magazette also provides user-friendly User Interface that helps user easier to recognize the options and organize their sites. Be rest assured, you have our words.\n<h4 id=\"item-description__and-let-us-show-you-some-excellence-setting-and-features-of-magazette\">And, let us show you some excellence setting and features of Magazette:</h4>\n<ul>\n <li>Homepage with layouts and contents settings</li>\n <li>Header, sidebar and footer customizer</li>\n <li>Off-canvas menu and Logo settings</li>\n <li>All-formed grids, multi-sized blocks, variety sliders</li>\n <li>Video and image backgrounds settings</li>\n <li>Color and fonts controls</li>\n <li>Custom CSS feature</li>\n <li>Content navigation and control</li>\n <li>Video content and showcase</li>\n <li>Hot trend block and trending news grid, etc.</li>\n</ul>\nWith Magazette, you will have the ultimate customization control all over your site. And above all, it’s beautiful. Come check at our demos and witness its grandeur.\n<h3 id=\"item-description__3-dozens-of-post-templates-amp-category-templates\">3. Dozens of Post templates & Category templates</h3>\nAre you looking for the creative from every aspect of your site? You might want a particular design for each blog post? Then Magazette will give you multiple ones! We created various of posts with different layouts in the demos, so you can pick one of them to make it your own. Magazette also provides 8 distinctive header styles, 8+ top sliders, sidebar sliders and more than 95 customizable elements, depending on your desire and match with the site’s purpose.\n\nWith those combinations, they will unleash your infinite creativity and imagination. Your images and contents will be fascinating and fantastic! Still not enough? Then you can tweak them all. You guys may be the best designers on the planet and definitely better than us, so pick up your theme and start creating your miracle.\n<h3 id=\"item-description__4-drop-down-menu-is-for-the-past-say-hello-to-megamenu\">4. Drop down menu is for the past. Say hello to Megamenu</h3>\nDrop Down menus with column layout have befriended us for a long long time. They have become outdated and could not keep up the pace anymore. We present you Megamenu, the next gen of menu builder and customizer. This is the real thing, trusted by 150.000+ users all over the world with more than 100.000 active installs. The Professionals are likely to use Megamenu over the old Drop Down builder.\n\n <p>While Drop Down menu builds menus only in listing form with multiple columns, mere text lists with no additional contents, Megamenu can insert images, photos, post preview and more, making your site look nicer. This again expands your control over your site and creativity, you will have the better way to promote your post, introduce more about your contents and emphasis your site’s subject.</p>\n\n\n<h3 id=\"item-description__5-intelligent-banner-ads-system\">5. Intelligent Banner Ads system</h3>\nA great magazine newspaper blog site might need an appropriate great banner ads system. Thus, Magazette proudly presents you that perfect system. Capable of promoting magazine site, Magazette is highly compatible with Ads including Banner Ads, Text Ads, HTML5 Ads, Google Adsense Ads, and more. There are more that one place that you can place the ads on:\n<ul>\n <li>Place ads before or after content of a post</li>\n <li>Put them before or after the entire post</li>\n <li>Before and after a specific paragraph or position</li>\n <li>On the sidebar, header menu, mega menu</li>\n <li>Floating ads, slide-in bar, banner and modal pop up.</li>\n <li>And more!</li>\n</ul>\n<a href=\"https://thimpress.com/automatically-insert-ads-inside-blog-post/\" rel=\"nofollow\">Furthermore, we made a guide here for you to add ads inside post content, come check it out!</a> Increase your site traffics and gain your gigantic revenue with the ultimate SEO of Magazette.\n<h2 id=\"item-description__guaranteed-performance\">Guaranteed Performance</h2>\nAs a Power Elite Author of Envato, We ThimPress always deliver the perfect products to our clients and strive to make it lasts. With all the great features and supports, we want to make our customers satisfied and comfortable with our themes. The performance has been proved by over 100.000+ trusted users over the world and hundreds of 5-star ratings. We also put up regular sales off and discount for our products. Save your efforts and money with us, don’t miss out this chance!\n<h3 id=\"item-description__1-one-click-installation\">1. One Click Installation</h3>\nMagazette provides 8+ beautiful demos, which perfectly designed and carefully optimized for a magazine site. Hence, the demos will save you a lot of time and money with pre-made materials and frames. More Demos incoming, and they are always ready for you with a full feature designed.\n\nHow about the importation? No more XML file, no more adjustments and handy works, Magazette got you covered. With only one click, you will have your site magically built up and decorated just as the demo. Feel free to take a coffee in the meantime as your site is about to become magnificent!\n<h3 id=\"item-description__2-speed\">2. Speed</h3>\nWe acknowledge the critical role of speed, therefore we have been spending a lot of time and resource to adjust, tweak and customize the theme to achieve the highest speed possible. Each image, each request and query is balanced optimized for performance and quality, giving you the fastest most beautiful Magazine Newspaper Blog WP site.\nMagazette calculates the image compression perfectly for your site and automatically optimized when inserting media. It also adjusts the order of site loading to maximize the performance, which means the higher priority contents and medias would be loaded first hand. The results will reach beyond your imagination, Magazette is one of the fastest Magazine WP Theme ever created.\n<h3 id=\"item-description__3-great-seo-for-great-magazine\">3. Great SEO for great magazine</h3>\nSmart, fast and easy, Magazette was made to be on top ranks. The theme supports awesome SEO optimized infrastructure, boosting your site and giving your site the opportunity to surpass all rivals. Therefore, every title, header and meta tags are adjusted to be easier recognized by Google or any other Search Engine. So, they can read your site faster, likely to put your site on the top of the search results.\n\nMoreover, Magazette is compatible with the famous SEO Yoast plugin, drawing more and more visitors from Google, Bing and Yahoo, increasing your traffic to the roof. In addition, it also helps you create suitable and SEO optimized contents for your Magazine WP Site. Let’s boost your SEO and stay awesome.\n<h3 id=\"item-description__4-mobile-friendly-amp-retina-ready\">4. Mobile Friendly & Retina Ready</h3>\nWith the development of mobile is faster every day, people are likely to use their smartphone anywhere, anytime. It’s great to have a website that runs smoothly on mobile that you can access it easily. Thus, that’s why we created the responsive layout for Magazette. Magazette fits beautifully on every device, every mobile and browser. It adapts perfectly and always presents full potential on all sizes of screens.\n\nMoreover, Magazette also integrated Retina-Ready feature, which makes your site look nicer on Retina display. Your users will have the best visiting experience with Magazette.\n<h3 id=\"item-description__5-always-stay-connected\">5. Always Stay Connected</h3>\nGenerally, news and mags always travel faster with social media, and staying connected to the community will bring you the hottest news in return. Thus, Magazette has its exclusive elements that automatically fetch and display the latest feed from most of the social media, keeping you updated with the world. It also integrates with sharing buttons, users are easier to share your blog, post and news to anywhere on the social media. Furthermore, people can find your Facebook page, Twitter, Instagram faster with Social linking buttons on your site. All in one place, Magazette bring you the greatest social support.\n<h2 id=\"item-description__great-customer-service-help-and-support\">Great customer service, help and support</h2>\nHaving operated for 10 years in WordPress and web design business, we are aware of the importance of after-sale service. It has become the motivation for us to strive forward. Your business growth is also our growth. We ThimPress always want to ensure our customers are satisfied and eager to receive feedbacks to improve our products to meets all demands. Therefore, we deployed an impressive great After-Sale service, including Product update, Qualified Customer support service and Detailed Documentations. Save your time with our great customer support!\n<h3 id=\"item-description__1-frequently-updated-theme\">1. Frequently Updated theme</h3>\nOnce you buy Magazette, you will have the license for life, unlimited use forever. Of course, the updates are free too. In general, we also push up update patch regularly, keeping the theme always up to the pace. We consistently update the theme to make sure it works with the latest trend. Your theme and your site will always be the best with no recurring fees. Moreover, Magazette comes with auto update feature. With the latest version of ThimCore, you don’t have to worry about the time to check for updates anymore. It has been automated already, making things easier for both of us.\n<h3 id=\"item-description__2-forum-support\">2. Forum support</h3>\nWe have formed a Five-Star professional customer service team, ready at your service. With a special exclusive dedicated support forum, the team is able to help you out anytime you have an issue and needed support. Please don’t hesitate to create a support topic here on our support forum. Our supporters will be more than happy to help you out in within 24 hours of a business day.\nTrusted by over 100.000+ users and served thousands of cases and tickets every month, the team works at 200% harder to solve all the problem and brings the best experience to clients.\n\n <p>Once you chose our theme, be rest assured because we are always here for you. We guarantee the quality of our product and try us best to keep it so. Not only the quality of the products, but also the support service that matters, ThimPress always get your back.</p>\n\n\n <p><a href=\"https://thimpress.com/forums/forum/magazette/\" rel=\"nofollow\">Get Access to the Support Forum Here</a>\n</p><h3 id=\"item-description__3-documentation\">3. Documentation</h3>\nAlong with the Regular Updates and Great Support Service, we also provide the documentation system for Magazette. Especially, this includes a detailed documentation with step-to-step guides for every aspect of the theme and a video tutorial about the most basic features of the theme. Therefore, they are the useful information sources for you to look up and get along with the theme, from front to end. We are glad to present you them HERE: <a href=\"http://docspress.thimpress.com/magazette/\" rel=\"nofollow\">Magazette Documentation</a>\n<h2 id=\"item-description__full-feature-list\">Full Feature List:</h2>\n<ul>\n <li>8+ homepage demos include one-click importer.</li>\n <li>8+ page layout</li>\n <li>4 different article layouts</li>\n <li>Lazy Image Load</li>\n <li>Share buttons</li>\n <li>Social counter widget</li>\n <li>Disqus comment system</li>\n <li>Customized Video Player</li>\n <li>Awesome slider</li>\n <li>Drag & Drop page builder with Visual Composer</li>\n <li>Support custom widgets and many columns layouts</li>\n <li>Fully responsive support</li>\n <li>600+ fonts and 700+ icons</li>\n <li>Highly Performance Optimized</li>\n <li>Optimized for SEO</li>\n <li>Unlimited color schemes</li>\n <li>Contact form 7 supported</li>\n <li>WPML ready</li>\n <li>Amazing Menu with Mega Menu</li>\n <li>MailChimp for WordPress</li>\n</ul>\n<strong>And so many more!</strong>\n\n\n<h3 id=\"item-description__\">\n</h3><p>** For more info on how our bundled plugins work, check out <a href=\"https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins?_ga=2.91985818.109948451.1512956734-408115326.1499186753&_gac=1.212020512.1512372337.EAIaIQobChMI54PrqODv1wIVGx4rCh2azQkyEAMYAiACEgISaPD_BwE\" rel=\"nofollow\"> this article</a>.</p>\n\n<p><strong>CHANGELOG</strong></p>\n<p>Magazette 1.0.4 – 1/11/2018</p>\n<pre>\n+ FIXED: Images not appear on Safari browser.\n+ FIXED: height of shortcode block 1 on retina screen.\n+ UPDATED: UI/UX.\n</pre>\n<p>Magazette 1.0.3 – 1/8/2018</p>\n<pre>\n+ FIXED: width of container on bootstrap.\n+ FIXED: Theme colors after save customizer.\n</pre>\n<a href=\"https://thimpress.com/log/magazette-magazine-news-blog-magazine-wordpress-theme-changelogs/\" rel=\"nofollow\">\n<img src=\"https://thimpress.com/envato/changelogs.jpg\" alt=\"Magazette WordPress Theme Changelog\" />\n</a>\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:38:\"wordpress/blog-magazine/news-editorial\";s:18:\"classification_url\";s:71:\"https://themeforest.net/category/wordpress/blog-magazine/news-editorial\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:123;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:77:\"https://themeforest.net/item/magazette-magazine-blog-wordpress-theme/21070438\";s:7:\"summary\";s:339:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WooCommerce 3.1.x, WooCommerce 3.0.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:5;s:5:\"count\";i:4;}s:10:\"updated_at\";s:25:\"2018-01-12T13:46:35+11:00\";s:12:\"published_at\";s:25:\"2018-01-03T21:59:14+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:56:\"https://s3.envato.com/files/239152440/magazette-logo.png\";s:13:\"landscape_url\";s:75:\"https://s3.envato.com/files/239152441/magazette-preview.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:97:\"https://themeforest.net/item/magazette-magazine-blog-wordpress-theme/full_screen_preview/21070438\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:75:\"https://s3.envato.com/files/239152441/magazette-preview.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:164:\"https://previews-themeforest.imgix.net/files/239152441/magazette-preview.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=066df04c6f83e5b8dbb71d18f53dee09\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:6:{i:0;s:4:\"IE11\";i:1;s:7:\"Firefox\";i:2;s:6:\"Safari\";i:3;s:5:\"Opera\";i:4;s:6:\"Chrome\";i:5;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:9:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:2:{i:0;s:17:\"WooCommerce 3.1.x\";i:1;s:17:\"WooCommerce 3.0.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:39:\"https://preview.thimpress.com/magazine/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:7:\"Unrated\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:33:\"95+ Magazine Blog Section Designs\";i:1;s:44:\"10+ Pre-built Demos for News, Blog, Magazine\";i:2;s:41:\"Included Ads System to Monetize Your Blog\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:4:\"blog\";i:1;s:3:\"car\";i:2;s:5:\"clean\";i:3;s:7:\"fashion\";i:4;s:4:\"food\";i:5;s:7:\"gallery\";i:6;s:9:\"lifestyle\";i:7;s:8:\"magazine\";i:8;s:6:\"modern\";i:9;s:9:\"newspaper\";i:10;s:8:\"personal\";i:11;s:6:\"simple\";i:12;s:5:\"sport\";i:13;s:6:\"travel\";i:14;s:5:\"video\";}s:21:\"_internal_cross_promo\";a:0:{}}i:21680592;a:25:{s:2:\"id\";i:21680592;s:4:\"name\";s:56:\"Galax - Creative eCommerce Multi-Purpose WordPress Theme\";s:11:\"description\";s:754:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\nGalax is the Creative eCommerce WordPress theme that serves all kinds of niches. Our intention while creating Galax is giving the maximum possibility, maximum work, maximum efficiency at the least effort!\n\n\nWhat can you do with Galax eCommerce WordPress Theme?\n\n Galax is a wonderful Multi-Purpose WordPress theme, collecting all the essenses from stars in the sky to make up Galax!\n\n\n Galax is the theme that gives you everything with all kinds of purpose.\n\n\nWe, just like you, are WordPress users, thus we understand your “feeling” when using this platform. \nWe feel you, bros. For that, we have created Galax, to suit, to match and to fit with any desire and purpose you could ever imagine!\n\nHave you ever used a them\";s:16:\"description_html\";s:17722:\"<p>\n <a href=\"https://thimpress.com/forums/forum/galax-creative-ecommerce-multi-purpose-wordpress-theme/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/galax/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/05/01-galax-best-WordPress-theme-1.png\" alt=\"Galax The Best WordPress Theme\" /></a>\n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/05/02-galax-multiple-demos-1.png\" alt=\"Multi-purpose eCommerce WordPress Theme\" /></a>\n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/05/03-galax-powerful-business-wordpress-theme-1.png\" alt=\"Powerful Business WordPress Theme\" /></a>\n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/08/04-galax-tons-of-features-2-2.png\" alt=\"Tons of Features for Your WordPress Site\" /></a>\n<a href=\"http://docspress.thimpress.com/galax/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/05/05-galax-documentation-1.png\" alt=\"Full Documentation And Tutorial\" /></a>\n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/05/06-galax-30000-trusted-reviews-1.png\" alt=\"Most Trusted WordPress Theme\" /></a>\n\n<p>\nGalax is the Creative eCommerce WordPress theme that serves all kinds of niches. Our intention while creating Galax is giving the maximum possibility, maximum work, maximum efficiency at the least effort!\n</p>\n\n<h2 id=\"item-description__what-can-you-do-with-galax-ecommerce-wordpress-theme\">What can you do with Galax eCommerce WordPress Theme?</h2>\n\n <p>Galax is a wonderful Multi-Purpose WordPress theme, collecting all the essenses from stars in the sky to make up Galax!</p>\n\n\n <p>Galax is the theme that gives you everything with all kinds of purpose.</p>\n\n\n<p>We, just like you, are WordPress users, thus we understand your “feeling” when using this platform. \nWe feel you, bros. For that, we have created Galax, to suit, to match and to fit with any desire and purpose you could ever imagine!</p>\n\n<p>Have you ever used a theme and make it your own site? You must have struggled with contents replacement? Perhaps stucking at customizing the theme? Have you?</p>\n\n<p>Galax got what you need to break ALL of that! Superior easy to customize, replacing contents, along with 500+ of customs, options and settings! Not only that, Galax brings Flexibility, Diversity with exclusively User-friendly UI/UX! It gives you all the tools to construct a marvelous and power-overwhelming website without coding a line! You will never get tired of using Galax. </p>\n\n<h3 id=\"item-description__galax-the-ultimate-time-saver\">Galax – the ultimate time saver</h3>\n\n<p>It not only saves your money, but also saves your priceless time either!</p>\n\n<p>Fancy with the magical <strong>WP Bakery page builder</strong> and other premium plugins? Surprise more, as it has also been empowered by us, becoming more powerful than ever!\n</p>\n<h3 id=\"item-description__extremely-awesome-theme-comes-with-extremely-awesome-support\">Extremely Awesome Theme Comes with Extremely Awesome Support.</h3>\n<p>Been serving WordPress users for so long, we have perfect our Customer Support. With our superior and promptly service, please do not hesitate to contact us via our <a href=\"https://thimpress.com/help/\" rel=\"nofollow\">Help Center</a>. Also, you can check for the <a href=\"http://docspress.thimpress.com/galax/\" rel=\"nofollow\"> theme’s documentation here</a>. </p>\n\n <p><a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\">Enough presenting, let’s dive deeper into the theme.</a></p>\n\n\n<h3 id=\"item-description__such-demos-many-pages-much-wow\">Such demos, many pages, much wow</h3>\n<p>A theme bundled <strong>15+ demos, 200+ premade pages, plus 20+ post and page layouts</strong>. Freely to import, customize and replace. Easily bring crossover elements from different demos together. Exclusively designed for your purpose, unique and never-revealed-before!</p>\n\nGalax’s demos include:\n<ul><li>Corporate PRO</li>\n<li>Corporate Classic</li>\n<li>Business</li>\n<li>Shop</li>\n<li>Online Store</li>\n<li>Fitness</li>\n<li>Restaurant</li>\n<li>Hotel</li>\n<li>Resort</li>\n<li>Fast Food</li>\n<li>Health care</li>\n<li>Mobile app landing page</li>\n<li>Product landing page</li>\n<li>Construction</li>\n<li>One page design</li>\n</ul>\n <p>and many many more!</p>\n\n<p>Galax is the most prioritized theme of ThimPress, thus we spend a lot of manpower on this. Therefore, the demos are always kept up-to-date, with new ideas/demos built very regularly. Expect more to come and stay tuned for way more surprises from Galax.</p>\n\n <h2 id=\"item-description__what-makes-galax-amazing\">What Makes Galax Amazing?</h2>\n <h3 id=\"item-description__incredible-performance\">Incredible Performance</h3>\n<p> Galax proves exceptional efficiency on multiple systems, from windows, Mac, to mobile even with low internet connection. It surpasses all others to give you an incredibly powerful website. You won’t need to be worry about the customization or optimization for your WordPress site, Galax had done it all for you</p>\n <h3 id=\"item-description__fully-responsive-with-retina-ready\">Fully responsive with Retina-ready</h3>\n<p>You wish for a beautiful website on mobile device but wondering how to get it? Don’t worry, Galax got your back! With perfect mobile responsive and stunning Retina-ready, Galax gives you a marvelous site compatible with all kind of devices, fit on any browser.</p>\n <h3 id=\"item-description__ultimately-easy-to-use\">Ultimately easy to use</h3>\n<p>Not only that, an very user-friendly interface will help you navigate better. We have purged all the confusion and complex from the theme admin panel, helping you achieve higher places with Galax. There’s no struggle, there’s no limit when using Galax.</p>\n<h3 id=\"item-description__ultra-speed-with-advanced-seo\">Ultra Speed with Advanced SEO</h3>\n<p>Galax was optimized, tweaked and adjusted to reach the maximum speed possible! Have your site load in milisecs, overcome any struggle with advanced SEO from the theme. Every metatag, headlines, pictures and contents was optimized to be super easy-recognized by Google. Your site will be on the tops of search engines, in the fastest way.\n</p>\n <h3 id=\"item-description__the-best-1-click-automatic-installer\">The best 1-Click Automatic Installer</h3>\n<p>Fancy at our demos and can’t resist their beauty to having them on your site? With the sovereign power of Galax, the demos will be automatically installed with just a thought of yours. The best demo importer in the theme will make your site shine fabulously than any rivals. Need no of your effort or handy works, let Galax do the job.</p>\n <h3 id=\"item-description__power-overwhelming-tools\">Power-overwhelming tools</h3>\n<p>The theme provides such powerful tools as WP Bakery page builder, Slider Revolution, many widgets and shortcodes, plus more! Those ones is the best sidekicks which help you built up a mighty empire among websites for your own. It’s you, the Emperor, will be very easy to control over the site at every aspect</p>\n <h3 id=\"item-description__cute-child-theme-for-customization-works\">Cute child theme for customization works</h3>\n<p>Also, using our lovely Child theme will make your custom css and works to be saved without erosion! Every idea matters, every custom work deserve to be cherished and Child theme is the best place to preserve them. Remember to activate it and bring all the custom works to it.</p>\n <h3 id=\"item-description__a-charming-theme-indeed\">A charming theme indeed</h3>\n<p>Including all kinds of elements from images to text and videos, the theme provides the best and the best only! Galax was designed and built by our best designers, it’s surprisingly beautiful indeed. All the design are exclusive to Galax, with many, many niches and purposes for you to choose. From healthcare, corporate, to fitness, restaurant, and more. All have unique design to fit with the topic and make your site shine!</p>\n <h3 id=\"item-description__awesome-effects-and-parallax\">Awesome Effects and Parallax</h3>\n<p>Not only that, the effects are helping Galax become more elegant than ever. The awesome parallax with various of options for you will make your site look amazing! Let’s Rock and scroll!</p>\n<p>Apart from that, you can make the elements ANIMATED! Wanna them slide in like a partycrasher? Or jump to the front like a pulsing bomb, flying up like Superman? All of them are POSSIBLE with Galax.</p>\n <h3 id=\"item-description__100-customizable\">100% Customizable</h3>\n<p>With the powerful tools above, every factor and aspect of the theme can be customized. You can edit, replace, adjust, tweak, even add in many useful part into your pages. Personalize it to fit you the most and unleash all of your work’s potential. And, it’s super easy to do so without coding a line. Galax has it all for you!</p>\n <h3 id=\"item-description__exceptional-flexible\">Exceptional Flexible</h3>\n<p>Galax gives you OVER 100 elements to build + MORE than 500 theme options and settings + 600+ fonts and 1200+ icons! You will have countless combinations, unlimited mixes, infinite designs and endless styles for your website. All of them are customizable, adjustable, fixed or even animated! Experience the best multi-purpose theme’s POWER!</p>\n <h3 id=\"item-description__sidebars-sidebars-everywhere\">Sidebars, sidebars everywhere</h3>\n<p>What makes Galax even greater, is the possibility of sidebars. As you all know sidebar is the place to put on many useful and related stuffs that run along with user’s scroll as they reading your side. Sound good right? You can use the sidebar to promote any part of your site, especially boosted aspect or top-priority products!</p>\n<p>You can even add many widgets on it, make the sidebar auto generate the items or publishing smart contents, increasing your site’s flexibility and awesomeness.</p>\n <h3 id=\"item-description__fascinating-mega-menu\">Fascinating Mega-Menu</h3>\n<p>Drop the old-fashioned columm-listing style menu. Don’t hesitate to move on to the next generation: Mega Menu. While the old style only gives you the lists of menu in columns, Mega Menu gives you item previews, images, pictures, menu background, colorize, and many customizable aspect!</p>\n <p>While we say “100% customizable”, we mean it, literally mean it <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" /> </p>\n <h3 id=\"item-description__fabulous-header-styles\">Fabulous Header styles</h3>\n<p>Header is one of the most important factor for a website. With Galax, you will have uncounted header style to design. With 15+ premade header ones, you can even create more, make more! Find the one suits best for you and make it shine!</p>\n <h3 id=\"item-description__sell-fast-sell-nice-with-woocommerce\">Sell fast, sell nice with WooCommerce</h3>\n<p>Galax is perfectly compatible with WooCommerce. Sell your goods in the most stylish and fastest way via the best payment system on WordPress. WooCommerce is the most famous plugin for selling items on WordPress. Not only provides fast, easy and convenient services, but also have many many customization for it. There are a lot of plugins for WooCommerce to enable unique and useful feature within, making the site more powerful and perfect.</p>\n<p>For example, you can and ANY payment method to WooCommerce using corresponding plugins, even your local gateways, or enable Product bundle feature for it to promote your sales!</p>\n <h3 id=\"item-description__-all-post-type-are-belong-to-you\">“All post type are belong to you”</h3>\n<p>Make your site productive and plentiful of surprise with Galax’s countless post types like: video, sound, gallery, and more… Choose the best type to match your post’s topic and emphasis what matters. You can even embeded Youtube, Vimeo videos, or SoundCloud music and playlist, and beautiful picture gallery to serve your purposes. Your site will go viral faster than ever.</p>\n <h3 id=\"item-description__custom-css-for-everyone\">Custom CSS for everyone</h3>\n<p>This is considered as the most POWERFUL tool to control your theme! Do whatever you want with it, there is no limit with Galax’s ultimate Custom CSS. It can remove unwanted elements, add new features, adjust factors, tweak and improve many aspect, or simply add in new Currency into your site. With Custom CSS, nothing is impossible!</p>\n <h3 id=\"item-description__magical-visual-page-builder\">Magical Visual Page Builder</h3>\n<p>We use WP Bakery Page Builder, formerly was Visual Composer, I guess you all once heard about this powerful page builder. It gives very friendly and easy recognized interface, helping users create their content effortlessly. </p>\n<p>With WP Bakery, you can easily add new element, adjust the columns, rows, edit contents, drag-and-drop aspect, animate them, emphasis them, mixing elements to create new blasted designs,...</p>\n<p>Hold on a sec, it’s not over. The Page Builder also was empowered with many additional elements from ThimPress, breaking any limit and setting you free. All of those added elements are NEVER-REVEALED-BEFORE and EXCLUSIVE for Galax. Explore what they are now!</p>\n <h3 id=\"item-description__extreme-100-page-elements-library\">Extreme 100+ Page elements Library</h3>\n<p>Never get tired being creative and creating contents with Galax. With over 100 elements, feel free to mix them up for your niche and make them as nice as possible. Get out of the box and stay wild with your site, don’t limit yourself with anything else, Galax is what you need to fly.</p>\n <h3 id=\"item-description__slide-in-style\">Slide-in-Style</h3>\n<p>Let’s imagine your site charmed with tempting sliders plus interactive text and moving button. Look professional yes? Galax covers that, giving you Revolution Slider – the BEST slider plugin for WordPress available.</p>\n<p>With Rev Slider, you will have every tool in hand to create magnificent and stunning slider, ready to amaze your visitors.</p>\n <h3 id=\"item-description__rtl-layouts-assemble\">RTL layouts, Assemble!</h3>\n<p>With RTL layout supported, Galax fits at everywhere, fits for everyone in the world. You won’t have to worry about RTL languages or compatibility, Galax has already had it.\nNot only that, the theme support the latest translating such as Loco Translation or WPML. These will help you translate your site easily within moments with ease and completely localization the site for your town!</p>\n <h3 id=\"item-description__the-best-multi-purpose-word-class-theme-galax\">The best Multi-Purpose Word-Class theme – Galax:</h3>\n <ul><li>15+ demos</li>\n <li>200+ premade pages</li>\n <li>20+ post and page layouts</li>\n <li>500+ theme options and settings</li>\n <li>1-click demo auto installer</li>\n <li>Very many post types</li>\n <li>Unlimited colors</li>\n <li>600+ fonts</li>\n <li>1200+ icons</li>\n <li>Fast, powerful performance</li>\n <li>Advanced SEO and ultra speed</li>\n <li>Child theme supported</li>\n <li>Fully responsive</li>\n <li>Retina display beautifully compatible</li>\n <li>100% customizable</li>\n <li>User-friendly interface</li>\n <li>Awesome effects and parallax</li>\n <li>Powerful Mega-Menu</li>\n <li>Unlimited sidebar</li>\n <li>Empowered WP Bakery Page Builder aka Visual Composer</li>\n <li>100+ page element to use within Page Builder</li>\n <li>15+ header styles</li>\n <li>Beautiful convenient Revolution Slider</li>\n <li>WooCommerce compatible</li>\n <li>Custom CSS compatible</li>\n <li>RTL layout and designs</li>\n <li>Translation ready with many translating plugins</li>\n <li>5-star Customer Support Service</li>\n</ul> \n<a href=\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\" rel=\"nofollow\"><strong>Galax – People’s loving it!</strong></a>\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n\n\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:19:\"wordpress/corporate\";s:18:\"classification_url\";s:52:\"https://themeforest.net/category/wordpress/corporate\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:80;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:91:\"https://themeforest.net/item/galax-creative-ecommerce-multipurpose-wordpress-theme/21680592\";s:7:\"summary\";s:339:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WooCommerce 3.2.x, WooCommerce 3.1.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:5;s:5:\"count\";i:3;}s:10:\"updated_at\";s:25:\"2018-07-02T12:59:48+10:00\";s:12:\"published_at\";s:25:\"2018-06-12T20:19:56+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:53:\"https://s3.envato.com/files/249912595/logo-g-sale.png\";s:13:\"landscape_url\";s:73:\"https://s3.envato.com/files/249912596/preview-g-sale2.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:111:\"https://themeforest.net/item/galax-creative-ecommerce-multipurpose-wordpress-theme/full_screen_preview/21680592\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:73:\"https://s3.envato.com/files/249912596/preview-g-sale2.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:162:\"https://previews-themeforest.imgix.net/files/249912596/preview-g-sale2.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=2c05e54c54ebda83321d3b5a18b10f3f\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:6:{i:0;s:4:\"IE11\";i:1;s:7:\"Firefox\";i:2;s:6:\"Safari\";i:3;s:5:\"Opera\";i:4;s:6:\"Chrome\";i:5;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:9:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:2:{i:0;s:17:\"WooCommerce 3.2.x\";i:1;s:17:\"WooCommerce 3.1.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:71:\"https://preview.thimpress.com/galax-creative-ecommerce-wordpress-theme/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"12+ Demos for Corporate, Shop, Store, etc.\";i:1;s:43:\"500+ Theme & Shortcode options for any site\";i:2;s:43:\"Fully Responsive, Super fast with SEO codes\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:3:\"app\";i:1;s:9:\"bootstrap\";i:2;s:8:\"business\";i:3;s:9:\"corporate\";i:4;s:9:\"education\";i:5;s:5:\"event\";i:6;s:7:\"landing\";i:7;s:8:\"magazine\";i:8;s:9:\"marketing\";i:9;s:12:\"multipurpose\";i:10;s:8:\"parallax\";i:11;s:9:\"portfolio\";i:12;s:4:\"shop\";i:13;s:7:\"startup\";i:14;s:7:\"variant\";}s:21:\"_internal_cross_promo\";a:0:{}}i:22177145;a:25:{s:2:\"id\";i:22177145;s:4:\"name\";s:40:\"Construction HTML Template | MegaBuilder\";s:11:\"description\";s:752:\"Construction HTML Template MegaBuilder is a professional corporate HTML template for construction, interior design, industrial design, engineering, architecture design, building renovation, renovate, factory or manufacturing companies, etc. MegaBuilder helps you create an awesome looking & highly functional website with a strong impression of professional, trust and innovation just like your company. \n\nWordPress version of Mega Builder Template is available here\nThis construction template is multipurpose for all industries so even if you are working in some other fields like landscaping, plumber, mechanic, electrician, firefighter, repairer, carpenter, painter, …, it would still help you create a powerful, beautiful and modern website \";s:16:\"description_html\";s:9400:\"<p><strong>Construction HTML Template MegaBuilder</strong> is a professional corporate HTML template for construction, interior design, industrial design, engineering, architecture design, building renovation, renovate, factory or manufacturing companies, etc. MegaBuilder helps you create an awesome looking & highly functional website with a strong impression of professional, trust and innovation just like your company. \n</p>\n<blockquote><a href=\"https://themeforest.net/item/megabuilder-multipurpose-architecture-construction-wordpress-theme/20979215\">WordPress version of Mega Builder Template is available here</a></blockquote>\n<p>This construction template is multipurpose for all industries so even if you are working in some other fields like landscaping, plumber, mechanic, electrician, firefighter, repairer, carpenter, painter, …, it would still help you create a powerful, beautiful and modern website for your business in just a few minutes. \n</p>\n<h2 id=\"item-description__the-multi-purpose-construction-wordpress-theme-made-only-for-you\">The Multi-Purpose Construction HTML Template made ONLY FOR YOU.\n</h2>\n<p>Do you want a stunning website that can help your business stand out from the crowd and WIN more clients? Here are 5 ways MegaBuilder can help you:\n</p>\n<ul>\n<li>Built by the best SEO experts, MegaBuilder is super-fast → People can find you easier on Google → More Potential Clients. \n</li>\n<li>Display your company profile, portfolio of past projects and services in a professional, modern and trustworthy way → Establish & Win Trust from clients\n</li>\n<li>Your company’s contact detail (email, mobile phone) and attractive Call To Action buttons are put all over the site → Get clients to contact & hire you easier.\n</li>\n\n<li>If there’s any technical issue, our supporters on VIP support forum are always willing to help in within one business day → Don’t worry; we’ve got your back ☺\n</li>\n</ul>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/06/html-desc-img-1.png\" alt=\"Construction-WordPress-Theme-Construction-PRO\" /></a>\n\n <p><a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-1.png\" alt=\"03 Construction Designs\" /></a>\n<a href=\"http://construction.thimpress.com/demo-2/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-2.png\" alt=\"03 Construction Designs\" /></a>\n<a href=\"http://construction.thimpress.com/demo-3/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/Demo-3.png\" alt=\"03 Construction Designs\" /></a></p>\n\n <p><a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/11/3-03-header-styles.png\" alt=\"03 header designs\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/11/4-many-page-designs.png\" alt=\"Many special page designs\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/5-great-features-2.png\" alt=\"Great Theme Features\" /></a>\n<a href=\"http://construction.thimpress.com\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/12/6-5-star-support-2.png\" alt=\"Five-star support team\" /></a>\n</p><h2 id=\"item-description__launch-your-business-construction-website-at-ease-in-no-time\">Launch your business construction website at ease, in no time.</h2>\n\n<p>The first step in helping you create an online website for your business is to provide a lot of stunning, unique pre-design layouts and theme elements, so you only need to install and choose what theme demo you like for your interior design/industrial/engineering corporate. This way, you don’t have to lose any time to “reinvent the wheel” because we already built the whole system for you.\n</p>\n<ul>\n<li>3 Premade Demos with dozens of layouts and designs</li>\n<li>3 Premade Header styles.</li>\n</ul>\n\n<h3 id=\"item-description__construction-wordpress-theme-for-engineering-industrial-interior-design-and\">Construction Site Template for Engineering, Industrial, Interior Design and Architect</h3>\n\n<p>Unlike other Multi-Purpose, Multi-Niche template which are used for many niches but have no special focus, MegaBuilder is the multipurpose HTML template made only for construction, building interior design, architecture, and industrial sector. Therefore, it has all the needed elements for a construction engineering business to prosper. \n</p>\n\n<p>The theme’s layouts and features are arranged logically to make sure it would win your client’s heart and win more profitable deals, more contracts for you.\n</p>\n\n<h4 id=\"item-description__1-revolution-slider-to-slide-show-and-animate-your-company-s-core-values\">1. Revolution Slider to slide show and animate your company’s core values.</h4>\n<h4 id=\"item-description__2-woocommerce-sell-your-stuff-easily-with-many-payment-method-currencies-and\">2. eCommerce – sell your stuff easily\n</h4>\n<p>This will eliminate any barrier and let anyone buy your products easier.</p>\n<h4 id=\"item-description__3-service-page-display-your-service-and-persuade-your-customer-at-ease\">3. Service Page: Display your service and persuade your customer at ease. \n</h4>\n<p>We use a special service page system to display your range of services where you can add your sales pitch, include real photos and brochures to convince your clients.</p>\n<h4 id=\"item-description__4-portfolio-the-easiest-way-to-build-trust-with-past-construction-projects\">4. Portfolio: The easiest way to build trust with past construction projects</h4>\n<p>We understand this, and we custom made a portfolio section with many different designs for you to choose from. </p> \n<h4 id=\"item-description__5-pricing-table-for-the-best-transparency\">5. Pricing Table: For the best transparency</h4>\n<p>We understand that you have many services and therefore, you will need different pricing options. A clean, sleek Pricing Table will do this job very well.</p>\n<h4 id=\"item-description__6-sale-contact-info-and-call-to-action-everywhere\">6. Sale contact info and Call-To-Action everywhere</h4>\n<p>To get more customer, we purposely use a combination of Contact Info (Email, Address, Mobile Phone) and Get a quote CTA all around the site. There is even a few box asking for customers emails so you can catch up with them later and convert them into sales. \n</p>\n\n<h3 id=\"item-description__extra-reasons-why-you-should-buy-megabuilder\">Extra Reasons why you should buy MegaBuilder</h3>\n\n<h4 id=\"item-description__lightweight-fast-speed-amp-seo\">Lightweight, fast speed & SEO</h4>\n\n<p>To ensure the best SEO, we optimized any irrelevant section in the theme, and only the most important stuff will be displayed. This means your theme is also very fast loading and it is highly SEO. Here is the proof of speed for our demo site which handles many thousands traffic a day and it is still functioning perfectly with only less than a second load speed:\n</p>\n\n<h4 id=\"item-description__responsive-and-mobile-friendly\">Responsive and Mobile Friendly </h4>\n<p>Almost everybody has an iPhone. Most of your users will visit from mobile phones. We want all of your visitors to have the best experience possible (so they will be more likely to become your client). Therefore, the theme is responsive and mobile friendly. Just grab your iPhone and see how beautiful the site is on Mobile.\n</p>\n\n<h4 id=\"item-description__get-help-by-the-a-star-after-sale-support-team\">Get help by the A-star After-sale support team.</h4>\n\n<p>Having operated for 10 years in WordPress and web design business, we know that after-sale support is the motive behind our growth. Your business growth is our business growth. For that reason, we invested a lot in helping you succeed after being our customer. There are three reasons why our after-sale support is the best-in-class:\n</p>\n\n<h4 id=\"item-description__perfect-documentation-system-with-step-by-step-tutorials\">Perfect documentation system with step by step tutorials</h4>\n<p>Apart from writing perfect, flawless codes, we also write details step by step tutorials on how to use the theme. If you are just getting started and you are new to web design, it will be extremely helpful. If you are an experienced freelancer or web developer, it will also be very helpful to build a website for your client. <a href=\"http://docspress.thimpress.com/construction\" rel=\"nofollow\">Read documentation here</a>.\n</p>\n\n<h4 id=\"item-description__five-star-professional-customer-service-team\">Five-Star professional customer service team</h4>\n<p>Have an issue with the theme? We have formed a Five-Star professional customer service team and a special exclusive dedicated support forum for you to help you out anytime you have an issue and needed support. Don’t hesitate to create a support topic here on our support forum. Our supporters will be more than happy to help you out in within 24 hours of a business day. <a href=\"https://thimpress.com/forums/\" rel=\"nofollow\">Contact VIP forum support here</a>\n</p>\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:24:\"site-templates/corporate\";s:18:\"classification_url\";s:57:\"https://themeforest.net/category/site-templates/corporate\";s:11:\"price_cents\";i:1700;s:15:\"number_of_sales\";i:11;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:76:\"https://themeforest.net/item/construction-html-template-megabuilder/22177145\";s:7:\"summary\";s:104:\"High Resolution: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:0;s:5:\"count\";i:0;}s:10:\"updated_at\";s:25:\"2018-06-30T00:11:52+10:00\";s:12:\"published_at\";s:25:\"2018-06-30T00:11:52+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:52:\"https://s3.envato.com/files/249686234/blank-logo.png\";s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/249686235/01logo-html.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:96:\"https://themeforest.net/item/construction-html-template-megabuilder/full_screen_preview/22177145\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:69:\"https://s3.envato.com/files/249686235/01logo-html.__large_preview.png\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:158:\"https://previews-themeforest.imgix.net/files/249686235/01logo-html.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=e1fe68606678793e437868b4ad4ea78c\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:8:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:38:\"http://html.thimpress.com/megabuilder/\";}i:4;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:5;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:6;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:7;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:10:\"HTML Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:36:\"Architecture, building, construction\";i:1;s:23:\"Responsive, Easy to Use\";i:2;s:22:\"Built with Bootstrap 4\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:12:\"architecture\";i:1;s:8:\"building\";i:2;s:12:\"construction\";i:3;s:28:\"construction wordpress theme\";i:4;s:10:\"decoration\";i:5;s:8:\"exterior\";i:6;s:7:\"factory\";i:7;s:7:\"gallery\";i:8;s:5:\"house\";i:9;s:10:\"industrial\";i:10;s:8:\"industry\";i:11;s:15:\"interior design\";i:12;s:9:\"portfolio\";i:13;s:8:\"renovate\";i:14;s:10:\"renovation\";}s:21:\"_internal_cross_promo\";a:0:{}}i:11733602;a:25:{s:2:\"id\";i:11733602;s:4:\"name\";s:32:\"eCommerce WordPress Theme - adot\";s:11:\"description\";s:757:\"\n\neCommerce WordPress theme – adot is a clean, modern, user friendly, responsive and highly customizable Wordpress Theme. This eCommerce WordPress Theme developed for the best eCommerce WordPress Plugin – WooCommerce that you can use to build a eCommerce shopping cart website for selling fashion items or any kind of non-digital products.\n\neCommerce WordPress Theme – adot comes with an advanced customization panel that enables you to setup your website just in minutes. You shall have full power for site creation with 9 demos and 5 blog styles in adot eCommerce WordPress Theme. The typography options of adot eCommerce WordPress Theme are overwhelming, as there are over 600 awesome Google Fonts, custom logo and favicon and infinite color opt\";s:16:\"description_html\";s:8292:\"<p><a href=\"https://goo.gl/qEkhmr\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/02/Eduma-FB-Ads.png\" /></a><img src=\"https://thimpress.com/wp-content/uploads/2018/08/adot-item-description.png\" alt=\"eCommerce WordPress Theme - adot\" />\n</p><p>\n<a href=\"http://thimpress.com/adot-a-powerful-multipurpose-ecommerce-wordpress-theme/\" rel=\"nofollow\"><strong>eCommerce WordPress theme – adot</strong></a> is a clean, modern, user friendly, responsive and highly customizable Wordpress Theme. This eCommerce WordPress Theme developed for the best eCommerce WordPress Plugin – WooCommerce that you can use to build a eCommerce shopping cart website for selling fashion items or any kind of non-digital products.\n</p>\n<p><strong>eCommerce WordPress Theme – adot</strong> comes with an advanced customization panel that enables you to setup your website just in minutes. You shall have full power for site creation with 9 demos and 5 blog styles in adot eCommerce WordPress Theme. The typography options of adot eCommerce WordPress Theme are overwhelming, as there are over 600 awesome Google Fonts, custom logo and favicon and infinite color options are waiting for you.</p>\n<p>\n</p><p><strong>eCommerce WordPress Theme – adot</strong> provides Right-To-Left (RTL) to handle and respond to users who communicate with a right-to-left language. Now you can use Arabic, Hebrew or Chinese for your Shop using eCommerce WordPress Theme – adot.</p>\n\n\n<p>\n<strong>eCommerce WordPress Theme adot</strong> is not loaded complicatedly as other typical Multipurpose eCommerce WordPress Theme, but it is fully functional and will surely take your site to the top level with SEO ready. It has a fully responsive layout that fits gracefully on any screen sizes, including mobile devices. adot – Multipurpose eCommerce WordPress theme works with all mainstream browsers, guaranteeing that you will not encounter any compatibility issue.\n</p>\n<h3 id=\"item-description__item-description-theme-features\">eCommerce WordPress Theme Features</h3>\n<ul>\n<li><strong>New Feature! Compatible with Ecwid.</strong></li>\n <li>WooCommerce 2.2.x, 2.3.x ready: Packed full of features, perfectly integrated into your self-hosted eCommerce WordPress Theme.</li>\n <li>Contact Form 7 ready: The layout of this form is customized to match the design of our adot eCommerce WordPress Theme.</li>\n <li>SEO optimized in Adot eCommerce WordPress Theme: allow search engines to index the content of your site easily to help you get a high ranking on their result pages.</li>\n <li>Post formats – Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 & FontAwesome 2: making front-end of Adot eCommerce WordPress Theme faster and easier. Size, color, drop shadow, and anything can be done with the power of CSS.</li>\n <li>Styles has written by LESS CSS and compiled one time in WordPress Customizer to make Adot eCommerce WordPress Theme loads faster.</li>\n <li>Useful right drawer which is extremely helpful to use with login or any kinda widgets.</li>\n <li>Flexible Shopping Cart widget to put in top toolbar or right in the top menu.</li>\n <li>Drag and drop layout manager: allows you to create custom layouts for your content. Configure every element: Logo, header, slide show, page content, sidebars, footer and more without touching to code problem. Assign custom layouts to any page or post.</li>\n <li>Sidebar generator: generate as many sidebar as you need for adot <strong>eCommerce WordPress Theme.</strong></li>\n <li>03 home page variations: you can select one of them to have different view in Adot eCommerce WordPress Theme.</li>\n <li>Unlimited footers: Plenty of footers is waiting in Adot eCommerce WordPress Theme for your selection</li>\n <li>Unlimited layouts: With our customized shortcodes, you can create unlimited layout for your front page, post, page, Login page, and even Custom Post Type. You can create any layout for your eCommerce WordPress Theme. Just image and we bring it be true</li>\n <li>Unlimited color choices: you can select any color and decorate your site as you want.</li>\n <li>Unlimited layouts and templates.</li>\n <li>Self-hosted HTML5 video player.</li>\n <li>Custom audio player.</li>\n <li>Google Fonts support (600+):</li>\n <li>Retina ready: Your Adot eCommerce WordPress Theme with look great in any technique devices</li>\n <li>Translation ready (.po/.mo files): support Adot eCommerce WordPress Theme to be translated in different languages</li>\n <li>One click DEMO data importer: simply click a button and then you get Your Adot eCommerce WordPress Theme installed</li>\n <li>and so much more…</li>\n</ul>\n\n<h3 id=\"item-description__our-premium-wordpress-themes\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=adot&utm_medium=desc\"><img src=\"https://s3.envato.com/files/225684161/01_preview.__large_preview-3.__large_preview.jpg\" alt=\"Education WordPress Theme\" title=\"Education WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"https://themeforest.net/item/travel-booking-hotel-wordpress-theme-hotel-wp/18828322?utm_source=adot&utm_medium=desc\"><img src=\"https://s3.envato.com/files/224322877/hotel.__large_preview.png\" alt=\"Hotel WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/20370918?utm_source=adot&utm_medium=desc\"><img src=\"https://s3.envato.com/files/233890268/preview-z.__large_preview.jpg\" alt=\"Course Builder WordPress Theme\" /></a>\n</p>\n\n<h4 id=\"item-description__changelogs\">CHANGELOGS</h4>\n<p><strong>Version 2.7 • 2018.02.26</strong></p>\n<pre>\n+ Fixed: Responsive header.\n+ Out of date woocommerce.\n</pre>\n\n<p><strong>Version 2.6 • 2018.01.09</strong></p>\n<pre>\n+ Fixed: Out of date woocommerce.\n+ Updated: All ajax calls should be using a nonce to avoid cross-site scripting (XSSS).\n+ Updated: All user supplied information should be correctly sanitized.\n</pre>\n\n<p><strong>Version 2.4 • 2017.04.19</strong></p>\n<pre> + Out of date woocommerce.\n+ Update: Plugin WooCommerce Sales Countdown.\n+ Fixed: some CSS error.\n+ Fixed: Js woocommerce. </pre>\n\n<p><strong>Version 2.3 • 2017.04.14</strong></p>\n<pre>+ Out of date woocommerce.\n + Update: Plugin WooCommerce Sales Countdown.</pre>\n\n<p><strong>Version 2.2 • 2016.08.22</strong></p>\n<pre>+ Fix API widget google map.</pre>\n\n<p><strong>Version 2.1</strong></p>\n<pre>+ Out of date woocommerce.\n+ Fix require plugin version.\n+ Fix quickview woocommerce.\n+ Add new framework.</pre>\n<p><strong>Version 2.0</strong></p>\n<pre>+ Out of date woocommerce.\n+ Fix double quickview product.\n+ Fix Terms and Conditions checkbox css.\n+ Fix nav slider single product.</pre>\n<p><strong>Version 1.9 • 2015.12.15</strong></p>\n<pre>+ Add filter attributes product.\n+ Compatible with wordpress 4.4</pre>\n<p><strong>Version 1.8 • 2015.11.19</strong></p>\n<pre>+ Fix google map.\n+ Fix heading title when no set image header no overlay.\n+ Fix demo 10 menu white color.\n</pre>\n<p><strong>Version 1.7 • 2015.10.07</strong></p>\n<pre>+ Fixed menu mobile on Iphone.\n</pre>\n<p><strong>Version 1.6 • 2015.09.15</strong></p>\n<pre>+ Updated cart layout.\n</pre>\n<p><strong>Version 1.5 • 2015.09.12</strong></p>\n<pre>+ Updated layouts with woocommerce 2.4.x.\n+ Fixed style of quick view.\n+ Fixed mini cart with color and background color option.\n</pre>\n<p><strong>Version 1.4 • 2015.08.19</strong></p>\n<pre>+ Fixed widget portfolio to show all items.\n+ Fixed product variation \n+ Fixed Custom Fields for post, page\n</pre>\n<p><strong>Version 1.3 • 2015.07.27</strong></p>\n<pre>+ Updated demo data of demo 10.\n</pre>\n<p><strong>Version 1.2 • 2015.07.22</strong></p>\n<pre>+ Updated a new demo (demo 10).\n+ Updated a new mega menu layout (Products).\n+ Updated RTL support.\n+ Updated Mobile Menu.\n</pre>\n<p><strong>Version 1.1 • 2015.07.16</strong></p>\n<pre>+ Updated jquery prettyPhoto to version 3.1.6.\n</pre>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:31:\"wordpress/ecommerce/woocommerce\";s:18:\"classification_url\";s:64:\"https://themeforest.net/category/wordpress/ecommerce/woocommerce\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:555;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:68:\"https://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\";s:7:\"summary\";s:546:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Compatible With: WPML, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, WooCommerce 2.2.x, WooCommerce 2.1.x, WooCommerce 2.0.x, Ecwid, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, WordPress 4.3.1, WordPress 4.3, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.4;s:5:\"count\";i:47;}s:10:\"updated_at\";s:25:\"2018-02-26T13:53:44+11:00\";s:12:\"published_at\";s:25:\"2015-06-15T14:09:48+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:46:\"https://s3.envato.com/files/137103208/adot.png\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/139402308/01_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:88:\"https://themeforest.net/item/ecommerce-wordpress-theme-adot/full_screen_preview/11733602\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/139402308/01_preview.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/139402308/01_preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=1e399821d49da5ee89ecde14ff47d0bb\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:14:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";i:12;s:15:\"WordPress 4.3.1\";i:13;s:13:\"WordPress 4.3\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:10:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 2.6.x\";i:2;s:15:\"WooCommerce 2.5\";i:3;s:17:\"WooCommerce 2.4.x\";i:4;s:17:\"WooCommerce 2.3.x\";i:5;s:17:\"WooCommerce 2.2.x\";i:6;s:17:\"WooCommerce 2.1.x\";i:7;s:17:\"WooCommerce 2.0.x\";i:8;s:5:\"Ecwid\";i:9;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:33:\"http://adot.thimpress.com/home-09\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:4:{i:0;s:9:\"PHP Files\";i:1;s:15:\"Ecwid CSS Files\";i:2;s:9:\"CSS Files\";i:3;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:13:{i:0;s:8:\"creative\";i:1;s:10:\"e-commerce\";i:2;s:26:\"e-commerce wordpress theme\";i:3;s:27:\"e-commerce wordpress themes\";i:4;s:9:\"ecommerce\";i:5;s:25:\"ecommerce wordPress theme\";i:6;s:26:\"ecommerce wordpress themes\";i:7;s:6:\"estore\";i:8;s:7:\"fashion\";i:9;s:4:\"flat\";i:10;s:6:\"modern\";i:11;s:4:\"shop\";i:12;s:11:\"woocommerce\";}s:21:\"_internal_cross_promo\";a:0:{}}i:19305239;a:25:{s:2:\"id\";i:19305239;s:4:\"name\";s:33:\"Mag WP | Magazine WordPress Theme\";s:11:\"description\";s:758:\" \n\n\nWant more Magazine & Blog themes? We’ve just released: a new Magazine WP Theme, $59 Only\n\n Magazine WordPress theme – MagWP is a perfect WordPress theme for magazines, personal blogs, newspapers, product reviews, content publishers or even Mag WP can be used for niche sites with curated contents.\n\n MagWP is the first and the only WordPress theme to use the same technology of the world’s best online magazines and newspapers (MagWP – The combination of NYTimes, Bloomberg, Mashable, Lifehack and all).\n\n The magazine template MagWP has redefined the definition of online publishing and online magazine with better performance, cleaner design, faster load speed and sleeker experience.\n\n \n\n \n With more\";s:16:\"description_html\";s:20709:\"<p><a href=\"https://thimpress.com/forums/?utm_source=magwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" alt=\"support\" /></a> <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" alt=\"Follow\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a> <a href=\"http://docspress.thimpress.com/magwp/?utm_source=coaching&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a> <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Coaching-WordPress-theme.png\" /></a></p>\n\n\n<blockquote>Want more Magazine & Blog themes? We’ve just released: <a href=\"https://themeforest.net/item/magazette-magazine-blog-wordpress-theme/21070438&utm_campaign=mag2&utm_source=tf&utm_medium=mag1\"> a new Magazine WP Theme, $59 Only</a></blockquote>\n\n <p><strong>Magazine WordPress theme – MagWP</strong> is a perfect WordPress theme for magazines, personal blogs, newspapers, product reviews, content publishers or even Mag WP can be used for niche sites with curated contents.</p>\n\n <p>MagWP is the first and the only WordPress theme to use the same technology of the world’s best online magazines and newspapers (<a href=\"https://thimpress.com/magazine-wordpress-theme-mag-wp-the-combination-of-new-york-times-bloomberg-mashable-lifehack-and-all/\" rel=\"nofollow\">MagWP – The combination of NYTimes, Bloomberg, Mashable, Lifehack and all</a>).</p>\n\n <p>The magazine template MagWP has redefined the definition of online publishing and online magazine with better performance, cleaner design, faster load speed and sleeker experience.</p>\n\n <img src=\"https://thimpress.com/wp-content/uploads/2017/03/thimpress-powerelite-magwp.png\" alt=\"ThimPress - Power Elite Author\" />\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc01-mobile-first.png\" alt=\"Magazine WP Theme - Mobile First Philosophy\" />\n </p><p>With more people using the Internet on mobile than ever, optimize for mobile devices and for video is a must. We built MagWP with a mobile-first philosophy in mind, applying Google’s newest mobile standard – AMP, maximizing experience for all content types on all devices. Your video news, blog posts or even image articles will be more lively and genuine than ever before. Besides, following all Google’s SEO practices and guidelines, MagWP will make your website more Search Engine Optimized than most other newspaper WordPress themes.</p>\n <p><img src=\"https://thimpress.com/wp-content/uploads/2017/02/anynewspaper.png\" alt=\"Magazine WP Theme - 10 Stylish demo for all niches\" />\n<a href=\"http://magwp.thimpress.com/?utm_source=tf-magwp&utm_medium=demo1\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/01-completemagone-1.png\" alt=\"Mag WP - demo1\" /></a><a href=\"http://magwp.thimpress.com/demo-9/?utm_source=tf-magwp&utm_medium=demo9\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/02-magshion-1.png\" alt=\"Mag WP - demo2\" /></a><a href=\"http://magwp.thimpress.com/demo-8/?utm_source=tf-magwp&utm_medium=demo8\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/03-mediumblog-1.png\" alt=\"Mag WP - demo3\" /></a><a href=\"http://magwp.thimpress.com/demo-5/?utm_source=tf-magwp&utm_medium=demo5\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/04-maginterest-1.png\" alt=\"Mag WP - demo4\" /></a><a href=\"http://magwp.thimpress.com/demo-7/?utm_source=tf-magwp&utm_medium=demo7\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/05-magvidhub-1.png\" alt=\"Mag WP - demo5\" /></a><a href=\"http://magwp.thimpress.com/demo-2/?utm_source=tf-magwp&utm_medium=demo2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/06-magcrunch-1.png\" alt=\"Mag WP - demo6\" /></a><a href=\"http://magwp.thimpress.com/demo-4/?utm_source=tf-magwp&utm_medium=demo4\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/07-maglife-1.png\" alt=\"Mag WP - demo7\" /></a><a href=\"http://magwp.thimpress.com/demo-6/?utm_source=tf-magwp&utm_medium=demo6\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/08-simplog-1.png\" alt=\"demo8\" /></a><a href=\"http://magwp.thimpress.com/demo-3/?utm_source=tf-magwp&utm_medium=demo3\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/09-revilog-1.png\" alt=\"Mag WP - demo9\" /></a><a href=\"http://magwp.thimpress.com/demo-10/?utm_source=tf-magwp&utm_medium=demo10\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/10-rtl-1.png\" alt=\"Mag WP - demo10\" /></a>\n</p><p>\n <a href=\"http://magwp.thimpress.com/?utm_source=tf-magwp&utm_medium=desc\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-03-layout.png\" alt=\"10 modern designs and layouts\" /></a>\n <a href=\"http://magwp.thimpress.com/?utm_source=tf-magwp&utm_medium=desc\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-04-articlelayouts.png\" alt=\"4 article layouts for WordPress blogs\" /> </a>\n <img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-05-faster.png\" alt=\"The Fatest Magazine WordPress Theme\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/03/04-simplefasteasy.png\" alt=\"Simple,easy and fast\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/03/04-sellanything-woocommerce.png\" alt=\"Integrate with WooCommerce\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/03/04-amazing-live-editor.png\" alt=\"Visual Composer\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-06-maxcontrol.png\" alt=\"Powerful control with less effort - Magazine WP\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-08-VCthemecustomizer.png\" alt=\"Theme Customizer for Mag WP\" /> \n <img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-07-bonusfeatures.png\" alt=\"Premium Features for Mag WP Theme\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2017/02/Slide-In-Suggestion.gif\" alt=\"Slide In Suggestion for Mag WP Theme\" />\n </p><p>☑️ Forget all the traditional boring sites, MagWP will bring the best reading experience to your patrons and profit to you, the site owner as well. When a reader finishes an article, he can no longer click the Back button to the home page anymore to find out what’s more to read. Now with the assistance of Slide in suggestion, the most relevant piece of writing will appear as a small adorable reminder at the precise time. And the reader apparently can’t resist on clicking to explore what’s next. It is proven to help increase 30% of your visitors’ time on site.</p>\n <h3 id=\"item-description__infinite-scrolling\"><strong>Infinite Scrolling</strong></h3>\n <p>☑️ It can be seen on most of famous web blogs and newspapers, but MagWP is the first and the only news WordPress Theme for Magazines that implements a Slide-in feature to the core. NO NEED ANY EXTRA MONEY to install the plugin. It’s all on us – you just buy the theme, and we will do the rest for you.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/02/infinite-scrolling.gif\" alt=\"Infinite scrolling - Magazine WP Theme\" />\n <h3 id=\"item-description__reading-progress\"><strong>Reading progress</strong></h3>\n <p>☑️ You may not notice, but sometimes, a tiny detail can play the major role in attracting the visitor to your site. And Reading Progress bar could possibly be one of this kind. A small bar put at the top of the article lets the reader know how much they have been reading with amazing effect, which hopefully fascinates the readers. This function is only available on MagWP Magazine WordPress Theme.</p>\n <h2 id=\"item-description__fastest-wordpress-theme\"><strong>Being Fast Isn’t Enough. MagWP is faster.</strong></h2><img src=\"https://thimpress.com/landing/magwp-magazine-wordpress-theme/assets/images/more-mobile-2.png\" alt=\"Fastest magazine wordpress theme\" />\n <p>As mentioned above, MagWP is optimized for all devices with the purpose of giving you and your visitor the highest satisfaction, with the best performance possible. Even better, with enhanced AJAX technology embedded in the core of the theme, almost all sections on your digital magazine will load instantly without having to reload the page. Having this seamless browsing experience, your blog will feel natural, and comfortable to your users. Nothing’s better than grab your phone now and experience yourself how awesome this magazine theme looks on your phone, how fast and clean it is!</p>\n <h3 id=\"item-description__theme-for-mag-and-news\"><strong>WordPress theme for magazine and newspaper</strong></h3>\n <p>Easier searching with AJAX Smart Search: Improve interaction between users and the site, make it faster, smoother with the combined help of XML, HTML, CSS and JavaScript. Ajax Login/ Register system: customize the login/ register form with very simple steps. Short codes for easier editing and writing: no difficulty in controlling the page without massive knowledge in coding. Bonus WP Pipes auto blog plugin and its bundle: this new plugin is now integrated in MagWP, showing the best performance for online newspapers and magazines in editorials or content order.</p>\n <h3 id=\"item-description__promote-sharing\"><strong>A social theme that promotes sharing.</strong></h3>\n \n <ul>\n <li><strong>Sign up form inline articles</strong>: Your news could be shared broader and faster to your potential patrons via emails.</li>\n <li><strong>Social counter widget</strong>: The theme stays connected with the most popular social networks to make the blog shareable at any time.</li>\n <li><strong>Integrated Submit posts button with different Editor Roles</strong>: One special feature of this theme is that visitors can upload their own story with different roles. This feature can develop your site in a more friendly way.</li>\n <li><strong>Rating and Reviewing at ease</strong>: Like other services, ratings and reviews are two essential parts to gain trust and loyalty from visitors; and MagWP is ready to help you with it.</li>\n </ul>\n <h2 id=\"item-description__maximize-control-with-the-least-effort\"><strong>Maximize Control with the least effort</strong></h2>\n <h3 id=\"item-description__powerful-thimcore-v-08-handles-everything-about-the-system-the-power-of\">POWERFUL THIMCORE V.08 HANDLES EVERYTHING ABOUT THE SYSTEM – THE POWER OF AUTOMATION</h3><img src=\"https://thimpress.com/landing/magwp-magazine-wordpress-theme/assets/images/promo-image.png\" alt=\"Maximize Control with the least effort - Mag WP Theme\" />\n <h4 id=\"item-description__one-click-install-sample-data\">One click install sample data</h4>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/02/One-click-Install.jpg\" alt=\"Magazine WordPress Theme - One Click Install\" />\n <h4 id=\"item-description__auto-updates\">Auto Updates</h4>\n <p>Our customers never have to worry about whether it is the time to get the update version of the product, because with ThimCore, this part is automatic. Save time for both of us!</p>\n <h4 id=\"item-description__intuitive-theme-appearance-setting-using-theme-customizer\">Intuitive Theme Appearance Setting using Theme Customizer</h4>\n <p>ThimCore lets you get the full power in managing your own site. The theme is customizable and can be adjusted as you wish.</p>\n <h3 id=\"item-description__the-best-ads-optimized-wordpress-themes\">The Best Ads Optimized WordPress Themes</h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-adsdemo.png\" alt=\"Mag WP - The Best Ads Optimized WordPress Themes\" />\n <p>When you have a great SEO WordPress theme like MagWP, Ads become one great source of revenue for you. This theme is highly optimized for Ads – <i>Banner ads, Text Ads, HTML5 Ads, Google Adsense Ads, etc</i>. With: <strong>Many Ads placement</strong>, <strong>tracking code</strong>, <strong>Ads management plugins</strong>, and above all, <strong>ads settings in every widget</strong>, every module to help you <u>maximize your profit</u>.</p>\n <ul>\n <li>Ads in place of the article, looks like article to increase CTA</li>\n <li>Ads before any content</li>\n <li>Ads in between articles when scrolling using infinite scrolls</li>\n <li>Floating ads on sidebar, along with the article</li>\n <li>Advert inline post content. <a href=\"https://thimpress.com/automatically-insert-ads-inside-blog-post/\" rel=\"nofollow\">Click here to learn how to automatically add Adverts inside post content</a></li>\n\n\n</ul>\n\n<h3 id=\"item-description__free-premium-add-ons-catered-to-your-needs\">FREE PREMIUM ADD-ONS CATERED TO YOUR NEEDS.</h3>\n<ul>\n <li>Visual Composer: Use Drag and Drop to design your site</li>\n <li>contact form 7 & MailChimp for wp support</li>\n <li>Ad box widget</li>\n <li>Left menu bar</li>\n <li>Top Headline bar</li>\n <li>Sticky menu</li>\n</ul>\n<h3 id=\"item-description__a-five-star-support-team\">A Five-Star Support Team</h3>\n<p>Besides the high quality of every product that ThimPress has been always trying to introduce you so far, we are very proud of the hard-working and notable support team. They are all enthusiastic and available for your every query. Our supporters are the most patient persons in the world, ready to deal with any matter you may meet once you have chosen our themes. An excellent product goes with a superb customer service is what we bear in mind all the time – that’s how we built our reputation.</p>\n<h4 id=\"item-description__ratings-and-reviews\">RATINGS AND REVIEWS</h4>\n<p>Because MagWP is a newly-born theme, there hasn’t any rating or review yet. But the brand ThimPress has built over the years can be the proof of the quality, especially the feedback and compliments that customers give us. Our themes have served for over 15,000 people, and almost all of them have rated us five stars. This significant number cannot tell a lie. They are satisfied with our service.</p><img src=\"https://thimpress.com/wp-content/uploads/2017/02/Foobla2017-MagWP-desc03-long-testimonals.jpg\" alt=\"Mag WP Theme - Testimonals\" />\n<h4 id=\"item-description__forum-support-amp-detail-documentation\">FORUM SUPPORT & DETAIL DOCUMENTATION</h4>\n<p>Our aforementioned support team has worked really hard to assist customers and tackle millions of issues to satisfy our demographics. We create a set of detailed documentation together with tutorial video and a forum support to make our customer find it simplest in using our products.</p>\n<p><a href=\"http://docspress.thimpress.com/magwp/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/documentation.jpg\" alt=\"documentation\" /></a> <a href=\"https://thimpress.com/forums/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/forum.jpg\" alt=\"forum\" /></a></p>\n\n<h4 id=\"item-description__regularly-updated\">REGULARLY UPDATED</h4>\n<p>We are sure to tell you that you never get outdated with MagWP. It is frequently updated to ensure there will be no bug in your environment. All of the technology we provide you are the best and the latest.</p><strong>INTERESTED? GET MAGWP NOW!</strong>\n<h3 id=\"item-description__full-feature-list\"><strong>Full Feature List</strong></h3>\n<ul>\n <li><a href=\"http://magwp.thimpress.com/demo-amp/amp/\" rel=\"nofollow\">AMP READY</a> – For better SEO and faster loading on Mobile</li>\n <li>10+ homepage demos include one-click importer.</li>\n <li>10+ page layout</li>\n <li>4 different article layouts</li>\n <li>The best theme for auto post, auto blog, and curated content – works with <a href=\"https://wordpress.org/plugins/wp-pipes/\" rel=\"nofollow\">WP Pipes</a></li>\n <li>Lazy Image Load</li>\n <li>Share buttons</li>\n <li>Social counter widget</li>\n <li>Disqus comment system</li>\n <li>Contact Form</li>\n <li>Customized Video Player</li>\n <li>Awesome slider </li>\n <li>Drag & Drop page builder with Visual Composer</li>\n <li>Support custom widgets and many columns layouts</li>\n <li>Fully responsive support</li>\n <li>600+ fonts and 700+ icons</li>\n <li>Highly Performance Optimized</li>\n <li>Optimized for SEO</li>\n <li>Unlimited color schemes</li>\n <li>Contact form 7 supported</li>\n <li>WPML ready</li>\n <li>Amazing Menu with Mega Menu</li>\n <li>MailChimp for WordPress</li>\n <li>Credit Demo Images: <a href=\"https://unsplash.com/\" rel=\"nofollow\">Unsplash</a>; Description infinite scroll: <a href=\"https://dribbble.com/shots/1876839-Infinite-Scroll\" rel=\"nofollow\">Artrayd</a></li>\n <li>And so much more!</li>\n</ul>\n<h3 id=\"item-description__what-now\"><strong>What now?</strong></h3>Are you still having thoughts or questions about this theme? Don’t hesitate to leave us a comment in the comment tab and we will give you our best support we can give.\n<p>Hesitation will get you nowhere. <strong><a href=\"https://themeforest.net/item/magazine-wordpress-theme-mag-wp/19305239?license=regular&open_purchase_for_item_id=19305239&purchasable=source\">Join the Magazine WP community now!</a></strong></p>\n\n<p><strong>CHANGELOG</strong></p>\n<p>Magazine WordPress Theme 1.0.6 – 2017-05-18</p>\n<pre>\n+ Updated: Gallery for post has background.\n+ Fixed: Off-Canvas Menu.\n</pre><p>Magazine WordPress Theme 1.0.5 – 2017-04-25</p>\n<pre>\n+ Updated: Option to display related posts by category.\n+ Updated: Clickable for images on Featured News.\n+ Updated: Mega menu style.\n+ Updated: Responsive.\n+ Updated: UI/UX.\n+ Fixed: Toggle menu item in single post.\n+ Fixed: Background image for boxed layout.\n+ Fixed: Logo height, single default layout.\n+ Fixed: Sticky Sidebars.\n</pre>\n\n<p>Magazine WordPress Theme 1.0.4 – 2017-04-19</p>\n<pre>\n+ Updated: Typography.\n+ Updated: Optimize options for Thim News shortcode.\n+ Updated: Mega menu Layout Column.\n+ Fixed: Masonry home page.\n+ Fixed: Social share.\n+ Fixed: Process bar in single post.\n+ Fixed: Sticky menu, sticky logo.\n+ Fixed: Retina logo.\n</pre>\n\n<p>Magazine WordPress Theme 1.0.3 – 2017-04-13</p>\n<pre>\n+ Added: New Header Style.\n+ Added: Primary color for shortcodes.\n+ Added: Maintain Page.\n+ Added: New icon for shortcodes.\n+ Updated: Thim Core new version.\n+ Updated: Mega menu CSS.\n+ Updated: Login form on mobile.\n+ Updated: Responsive for shortcode \"Featured News\".\n+ Updated: UI/UX\n+ Fixed: Error duplicate video in single post.\n+ Fixed: Error layout masonry blog page.\n+ Fixed: Error get posts by category for shortcode \"Featured News\".\n</pre>\n\n<p>Magazine WordPress Theme 1.0.2 – 2017-03-30</p>\n<pre>\n+ Added: WhatsApp and Email in floating share.\n+ Updated: Thim MagWP v1.0.2.\n+ Updated: UI/UX\n+ Fixed: Error can\'t change Disqus Shortname\n+ Fixed: Error display drafts in search results and shortcodes.\n+ Fixed: Error layout masonry home page.\n</pre>\n\n<p>Magazine WordPress Theme 1.0.1 – 2017-03-28</p>\n<pre>\n+ New: Support WooCommerce.\n+ Updated: Thim Mag WP plugin.\n+ Fixed: Error CSS on Safari browser.\n+ Fixed: Error on PHP 5.3.\n+ Fixed: Enhance UI/UX.\n+ Fixed: Editor visual mode. (Please update Thim Mag WP 1.0.1 or latest)\n</pre>\n\n<p>Magazine WordPress Theme 1.0.0 – 2017-02-27</p>\n<pre>+ Released The Best Newspaper WordPress Theme.</pre>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:32:\"wordpress/blog-magazine/personal\";s:18:\"classification_url\";s:65:\"https://themeforest.net/category/wordpress/blog-magazine/personal\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:223;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:69:\"https://themeforest.net/item/magazine-wordpress-theme-mag-wp/19305239\";s:7:\"summary\";s:523:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x, Visual Composer 4.10.x, Visual Composer 4.9.x, Visual Composer 4.9, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.04;s:5:\"count\";i:24;}s:10:\"updated_at\";s:25:\"2017-12-01T13:37:43+11:00\";s:12:\"published_at\";s:25:\"2017-03-23T15:21:09+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:47:\"https://s3.envato.com/files/237805715/magwp.png\";s:13:\"landscape_url\";s:77:\"https://s3.envato.com/files/237805716/mag.__large_preview.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:89:\"https://themeforest.net/item/magazine-wordpress-theme-mag-wp/full_screen_preview/19305239\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:77:\"https://s3.envato.com/files/237805716/mag.__large_preview.__large_preview.png\";s:10:\"image_urls\";a:0:{}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:8:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:11:{i:0;s:17:\"WooCommerce 3.0.x\";i:1;s:17:\"WooCommerce 2.6.x\";i:2;s:15:\"WooCommerce 2.5\";i:3;s:17:\"WooCommerce 2.4.x\";i:4;s:22:\"Visual Composer 4.12.x\";i:5;s:24:\"Visual Composer 4.11.2.1\";i:6;s:22:\"Visual Composer 4.11.x\";i:7;s:22:\"Visual Composer 4.10.x\";i:8;s:21:\"Visual Composer 4.9.x\";i:9;s:19:\"Visual Composer 4.9\";i:10;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:27:\"http://magwp.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:13:{i:0;s:7:\"article\";i:1;s:4:\"blog\";i:2;s:9:\"editorial\";i:3;s:14:\"fast and clean\";i:4;s:6:\"jurnal\";i:5;s:8:\"magazine\";i:6;s:4:\"news\";i:7;s:9:\"newspaper\";i:8;s:4:\"post\";i:9;s:10:\"publishing\";i:10;s:6:\"rating\";i:11;s:6:\"review\";i:12;s:12:\"simple paper\";}s:21:\"_internal_cross_promo\";a:0:{}}i:15593989;a:25:{s:2:\"id\";i:15593989;s:4:\"name\";s:36:\"Charity WordPress Theme | Charity WP\";s:11:\"description\";s:752:\"Charity WordPress Theme – Charity WP is perfectly built for charity, nonprofit, non-governmental organization (NGO), donation and fundraising campaign with outstanding and amazing features.\n\n\n \n\n\nComplete Charity WordPress Theme\n\nWith many years of experience in WordPress themes & plugins developing, a lot of time is invested to make Charity WP including research features and optimize UI/UX. This theme has all necessary features for a Charity site: create campaigns/projects/causes, donation system, non-profit events, fund raising, crowdfunding campaigns for cause or charity group/organization, call for volunteers, vision and mission page, and many more. These features are built with super friendly UX which offer you the best experience \";s:16:\"description_html\";s:19164:\"<p><a href=\"https://wp.thimpress.com/product-category/all-wordpress-themes/?orderby=totalsale\" rel=\"nofollow\"><img src=\"https://wp.thimpress.com/wp-content/uploads/2018/08/upto-50off.png\" /></a></p><p><strong>Charity WordPress Theme – Charity WP</strong> is perfectly built for charity, nonprofit, non-governmental organization (NGO), donation and fundraising campaign with outstanding and amazing features.</p>\n\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2018/08/charity2018-item-description.png\" alt=\"Charity Wordpress Theme - Charity WP\" /></p>\n\n\n<h2 id=\"item-description__complete-charity-wordpress-theme\">Complete Charity WordPress Theme</h2>\n\n<p>With many years of experience in WordPress themes & plugins developing, a lot of time is invested to make Charity WP including research features and optimize UI/UX. This theme has all necessary features for a Charity site: create campaigns/projects/causes, donation system, non-profit events, fund raising, crowdfunding campaigns for cause or charity group/organization, call for volunteers, vision and mission page, and many more. These features are built with super friendly UX which offer you the best experience ever of a complete Charity WordPress website.</p>\n\n<p>\n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__6-charity-demos-plus-1-click-demo-importer\">6+ unique Charity Demos</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__powerful-donation-system-for-charity\">Powerful Donation System for Charity</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__drag-amp-drop-page-builder-easily-create-professional-pages-with-no-coding\">Lightweight Drag & Drop Page Builder</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__data-portability-is-necessary\">Data Portability</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__pixel-perfect-charity-wordpress-theme\">Pixel Perfection</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__ui-ux-optimized-for-a-charity-environment\">UX optimized for Charity</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__branding-your-charity-website-without-coding-knowledge\">Easy for branding</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__fancy-events\">Events Management for Charity with Booking</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__ultimate-seo-optimization\">Ultra SEO Optimization</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__faster-loading-for-better-google-ranking\">Highly Performance Optimization</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__fully-multilingual-charity-site-amp-rtl-support\">Multilingual Ready</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__amazing-mega-menu\">Professional Mega Menu</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__mobile-friendly-wordpress-charity-theme\">Mobile-Friendly</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__create-ecommerce-site-with-woocommerce\">WooCommerce Support</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__powerful-donation-system-for-charity\">bbPress Support</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__powerful-donation-system-for-charity\">BuddyPress Support</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__frequently-updated-charity-wordpress-theme\">Frequently Updated</a> + \n<a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__5-star-customer-service\">5 STAR Customer Service</a>\n</p>\n\n<h3 id=\"item-description__6-charity-demos-plus-1-click-demo-importer\">6+ Charity Demos plus 1 click Demo Importer</h3>\n\n<p><strong>The Charity WordPress Theme – Charity WP</strong> supports 6+ unique homepages which are designed in different styles and layouts. All of them are well-suited for charity organizations, non-profit, non-governmental organization (NGO), donation and fundraising campaign.</p>\n<p>» <strong>1 CLICK DEMO IMPORTER</strong></p>\n<p>Charity WP theme comes with the amazing Demo Importer. This beautiful feature will do the theme installation job for you straight out of the box. Just go to Tools > Demo Importer, and off you go!</p>\n\n<h3 id=\"item-description__powerful-donation-system-for-charity\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Powerful Donation System for Charity</a></h3>\n\n<p>The most important feature of charity website is Donation System. The fundraising system of Charity WordPress Theme – Charity WP is operated by the TP Donate plugin which has also been developed by ThimPress themselves. It offers you a strong possibility to create campaigns/projects/causes; a complete and available payment system with three popular methods: AuthorizeNet, PayPal, Stripe; and clear status of your campaigns/projects/causes, etc. </p>\n\n<p>» <strong>Create unlimited Charity Campaigns/Projects/Causes</strong></p>\n\n<p>The Campaigns menu from TP Donate is made for separated plans/ projects that you want to call for donation. With every campaign, you can set up Goal & Raised, Compensate amount. Besides that, it is very easy for you to add a new campaign, categories or tags like a regular post for Campaigns. In front end, “Donate Now” button is displayed when you just hover the mouse, it helps your campaign to raise crowdfunding better.</p>\n\n<p>» <strong>Easy to manage campaigns and their status</strong></p>\n\n<p>TP Donate also provides The Donate menu, it is built to fundraise for the whole site in which you can see ID, name, date, payment method & status for donations and information about donors or “Add new”. Moreover, the setting part is very smart with detailed settings on General, Email, Check Out and Donate to decide how will they be displayed in the front-end.</p>\n\n<p>» <strong>Progress bar for campaign to keep track of donation</strong></p>\n\n<p>Progress bar is a very smart feature of Charity WordPress Theme – Charity WP. It shows you donation’s status of a campaign and you can take information of campaigns quickly and precisely. Because that, you also can build plan to create campaign and change them reasonably.</p>\n\n<h3 id=\"item-description__drag-amp-drop-page-builder-easily-create-professional-pages-with-no-coding\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Drag & Drop Page Builder – Easily Create Professional Pages with no Coding Knowledge</a></h3>\n<p>Some pre-sales questions arise when it comes to the Visual Composer page builder. None of the best selling premium WP themes use this heavy page builder, and neither do we. Charity WP uses the most popular, lightweight and powerful Drag & Drop page builder on the official WordPress plugins directory – <a href=\"https://wordpress.org/plugins/siteorigin-panels/\" rel=\"nofollow\">SiteOrigin Page Builder</a>. The theme loads much faster because of this smart decision <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" /> Everyone knows that Google loves a fast loading website!</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/06/charity-wordpress-theme-drag-drop-page-builder.jpg\" alt=\"Drag & Drop Charity WordPress Theme\" title=\"Drag & Drop Charity WordPress Theme\" />\n\n<h3 id=\"item-description__data-portability-is-necessary\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Data Portability is necessary</a></h3>\n\n<p>Not every theme cares this part, but WE DO because we know that: people sometimes want/need to update your theme or change to the latest trending design instead of use the same theme forever, but such changes can mean that you lose your precious data. With Charity WP, you don’t have to care this problem.\n</p>\n\n<h3 id=\"item-description__pixel-perfect-charity-wordpress-theme\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Pixel Perfect Charity WordPress Theme</a></h3>\n\n<p>To bring professional charity site, Charity WordPress Theme – Charity WP has been developed with pixel perfection. Just look at the live demos to see for yourself how detailed, elaborate and truly pixel perfect it is.</p>\n\n<h3 id=\"item-description__branding-your-charity-website-without-coding-knowledge\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Branding your Charity Website without Coding Knowledge</a></h3>\n\n<p>With an easy and visual customization, you can brand your Charity website without Coding Knowledge, this work helps you spend more time on your campaigns/ projects/ causes.</p>\n\n<p><strong>Changing colors to match your brand</strong>: this Charity WordPress theme comes with unlimited colors. You can change the appearance, according to your preference and your brand by thousands of way.</p>\n\n<p><strong>Select from 700+ fonts</strong>: 700+ fonts are available for you to choose from. Pick up any from the Google Fonts library to suit your own style.</p>\n\n<p><strong>Logo on pages pre-loading</strong>: we’ve created this feature for a better UI – page loading in Charity WP will never be annoying for users. You are free to change the logos as you wish.</p>\n\n<h3 id=\"item-description__fancy-events\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Fancy Events</a></h3>\n<p>The helpful events plugin is ready to use, with an attractive countdown to events.</p>\n\n<p><strong>Event management</strong>: events are separated into Expired, Ongoing and Upcoming events, for full control and to make sure your users never miss out.</p>\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/06/charity-wordpress-theme-fancy-events.png\" alt=\"Events for charity WordPress Site\" /></p>\n\n\n<p><strong>Selling Event Tickets</strong>: receive payments over PayPal, Stripe, Authorize.net or Offline payment.</p>\n\n<h3 id=\"item-description__create-ecommerce-site-with-woocommerce\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Create eCommerce site with WooCommerce</a></h3>\n<p>In case you want a shop feature for selling products, such as your crafts, keychains, or other wares for raising fund, Charity WP is ready for you. The theme is fully compatible with WooCommerce.</p>\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/06/charity-wordpress-theme-woocommerce-support.png\" alt=\"Charity WordPress Theme with WooCommerce support\" /></p>\n\n\n<h3 id=\"item-description__fully-multilingual-charity-site-amp-rtl-support\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Fully Multilingual Charity Site & RTL Support</a></h3>\n<p>It is really easy to bring your charity site to a global market because Charity WP theme fully supports multi-languages with WPML, Polylang and QTranslate. More than that, the theme also supports Right-To-Left (RTL), in order to handle and respond to users who communicate with a right-to-left language.</p>\n<h3 id=\"item-description__amazing-mega-menu\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Amazing Mega Menu</a></h3>\n<p>Charity WP uses Mega Menu to offer an amazing navigation experience for users because this menu can display many different options at a time. Icons, pictures, and typographical hierarchy can be used to make scanning easier. It also allows for efficient, hierarchical organization and grouping.</p>\n<h3 id=\"item-description__mobile-friendly-wordpress-charity-theme\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Mobile-Friendly WordPress Charity Theme</a></h3>\n<p>This charity WordPress theme is made with full mobile support, which means your site will not only display perfectly on the web but also on mobile. With a responsive design and retina ready display, your site will look awesome on any device. Users can see causes and give their donation on the web and their mobile devices as well. This function is sure to bring you more traffic.</p>\n\n<h3 id=\"item-description__ultimate-seo-optimization\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Ultimate SEO Optimization</a></h3>\n<p>Using Charity WP is a great way to get your charity website ranked significantly higher on search engines. All titles, headings, and meta tags have been carefully optimized, just the way that Google likes it. <a href=\"https://goo.gl/kEqdfQ\" rel=\"nofollow\">Structured Data</a> is implemented deeply, to make your site look appealing in Google search results. We have not only coded for blog posts, but for WooCommerce products and campaigns/causes/projects too.</p>\n\n<h3 id=\"item-description__faster-loading-for-better-google-ranking\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Faster Loading for Better Google Ranking</a></h3>\n<p>From day one, we have been continually optimizing every bit of the code to make sure it has fewer requests, fewer database queries, less CSS & JS and loads faster. With new version, our highest priority is to find ways to make it better.</p>\n\n<h3 id=\"item-description__5-star-customer-service\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">5 STAR Customer Service</a></h3>\n<p>Having been established since 2007, we understand that customer service is the key to success for the online business. You will be making a smart decision to go with Charity WP theme for your charity website, and you won’t be disappointed with our customer service – GUARANTEED!</p>\n\n<h3 id=\"item-description__frequently-updated-charity-wordpress-theme\"><a href=\"http://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989#item-description__complete-charity-wordpress-theme\">Frequently Updated Charity WordPress Theme</a></h3>\n<p>\nSee our Changelog for Charity WP to see how active we are in developements and improvements. You don’t want to use outdated themes, plugins with a careless design, performance or code quality. We never stop improving our products and services.\n</p>\n\n<p><strong>CHANGELOG</strong></p>\n<p>Charity WP 2.1 – 2018-08-08</p>\n<pre>- Fixed: Comming soon.\n- Fixed: Event widget style 2.\n- Added: demo 7 and demo 8.</pre>\n<p><strong>Charity WP 2.0 – 2018-03-15</strong></p>\n<p><strong>Big updates</strong></p>\n<pre>\n- Remove: Mega Menu.\n- Remove: Plugin Thim Framework.\n- New: Updated theme use plugin Thim Core.\n- New: Customize setting and live.\n- New: Import by Thim Core full image and data use one click.\n- New: Manage plugin and theme.\n- New: Login Envato update pentium theme and plugin.\n</pre>\n<p><strong> Charity WP 1.2.0 – Nov 14, 2017 </strong></p>\n<pre>\n- Added: Custom top image for each page.\n- Updated: Plugin Thim Framework to new version.\n- Updated: Plugin Thim Portfolio.\n- Fixed: Out of date Woocommerce.\n- Fixed: UI/UX.\n</pre>\n\n<p><strong> Charity WP 1.1.4 – May 18, 2017 </strong></p>\n<pre>\n- Updated: Woocommerce 3.0.6.\n- Fixed: Error Event Css.\n- Fixed: Message Error Donate.\n- Fixed: Template Donate (FundPress).\n- Updated: Language File and translate text Events and Our Team.\n- Added: Hidden text donate when none set date donate or date to 0.\n- Fixed: Error when import and edit slider\n</pre>\n\n<p><strong> Charity WP 1.1.2 – Feb 27, 2017 </strong></p>\n<pre>- Fixed: Plugin TP Event when update theme.\n- Fixed: Plugin TP Framework when update theme.</pre>\n\n<p><strong> Charity WP 1.1.1 – Feb 20, 2017 </strong></p>\n<pre>- Update: Plugin TP Event.\n- Change: Plugin TP Donate to Fundpress.</pre>\n\n<p><strong>Charity WP 1.1 – Feb 08, 2017</strong></p>\n<pre>- Fixed: Menu Mobile.\n- Update: Plugin TP Event.\n- Remove: Plugin TP Event Auth.</pre>\n\n<p><strong>Charity WP 1.0.9 – Dec 31, 2016 </strong></p>\n<pre>- Fixed: Choose category our_team widget.\n- Fixed: Error gallery when not active plugin Woocommerce.\n- Update: Plugin TP Donate version 1.0.8.\n- Update: Use HTML in accordion. </pre>\n\n<p><strong> Charity WP 1.0.7 – Nov 18, 2016 </strong></p>\n<pre>- Update: Plugin TP Donate version 1.0.6.\n- Add: config tab active Event.\n- Fixed: validate form popup.</pre>\n\n<p><strong>Charity WP 1.0.6 – Oct 31, 2016 </strong></p>\n<pre>- Fixed: Plugin TP Donate in mobile.\n- Fixed responsive mobile form donate.</pre>\n\n<p>Charity WP 1.0.5 – Oct 25, 2016 </p>\n<pre>+ Fixed: UI layout Cause.\n+ Update: Plugin TP Donate, TP Event, TP Event-Auth.\n+ Fixed font family Icon-Box.</pre>\n\n<p>Charity WP 1.0.4 – Aug 26, 2016 </p>\n<pre>+ Fixed: Issue conflict js with isotope.\n+ Update: Plugin TP Donate.</pre>\n\n<p> Charity WP 1.0.3 – Aug 19, 2016 </p>\n<pre>+ Update: Outdated some WooCommerce template files version 2.6.4.\n+ Update: Plugin required.\n+ Fixed: Option setup Top image in Customize.\n+ Fixed: Double header image on single our team page.\n+ Fixed: Widget Thim: Our team.\n+ Fixed: Widget Thim: Testimonials.\n+ Fixed: Widget Thim: Google Map.</pre>\n\n<p>Charity WP 1.0.2 – Jun 21, 2016</p>\n<pre>+ Added: Mega menu.\n+ Added: Donation page (shortcode).\n+ Added: Portfolio.\n+ Updated: Demo data.\n+ Updated: TGM Plugin Activation to the latest version.\n+ Updated: Revolution Slider.\n+ Updated: Thimpress Donate plugin.</pre>\n\n<p>Charity WP 1.0.1 – May 26, 2016</p>\n<pre>+ Added: Galleries with source post format gallery.\n+ Fixed: Import demo data.\n+ Fixed: Parallax effect.\n+ Updated: Slider Home 2.\n+ Updated: UX/UI.\n+ Updated: Demo data. </pre>\n<p>Charity WP 1.0.0 – May 24, 2016</p>\n<pre>+ Release the first version.</pre>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:27:\"wordpress/nonprofit/charity\";s:18:\"classification_url\";s:60:\"https://themeforest.net/category/wordpress/nonprofit/charity\";s:11:\"price_cents\";i:6400;s:15:\"number_of_sales\";i:1425;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:72:\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989\";s:7:\"summary\";s:437:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.44;s:5:\"count\";i:63;}s:10:\"updated_at\";s:25:\"2018-08-16T18:23:22+10:00\";s:12:\"published_at\";s:25:\"2016-05-24T01:09:46+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:49:\"https://s3.envato.com/files/217723107/charity.png\";s:13:\"landscape_url\";s:84:\"https://s3.envato.com/files/249926485/01_charity.__large_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:92:\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/full_screen_preview/15593989\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:84:\"https://s3.envato.com/files/249926485/01_charity.__large_preview.__large_preview.jpg\";s:10:\"image_urls\";a:4:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:156:\"https://previews-themeforest.imgix.net/files/249926485/02_Demo+2.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=36ca39f4115126dd6a6715393c285676\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:1;a:4:{s:4:\"name\";N;s:3:\"url\";s:156:\"https://previews-themeforest.imgix.net/files/249926485/03_Demo+1.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=a973f791a42e45fb4d384a78dca4726d\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:2;a:4:{s:4:\"name\";N;s:3:\"url\";s:156:\"https://previews-themeforest.imgix.net/files/249926485/04_Demo+3.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=2350c2716772e5d232de03d5b8fba73f\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:3;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/249926485/05_Group+1.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=f1c2935c5baeec4c95fb395d0da765ee\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:12:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:5:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 2.6.x\";i:2;s:15:\"WooCommerce 2.5\";i:3;s:17:\"WooCommerce 2.4.x\";i:4;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:38:\"http://charitywp.thimpress.com/demo-8/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:44:\"Nonprofit Charity, Donation, Fundraising NGO\";i:1;s:41:\"6+ unique Charity Demos & Donation System\";i:2;s:43:\"SEO + Event Management System + Easy To Use\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:11:{i:0;s:5:\"cause\";i:1;s:7:\"charity\";i:2;s:6:\"donate\";i:3;s:9:\"donations\";i:4;s:10:\"foundation\";i:5;s:12:\"fund raising\";i:6;s:7:\"gallery\";i:7;s:10:\"non-profit\";i:8;s:15:\"nonprofit theme\";i:9;s:12:\"organization\";i:10;s:4:\"shop\";}s:21:\"_internal_cross_promo\";a:0:{}}i:13513609;a:25:{s:2:\"id\";i:13513609;s:4:\"name\";s:35:\"Automotive WordPress Theme - Garage\";s:11:\"description\";s:758:\"\nAutomotive WordPress Theme – Garage is a perfect fit for people who are running repair workshop, car service and garage business in which you can boost your reputation by presenting yourself and services. \n\nProfessional Automotive WordPress Theme for Garage\nAutomotive WordPress Theme – Garage comes with powerful Contact Form 7 which helps your customers be easy to get in touch with you. The Google Map is also included here to show your location. Interestingly, the customers also can make appointments with the garage in advance to save time by pressing the “Appointment Now” button. Moreover, the MailChimp integration allows you to send newsletters to your subscribers and keep your contacts in one profile which will be very useful and conven\";s:16:\"description_html\";s:6349:\"<p>\n<a href=\"http://thimpress.com/car-dealer-automotive-wordpress-theme-garage\" rel=\"nofollow\"><strong>Automotive WordPress Theme – Garage</strong></a> is a perfect fit for people who are running repair workshop, car service and garage business in which you can boost your reputation by presenting yourself and services. \n</p>\n<h2 id=\"item-description__professional-automotive-wordpress-theme-for-garage\">Professional Automotive WordPress Theme for Garage</h2>\n<p><strong>Automotive WordPress Theme – Garage</strong> comes with powerful Contact Form 7 which helps your customers be easy to get in touch with you. The Google Map is also included here to show your location. Interestingly, the customers also can make appointments with the garage in advance to save time by pressing the “Appointment Now” button. Moreover, the MailChimp integration allows you to send newsletters to your subscribers and keep your contacts in one profile which will be very useful and convenient for you to make marketing strategies later on. \n</p>\n<p>\n<strong>Car Service WordPress Theme – Garage</strong> packs Visual Composer – a powerful drag & drop page builder to construct any page with ease and short time. Additionally, this Car Service Automotive WordPress Theme also allows you to build pages by Thim shortcodes for Visual Composer such as: Event, Testimonial, Icon Box, Thim Recent Posts, Thim Heading, Counter Box, Google Map, Gallery, Images. Besides that, Revolution Slider is also included in the Garage WordPress Theme to deliver beautiful contents of your website.\n</p>\n<p><strong>WordPress Automotive Theme – Garage</strong> supports WooCommerce which turn your Repair Workshop, Car Service & Garage website into shop in which you can add products, product variation, product gallery, set featured products. Furthermore, those products are put into categories for a convenient searching. You also can sort products by different criteria such as: popularity, average rating, newness, price…, filter products by price range or make a product search by smart Ajax.\n</p>\n<h3 id=\"item-description__discover-more-about-wordpress-hotel-theme-sailing\">Features of Car Dealer Automotive WordPress Theme – Garage: </h3>\n<ul>\n<li><strong>Drag & Drop Page Builder Visual Composer.</strong></li>\n<li><strong>Revolution Slider.</strong></li>\n<li>Responsive & Mobile-Friendly .</li>\n<li>Retina ready.</li>\n<li>SEO optimized.</li>\n<li>Social media sharing.</li>\n<li>Photoshop files (PSD) included.</li>\n<li>WooCommerce 2.2.x, 2.3.x ready.</li>\n<li>Post formats – Standard, Gallery, and Video.</li>\n<li>Built on latest Bootstrap 3 & FontAwesome 2.</li>\n<li>Styles has written by LESS CSS. </li>\n<li>Live preview Customizer.</li>\n<li>Contact Form 7 ready.</li>\n<li>MailChimp integrated.</li>\n<li><strong>Performance optimized.</strong></li>\n<li><strong>One Click Demo Implementation.</strong></li>\n<li>Self-hosted HTML5 video player.</li>\n<li>Google Fonts support (600+).</li>\n<li>Translation ready (.po/.mo files), RTL support</li>\n<li>Unlimited color choices.</li>\n</ul>\n<p>Having been made over a depth research on top of Automotive WordPress Themes to bring best experiences, best quality of design & code, Car Dealer Automotive WordPress Theme – Garage is a perfect fit for people who are running repair workshop, car service and garage business in which you can boost your reputation by presenting yourself and services.</p>\n\n<h3 id=\"item-description__changelog\">Changelog</h3>\n<p><strong>Garage 1.11 • 2018-01-09</strong></p>\n<pre>\n+ Updated: Compatible with WooCommerce 3.x.\n+ Updated: Update latest version of premium plugins.\n</pre>\n\n<p><strong>Garage 1.9.1 • 2017-02-09</strong></p>\n<pre>\n+ Updated: Visual Composer 5.0.1,\n+ Updated: Revolution Slider 5.3.1.5.\n+ Fixed: API key for google maps.\n+ Fixed: Import demo.\n+ Fixed: Some minor issues\n+ Added: Testimonials (archive, single and widget).\n</pre>\n\n<p><strong>Garage 1.9 • 2016-07-05</strong></p>\n<pre>\n+ Updated: tgmpa library to version 2.6.1.\n</pre>\n\n<p><strong>Garage 1.8 • 2016-06-28</strong></p>\n<pre>\n+ Updated: Visual Composer 4.12,\n+ Updated: Revolution Slider 5.2.6.\n+ Fixed: Update cart button.\n+ Fixed: View cart button in single post.\n+ Fixed: API key for google maps.\n+ Added: Our team (archive, single and widget).\n+ Added: Plugin events (happening, upcoming, expired event).\n</pre>\n\n<p><strong>Garage 1.7 • 2016-04-22</strong></p>\n<pre>\n+ Updated: Visual Composer 4.11.2.1.\n+ Updated: Revolution Slider 5.2.5.\n+ Added: Child theme.\n</pre>\n<p><strong>Garage 1.6 • 2016-03-06</strong></p>\n<pre>\n+ Add more some social feeds.\n</pre>\n<p><strong>Garage 1.5 • 2016-02-25</strong></p>\n<pre>\n+ Updated WooCommerce template.\n+ Fixed Visual Composer layout.\n+ Improved Thim Garage Shortcodes Plugin.\n+ Improved some UI/UX.\n+ Updated demo data.\n</pre>\n\n<p><strong>Garage 1.4 • 2016-01-31</strong></p>\n<pre>\n+ Improve search page.\n+ Updated language file.\n</pre>\n\n<p><strong>Garage 1.3 • 2016-01-05</strong></p>\n<pre>\n+ Fixed bugs for social link widget.\n+ Fixed bugs for breadcrumb.\n</pre>\n\n<p><strong>Garage 1.2 • 2015-12-29</strong></p>\n<pre>\n+ Fixed bugs for old version php.\n+ Remove support custom header image.\n</pre>\n\n<p><strong>Garage 1.1 • 2015-12-15</strong></p>\n<pre>\n+ Fixed bugs with some custom widgets in WordPress version 4.4.\n</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\"><img src=\"https://0.s3.envato.com/files/137954732/01_preview.__large_preview.jpg\" alt=\"eCommerce WordPress Theme adot\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/squareroot-one-page-personal-cv-resume-theme/8254575\"><img src=\"https://0.s3.envato.com/files/97544465/Preview/01_preview.__large_preview.jpg\" alt=\"Squareroot - One Page Personal CV Resume Theme\" /></a>\n</p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:28:\"wordpress/corporate/business\";s:18:\"classification_url\";s:61:\"https://themeforest.net/category/wordpress/corporate/business\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:488;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:71:\"https://themeforest.net/item/automotive-wordpress-theme-garage/13513609\";s:7:\"summary\";s:670:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x, Visual Composer 4.10.x, Visual Composer 4.9.x, Visual Composer 4.9, Visual Composer 4.8.x, Visual Composer 4.7.4, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, WordPress 4.3.1, WordPress 4.3, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.34;s:5:\"count\";i:35;}s:10:\"updated_at\";s:25:\"2018-01-09T17:45:55+11:00\";s:12:\"published_at\";s:25:\"2015-12-10T05:45:31+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:48:\"https://s3.envato.com/files/156479325/garage.png\";s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/162508231/01_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:91:\"https://themeforest.net/item/automotive-wordpress-theme-garage/full_screen_preview/13513609\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:68:\"https://s3.envato.com/files/162508231/01_preview.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:157:\"https://previews-themeforest.imgix.net/files/162508231/01_preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=f194e2ad319e4ac0ec18a69918a785a3\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:8:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";i:7;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:14:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";i:12;s:15:\"WordPress 4.3.1\";i:13;s:13:\"WordPress 4.3\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:13:{i:0;s:17:\"WooCommerce 3.0.x\";i:1;s:17:\"WooCommerce 2.6.x\";i:2;s:15:\"WooCommerce 2.5\";i:3;s:17:\"WooCommerce 2.4.x\";i:4;s:22:\"Visual Composer 4.12.x\";i:5;s:24:\"Visual Composer 4.11.2.1\";i:6;s:22:\"Visual Composer 4.11.x\";i:7;s:22:\"Visual Composer 4.10.x\";i:8;s:21:\"Visual Composer 4.9.x\";i:9;s:19:\"Visual Composer 4.9\";i:10;s:21:\"Visual Composer 4.8.x\";i:11;s:21:\"Visual Composer 4.7.4\";i:12;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:28:\"http://garage.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:0:{}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:14:{i:0;s:4:\"auto\";i:1;s:10:\"automobile\";i:2;s:10:\"automotive\";i:3;s:26:\"automotive wordpress theme\";i:4;s:3:\"car\";i:5;s:11:\"car service\";i:6;s:27:\"car service wordpress theme\";i:7;s:4:\"cars\";i:8;s:10:\"industrial\";i:9;s:8:\"industry\";i:10;s:7:\"service\";i:11;s:7:\"vehicle\";i:12;s:26:\"wordpress automotive theme\";i:13;s:8:\"workshop\";}s:21:\"_internal_cross_promo\";a:0:{}}i:18828322;a:25:{s:2:\"id\";i:18828322;s:4:\"name\";s:32:\"Hotel WordPress Theme | Hotel WP\";s:11:\"description\";s:754:\"\n \n \n \n \n\n\nHotel WordPress Theme | Hotel WP is the most charming, luxurious and powerful WP template for Bed and Breakfasts, hotel, hostel, resort, vacation room/apartment rental services. Its original goal is to help you easier manage your rooms listings, customer bookings and reservations online, pricing plans and coupons. With its beautiful design, and high coding quality, this theme can showcase your unique accommodations to the world and attract more visitors to your website.\n\n\n ** This is the Version 2.0 of the renowned best-selling Hotel WordPress theme – Sailing.\n\n\n\nThe perfect glamorous WordPress Hotel Theme for Travel and Booking – MADE FOR YOU AND YOUR BUSINESS\n\n Do you want to attract more people to your house,\";s:16:\"description_html\";s:23346:\"<p>\n <a href=\"https://thimpress.com/forums/forum/hotelwp/?utm_source=hotelwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/hotel-wp/?utm_source=hotelwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n<p>\n<strong>Hotel WordPress Theme | Hotel WP</strong> is the most charming, luxurious and powerful WP template for Bed and Breakfasts, hotel, hostel, resort, vacation room/apartment rental services. Its original goal is to help you easier manage your rooms listings, customer bookings and reservations online, pricing plans and coupons. With its beautiful design, and high coding quality, this theme can showcase your unique accommodations to the world and attract more visitors to your website.\n</p>\n<blockquote>\n ** This is the Version 2.0 of the renowned best-selling <a href=\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455?utm_source=hotelwp&utm_medium=quote\">Hotel WordPress theme – Sailing.</a>\n</blockquote>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/03/thimpress-powerelite-magwp.png\" alt=\"ThimPress - Power Elite Author\" />\n\n<h2 id=\"item-description__the-perfect-glamorous-wordpress-hotel-theme-for-travel-and-booking-made-for\">The perfect glamorous WordPress Hotel Theme for Travel and Booking – MADE FOR YOU AND YOUR BUSINESS</h2>\n<ul>\n <li>Do you want to attract more people to your house, your hotel, hostel, or your bed and breakfast destination?</li>\n <li>You have a great service but you don’t know how to get found on the Internet with all the SEO, Adwords, FB Ads things?</li>\n <li>You want to improve your online presence and make your website a booking magnet?</li>\n <li>You are looking for a luxury well-designed template to present your beautiful cozy and elegant rooms, balconies, suits or lobbies and make people fall in love with your hotel at first sight?</li>\n <li>Or you need a QUICK & EASY TO USE WordPress theme for hotels so that your visitors can book and make reservations easily? (Easy to install, easy to manage and time-saving is a must!)</li>\n</ul>\n<p>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Trusted-by-12k-customers.jpg\" alt=\"Hotel WordPress theme - Trusted by 12k customers\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Premium-demos.jpg\" alt=\"Hotel WordPress theme - Premium demos\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Thim-Core.jpg\" alt=\"Hotel WordPress theme - Thim Core\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Drag-and-Drop-page-builder.jpg\" alt=\"Hotel WordPress theme - Drag and Drop page builder\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2017/11/Hotel-WordPress-theme-Booking-room.png\" alt=\"Hotel WordPress theme - Booking room\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Fully-Responsive.jpg\" alt=\"Hotel WordPress theme - Fully Responsive\" />\n <img src=\"https://thimpress.com/wp-content/uploads/2018/08/Hotel-WordPress-theme-10m-setup.jpg\" alt=\"Hotel WordPress theme - 10m setup and customers review\" />\n\n</p>\n\n<h2 id=\"item-description__the-creative-multi-purpose-travel-wp-theme-for-accommodation-and-reservation\">The Creative Multi-Purpose Travel WP Theme for Accommodation and Reservation</h2>\n<p>Upon introducing this theme, we are proud to present the great power and flexibility of the 5-star <a href=\"https://wordpress.org/plugins/wp-hotel-booking/\" rel=\"nofollow\">WP Hotel Booking plugin</a> made by ThimPress. This plugin covers all the necessary functions of a WordPress theme for booking and reservation, and is being used by hundreds of hotels, resorts or bed and breakfasts businesses in the world. With Hotel WP, you can have the power and functionalities of great travel websites like <strong>AirBNB, TripAdvisor, Booking.com, Agoda…</strong> all in one place.</p>\n<ul>\n <li><p><strong>Bookings management – A system that is as powerful as Airbnb.</strong></p>\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Booking-form-with-slider.gif\" alt=\"Hotel WordPress theme - Slider Booking form\" /></p>\n <p>Think of all the functions you would need for your website: Booking and availability checking form, pricing plan based on days of the week, additional amenities and services, coupon, … And you will see that they are all available in our theme. Because we ultimately know that there’s no one-size-fit-all product, we even included many different styles and creative design options for you to choose from.</p>\n </li>\n <li><p><strong>Social share and Customer reviews – Word of mouth is the most effective marketing methods.</strong></p> \n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-reviews.gif\" alt=\"Hotel WordPress theme - Customer review\" />\n </p>\n <p>To honor the word of mouth, we tried to make customer review as stunning as possible. This visual effect can have a positive impact on your visitors and encourage them to stay at your place. Another great feature of the theme is the Instagram feed that will make your site more lively and appeal people to engage with your instagram channel.</p>\n <p>Besides, the theme is compatible with many design standard for enhanced social experience like Open Graph Meta Tags, Google Theme-color… so that your hotel website will look better with more colors, more elements and better image resolution when it is shared on social networks \nor when being viewed on Smartphones. The setting for these functions can be found easily in the WordPress’s Customize Settings of the theme as below:</p>\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-customize.png\" alt=\"Hotel WordPress theme - customize\" /></p>\n </li>\n</ul>\n\n<h2 id=\"item-description__a-theme-with-great-features-and-smooth-experience\">A theme with great features and smooth experience</h2>\n<h3 id=\"item-description__thimcore-for-faster-site-speed-and-better-seo-ranking\">ThimCore for faster site speed and better SEO ranking</h3>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-fast-page-speed.png\" alt=\"Hotel WordPress theme - faster speed\" />\n<p>\n ThimCore is a brand new WordPress management plugin developed by ThimPress that efficiently optimize your website, make it lightweight and greatly reduce page load time. This improved speed will increase user experience and also helps you rank better on Google.\n</p>\n<p>\n Besides the speed optimization, Hotel WP employs a complex structure data in the way it display titles, contents, images, tags etc to make your site appealing in the eyes of Google, results in a significantly higher ranking of your site on Google search result pages for the same keywords.\n</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Performance-optimized.jpg\" alt=\"Hotel WordPress theme - performance optimized\" />\n<h3 id=\"item-description__thimcore-for-better-website-hotel-management\">ThimCore for better website/hotel management</h3>\n<p>\n Upon installing the theme, we recommend you use some plugins. But don’t worry, ThimCore’s backend will show you which addon to installs and which not to. With ThimCore, you can also ask for support, read online documentations or activate the theme, install demo data or even update theme in the future.\n</p>\n<h3 id=\"item-description__one-click-installer-will-save-a-lot-of-your-time\">One Click Installer will save a lot of your time</h3>\n<p>\n As we promised, Hotel WP is so easy to use that its setting up process is made as simple as possible with only one click and your hotel will be up and running in less than five minutes.\n</p>\n<h3 id=\"item-description__incredible-user-friendly-and-well-decorated-interface\">Incredible user-friendly and well-decorated Interface</h3>\n<p>\n Even though we provide a set of helpful instruction for you to install, modify and customize the theme with the purpose of assisting you when creating your dream hotel website, there’s no need for instructions for your visitors. The theme is designed in a way that is easy and user-friendly so that anyone can use, make reservation within seconds without any difficulties, without any instructions, just like there’ll be no manual on how to use hotel rooms or how to use the bed properly. \n</p>\n<h3 id=\"item-description__simply-just-drag-and-drop-to-build-unlimited-pages-with-tonnes-of-effects\">Simply just Drag and Drop to build unlimited pages with tonnes of effects</h3>\n<p>\n For the sake of simplicity, we want you to be able to customize your web pages without any technical knowledge. Therefore, we integrated <strong>Visual Composer Builder</strong> and <strong>improved WordPress Customize</strong> settings to give you a seamless drag and drop builder, bring web design to a whole new level where you can do more with less. You now can even preview your changes in real-time via WordPress customize window.\n</p>\n<h3 id=\"item-description__the-5-star-avenger-supporting-team\">The 5-star Avenger Supporting Team</h3>\n<p>\n Here at ThimPress, we understand that having a good product at first isn’t enough. It is the long-term support and updates that define make a great theme. For more than 12,000 satisfied customers of ThimPress, and especially for thousands of customers of Sailing (the successor of Hotel WP), this proves to be true. With this newly released Hotel WP theme, we promise you 3 of the following as we always promised:\n</p>\n<h4 id=\"item-description__high-quality-support-via-forum-and-comment-support\">High quality support via Forum and Comment support</h4>\n<p>\n I encourage you to look at our ThemeForest portfolio before you purchase this theme. Out of our 12,000 customers, we got a total of 1072 ratings of almost 5 stars and half of that are because of our enthusiasts supporters and the supporting forum that not many other theme makers have. As a proof of our supporting and product quality, below are real reviews from real customers of another Hotel WordPress theme made by us – the Sailing:\n</p>\n<a href=\"https://thimpress.com/forums/forum/hotelwp/?utm_source=hotelwp&utm_medium=bot_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Visit-Forum.jpg\" alt=\"Hotel WordPress theme - Visit forum\" /></a>\n<h4 id=\"item-description__detail-documentation-as-best\">Detail Documentation As Best</h4>\n<p>\n Along with the born of Hotel WP is the born of our newest documentation system – DocPress that elevates our already detail and helpful documentation to the next level. With this documentation system, you can ask for clarifying, send instructions to your colleagues, report problems or ask for support.\n</p>\n<a href=\"http://docspress.thimpress.com/hotel-wp/?utm_source=hotelwp&utm_medium=bot_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Hotel-WordPress-theme-Documentation.jpg\" alt=\"Hotel WordPress theme - Read documentation\" /></a>\n<h4 id=\"item-description__frequently-updated\">Frequently Updated</h4>\n<p>\n No developer team can make sure of a bug-free product; Even Samsung Galaxy S7 got fatal errors. We cannot guarantee this theme will not have bugs, but we can guarantee you that we will frequently and quickly update this theme based on your request to give you and your customers a seamless experience.\n</p>\n<h3 id=\"item-description__hotel-wordpress-theme-hotel-wp-at-a-glance\">Hotel WordPress Theme – Hotel WP at a Glance</h3>\n<p>Hotel WP is a Creative WordPress theme suitable for resort travel tour adventure booking hotel book room transport bnb bed and breakfast vehicle restaurant food and drink bakery event conference travel agency supermarket retail nonstop dj music bar cafe metal guitar sing education school college institute university uni online learning training livestream food translate translation the gem charity course gallery portfolio showcase photography corporate travel modern trainer mentor class sail journey news paper computer theater movie cinema business corporate multipurpose multi-purpose construction movie produce design architect blog magazine student pupil apprentice freelance newspaper enfold bridge avada X enfold uncode listing real estate housing accommodation responsive multi-purpose wp sailing corporate business industry motor car center mall yard fitness sport gym job restaurant instrument song beat phone watch TV traveloka bookings.com tripadvisor WordPress theme for Hotel </p>\n<ul>\n <li>3+ premium unique demos</li>\n <li>Brand new Thim Core plugin\n <ul>\n <li>Faster Speed</li>\n <li>Easier configuration</li>\n <li>Incredible User-friendly Interface</li>\n <li>Live Edit page and Live Preview</li>\n </ul>\n </li>\n <li>Visual Composer: Just Drag and Drop to create beautiful pages for your hotel\n <ul>\n <li>Create your own Hotel Website as your imagination</li>\n <li>Cheaply & Without Technical Coding Knowledge</li>\n </ul>\n </li>\n <li>TP Hotel Booking: Powerful Booking rooms System\n <ul>\n <li>Bookings management – As powerful as Airbnb</li>\n <li>Additional Packages: wifi, car park..</li>\n <li>Flexible Payment methods: PayPal, Offline, Stripe </li>\n <li>Customer reviews </li>\n </ul>\n </li>\n <li>Premium Slider with <strong>Slider Revolution</strong></li>\n <li>Contact Form 7 ready</li>\n <li>Instagram Feed</li>\n <li>MailChimp support</li>\n <li>Fancy Events with count down and many columns</li>\n <li>Many Blog styles: 2 or 3 columns; left, right or full sidebar; single with sidebar</li>\n <li>WooCommerce support</li>\n <li>Testimonials support</li>\n <li>Awesome Rooms for Hotel website\n <ul>\n <li>Include review and comment</li>\n <li>Gallery with mix effect</li>\n <li>Pricing Plan for each day</li>\n </ul>\n </li>\n <li>Smart sticky menu</li>\n <li>Parallax image</li>\n <li>600 + Google font and Font Awesome icons included</li>\n <li>Unlimited layouts and colors</li>\n <li>Fully responsive and Retina ready</li>\n <li>SEO and performance optimized</li>\n And so much more…\n</ul>\n\n <p><a href=\"http://themeforest.net/checkout/from_item/18159471?license=regular&purchasable=source&support=bundle_6month\">Buy Hotel WP Now</a></p>\n\n\n<p><strong>CHANGELOG</strong></p>\n<p>Hotel WP 1.3.9 – 2018-07-14</p>\n<pre>**New updates**\nAdded: Config Title and Top Image for Blog.\nAdded: Rooms masonry layout.\nAdded: Social link Tripadvisor.\nAdded: Shortcode Thim Room Slider.\nChange: Room related to slider in single room.\n\n**Fixed**\nFixed: Format Event Info.\nFixed: Default date when use plugin Loco Translate and WPML.</pre>\n<p>Hotel WP 1.3.8 – 2018-06-19</p>\n<pre>Update: Responsive.\nUpdate: Color social on single room.\nFixed: Shortcode Google Map not show config.\nFixed: Shortcode Social not open new tab.\nFixed: Outdate plugin Hotel Booking.\nChanged: Copyright to widget.\nAdded: Font Arial to Customize.\nUpdate: Template Hotel Booking.\nUpdate: Template Hotel Booking Room addon.</pre>\n<p>Hotel WP 1.3.7 – 2018-05-29</p>\n<pre>Update: Template for plugin Hotel Booking new version.</pre>\n<p>Hotel WP 1.3.6 – 2018-05-08</p>\n<pre>New updates:\n- Fixed: JS weather on IE.\n- Added: Event oder by date start.\n- Update: Responsive Hotel Booking.</pre>\n<p>Hotel WP 1.3.5 – 2018-04-18</p>\n<pre>Fixed: Related room.\n Fixed: Short code Event List.\n Fixed: Short code Room Carousel.\n Fixed: Responsive pricing single room.</pre>\n<p>Hotel WP 1.3.4 – 2018-04-02</p>\n<pre>\n- New: Icon weather.\n- New: Added get weather use Coordinate.\n- Added: Config API for Shortcode Weather.\n- Fixed: Featured Tittle Area for room.\n- Fixed: Fix Pricing Plan start date.\n- Updated: Event new version.\n</pre>\n<p>Hotel WP v1.3.3 – 2018-03-16</p>\n<pre>\n- Updated: Font Awesome version 4.7.\n- Updated: Select category for shortcode events.\n- Changed: Js shortcode weather toolbar.\n- Fixed: Default date shortcode search room style 3 for Loco Translate plugin.\n- Added: Icon for loading shortcode search room style 3.\n</pre>\n<p>Hotel WP 1.3.2 – 2018-03-05</p>\n<pre>\n+Updated: Responsive checkout page room .\n+Updated: Sidebar Hotel by page plugin Hotel.\n+Updated: Header style 4 on mobile.\n+Added: Config background for Footer.\n</pre>\n<p>Hotel WP 1.3.1 – 2018-03-01</p>\n<pre>\n+Fixed: Single Room.\n+Fixed: Disable select quantity in Hotel Search page.\n+Fixed: Js when deactive/active plugin Hotel Booking.\n</pre>\n<p>Hotel WP 1.3 – 2018-02-28</p>\n<pre>\n+Fixed: Top image for Custom Feature Area.\n+Fixed: Template with new version plugin Hotel Booking.</pre>\n<p>Hotel WP 1.2.9 – 2018-02-26</p>\n<pre>\n+ Updated: File language.\n+ Updated: Outdate Woocommerce 3.3.2\n+ Updated: Top Image for Category Product.</pre>\n<p>Hotel WP 1.2.8 – 2018-01-30</p>\n<pre>\n+ Fixed: Error string in heading shortcode of shortcode plugin.\n</pre>\n<p>Hotel WP 1.2.7 – 2018-01-26</p>\n<pre>\n+ Fixed: Minimum date shortcode search type MultiDate.\n+ Added: Select category for gallery image.\n</pre>\n<p>Hotel WP 1.2.6 – 2018-01-04</p>\n<pre>\n+ Fixed: Config Title and Layout from Meta Box.\n+ Update: Plugin shortcode video.\n</pre>\n\n<p>Hotel WP 1.2.5 – 2017-12-20</p>\n<pre>\n+ Fixed: Error js when not active plugin Hotel.\n+ Fixed: Woocommerce slider.\n+ Added: Top image in Room type.\n+ Updated: File language.\n+ Updated: Plugin shortcode.\n+ Update: Translate widget room search.\n+ Update: Compatibility WPML.\n</pre>\n<p>Hotel 1.2.4 2017-11-20</p>\n<pre>\n+ Fixed: Addon booking room single search.\n+ Updated: Style popup booking room.\n</pre>\n<p>Hotel 1.2.3 2017-11-13</p>\n<pre>\n+ Fixed: Minimum booking day.\n+ Updated: Style popup booking.\n+ Fixed: Product variable.\n</pre>\n<p>Hotel 1.2.2 2017-10-13</p>\n<pre>\n+ Fixed: Select date for hotel search widget.\n+ Fixed: Icon not show for list icon widget.\n+ Fixed: Search room not working for hotel search widget type multi date.\n</pre>\n<p>Hotel 1.2.1 2017-09-29</p>\n<pre>\n+ Fixed: Select date for hotel search widget.\n+ Added: Function custom list results room for hotel search room.\n+ Updated: Remove countdown when event expired.\n+ Updated: Style button view cart for hotel search room on mobile. (new version plugin Hotel).\n+ Fixed: Color primary some section for Customize.\n+ Updated: Plugin require new version.\n</pre>\n<p>Hotel WP 1.2.0 – 2017-09-22</p>\n<pre>\n+ Added: Multi language date option for hotel search widget.\n+ Updated: new version of hotel booking plugin.\n</pre>\n\n<p>Hotel WP 1.1.9 – 2017-09-14</p>\n<pre>\n+ Added: Config show category shortcode post.\n+ Fixed: Error config customize not working.\n+ Added: Config top Image Blog, Event\n</pre>\n<p>Hotel WP 1.1.8 – 2017-08-17</p>\n<pre>\n+ Fixed: Thank you page.\n+ Fixed: Select month issue.\n</pre>\n<p>Hotel WP 1.1.7 – 2017-08-15</p>\n<pre>\n+ Fixed: Page Title.\n+ Updated: Show mini cart woocommerce.\n+ Updated: Config background page title single room.\n+ Added: Child theme.\n</pre>\n<p>Hotel WP 1.1.6 – 2017-07-14</p>\n<pre>\n+ Fixed: Background in customize.\n+ Fixed: Register Event Config.\n+ Fixed: Error php config room.\n+ Fixed: Check in Search result.\n+ Fixed: Outdate Woocommerce.\n+ Improved: UI/UX.\n+ Updated: Config new tab Thim Social Link.\n+ Update: demo data.\n</pre>\n<p>Hotel WP 1.1.5 – 2017-06-15</p>\n<pre>\n+ Updated: addon WP Hotel Booking Booking Room.\n+ Added: Google Analytics.\n+ Improved: UI/UX.\n</pre>\n<p>Hotel WP 1.1.4 – 2017-05-30</p>\n<pre>\n+ Updated: Documentation.\n+ Updated: WP Hotel Booking Booking Room Addon.\n+ Fixed: Select date in search room page.\n+ Fixed: Issue in Admin Page when configure RTL.\n+ Fixed: Update mini cart.\n</pre>\n<p>Hotel WP 1.1.3 – 2017-05-23</p>\n<pre>\n+ Updated: Plugin Thim Hotel WP Shortcodes.\n+ Fixed: PHP Compatibility <=5.3.\n+ Fixed: Date format.\n+ Fixed: Min Max price.\n+ Fixed: Success message add to cart.\n+ Fixed: Shortcode Testimonial.\n+ Fixed: Date Format Blog.\n</pre>\n<p>Hotel WP 1.1.2 – 2017-05-22</p>\n<pre>\n+ Updated: Custom title and background Rooms.\n+ Fixed: Deactive addon WP Hotel Booking Room.\n+ Fixed: UX/UI.\n+ Added: Widget: HB Room Best Reviews, HB Rooms Carousel in sidebar.\n</pre>\n\n<p>Hotel WP 1.1.1 – 2017-05-04</p>\n<pre>+ Updated: Link addon WP Hotel Booking.\n+ Fixed: UX/UI.\n</pre>\n<p>Hotel WP 1.1.0 – 2017-04-26</p>\n<pre>+ New Home Page 3.\n+ Added: Shortcode gallery.\n+ Added: Shortcode thim post new style.\n+ Added: Shortcode Testimonial new style.\n+ Added: Shortcode Thim video.\n+ Added: Shortcode Thim list icon box carousel.\n+ Added: header style 4.\n+ Added: HB Room Search new style.\n+ Update: WP Hotel Booking.\n+ Update: WP Events Manager.\n+ Update: file languages.\n+ Fixed: UX/UI.\n+ Fixed: Woocommerce 3.x.\n</pre>\n\n<p>Hotel WP 1.0.3 – 2017-03-23</p>\n<pre>+ UPDATE: Document\n+ UI/UX\n</pre>\n\n<p>Hotel WP 1.0.2 – 2017-03-15</p>\n<pre>+ UPDATE: Thim Core - Fix error active theme\n</pre>\n\n<p>Hotel WP 1.0.1 – 2017-03-15</p>\n<pre>+ UPDATE: TP Hotel Booking 1.7.\n+ UPDATE: UI/UX.\n</pre>\n\n<p>Hotel WP 1.0.0 – 2017-03-13</p>\n<pre>+ Release first version.\n</pre>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455\"><img src=\"https://image-tf.s3.envato.com/files/204891156/01_preview.__large_preview.jpg\" alt=\"Hotel WordPress theme - Sailing\" title=\"Hotel WordPress theme - Sailing\" /></a>\n</p>\n\n<p>\n<a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178\"><img src=\"https://image-tf.s3.envato.com/files/161769376/01_preview.__large_preview.jpg\" alt=\"Restaurant WordPress theme - NEM\" /></a>\n</p>\n\n<p>\n<a href=\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/165425174/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant theme - Resca\" /></a>\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:23:\"wordpress/retail/travel\";s:18:\"classification_url\";s:56:\"https://themeforest.net/category/wordpress/retail/travel\";s:11:\"price_cents\";i:6400;s:15:\"number_of_sales\";i:921;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:83:\"https://themeforest.net/item/travel-booking-hotel-wordpress-theme-hotel-wp/18828322\";s:7:\"summary\";s:562:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x, Visual Composer 4.10.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.73;s:5:\"count\";i:67;}s:10:\"updated_at\";s:25:\"2018-07-18T19:22:48+10:00\";s:12:\"published_at\";s:25:\"2017-03-13T00:52:06+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:49:\"https://s3.envato.com/files/237805726/hotelwp.png\";s:13:\"landscape_url\";s:79:\"https://s3.envato.com/files/237805727/hotel.__large_preview.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:103:\"https://themeforest.net/item/travel-booking-hotel-wordpress-theme-hotel-wp/full_screen_preview/18828322\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:79:\"https://s3.envato.com/files/237805727/hotel.__large_preview.__large_preview.png\";s:10:\"image_urls\";a:0:{}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:6:{i:0;s:4:\"IE11\";i:1;s:7:\"Firefox\";i:2;s:6:\"Safari\";i:3;s:5:\"Opera\";i:4;s:6:\"Chrome\";i:5;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:12:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:11:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:15:\"WooCommerce 2.5\";i:4;s:17:\"WooCommerce 2.4.x\";i:5;s:17:\"WooCommerce 2.3.x\";i:6;s:22:\"Visual Composer 4.12.x\";i:7;s:24:\"Visual Composer 4.11.2.1\";i:8;s:22:\"Visual Composer 4.11.x\";i:9;s:22:\"Visual Composer 4.10.x\";i:10;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:35:\"http://hotelwp.thimpress.com/demo-2\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:7:\"Unrated\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"Complete Hotel Reservation, Booking System\";i:1;s:43:\"03 Responsive Tour, Hotel, Resort BnB Demos\";i:2;s:42:\"Multi-Currencies, 4 Payment Gateways (Woo)\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:14:{i:0;s:7:\"booking\";i:1;s:4:\"dorm\";i:2;s:7:\"holiday\";i:3;s:6:\"hostel\";i:4;s:5:\"hotel\";i:5;s:21:\"hotel WordPress Theme\";i:6;s:6:\"luxury\";i:7;s:5:\"motel\";i:8;s:11:\"reservation\";i:9;s:6:\"resort\";i:10;s:4:\"room\";i:11;s:6:\"travel\";i:12;s:8:\"vacation\";i:13;s:21:\"wordpress hotel theme\";}s:21:\"_internal_cross_promo\";a:0:{}}}s:9:\"education\";a:4:{i:14058034;a:25:{s:2:\"id\";i:14058034;s:4:\"name\";s:40:\"Education WordPress Theme | Education WP\";s:11:\"description\";s:756:\"\n \n \n \n \n\nEducation WordPress Theme – Education WP is made for educational web, LMS, Training Center, Courses Hub, College, Academy, University, School, Kindergarten.\n\nEducation WP 3.4.3 newly released: Seamless lesson design, LearnPress 3.0, new Ivy League Demos, Visual Composer, faster, stable, scalable, more light weight. See changelog.\n\nComplete Education WordPress Theme\n\nBased on our experience of building LMS with our previous theme eLearning WP - Education WP is the next generation and one of the best education WordPress themes around, containing all the strength of eLearning WP but with a better UI/UX. This WordPress educational theme has been developed based on the #1 LMS plugin on the official WordPress Plugins directo\";s:16:\"description_html\";s:65074:\"<p>\n <a href=\"https://thimpress.com/forums/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docspress.thimpress.com/eduma/?utm_source=eduma&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/TP_videotut.png\" /></a>\n</p>\n<p><strong>Education WordPress Theme</strong> – Education WP is made for educational web, LMS, Training Center, Courses Hub, College, Academy, University, School, Kindergarten.</p>\n\n<blockquote>Education WP 3.4.3 newly released: <strong>Seamless lesson design</strong>, <strong>LearnPress 3.0</strong>, new <strong>Ivy League Demos</strong>, <strong>Visual Composer</strong>, faster, stable, scalable, more light weight. See <a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__frequently-updated-education-wordpress-theme\">changelog</a>.</blockquote>\n\n<h2 id=\"item-description__complete-education-wordpress-theme\">Complete Education WordPress Theme</h2>\n\n<p>Based on our experience of building LMS with our previous theme <a href=\"http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847\">eLearning WP</a> - Education WP is the next generation and one of the best education WordPress themes around, containing all the strength of eLearning WP but with a better UI/UX. This WordPress educational theme has been developed based on the <strong>#1 LMS plugin on the official WordPress Plugins directory</strong> <a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">LearnPress</a> (also developed by ThimPress). Education WP theme offers you the best LMS experience ever, with a super friendly UX and complete eLearning features.</p>\n\n<p>\n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__10-education-demos-plus-1-click-demo-importer\">14+ Education pre-built demos</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__built-with-1-wp-lms-plugin-learnpress\">#1 Official WordPress LMS</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__drag-amp-drop-page-builder-easily-create-professional-pages-with-no-coding\">Visual Composer & SiteOrigin Drag n Drop Page Builder</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__data-portability-is-a-must\">Data Portability</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__pixel-perfect-education-wordpress-theme\">Really Pixel Perfection</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__ui-ux-optimized-for-an-education-environment\">UX optimized for Education purpose</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__branding-your-education-website-without-coding-knowledge\">Easy for branding</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__fancy-events\">Events Management w/ Booking</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__ultimate-seo-optimization\">Ultra SEO Optimization</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__faster-loading-for-better-google-ranking\">Highly Performance Optimization</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__fully-multilingual-education-site-amp-rtl-support\">Multilingual Ready</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__amazing-mega-menu\">Professional Mega Menu</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__mobile-friendly-wordpress-education-theme\">Mobile-Friendly</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__create-ecommerce-site-with-woocommerce\">WooCommerce Support</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__built-with-1-wp-lms-plugin-learnpress\">bbPress Support</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__built-with-1-wp-lms-plugin-learnpress\">BuddyPress Support</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__frequently-updated-education-wordpress-theme\">Frequently Updated</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__5-star-customer-service\">5 STAR Customer Service</a> + \n<a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__education-wp-theme-at-a-glance\">More at a Glance</a>.\n</p>\n\n<p>What else could you need from your awesome WordPress based LMS?</p>\n\n<blockquote>Believe in me I was looking for Education theme I saw many of them but this is the best. – Eraroma</blockquote>\n<p>\n</p>\n\n<p>\n<img src=\"https://thimpress.com/wp-content/uploads/2018/05/header-3.0-2-1.png\" alt=\"Best Education WordPress theme\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-trusted-by-12k-customer.jpg\" alt=\"Education WordPress theme - Trusted by 12K customers\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Premium-demos-included.jpg\" alt=\"Education WordPress theme - Premium demos included\" />\n<a href=\"http://educationwp.thimpress.com/?utm_source=tf-eduma&utm_medium=demo1\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-v1.jpg\" alt=\"Education WordPress theme - Demo 1\" /></a><a href=\"http://educationwp.thimpress.com/demo-3/?utm_source=tf-eduma&utm_medium=demo3\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-v3.jpg\" alt=\"Education WordPress theme - Demo 3\" /></a><a href=\"https://educationwp.thimpress.com/demo-edtech/?utm_source=tf-eduma&utm_medium=demonewuni2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/01/demo-edtech.jpg\" alt=\"Education WordPress theme - Demo 2\" /></a><a href=\"https://educationwp.thimpress.com/demo-grad-school/?utm_source=tf-eduma&utm_medium=demo2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/07/gradschool-demonew.png\" alt=\"Education WordPress theme - Demo 2\" /></a><a href=\"http://educationwp.thimpress.com/demo-2/?utm_source=tf-eduma&utm_medium=demo2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-v2.jpg\" alt=\"Education WordPress theme - Demo 2\" /></a><a href=\"http://educationwp.thimpress.com/demo-university/?utm_source=tf-eduma&utm_medium=demouni1\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-University-1.jpg\" alt=\"Education WordPress theme - Demo university 1\" /></a><a href=\"http://educationwp.thimpress.com/demo-university-2?utm_source=tf-eduma&utm_medium=demouni2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-University-v2.jpg\" alt=\"Education WordPress theme - Demo University 2\" /></a><a href=\"http://educationwp.thimpress.com/demo-one-course/?utm_source=tf-eduma&utm_medium=demo1course\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Dem-One-course.jpg\" alt=\"Education WordPress theme - Demo one course\" /></a><a href=\"http://educationwp.thimpress.com/demo-one-instructor/?utm_source=tf-eduma&utm_medium=demo1ins\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-one-instructor.jpg\" alt=\"Education WordPress theme - Demo one instructor\" /></a><a href=\"http://educationwp.thimpress.com/demo-languages-school/?utm_source=tf-eduma&utm_medium=demolang\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-Language-school.jpg\" alt=\"Education WordPress theme - Demo Languages school\" /></a><a href=\"http://educationwp.thimpress.com/demo-courses-hub/?utm_source=tf-eduma&utm_medium=demochub\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-course-hub.jpg\" alt=\"Education WordPress theme - Demo course hub\" /></a><a href=\"http://educationwp.thimpress.com/demo-kindergarten/?utm_source=tf-eduma&utm_medium=demokind\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Demo-Kinder-garten.jpg\" alt=\"Education WordPress theme - Demo kindergarten\" /></a><a href=\"http://educationwp.thimpress.com/demo-university-3/?utm_source=tf-eduma&utm_medium=demonewuni1\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/demo.jpg\" alt=\"Education WordPress theme - New Demo University 1\" /></a><a href=\"http://educationwp.thimpress.com/demo-university-4/?utm_source=tf-eduma&utm_medium=demonewuni2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/07/stanford-demo.png\" alt=\"Education WordPress theme - Demo New University 2\" /></a>\n<a href=\"https://educationwp.thimpress.com/demo-react//?utm_source=tf-eduma&utm_medium=demonewuni2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/04/demo-react.jpg\" alt=\"Education WordPress theme - Demo React\" /></a><a href=\"https://educationwp.thimpress.com/?utm_source=tf-eduma&utm_medium=demonewuni2\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/07/comingsoon-demo.png\" alt=\"Education WordPress theme - Demo EdTech\" /></a>\n\n </p><p><a href=\"http://educationwp.thimpress.com/?utm_source=tf-eduma&utm_medium=seealldemos\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-See-all-demos.jpg\" alt=\"Education WordPress theme - see all demos\" /></a>\n<img src=\"https://thimpress.com/wp-content/uploads/2018/08/Education-WordPress-theme-Using-LMS-plugin-LearnPress-edited2.jpg\" alt=\"Education WordPress theme - Using LMS plugin LearnPress\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-one-click-demo.gif\" alt=\"Education WordPress theme - 1 click demo importer\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Drag-Drop-page-builder.jpg\" alt=\"Education WordPress theme - Drag and drop page builder\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Eduction-WordPress-theme-Fancy-event.jpg\" alt=\"Education WordPress theme - Fancy events\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Woocommerce-sp.jpg\" alt=\"Education WordPress theme - Woocommerce support\" />\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-5-stars-customers.jpg\" alt=\"Education WordPress theme - 5 stars customers review\" />\n</p>\n\n\n<h3 id=\"item-description__10-education-demos-plus-1-click-demo-importer\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">10+ Education Demos plus 1 click Demo Importer</a></h3>\n\n<p>With 10+ different and unique demo homepages, this education WordPress theme gives you options to build your own, one-off site. More demos will be coming soon, for every educational purposes, including: Courses Learning Hub, Training Center, Languages School, University, College, School, Kindergarten …</p>\n\n<blockquote>Demo accounts (Username/Password):<br />\n• Learner: learner/learner<br />\n• Instructor: instructor/instructor</blockquote>\n\n <p><a href=\"http://educationwp.thimpress.com/?utm_source=tf-eduma&utm_medium=ourdemos\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Education-WordPress-theme-Our-demos.jpg\" alt=\"Education WordPress theme - Our demos\" /></a>\n</p><p>» <strong>1 CLICK DEMO IMPORTER</strong></p>\n<p>Education WP theme comes with the amazing Demo Importer. This beautiful feature will do the theme installation job for you straight out of the box. Just go to Tools > Demo Importer, and off you go!</p>\n<img src=\"https://thimpress.com/envato/education-wordpress-theme-one-click-demo.jpg\" alt=\"Free Demo Install Education WordPress Theme\" title=\"Free Demo Install Education WordPress Theme\" />\n\n<h3 id=\"item-description__built-with-1-wp-lms-plugin-learnpress\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Built with #1 WP LMS Plugin – LearnPress</a></h3>\n\n <p><a href=\"https://www.youtube.com/watch?v=3LDa8vtDIAk\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/learnpress-20-coming-soon.jpg\" alt=\"LearnPress 3.0 - More Powerful, Flexible, and Magical\" /></a></p>\n\n<p>Other themes use the built-in LMS feature, right inside the theme, for their WordPress based Education website. Education WP theme uses LearnPress, <strong>the #1 WP LMS plugin on WordPress.org – the official WordPress Plugins Directory</strong>, which offers you a whole lot of benefits, such as: easy to update, independent from the theme, easy to change theme or update in future. <a href=\"https://thimpress.com/create-udemy-coursera-clone-easily-learnpress/\" rel=\"nofollow\">You will be able to make Udemy, Coursera or Edx education websites in minutes.</a></p> \n\n<p>Using Education WP, you will own a pack of <a href=\"https://thimpress.com/product/learnpress-add-ons-bundle/\" rel=\"nofollow\">LearnPress premium add-ons</a>. This LearnPress Bundle is a part of the theme and it will help you with managing your education system:</p>\n\n<ul>\n <li>Sorting Choice Question Type.</li>\n <li>Content Drip.</li>\n <li>myCRED Integration.</li>\n <li>Random Quiz.</li>\n <li>Co-instructors.</li>\n <li>Paid Membership Pro Integration.</li>\n <li>bbPress Forum Integration.</li>\n <li>BuddyPress Integration.</li>\n <li>WooCommerce Integration.</li>\n <li>Stripe Integration.</li>\n <li>Authorize.Net Integration.</li>\n <li>2Checkout Integration.</li>\n <li>Certificate.</li>\n <li>Collections.</li>\n <li>Gradebook.</li>\n</ul>\n\n<p><i>(<strong><a href=\"https://thimpress.com/learnpress/learnpress-premium-add-ons-request-form/\" rel=\"nofollow\">Click here</a></strong> to claim your bonus add-ons bundle after you have bought Eduma)</i></p>\n\n<p><i>(This is not a bonus, gift, rebate or an additional freebie as it is included in the theme as part of the theme, just like Visual Composer, Revolution Slider, Font-Awesome, Isotope Commercial license , etc.\nBut since it’s large and many of its add-ons may not be necessary to some, it is given this way so you can choose which one to install on your own.) </i>\n</p> \n\n<p><em>A little afraid of a heavy Learning Management System?</em> LearnPress will put your mind at ease. You can enable / disable any LearnPress add-on at any time. It’s not smart to let your web server carry the extra weight of features that you will never use. The faster website speed, the better your Google ranking.</p>\n\n<p>With the upcoming stable version 1.0 being updated to LearnPress, Education WP is absolutely the most flexible WordPress education theme ever. Here are some features you might be interested in:</p>\n<ul>\n <li>Professional AJAX search box to search courses or blog posts in seconds.</li>\n <li>Super easy Drag & Drop Curriculum Manager: courses, curriculum, section, lesson or quiz can be easily built from just one screen.</li>\n <li>Many quiz question types supported: multiple choice, true or false, short answer, paragraph, image choice, etc.</li>\n <li>Multiple payment choices including PayPal, Stripe, Authorize.net, 2Checkout, Offline and integration with WooCommerce.</li>\n <li>Courses front-end editor.</li>\n <li>Distraction free mode.</li>\n <li>Quiz timing built-in.</li>\n <li>Course reviews supported.</li>\n</ul>\n\n<p>» <strong>Drag & Drop Course Builder</strong></p>\n\n<p>Specially designed as a WordPress site for school / university, or for a course / learning / training education site, Education WP is an optimized solution to save time. With the Drag & Drop curriculum, courses couldn’t be easier and more simple to build, and the theme is also highly developed as a perfect Search Engine Optimization (SEO) solution.</p>\n\n <p><a href=\"https://www.youtube.com/watch?v=3LDa8vtDIAk\" rel=\"nofollow\">\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/Education-WordPress-theme-Create-a-course.jpg\" alt=\"Education WordPress theme\" />\n</a></p>\n\n<p>With the Drag & Drop interface, creating online courses is as easy as A, B, C! <strong>Shortcuts</strong> are also implemented, to make the instructor’s life effortless when building new lessons, new quizzes or questions.</p>\n\n<p>» <strong>Selling courses directly through PayPal, Stripe, Authorize.net, 2Checkout or Offline payment</strong></p>\n\n<p>This education WordPress theme uses the LearnPress plugin, which not only supports WooCommerce but also includes 4 other payment methods: PayPal, Stripe, 2Checkout and Authorize.net. If you’d rather not make your web server support a whole e-Commerce system with WooCommerce, there are 5 payment gateways available for selling courses: <strong>PayPal</strong>, <strong>Stripe, Authorize.net, 2Checkout</strong> and <strong>Offline payment</strong>.</p>\n<p><strong>Update:</strong> In August 2016, we added two more premium LearnPress payment plugins for free: <a href=\"https://thimpress.com/product/2checkout-add-learnpress/\" rel=\"nofollow\">2Checkout add-on for LearnPress</a>, <a href=\"https://thimpress.com/product/authorize-net-add-ons-learnpress/\" rel=\"nofollow\">Authorize.Net add-ons for LearnPress</a>. These will give you a variety of pricing option for your website, make it easier for your learners to register and to pay. \n</p>\n\n<p>» <strong>Selling courses Subscription / Membership with Paid Membership Pro integration</strong></p>\n\n<p>Take all advantages of the membership plugin: Paid Membership Pro to easily sell membership on your education website with <a href=\"https://thimpress.com/product/paid-membership-pro-add-learnpress/\" rel=\"nofollow\">Paid Membership Pro add-on</a>, a Premium LearnPress Add-on on ThimPress website.</p>\n\n <p><img src=\"https://thimpress.com/envato/education-wordpress-theme-paid-membership-pro.jpg\" alt=\"Paid Membership Pro selling courses membership\" /></p>\n\n <p> </p>\n\n<p>» <strong>Easily manage the commission rate for each course</strong></p>\n<p>One of the newest updates of LearnPress’s Premium Add-on Bundle is the commission add-on for LearnPress.\nIt acts as a commission rate management system that allows you to decide how much can author, lecturer earn for every course purchase. \nThis way, the online course website for your school, your university or your educational center is one step closer to being professional E-learning websites like <strong>Udemy, Lynda</strong> or <strong>Coursera</strong>. </p>\n\n<p>» <strong>Selling courses with or without WooCommerce</strong></p>\n\n<p>If a complete eCommerce system, using WooCommerce, is not a problem for your web server, Education WP with WooCommerce can customize the purchase process for you, so that it’s easy to manage customer course purchases.</p>\n\n<p>» <strong>Course discussion with bbPress</strong></p>\n\n<p>Provide a discussion forum for each course, between instructor/teacher and enrolled learner/student. Now, learning can be fun and games, rather than a grueling mission.</p>\n\n <p><img src=\"https://thimpress.com/envato/education-wordpress-theme-bbpress.jpg\" alt=\"bbPress forum discussion for Education WordPress Website\" /></p>\n\n<p>» <strong>Building a Learning Community with BuddyPress</strong></p>\n\n<p>If you want to create a social education website, with a vibrant learning community, then Education WP is ready to go, with all the advantages of BuddyPress.</p>\n\n<h3 id=\"item-description__drag-amp-drop-page-builder-easily-create-professional-pages-with-no-coding\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Drag & Drop Page Builder – Easily Create Professional Pages with no Coding Knowledge</a></h3>\n<p>\n</p><p><a href=\"https://wordpress.org/plugins/siteorigin-panels/\" rel=\"nofollow\">SiteOrigin Page Builder</a> and <a href=\"https://vc.wpbakery.com/\" rel=\"nofollow\">WPBakery Visual Composer</a> are the best page builder out there, trusted by million of websites, with the amazing features of letting you build your website in minutes. </p>\n<p>In the past, Education WP uses the most popular, <strong>lightweight and powerful Drag & Drop page builder on the official WordPress plugins directory – SiteOrigin Page Builder</strong>. \nThis is due to the technical heavy load of Visual Composer plugin at the time, and because we want your website to be as fast and lightweight as possible.</p>\n<p>Recently, thanks to the relentless work of the people in the team, we now <strong>successfully both integrate Visual Composer page builder</strong> with the theme, and reduce improve site’s speed at the same time.</p>\n<p>Having both SiteOrigin Page Builder and WPBakery Visual Composer work perfectly with the theme is a big improvement because you will be more flexible when creating your web pages according to your imagination.\nThe theme now not only loads fast, but also works very flexible <img src=\"/images/smileys/happy.png\" alt=\" :)\" title=\" :)\" /></p>\n<p>Everyone knows that Google loves a fast loading website!</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/09/Education-WordPress-theme-Visual-Composer-and-Site-Origin-intergration.jpg\" alt=\"Drag and Drop Education WordPress theme\" />\n\n<h3 id=\"item-description__you-save-582\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Premium Plugins Included in Education WP You’ll Get with The Theme:</a></h3>\n<ul>\n <li>\n<strong>LearnPress premium add-ons</strong>: all the premium add-ons in the <a href=\"https://thimpress.com/product/learnpress-add-ons-bundle/\" rel=\"nofollow\">LearnPress Theme Bundle</a> to empower this #1 WordPress LMS plugin. Due to the large file size, these premium add-ons will be sent to the customer per request.</li>\n <li>\n<strong>Visual Composer</strong>: ultimate plugin for building every WordPress site without coding. The only WP Page Builder that powers 1+ million sites.</li>\n <li>\n<strong>Slider Revolution</strong>: create beautiful sliders and contents with Slider Revolution. The #1 premium slider WordPress plugin – slider is integrated seamlessly into Education WP to display contents of any kind, with high customization, animation, effects and best quality.</li>\n <li>\n<strong>Isotope Commercial license</strong>: a fancy filter and sort magical layouts jQuery library. It’s free to use in a non-ecommerce website, but if you are going to sell courses, you usually have to pay for a license. We bring this beautiful piece to you for free.</li>\n</ul>\n\n <p><i><strong>**</strong> For more info on how our bundled plugins work, check out <a href=\"https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins\" rel=\"nofollow\">this article.</a></i></p>\n\n\n<h3 id=\"item-description__data-portability-is-a-must\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Data Portability is a MUST</a></h3>\n\n<p>As a web agent, we know that people won’t use the same theme forever – sometimes you want/need to update your theme, or change to the latest trending design. But such changes can mean that you lose your precious data. Education WP uses LearnPress – a popular LMS WordPress plugin on WordPress.org – so your data will be there when you move to another theme in the next decade <img src=\"/images/smileys/wink.png\" alt=\";)\" title=\";)\" /></p>\n\n<p>Not every theme on ThemeForest cares about your data, but WE DO!</p>\n<h3 id=\"item-description__new-update-gdpr-ready-learnpress-lms-and-eduma-is-now-compliant-with-gdpr\">New Update – GDPR Ready – LearnPress LMS and Eduma is now compliant with GDPR.</h3>\n<p>So the day has come and it’s our honor to announce that LearnPress is now GDPR compliant.\n You can check more information about <a href=\"https://thimpress.com/learnpress-gdpr-ready/\" rel=\"nofollow\">GDPR Ready and LearnPress LMS here</a></p>\n\n<h3 id=\"item-description__pixel-perfect-education-wordpress-theme\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Pixel Perfect Education WordPress Theme</a></h3>\n\n<p>SAY NO to outdated, ugly design and sloppy themes (unless you don’t want a professional education website). Every pixel on our educational WordPress theme has been developed with pixel perfection in mind. Just look at the live demos to see for yourself how detailed, elaborate and truly pixel perfect it is.</p>\n\n<h3 id=\"item-description__ui-ux-optimized-for-an-education-environment\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">UI/UX Optimized for an Education Environment</a></h3>\n\n<p><strong>Save users time with Smart AJAX Search for Courses</strong>: help your learners find the courses they are looking for, in no time.</p>\n\n<p><strong>Smart Sticky Sidebar</strong>: ensure the permanent appearance of the sidebar, in case the main content is too long. Your education site will look more beautiful, and be easier to navigate.</p>\n\n<p><strong>Attract more learners with Sticky Course Enroll Toolbar</strong>: the sticky course enroll toolbar is always there to catch the attention of learners and motivate them to participate in more courses.</p>\n\n<p><strong>Bottom Call to Action for better conversion</strong>: look at the bottom of each Education WP demo – a stunning Call to Action has been implemented, to increase your chances of turning a visitor into a learner.</p>\n\n<h3 id=\"item-description__branding-your-education-website-without-coding-knowledge\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Branding your Education Website without Coding Knowledge</a></h3>\n\n<p>Education WP theme for Learning Management Systems and education contains an easy and visual customization, so you don’t have to worry about coding but can spend your precious time on the eLearning content.</p>\n\n<p><strong>Changing colors to match your brand</strong>: this education WordPress theme comes with unlimited colors. You will have thousands of way to change the appearance, according to your preference and your brand.</p>\n\n<p><strong>Select from 700+ fonts</strong>: 700+ fonts are available for you to choose from. Pick up any from the Google Fonts library to suit your own style.</p>\n\n<p><strong>Logo on pages pre-loading</strong>: we’ve created this feature for a better UI – page loading in Education WP will never be boring for users. You are free to change the logos as you wish.</p>\n\n<h3 id=\"item-description__fancy-events\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Fancy Events</a></h3>\n<p>The helpful events plugin is ready to use, with an attractive countdown to events.</p>\n\n<p><strong>Event management</strong>: events are separated into Expired, Ongoing and Upcoming events, for full control and to make sure your users never miss out.</p>\n\n<p><strong>Selling Event Tickets</strong>: Selling Event Tickets: allows people to buy tickets and participate in your events via the built-in online ticket booking form. The form even provides insights into how many slots are taken for each event and how many slots are available to ease the booking process.</p>\n\n<h3 id=\"item-description__create-ecommerce-site-with-woocommerce\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Create eCommerce site with WooCommerce</a></h3>\n<p>In case you want a shop feature for selling products, such as books and learning materials, Education WP is ready for you. The theme is fully compatible with WooCommerce.</p>\n\n <p><img src=\"https://thimpress.com/envato/education-wordpress-theme-woocommerce.jpg\" alt=\"Education WordPress Theme with WooCommerce support\" /></p>\n\n<h3 id=\"item-description__fully-multilingual-education-site-amp-rtl-support\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Fully Multilingual Education Site & RTL Support</a></h3>\n<p>It is really easy to bring your education and LMS site to a global market because Education WP theme fully supports multi languages with WPML, Polylang and QTranslate. More than that, the theme also supports Right-To-Left (RTL), in order to handle and respond to users who communicate with a right-to-left language.</p>\n<h3 id=\"item-description__amazing-mega-menu\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Amazing Mega Menu</a></h3>\n<p>Education WP uses Mega Menu to offer an amazing navigation experience for users, because this menu can display many different options at a time. Icons, pictures and typographical hierarchy can be used to make scanning easier. It also allows for efficient, hierarchical organization and grouping.</p>\n<h3 id=\"item-description__mobile-friendly-wordpress-education-theme\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Mobile-Friendly WordPress Education Theme</a></h3>\n<p>This education WordPress theme is made with full mobile support, which means your site will not only display perfectly on the web but also on mobile. With a responsive design and retina ready display, your site will look awesome on any device. Users can take courses on the web and on their mobile devices as well. This function is sure to bring you more traffic.</p>\n\n <p><img src=\"https://thimpress.com/envato/education-wordpress-theme-mobile-friendly.jpg\" alt=\"Mobile-Friendly Education WordPress Theme\" />\n</p><h3 id=\"item-description__ultimate-seo-optimization\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Ultimate SEO Optimization</a></h3>\n<p>Using Education WP is a great way to get your education website ranked significantly higher on search engines. All titles, headings and meta tags have been carefully optimized, just the way that Google likes it. <a href=\"https://goo.gl/2xmB1e\" rel=\"nofollow\">Structured Data</a> is implemented deeply, to make your site look appealing in Google search results. We have not only coded for blog posts, but for WooCommerce products and LearnPress courses too.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-SEO-optimized.jpg\" alt=\"Structured Data for SEO\" title=\"Structured Data for SEO\" />\n\n<h3 id=\"item-description__faster-loading-for-better-google-ranking\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Faster Loading for Better Google Ranking</a></h3>\n<p>Your education business means nothing without traffic. From day one, we have been continually optimizing every bit of the code to make sure it has fewer requests, fewer database queries, less CSS & JS and loads faster. With new version, our highest priority is to find ways to make it better.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/10/Education-WordPress-theme-Faster-speed.jpg\" alt=\"Fast Education WordPress Theme\" title=\"Fast Education WordPress Theme\" />\n\n<p>It’s not a joking advertising. Let’s see the how fast Education WP is in action <a href=\"http://goo.gl/Q1eomi\" rel=\"nofollow\">Education WP Speed Test on Pingdom Tools</a>, it takes less than 0.5 second to load a whole education WordPress website.</p>\n\n<h3 id=\"item-description__5-star-customer-service\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">5 STAR Customer Service</a></h3>\n<p>Having been established since 2007, we understand that customer service is the key to success for online business. You will be making a smart decision to go with Education WP theme for your educational website, and you won’t be disappointed with our customer service – GUARANTEED!</p>\n\n<h3 id=\"item-description__education-wp-theme-at-a-glance\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Education WP Theme at a Glance</a></h3>\n<p>Education WP (Eduma) is a Multi purpose Modern clean Creative WordPress theme suitable for education school college institute university uni online learning training gallery portfolio showcase photography corporate business construction movie produce design architect blog magazine kindergarten school high school student pupil apprentice freelance corporate business industry motor car travel modern trainer mentor class sail book room journey news paper computer theater movie cinema center mall yard fitness sport gym job restaurant transport vehicle supermarket retail nonstop dj music metal guitar sing instrument song beat phone watch TV livestream food translate translation corporate gem jewelry charity hotel course newspaper enfold bridge avada X consulting divi responsive multi-purpose course builder theme</p>\n<ul>\n <li>\n<a href=\"https://thimpress.com/learnpress/\" rel=\"nofollow\">LearnPress WordPress LMS Plugin</a> by ThimPress on WordPress.org.</li>\n <li>\n<strong>Brilliant LMS Courses Management</strong> with Units/Sections, Lessons, Quizzes – link to YouTube video how to create a course.</li>\n <li>\n<strong>LMS Course Collection</strong> – combine particular courses into collections.</li>\n <li>\n<strong>LMS Course Review/Rating</strong>.</li>\n <li>Free Course, publicly accessible course support.</li>\n <li>Lesson Management with powerful WordPress Core Editor improved to support: video, attachments in any type of media</li>\n <li>\n<strong>Quiz Management</strong> with multiple Question Types.</li>\n <li>\n<strong>PayPal, 2Checkout, Stripe, Offline Payment Methods</strong> integrated. PayPal allows payment by credit cards or PayPal balance, Stripe allows payment by credit card, and Offline payment convenient for receiving payments through offline methods. More on the way!</li>\n <li>\n<strong>WooCommerce support</strong> as a shop solution and/or selling courses over WooCommerce.</li>\n <li>\n<strong>Paid Membership Pro support</strong>.\n </li>\n<li><strong>Easily manage the commission rate for each course</strong></li>\n <li>\n<strong>Co-instructors</strong> – multiple instructor support for each course.</li>\n <li>\n<strong>bbPress support</strong> – for private course discussion between instructors.</li>\n <li>\n<strong>BuddyPress support</strong>.</li>\n <li>\n<strong>Student Profile</strong>.</li>\n <li>\n<strong>Instructor Profile</strong>.</li>\n <li>Student <strong>Certificate</strong> on course completion.</li>\n <li>Under Construction / Coming Soon / <strong>Maintenance Mode</strong> feature: Secure your education content with Maintenance Mode. We know that building a LMS site requires a lot of time, so we have integrated a built-in Under Construction / <a href=\"http://educationwp.thimpress.com/maintenance/\" rel=\"nofollow\">Maintenance Mode</a>. This allows you to build and customize the site online, without worrying about information being leaked.</li>\n <li>Amazing and lightweight <strong>Drag & Drop Page Builder</strong>.</li>\n <li>\n<strong>Contact Form 7 ready</strong>: The layout of this form is customized to match the design of this Education WordPress Theme.</li>\n <li>\n<strong>MailChimp for WordPress</strong>: A sign-up method your LMS WordPress theme site.</li>\n <li>\n<strong>Highly Performance Optimized</strong>: Your site will load before your customers lose interest.</li>\n <li>\n<strong>Highly SEO Optimized</strong> with <strong>Microdata</strong>: Perfect on-page SEO optimization for courses, blog posts, blog archives, WooCommerce products, WooCommerce archives, bbPress forum topics, BuddyPress activities. Google loves it.</li>\n <li>Mobile-Friendly: Your LMS WordPress site with Education WP is mobile-friendly.</li>\n <li>\n<strong>Post formats</strong>: Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 & Font-Awesome 2: making front-end of Education WP faster and easier. Size, color, drop shadow – anything is possible with the power of CSS.</li>\n <li>Style has written by LESS CSS and compiled in WordPress Customizer, making this education theme loads faster.</li>\n <li>Useful right drawer which is extremely helpful to use with login or any kind of widgets.</li>\n <li>Flexible Shopping Cart widget to put in top toolbar or right in the top menu.</li>\n <li>\n<strong>Drag & drop layout manager</strong>: Allows you to create custom layouts for your content. Configure every element: logo, header, slide show, page content, sidebars, footer and more without touching the code. Assign custom layouts to any page or post.</li>\n <li>Sidebar generator: Generate as many sidebars as you need for Education WP<strong>.</strong>\n</li>\n <li>Unlimited footers: Plenty of footers are waiting in our education theme for WordPress for your selection.</li>\n <li>Unlimited layouts for your front page, post, page, login page, and even Custom Post Type.</li>\n <li>\n<strong>Unlimited color schemes</strong>: You can select any color and decorate your education WordPress site to every corners.</li>\n <li>Unlimited layouts and templates.</li>\n <li>Self-hosted HTML5 video player.</li>\n <li>Custom audio player.</li>\n <li>Google Fonts support (600+).</li>\n <li>\n<strong>RTL support</strong> to make this WordPress Theme for Education work perfectly with Arabic, Hebrew, ... languages.</li>\n <li>\n<strong>Retina ready</strong>: Education WP will look great on any devices.</li>\n <li>Translation ready (.po/.mo file support): support Education WP to be translated into multiple languages.</li>\n <li>\n<strong>WPML ready</strong>, for your multilingual education WordPress website.</li>\n <li>\n<strong>One click DEMO data importer</strong>: Get your Education WordPress Theme installed at the click of a button.</li>\n <li>Amazing Mega Menu.</li>\n <li>Education WP child-theme includes.</li>\n <li>And so much more!</li>\n</ul>\n<h3 id=\"item-description__frequently-updated-education-wordpress-theme\"><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034#item-description__complete-education-wordpress-theme\">Frequently Updated Education WordPress Theme</a></h3>\n<p>See our Roadmap and Changelog for Education WP as well as our <a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">LearnPress WordPress LMS Plugin</a> to see how active we are in developements and improvements. You don’t want to use outdated themes, plugins with a careless design, performance or code quality. We never stop improving our products and services.</p>\n\n<p><strong>ROADMAP</strong></p>\n<ul>\n <li>More demo for Kindergarten (DONE on v2.4.0), Internal Training Center, Primary School, High School, Onepage.</li>\n <li>Add Coupon add-on for LearnPress.</li>\n <li>Add Tax add-on for LearnPress.</li>\n <li>Add Affiliate add-on for LearnPress.</li>\n <li>Add Paid Membership Pro add-on for LearnPress (DONE on v2.3.1).</li>\n <li>Add Commission add-on for LearnPress (DONE).</li> \n <li>Add MemberMouse add-on for LearnPress.</li>\n <li>Add Filtering for Courses by category, free/paid courses, course price range, course level, ...</li>\n <li>Add Front-end Course Editor add-on for LearnPress.</li>\n <li>Add Advanced Statistics add-on for LearnPress.</li>\n <li>Add Tin Can API add-on for LearnPress.</li>\n <li>Add SCORM add-on for LearnPress.</li>\n <li>Add Adobe Captivate add-on for LearnPress.</li>\n</ul>\n<p><strong>CHANGELOG</strong></p>\n<p>Education WP 3.5.3 – 2018-09-28</p>\n<pre>+ Optimized installation package.\n+ Added customizable Event templates.\n+ Updated languages.\n+ Improved styles.\n+ Fixed some minor bugs (unused text in Profile, some PHP notices, BuddyPress avatar...).</pre>\n<p>Education WP 3.5.2 – 2018-09-06</p>\n<pre>+ Updated required plugins list.\n+ Updated languages.\n+ Improved styles.\n+ Improved Become A Teacher form, Portfolio...\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.12, issues with LearnPress Coming Soon...).</pre>\n<p>Education WP 3.5.1 – 2018-08-16</p>\n<pre>+ Improved new demo content.\n+ Improved elements (Pie Countdown, Testimonials...).\n+ Improved styles.\n+ Fixed some minor bugs (fixed some issues in Kindergarten child theme, issue with Loading More for course ratings...).</pre>\n<p>Education WP 3.5.0 – 2018-07-26</p>\n<pre>+ Added a brand new prebuilt demo - Grad School.\n+ Updated demo data.\n+ Improved styles (RTL and responsive).\n+ Fixed some minor bugs (issue with JS libraries, some translation issues...).</pre>\n<p>Education WP 3.4.5 – 2018-07-11 </p>\n<pre>+ Improved styles (RTL and responside for new WPBakery demos).\n+ Fixed some minor bugs (issue with FontAwesome, style issues with WPBakery, some translation issues).</pre>\n<p>Education WP 3.4.4 – 2018-06-25</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (issue with add to cart, button Buy Membership, co-instructor in Visual Composer).</pre>\n<p>Education WP 3.4.3 – 2018-05-24</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.9 and WooCommerce 3.4.0).</pre>\n<p>Education WP 3.4.2 – 2018-05-21</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.8).</pre>\n<p>Education WP 3.4.1 – 2018-05-09 </p>\n<pre>+ Improved Events List widget (add Category filter, add Event Status filter).\n+ Improved compatibilities with Assignments addon.\n+ Improved styles (RTL and responside for Edtech and React demo).\n+ Fixed some minor bugs (issue with loading more reviews, remove some deprecated functions...).</pre>\n<p>Education WP 3.4.0 – 2018-04-26</p>\n<pre>+ Added a brand new prebuilt demo - React (new Bootstrap layouts, new course layout, and so much more...).\n+ Updated premium addons list.\n+ Improved styles.\n+ Fixed some minor bugs (Kindergarten child theme issue, Carousel JS issue, social sharing for courses...).</pre>\n<p>Education WP 3.3.7 – 2018-04-11</p>\n<pre>+ Prepared for a brand new prebuilt demo - React.\n+ Improved styles (RTL, demo Edtech, responsive, WooCommerce...).\n+ Fixed some minor bugs (PHP notices from custom-functions.php, 404 LearnPress profile page...).</pre>\n<p>Education WP 3.3.6 – 2018-03-29</p>\n<pre>+ Added Maintenance page template.\n+ Updated Kindergarten child theme.\n+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.4, notices in Course Category editor, issue with some Customize options...).</pre>\n<p>Education WP 3.3.5 – 2018-03-23</p>\n<pre>+ Improved styles (Coming Soon Courses, Courses Colection, Kindergarten child theme, demo Edtech...).\n+ Fixed some minor bugs (issue with LearnPress 3.x, notices in Event pages...).</pre>\n<p>Education WP 3.3.4 – 2018-03-19</p>\n<pre>+ Improved styles (RLT, lesson template, demo Edtech course template...).\n+ Added Polish translation packages for the theme.\n+ Fixed some minor bugs.</pre>\n<p>Education WP 3.3.3 – 2018-03-16</p>\n<pre>+ Improved styles (quiz template, course template...).\n+ Updated languages package.\n+ Fixed some minor bugs (wrong lesson index, missing discount price in Related Courses section...)</pre>\n<p>Education WP 3.3.2 – 2018-03-14</p>\n<pre>+ Prepared for the next LearnPress 3.0.\n+ Improved widgets (Course Categories List, Courses...).\n+ Improved demo Edtech RTL.</pre>\n<p>Education WP 3.3.1 – 2018-03-01</p>\n<pre>+ Prepared for the next LearnPress 3.0.\n+ Improved styles (demo Edtech, responsive, WooCommerce, RTL...).\n+ Improved widgets (Instructors List, Portfolios...).\n+ Fixed WooCommerce outdated templates.</pre>\n<p>Education WP 3.3.0 – 2018-02-09</p>\n<pre>+ Prepared for the next LearnPress 3.0.\n+ Improved styles (demo Edtech, responsive, WooCommerce...).\n+ Updated languages.\n+ Fixed WooCommerce outdated templates.</pre>\n<p>Education WP 3.2.1 – 2018-01-18</p>\n<pre>+ Improved styles for demo Edtech.\n+ Prepared for the next LearnPress 3.0.\n+ Updated responsive style.\n+ Updated demo data.\n+ Updated documentation.\n+ Fixed some minor bugs (missing Finish Course button, issue with Membership price display...).</pre>\n<p>Education WP 3.2.0 – 2018-01-09</p>\n<pre>+ Added a brand new prebuilt demo - Edtech (new Bootstrap layouts, new course layout, and so much more...).\n+ Prepared for the next LearnPress 3.0.\n+ Updated all styles.\n+ Fixed some minor bugs.</pre>\n<p>Education WP 3.1.9.1 – 2017-11-28 </p>\n<pre>+ Fixed XSS issues.\n+ Updated demo content.\n+ Improved WordPress 4.9 compatibility.\n+ Improved styles (RTL, responsive...).</pre>\n<p>Education WP 3.1.9 – 2017-11-23</p>\n<pre>+ Updated Turkish language (thanks to @AliIsingor).\n+ Improved WordPress 4.9 compatibility.\n+ Added full-width menu layout.\n+ Added option to show popular courses in Courses page.\n+ Fixed some minor bugs (missing course category in WP 4.9, a PHP notice in Heading widget, forum link issue...).</pre>\n<p>Education WP 3.1.8 – 2017-11-17</p>\n<pre>+ Optimized Thim widgets and Thim shortcodes.\n+ Updated languages package.\n+ Updated styles (responsive, RTL...).\n+ Fixed some minor bugs (LearnPress outdated templates, register membership, SSL redirect...).\n</pre>\n<p> Education WP 3.1.7 – 2017-11-01 </p>\n<pre>+ Added Turkish translation packages for the theme.\n+ Added option to show/hide category description.\n+ Updated LearnPress (version 2.1.9.2) outdated templates.\n+ Updated all demo data.\n+ Fixed some minor bugs (issue with WC product images, issue with WC event notification...).\n</pre>\n<p> Education WP 3.1.6 – 2017-10-16 </p>\n<pre>+ Added Danish translation packages for the theme.\n+ Added new option to adjust course tabs (menu Customize / Courses / Single Pages).\n+ Updated styles (membership pages, single course pages, portfolio pages...).\n+ Fixed some minor bugs (WooCommerce outdated templates, SSL issue with Popup Login...).\n</pre>\n<p> Education WP 3.1.5 – 2017-09-29 </p>\n<pre>+ Improved courses purchasing on mobile devices.\n+ Improved WooCommerce process.\n+ Improved events registration.\n+ Update styles (responsive for membership templates, View Cart button, RTL styles...).\n+ Fixed some minor bugs (lesson block content issue, Grid/List option, ...).\n</pre>\n\n<p> Education WP 3.1.4 – 2017-09-20 </p>\n<pre>+ Added a new page template - Blank Page.\n+ Added option to show a number of Our Team members per pages.\n+ Updated a notice when a course full.\n+ Updated Kindergarten child theme.\n+ Changed expired events order.\n+ Fixed and improved styles.\n+ Fixed some minor bugs (issue with WC variant products, issue with LP non-login users...).\n</pre>\n\n<p> Education WP 3.1.3 – 2017-08-25 </p>\n<pre>+ Added option to adjust columns in blog page.\n+ Updated register redirection in events.\n+ Updated languages package.\n+ Updated styles.\n+ Fixed pre-loading icon in RTL mobile mode.\n+ Fixed an style issue with grouped sub menus.\n+ Fixed some minor bugs (an issue with free courses enrollment...).\n</pre>\n<p> Education WP 3.1.2 – 2017-08-08 </p>\n<pre>+ Added Spanish translation packages for the theme.\n+ Improved style (responsive, courses, shop...).\n+ Improved some functions (breadcrumb in event pages, Our Team widget...).\n+ Fixed an issue with PHP 5.2 or lower.\n+ Fixed a WooCommerce outdated template.\n</pre>\n<p> Education WP 3.1.1 – 2017-06-27 </p>\n<pre>+ Added Display Settings for product pages.\n+ Supported popup login when LearnPress-WooCommerce addon enabled.\n+ Improved styles (mega menus, responsive and RTL).\n+ Prepared for the next LearnPress 2.1.7.\n+ Fixed some minor bugs (issue with booking events when users not login, issue with new Text widget in WordPress 4.8...).\n</pre>\n<p> Education WP 3.1.0 – 2017-06-08 </p>\n<pre>+ Added display settings for products and collections.\n+ Supported lesson comments.\n+ Improved Eduma package.\n+ Improved responsive style.\n+ Fixed some minor bugs (issue with booking free events, issue with course thumbnail...).\n</pre>\n<p> Education WP 3.0.9.1 – 2017-05-31 </p>\n<pre>+ Updated Eduma documentation.\n+ Updated some course icons.\n+ Fixed a style issue with long lesson/quiz titles.\n</pre>\n<p> Education WP 3.0.9 – 2017-05-30 </p>\n<pre>+ Added Customize options for Forum pages.\n+ Added icons for Customize sections.\n+ Improved styles. (WooCommerce buttons, RTL, courses...).\n+ Fixed some minor bugs (issues with localhost site, issues with event widgets...).\n</pre>\n<p> Education WP 3.0.8 – 2017-05-24 </p>\n<pre>+ Added Customize options for Testimonial and Portfolio.\n+ Updated all demos data.\n+ Improved Coupon option for LearnPress-WooCommerce Payment addon.\n+ Improved LearnPress-Paid Memberships Pro Integration addon.\n+ Improved UI-UX for Eduma Setup.\n+ Improved styles.\n+ Fixed some minor bugs (issues with Commission addon, an AJAX process with Eduma theme...).</pre>\n\n<p> Education WP 3.0.7 – 2017-04-27 </p>\n<pre>+ Updated all demos data.\n+ Updated WooCommerce (version 3.0.4) outdated templates.\n+ Updated to latest version 5.4.3.1 of Slider Revolution plugin.\n+ Improved styles (RTL, courses, products, portfolios...).\n+ Improved portfolio\'s options.\n+ Improved Customize options.</pre>\n\n<p> Education WP 3.0.6.1 – 2017-04-18 </p>\n<pre>+ Added color option for portfolios.\n+ Updated Eduma child themes.\n+ Updated LearnPress add-ons package.\n+ Improved styles.\n+ Fixed some minor bugs with LearnPress.</pre>\n\n<p> Education WP 3.0.6 – 2017-04-13 </p>\n<pre>+ Prepared for LearnPress version 2.1.6.\n+ Prepared for ThimCore version 1.1.0.\n+ Updated WooCommerce integration add-ons (with LearnPress and Events).\n+ Updated to latest version 5.1.1 of Visual Composer plugin.\n+ Updated Kindergarten Child Theme.</pre>\n\n<p> Education WP 3.0.5 – 2017-04-11 </p>\n<pre>+ Updated WooCommerce (version 3.0.1) outdated templates.\n+ Add Display Settings box for each course.\n+ Fixed an issue with course wishlist button.</pre>\n\n<p> Education WP 3.0.4 – 2017-04-05 </p>\n<pre>+ Improved updating process (from Eduma 2.x to Eduma 3.x).\n+ Updated ThimCore version 1.0.4.\n+ Fixed some customize options (Blog Title, Social Sharing).</pre>\n\n<p> Education WP 3.0.3 – 2017-03-30 </p>\n<pre>+ Improved installing Eduma child-themes process.\n+ Improved updating process.\n+ Added notice to remove Thim Framework plugin.\n+ Updated ThimCore version 1.0.3.</pre>\n\n<p> Education WP 3.0.2 – 2017-03-28 </p>\n<pre>+ Added installation add-ons interface.\n+ Improved updating process.\n+ Improved adding custom background image for categories.\n+ Fixed some customize settings (Copyright Text and Custom CSS).</pre>\n\n<p> Education WP 3.0.1 – 2017-03-24 </p>\n<pre>+ Fixed missing style on child theme.</pre>\n\n<p> Education WP 3.0.0 – 2017-03-24 </p>\n<pre>+ Added Thim Core plugin(new customizer, new post meta, new demo importer...).\n+ Optimized performance.\n+ Added Persian translation package for the theme.\n+ Added media intro for courses.\n+ Updated icons for widgets and shortcodes.\n+ Updated LearnPress (version 2.1.5) outdated templates.\n+ Updated to latest version 5.4.1 of Slider Revolution plugin.\n+ Updated to latest version 5.1 of Visual Composer plugin.\n+ Updated Kindergarten Child Theme.\n+ Improved style.\n+ Fixed some minor bugs.\n</pre>\n<p> Education WP 2.8.6 – 2017-02-24 </p>\n<pre>+ Updated TP Events 2.0.\n+ Updated Kindergarten Child Theme.\n+ Updated LearnPress premium add-ons.\n+ Updated Tax Meta Class library.\n+ Updated LearnPress (version 2.1.4) outdated templates.\n+ Added TP Events - WooCommerce Payments add-on.\n+ Added Mexican Spanish, Russian, Brazilian Portuguese translation packages for the theme.\n+ Improved styles (shop, LP profile...). </pre>\n\n<p> Education WP 2.8.5 – 2017-02-10 </p>\n<pre>+ Optimized database queries.\n+ Fixed HTTP header conflict.\n+ Fixed an issue with Cookies (login with an incognito browser).\n+ Updated Memberships add-on (improve membership duration process).</pre>\n\n<p> Education WP 2.8.4 – 2017-02-08 </p>\n<pre>+ Added Bulgarian translation package for the theme.\n+ Added LearnPress Students List add-on.\n+ Updated LearnPress WooCommerce Payments add-on (solved an issue with caches).\n+ Updated LearnPress Paid Memberships Pro add-on (solved an issue with course enrollment).\n+ Added Year option for Thim Events widget.\n+ Fixed autoplay option in Thim Testimonials VC shortcode.\n+ Improved Become A Teacher form.\n+ Improved styles.</pre>\n\n<p> Education WP 2.8.3 – 2017-01-24 </p>\n<pre>+ Updated WooCommerce Payments add-on.\n+ Updated Certificates add-on.\n+ Updated Memberships add-on.\n+ Updated to latest version 5.3.1.5 of Slider Revolution plugin.\n+ Added grid/list view for blog.\n+ Fixed Search Products widget.\n+ Improved style (protected posts, courses page, search courses template).\n+ Supported Testimonials archive page.\n+ Supported Our Team archive page.</pre>\n\n<p> Education WP 2.8.1 – 2017-01-04 </p>\n<pre>+ Improved shop, search page, team members grid.\n+ Updated LearnPress (version 2.1.0) outdated templates.\n+ Updated DEMO for University (v3 - Visual Composer).\n+ Fixed some minor bugs.</pre>\n\n<p>Education WP 2.8.0 – 2016-12-21</p>\n<pre>+ Added a brand new Pre-built DEMO for University (v4 - SiteOrigin).\n+ Improved updater from Visual Composer (from version 5.0).\n+ Updated LearnPress (version 2.0.8.2) outdated templates.\n+ Updated LearnPress - Certificates add-on.\n+ Updated LearnPress - WooCommerce Payments add-on.\n+ Supported LearnPress - Coming Soon Courses add-on.</pre>\n\n<p> Education WP 2.7.6 – 2016-12-09 </p>\n<pre>+ Improved Take Course process.\n+ Fixed some minor bugs.\n+ Updated LearnPress (version 2.0.7.1) outdated templates.\n+ Updated to latest version 5.3.1 of Slider Revolution plugin.</pre>\n\n<p> Education WP 2.7.5 – 2016-12-02 </p>\n<pre>+ Added a new memberships template.\n+ Fixed missing completed labels in course page.\n+ Updated Visual Composer demo data.\n+ Updated Thim Framework plugin - updated FontAwesome 4.7.0.\n+ Updated LearnPress outdated templates.</pre>\n\n<p>Education WP 2.7.4 – 2016-11-29 </p>\n<pre>+ Fixed bug logged in redirect to 404 page.</pre>\n\n<p> Education WP 2.7.3 – 2016-11-29 </p>\n<pre>+ Improved course templates.\n+ Improved RTL style.\n+ Updated to latest version 5.0.1 of Visual Composer plugin.</pre>\n\n<p> Education WP 2.7.1 – 2016-11-21 </p>\n<pre>+ Fixed a PHP script.</pre>\n\n<p> Education WP 2.7.0 – 2016-11-21 </p>\n<pre>+ Added new lessons pop-up style.\n+ Supported slider, PDF, Powerpoint... for lessons.\n+ Improved course templates, Kindergarten demo, responsive style, RTL.\n+ Fixed some minor bugs with Courses widget.</pre>\n\n<p> Education WP 2.6.2 – 2016-11-15 </p>\n<pre>+ Added a new loading style.\n+ Fixed an issue with Finish Course button.\n+ Updated LearnPress Certificates add-on.\n+ Improved RTL style.\n+ Improved Ivy League Demo.</pre>\n\n<p> Education WP 2.6.0 – 2016-11-11 </p>\n<pre>+ Added a brand new Pre-built DEMO for University (v3 - SiteOrigin).\n+ Improved Kindergarten Child Theme.\n+ Updated to latest version 5.0 of Visual Composer plugin.\n+ Updated event participants section.</pre>\n\n<p> Education WP 2.5.6 – 2016-11-08 </p>\n<pre>+ Improved course meta.\n+ Improved instructor meta.\n+ Updated some other premium add-ons for LearnPress 2.x.</pre>\n\n<p> Education WP 2.5.5 – 2016-11-03 </p>\n<pre>+ Fixed an issue with bbPress forums.\n+ Updated premium add-ons for LearnPress 2.0.</pre>\n\n<p> Education WP 2.5.4 – 2016-11-02 </p>\n<pre>+ Supported LearnPress 2.0.\n+ Improved RTL styles.\n+ Updated demo data.\n+ Automatically saved Customize after theme updated.</pre>\n\n<p> Education WP 2.5.3 – 2016-10-27 </p>\n<pre>+ Used new pre-loader icon <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" />\n+ Fixed Visual Composer backend editor.\n+ Continued preparing for new LearnPress 2.0.\n+ Improved style.\n+ Improved Eduma child themes.</pre>\n\n<p> Education WP 2.5.2 – 2016-10-10 </p>\n<pre>+ Fixed a warning bug and some other minor bugs.\n+ Fixed wrong styles in WooCommerce page.\n+ Improved style RTL (thank quintessamedia-Daniel for his feedback).</pre>\n\n<p> Education WP 2.5.1 – 2016-10-04 </p>\n<pre>+ Prepared for new LearnPress 2.0.\n+ Added Popup Login (optional) in course page.\n+ Added login/register links (optional) on the mobile menu.\n+ Improved styles (single course page, RTL, blog page).</pre>\n\n<p> Education WP 2.5.0 – 2016-09-23 </p>\n<pre>+ Supported Visual Composer page builder <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" />\n+ Fixed some minor bugs.\n+ Improved styles.</pre>\n\n<p> Education WP 2.4.6 – 2016-09-14 </p>\n<pre>+ Added Link option for Testimonials widget (Thanks KayZ).\n+ Improved WooCommerce My Account page\'s style.\n+ Improved Kindergarten Child Theme.\n+ Improved styles of all default WordPress widgets.\n+ Improved comments box\'s style.\n+ Updated Font Awesome and Stroke Icons 7.\n+ Updated Membership Levels page.\n+ Fixed register issue on WooCommerce Checkout page.</pre>\n\n<p> Education WP 2.4.3 – 2016-08-03 </p>\n<pre>+ Add password fields for the registration form.\n+ Added login pop-up for LP checkout page.\n+ Improved the lessons navigation.\n+ Turned off Paid Membership Pro login redirect.\n+ Updated RTL style.\n+ Updated Boxed style.</pre>\n\n<p> Education WP 2.4.2 – 2016-07-15 </p>\n<pre>+ Added Pre-loader image option for Customize.\n+ Added Custom JS option for Customize.\n+ Added Youtube option for Thim Video widget.\n+ Improved Thim widgets style.\n+ Fixed issue: can not import events status.\n+ Turned off Paid Membership Pro register redirect.\n+ Updated demo data.</pre>\n\n<p> Education WP 2.4.1 – 2016-07-06 </p>\n<pre>+ Added metabox settings for courses, events, portfolios.\n+ Added option enable/disable Smooth Scroll feature.\n+ Improved Certificate button style.\n+ Improved My Account page style.\n+ Improved Mini Cart widget.\n+ Improved Portfolio widget.\n+ Improved course categories style.\n+ Updated Google Map.\n+ Updated to latest version 5.2.6 of Slider Revolution plugin.</pre>\n\n<p> Education WP 2.4.0 – 2016-06-20 </p>\n<pre>+ Added a brand new Pre-built DEMO for Kindergarten (child theme).\n+ Added Timetable widget.\n+ Improved sub-menu style.\n+ Improved LearnPress style.\n+ Updated LearnPress WooCommerce Payments add-on.\n+ Updated to latest version 5.2.5.4 of Slider Revolution plugin.\n+ Fixed outdated WooCommerce templates.</pre>\n<p>Education WP 2.3.2 – 2016-06-06</p>\n<pre>+ Updated demo data.\n+ Improved child theme functions.\n+ Improved mega-menu style.\n+ Fixed a conflict with All-in-One Event Calendar plugin.</pre>\n<p>Education WP 2.3.1 – 2016-06-02</p>\n<pre>+ Added Login Popup widget.\n+ Improved members section in a single our team page.\n+ Improved mobile menu in RTL.\n+ Updated top header area in a single event page.\n+ Updated Tab Event widget.\n+ Updated to latest version 5.2.5.3 of Slider Revolution plugin.\n+ Updated tgmpa library to version 2.6.1.</pre>\n<p>Education WP 2.3.0 – 2016-05-30</p>\n<pre>+ Integrated with Paid Membership Pro plugin.\n+ Supported courses membership features.\n+ Added link target option for menu items.</pre>\n<p>Education WP 2.2.3 – 2016-05-25</p>\n<pre>+ Updated to latest version 5.2.5.2 of Slider Revolution plugin.\n+ Updated Events plugin - improved events registration.\n+ Updated Portfolio plugin - fixed adding images issue.\n+ Updated Thim Framework plugin - improve saving Customize.\n+ Updated LearnPress Co-Instructors plugin - fixed some minor bugs.\n+ Improved portfolio widget.\n+ Improved quiz result page.\n+ Added Customize options for events.</pre>\n<p>Education WP 2.2.0 – 2016-04-28</p>\n<pre>+ Added a brand new Pre-built DEMO for Courses Hub.\n+ Added Courses Collection widget.\n+ Improved auto play option for carousel.\n+ Fixed a minor js bug.</pre>\n<p>Education WP 2.1.0 – 2016-04-21</p>\n<pre>+ Added a brand new Pre-built DEMO for Languages School.\n+ Improved Courses widget.\n+ Improved Icon Box widget.\n+ Improved responsive.\n+ Improved gallery popup.\n+ Improved events.\n+ Updated to latest version 5.2.5 of Slider Revolution plugin.\n+ Fixed pre-loading on IE 11.</pre>\n<p>Education WP 2.0.1 • 2016-04-14</p>\n<pre>+ Improved BuddyPress style.\n+ Improved Certificates tab in profile page.\n+ Improved LearnPress data migration.\n+ Fixed LearnPress profile links.\n+ Fixed LearnPress progress bar.\n+ Fixed courses info duplication in profile.\n+ Fixed a jQuery conflict in WordPress 4.5.</pre>\n<p>Education WP 2.0.0 • 2016-04-11</p>\n<pre>+ Upgraded to LearnPress version 1.0.\n++ Enhanced performance and capacity to extends more features with new database structure.\n++ Enable purchase multiple courses with Cart.\n++ Checkout process.\n++ Option purchase FREE course without cart and checkout proccess.\n++ Option add course to cart using AJAX.\n++ Support static pages: Cart, Checkout, Profile, Archive Courses.\n++ Custom slug for pages with Wordpress Endpoint.\n++ Review order after do checkout.\n++ Emails system with capacity to overwtire as templates.\n++ New UI/UX for admin and frontend.\n++ Capacity to compatible with more themes.\n++ Custom permalink for course tag, archive courses, single course pages.\n++ Custom size of course thumbnail.\n++ Ability to add new order manually in admin.\n++ Improved add-ons page.\n+ Added events registration feature.\n+ Updated to latest version 5.2.4.1 of Slider Revolution plugin.\n+ Improved menu style.\n+ Improved site performance.\n+ Added Icomoon.</pre>\n<p>Education WP 1.0 • 2015-12-22</p>\n<pre>+ The most amazing Education WordPress Theme was born <img src=\"/images/smileys/happy.png\" alt=\":)\" title=\":)\" />\n</pre>\n<a href=\"https://thimpress.com/log/education-wp-education-wordpress-theme-changelog/\" rel=\"nofollow\"><img src=\"https://thimpress.com/envato/changelogs.jpg\" alt=\"Education WordPress Theme Changelog\" /></a>\n\n<p>An excellent <em>Education WordPress Theme</em> from #1 official WordPress LMS plugin author, so what are you waiting for? ;) <a href=\"http://themeforest.net/checkout/from_item/14058034?license=regular&purchasable=source&support=bundle_6month\">Buy it now – only $69 for a great theme and tons of features</a>.</p>\n\n<p>\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" />\n<img src=\"https://www.facebook.com/tr?id=978118969000044&ev=PageView&noscript=1\" alt=\"\\\\\" />\n</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:19:\"wordpress/education\";s:18:\"classification_url\";s:52:\"https://themeforest.net/category/wordpress/education\";s:11:\"price_cents\";i:6900;s:15:\"number_of_sales\";i:15576;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:76:\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034\";s:7:\"summary\";s:606:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, BuddyPress 2.5.x, BuddyPress 2.4.x, BuddyPress 2.3.x, WooCommerce 3.2.x, WooCommerce 3.1.x, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, bbPress 2.5.x, Visual Composer 5.1.x, Visual Composer 4.12.x, Visual Composer 4.11.2.1, Visual Composer 4.11.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.85;s:5:\"count\";i:1184;}s:10:\"updated_at\";s:25:\"2018-10-03T12:52:47+10:00\";s:12:\"published_at\";s:25:\"2015-12-22T10:04:15+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:55:\"https://s3.envato.com/files/253326165/edumalogo-3-5.png\";s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/254645372/01_preview_eduma.__large_preview.png\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:96:\"https://themeforest.net/item/education-wordpress-theme-education-wp/full_screen_preview/14058034\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/254645372/01_preview_eduma.__large_preview.png\";s:10:\"image_urls\";a:5:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:163:\"https://previews-themeforest.imgix.net/files/254645372/01_preview_eduma.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=275c93c96d6623e1d1e438446dd0200c\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:1;a:4:{s:4:\"name\";N;s:3:\"url\";s:163:\"https://previews-themeforest.imgix.net/files/254645372/02_preview_eduma.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=697e0166628c8732e7b235677c1f66cc\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:2;a:4:{s:4:\"name\";N;s:3:\"url\";s:163:\"https://previews-themeforest.imgix.net/files/254645372/03_preview_eduma.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=87bb4aae2d12f9f483b8effd590cfc1b\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:3;a:4:{s:4:\"name\";N;s:3:\"url\";s:163:\"https://previews-themeforest.imgix.net/files/254645372/04_preview_eduma.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=f81a7685917540f3d83131eb4c1cb26d\";s:5:\"width\";i:590;s:6:\"height\";i:300;}i:4;a:4:{s:4:\"name\";N;s:3:\"url\";s:163:\"https://previews-themeforest.imgix.net/files/254645372/05_preview_eduma.png?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=1792ab547b8af95d9f2f29ffc008f3ed\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:9:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:16:{i:0;s:4:\"WPML\";i:1;s:16:\"BuddyPress 2.5.x\";i:2;s:16:\"BuddyPress 2.4.x\";i:3;s:16:\"BuddyPress 2.3.x\";i:4;s:17:\"WooCommerce 3.2.x\";i:5;s:17:\"WooCommerce 3.1.x\";i:6;s:17:\"WooCommerce 3.0.x\";i:7;s:17:\"WooCommerce 2.6.x\";i:8;s:15:\"WooCommerce 2.5\";i:9;s:17:\"WooCommerce 2.4.x\";i:10;s:13:\"bbPress 2.5.x\";i:11;s:21:\"Visual Composer 5.1.x\";i:12;s:22:\"Visual Composer 4.12.x\";i:13;s:24:\"Visual Composer 4.11.2.1\";i:14;s:22:\"Visual Composer 4.11.x\";i:15;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:33:\"https://educationwp.thimpress.com\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:43:\"Education, University, Kindergarten, EdTech\";i:1;s:44:\"Online Course, Online Training, Subscription\";i:2;s:41:\"LMS, One Instructor, ESL, Language School\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:7:\"academy\";i:1;s:8:\"coursera\";i:2;s:9:\"education\";i:3;s:25:\"education wordpress theme\";i:4;s:9:\"elearning\";i:5;s:8:\"learning\";i:6;s:26:\"learning management system\";i:7;s:3:\"lms\";i:8;s:8:\"teaching\";i:9;s:8:\"training\";i:10;s:15:\"training center\";i:11;s:5:\"udemy\";i:12;s:10:\"university\";i:13;s:25:\"wordpress education theme\";i:14;s:6:\"wp lms\";}s:21:\"_internal_cross_promo\";a:1:{i:0;s:22:\"available_with_hosting\";}}i:11797847;a:25:{s:2:\"id\";i:11797847;s:4:\"name\";s:34:\"LMS WordPress Theme - eLearning WP\";s:11:\"description\";s:762:\" \nCheck out our latest Learning Management System WordPress Theme 2017 – Course Builder WordPress LMS – NEW theme, NEW UPDATES – Check NOW.\n\n\n LMS WordPress Theme - eLearning WP is one of the best LMS WordPress Themes outstandingly powerful, smart learning management system (LMS) based on WordPress platform in which courses, lessons, quizzes and questions are easily made and managed. These courses for sale can be free or premium.\n\n\nDemo Info (username/password): instructor/instructor (for instructor/teacher), learner/learner (for learner, student)\n\n\n\n\n\n\n\n\n\n\n\n\n As one of the Best WordPress LMS Themes, eLearning WP is using LearnPress – a WordPress LMS plugin created by ThimPress ourselves. This WordPress LMS plugin is comprehensive, built\";s:16:\"description_html\";s:20978:\"<p><a href=\"https://thimpress.com/forums/?utm_source=elearningwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" alt=\"support\" /></a> <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" alt=\"Follow\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a> <a href=\"http://docs.thimpress.com/elearning-wp/?utm_source=elearningwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a> <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Coaching-WordPress-theme.png\" /></a></p>\n<blockquote>Check out our latest Learning Management System WordPress Theme 2017 – <a href=\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/20370918?utm_source=elearningwp&utm_medium=desc\"> Course Builder WordPress LMS</a> – <strong>NEW theme, NEW UPDATES – Check NOW</strong>.</blockquote>\n<a href=\"https://goo.gl/mGa9q1\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/02/Eduma-FB-Ads.png\" alt=\"Highly recommended education lms WordPress theme\" /></a>\n\n <p><a href=\"http://learnpress.io/wordpress-lms-plugin-for-your-courses/\" rel=\"nofollow\">LMS WordPress Theme</a> - eLearning WP is one of the <strong>best LMS WordPress Themes</strong> outstandingly powerful, smart learning management system (LMS) based on WordPress platform in which courses, lessons, quizzes and questions are easily made and managed. These courses for sale can be free or premium.</p>\n\n\n<blockquote>Demo Info (username/password): instructor/instructor (for instructor/teacher), learner/learner (for learner, student)</blockquote>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/1-el-3released.jpg\" alt=\"eLearning WordPress LMS 3 released\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/2-el-create-online-course.jpg\" alt=\"Create Online Course\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/3-el-4-demos.jpg\" alt=\"4 Education LMS Demos\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/4-el-header.jpg\" alt=\"Header styles\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/08/5-el-LearnPress-LMS-Bundle-2.jpg\" alt=\"LearnPress LMS Bundle\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/6-el-sell-course-woocommerce.jpg\" alt=\"Sell Course with WooCommerce\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/7-el-LearnPress-LMS-features.jpg\" alt=\"LearnPress LMS Features\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/8-SiteOrigin-page-builder.jpg\" alt=\"SiteOrigin Page Builder\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/9-el-prebuilt-templates.jpg\" alt=\"Prebuilt Templates\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/10-all-elearning-features.jpg\" alt=\"All eLearning features\" /></a>\n<a href=\"http://elearningwp.thimpress.com/?utm_source=tf-elearningwp\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/06/11-el-discover-more.jpg\" alt=\"Discover more\" /></a>\n\n <p>As one of the <strong>Best WordPress LMS Themes</strong>, eLearning WP is using <a href=\"http://learnpress.io/wordpress-lms-plugin-for-your-courses/\" rel=\"nofollow\">LearnPress – a WordPress LMS plugin</a> created by ThimPress ourselves. This WordPress LMS plugin is comprehensive, built seriously and continuously developed and supported in spite of free of charge. The WordPress LMS plugin – LearnPress is supported with a bunch of free or premium add-ons. That means LMS WordPress Theme – eLearning WP has all features packed from the WordPress LMS plugin – LearnPress. The most important thing is if later on you have demand of switching to another LMS Theme than our LMS WordPress Theme – eLearning WP , all your courses and information could be retained thank to the WordPress LMS plugin – LearnPress.</p>\n\n\n<p>Besides, As a commitment to support global education movement and to help you succeed, we included with the theme a full package of <a href=\"https://thimpress.com/product/learnpress-add-ons-bundle/\" rel=\"nofollow\">LearnPress Premium Add-ons Bundle – LearnPress Theme Bundle</a> for completely free. <a href=\"https://thimpress.com/learnpress/learnpress-premium-add-ons-request-form/\" rel=\"nofollow\">Click here</a> to claim your bonus bundle after you have bought this WordPress LMS theme. This allows you to have the total freedom complete control of your website while enjoying one of the highest quality WordPress theme plugin.\n</p>\n\n<p><i>(This is not a bonus, gift, rebate or an additional freebie as it is included in the theme as <strong>part of the theme</strong> like WooCommerce, Revolution Slider, Font-Awesome, etc. But since it’s large and contains many different add-ons that might be unnecessary to some, it is given this way so you can choose which one to install on your own.)</i></p>\n\n <p>This one of the <strong>Best LMS WordPress Themes</strong> is excellently compatible with bbPress Integration – communication forum for courses and BuddyPress Integration – the profile system which help you enjoy your learning on this LMS WordPress sites. More than that, amazing blog & timeline is also an ideal place to express your thought.</p>\n\n\n<h3 id=\"item-description__fully-documented-best-support-help-and-step-by-step-video-tutorial\"><strong>Fully Documented, Best Support Help and Step By step Video Tutorial</strong></h3>\n<a href=\"https://www.youtube.com/watch?v=GXXjNIP1gaQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/09/video-tutorial-616.png\" /></a>\n<a href=\"https://thimpress.com/forums/?utm_source=elearningwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" alt=\"support\" /></a><a href=\"http://docs.thimpress.com/elearning-wp/?utm_source=elearningwp&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n\n <p><strong>WordPress LMS Theme – eLearning WP</strong> supports all popular payment methods: Paypal, WooCommerce, Stripe, etc.</p>\n\n\n <p>You shall have variant selection from 8 demos of <strong>WordPress LMS Theme</strong> – eLearning WP: one course demo, one instructor demo and 5 other demos using for course market. With fully responsive design and Retina ready, your learning management system surely would look awesome in any equipment.</p>\n\n\n <p>With the appearance of WooCommerce and WooCommerce Sales Countdown, <strong>Learning Management System WordPress Theme</strong> – eLearning WP can be a normal shopping cart instead of a learning management system.</p>\n\n\n <p><i><strong>**</strong> For more info on how our bundled plugins work, check out <a href=\"https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins\" rel=\"nofollow\">this article.</a></i></p>\n\n\n<h2 id=\"item-description__wordpress-lms-theme-features\"><strong>WordPress LMS Theme features:</strong></h2>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">LearnPress WordPress LMS Plugin</a> by ThimPress on WordPress.org.</li>\n<li>Brilliant LMS Courses Management with Units/Sections, Lessons, Quizzes – link to Youtube video how to create a course.</li>\n<li>LMS Course Collection – combine particular courses into collections.</li>\n<li>LMS Course Review/Rating.</li>\n<li>Free Course, public accessible course support.</li>\n<li>Lessons Management with powerful WordPress Core Editor improved to support: video, attachments in any type of media</li>\n<li>Quizzes Management with multiple Question Types.</li>\n<li>Paypal, Stripe, Offline Payment Methods Integrated. Paypal payment method to allow to receive payment over Credit Cards or Paypal balance, Stripe payment method to allow to receive payment over Credit Cards, and Offline payment method is convenience to receive payment in offline ways. More is coming.</li>\n<li>WooCommerce support as a shop solution and/or selling courses over WooCommerce.</li>\n<li>WooCommerce Sales Countdown plugin included to sale your course/product on a timer.</li>\n<li>Co-instructors – multiple instructors support for each course.</li>\n<li>bbPress support – for private course discussion between instructors.</li>\n<li>BuddyPress support – for communicating between instructors & students in each course.</li>\n<li>Student Profile.</li>\n<li>Instructor Profile.</li>\n<li>Student Certificate on course completion.</li>\n<li>Amazing Drag & Drop Page Builder.</li>\n<li>Super lightweight & powerful Mega Menu built-in.</li>\n <li>Contact Form 7 ready: The layout of this form is customized to match the design of LMS WordPress theme – eLearning WP.</li>\n <li>Mailchimp for WordPress: a sign-up method to your LMS WordPress theme site.</li>\n<li>Highly Performance Optimized, your site will be loaded before your customers go away.</li>\n <li>Highly SEO Optimized with Microdata, perfect on-page SEO optimized for courses, blog posts, blog archives, WooCommerce products, WooCommerce archives, bbPress forum topics, BuddyPress activities. Google loves it.</li>\n<li>Mobile-Friendly – your LMS WordPress site with eLearning WP is mobile-friendly, Google loves it – give a test link on Google</li>\n <li>Post formats – Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 & FontAwesome 2: making front-end of LMS WordPress theme – eLearning WP faster and easier. Size, color, drop shadow, and anything can be done with the power of CSS.</li>\n <li>Styles has written by LESS CSS and compiled one time in WordPress Customizer to make LMS WordPress theme – eLearning WP loads faster.</li>\n <li>Drag and drop layout manager: allows you to create custom layouts for your content. Configure every element: Logo, header, slide show, page content, sidebars, footer and more without touching to code problem. Assign custom layouts to any page or post.</li>\n <li>Sidebar generator: generate as many sidebar as you need for WordPress LMS Theme – eLearning WP<strong>.</strong></li>\n <li>Unlimited footers: Plenty of footers is waiting in LMS WordPress theme – eLearning WP for your selection.</li>\n <li>Unlimited layouts for your front page, post, page, Login page, and even Custom Post Type of the LMS WordPress theme – eLearning WP.</li>\n <li>Unlimited color choices: you can select any color and decorate your LMS WordPress theme – eLearning WP site to the last conner.</li>\n <li>Unlimited layouts and templates.</li>\n <li>Google Fonts support (600+).</li>\n <li>WPML Ready.</li>\n <li>RTL support to make this eLearning WordPress Theme works perfectly with Arabic, Hebrew, ... languages.</li>\n <li>Retina ready: LMS WordPress theme – eLearning WP will look great in any technique devices</li>\n <li>Translation ready (.po/.mo files): support WordPress LMS Theme – eLearning WP to be translated in different languages.</li>\n <li>One click DEMO data importer: simply click a button and then you get LMS WordPress theme – eLearning WP Theme installed.</li>\n <li>and so much more.</li>\n</ul>\n<h4 id=\"item-description__changelogs\">CHANGELOGS</h4>\n<p>eLearning WP 4.0.4 – 2018-07-03</p>\n<pre>+ Improve style.\n+ Update language file.\n+ Check outdated template with newest version of Woocommerce and LearnPress.</pre>\n<p>eLearning WP 4.0.3 – 2017-04-27</p>\n<pre>+ Support WooCommerce\'s Cart widget.\n+ Improve style.\n+ Fixed don\'t show course in category page.</pre>\n<p>eLearning WP 4.0.2 – 2017-04-19</p>\n<pre>\n+ Update LearnPress 3.0 add-ons compatibility (LearnPress Course Review, LearnPress Course Wishlist, LearnPress Co-Instructors,...).\n+ Improve style of LearnPress\'pages.\n+ Add registration redirect feature.\n</pre>\n<p>eLearning WP 4.0.0 – 2017-03-29</p>\n<pre>\n+ Update compatible with LearnPress 3.0.\n+ Update template WooCommerce.\n+ Updated theme language file.\n+ Improve style.\n</pre>\n<p>eLearning WP 3.1.5 – 2017-12-27</p>\n<pre>\n+ Added option show all teacher for Thim Top Instructor widget.\n+ Added option select category for Thim Recent Posts widget.\n+ Fixed start quiz button don\'t show on free course\n+ Fixed some minor bug (lesson preloading, link target of Thim Single Image,...).\n+ Fixed responsive mobile menu.\n+ Updated theme language file.\n+ Updated all demo data.\n</pre>\n<p><strong>eLearning WP 3.1.4 – 2017-11-16</strong></p>\n<pre>\n+ Updated compatibility with LearnPress 2.1.9.3.\n+ Fix some bugs (lesson load, display teacher, ...)\n+ Added megamenu layout for Thim Courses widget.\n+ Updated theme language file.\n</pre>\n\n<p><strong>eLearning WP 3.1.3 – 2017-09-13</strong></p>\n<pre>\n+ Added: Customize options for Forum pages.\n+ Added: edit user social link in profile page.\n+ Fixed: register new user when checkout with Paid Membership Pro.\n+ Fixed: some minor style bugs.\n+ Fixed: button save to wishlist not working.\n+ Checked validate with w3c.\n</pre>\n\n<p><strong>eLearning WP 3.1.2 – 2017-08-21</strong></p>\n<pre>\n+ Added: new demo data installing process.\n+ Updated: translate theme.\n+ Fixed: footers links and form are not click able on mobile.\n+ Added: filter by category to Thim: Course widget.\n+ Fixed: incompatible with LearnPress - Coming Soon Courses plugin.\n</pre>\n<p><strong>eLearning WP 3.1.1 – 2017-07-17</strong></p>\n<pre>\n+ Updated responsive style.\n+ Updated demo data.\n+ Fixed menu header on iOS devices.\n+ Fixed some issues with PHP 5.5 or lower.\n+ Fixed option Top Image in Customzie / LearnPress / LearnPress Single not working.\n+ Fixed redirect to Membership Level page after sign up\n</pre>\n<p><strong>eLearning WP 3.1.0 – 2017-06-19</strong></p>\n<pre>\n+ Updated: About page, Contact page, Gallery page\n+ Updated all demos data.\n+ Fixed some minor bugs.\n</pre>\n<p><strong>eLearning WP 3.0 – 2017-06-16</strong></p>\n<pre>\n+ Added Thim Core plugin(new customizer, new post meta, new demo importer...).\n+ Updated: Demo Home 01\n+ Updated: LearnPress 2.1.6\n+ Updated all demos data.\n+ Updated WooCommerce (version 3.0.4) outdated templates.\n+ Improved styles (RTL, courses, products, portfolios...).\n+ Fixed some minor bugs.\n</pre>\n<p><strong>ELEARNING WP 2.4.4 – 2017-02-17</strong></p>\n<pre>+ Added option to hidden LearnPress ads.\n+ Fixed change background image in customize.\n+ Fixed change sub title in Course archive.\n+ Update version theme.\n+ Included child theme in package. </pre>\n\n<p><strong>ELEARNING WP 2.4.3 – 2017-01-13</strong></p>\n<pre>+ Fixed outdated of LearnPress.\n+ Update style Profile.</pre>\n\n<p><strong>ELEARNING WP 2.4.2 – 2016-12-22</strong></p>\n<pre>+ Updated outdated LearnPress templates.</pre>\n\n<p><strong>ELEARNING WP 2.4.1 – 2016-12-16</strong></p>\n<pre>+ Updated addons for LearnPress 2.0.\n+ Fixed outdated LearnPress templates.\n+ Fixed finish course.</pre>\n\n<p><strong>ELEARNING WP 2.4 – NOV 22, 2016</strong></p>\n<pre>+ Updated prepare for LearnPress 2.0.</pre>\n\n<p><strong> ELEARNING WP 2.3.6 – OCT 12, 2016 </strong></p>\n<pre>+ Prepared for new LearnPress 2.0.\n+ Updated languages. </pre>\n\n<p><strong> ELEARNING WP 2.3.5 – SEP 30, 2016 </strong></p>\n<pre>+ Improved responsive style.\n+ Fixed outdated WooCommerce templates.\n+ Updated template single course.</pre>\n\n<p><strong> ELEARNING WP 2.3.4 – JULY 11, 2016 </strong></p>\n<pre>+ Updated Google Map.\n+ Updated framework allow override widget on child theme.\n+ Updated languages.</pre>\n\n<p><strong>ELEARNING WP 2.3.3 – JUNE 27, 2016</strong></p>\n<pre>+ Fixed doesn\'t show certificate.\n+ Fixed sorting widget courses.\n+ Fixed wrong price widget courses.\n+ Improved profile page.\n+Updated tgmpa library to version 2.6.1.</pre>\n\n<p><strong>ELEARNING WP 2.3.2 – JUNE 22, 2016</strong></p>\n<pre>\n+ Added package LearnPress Certificate addon.\n+ Fixed outdated Woocommerce templates.\n+ Improved style single course.\n+ Improved style quiz.</pre>\n\n<p><strong>ELEARNING WP 2.3.1 – MAY 10, 2016</strong></p>\n<pre>+ Updated plugin require.\n+ Improved shop style.</pre>\n\n<p><strong>ELEARNING WP 2.3 – MAY 04, 2016</strong></p>\n<pre>\n+ Enable update plugin notification (LearnPress).\n+ Upgraded to LearnPress version 1.0.\n+ Fixed logo position.\n+ Updated languages.\n+ Updated demo data.</pre>\n\n<p><strong>ELEARNING WP 2.2 – APR 08, 2016</strong></p>\n<pre>+ Disable update plugin notification (LearnPress).</pre>\n\n<p><strong>ELEARNING WP 2.1 – MAR 31, 2016</strong></p>\n<pre>+ Updated template files for WooCommerce 2.5.0.</pre>\n\n<p><strong>ELEARNING WP 2.0 – DEC 29, 2015</strong></p>\n<pre>\n+ Updated Testimonials display in RTL.\n+ Fixed can not save widgets with repeater fields.\n+ Fixed missing a less variable.</pre>\n\n<p><strong>ELEARNING WP 1.9 – DEC 15, 2015</strong></p>\n<pre>\n+ Fixed bugs with some custom widgets in WordPress version 4.4.</pre>\n\n<p><strong>ELEARNING WP 1.8 – OCT 19, 2015</strong></p>\n<pre>+ Updated items for mobile menu when using header ver 2.</pre>\n\n<p><strong>ELEARNING WP 1.7 – OCT 16, 2015</strong></p>\n<pre>\n+ Fixed Grid/List mode in blog page.\n+ Improved header menu v2.\n+ Recommended add-on LearnPress Course Review.\n+ Updated demo data.\n</pre>\n\n<p><strong>ELEARING WP 1.6 – OCT 09, 2015</strong></p>\n<pre>\n+ Fixed tab Course curriculum in landing course page.\n+ Made login pop-up faster.\n</pre>\n\n<p><strong>ELEARING WP 1.5 – OCT 07, 2015</strong></p>\n<pre>\n+ Fixed quiz results style.\n+ Fixed wrong menu style on Safari.\n+ Updated LearnPress templates.\n</pre>\n\n<p><strong>ELEARING WP 1.4 • 2015.09.16</strong></p>\n<pre>\n+ Fixed bbPress register page responsive problem.\n+ Fixed wrong questions navigation.\n+ Fixed big logo in Firefox.\n</pre>\n<p><strong>ELEARING WP 1.3 • 2015.08.15</strong></p>\n<pre>\n+ Fixed Button Widget widget - Link.\n+ Fixed Icon Box - Complete box link.\n+ Updated user social sites\n</pre>\n\n<p><strong>ELEARING WP 1.2 • 2015.07.21</strong></p>\n<pre>\n+ Updated defualt language file.\n</pre>\n<p><strong>ELEARING WP 1.1 • 2015.07.11</strong></p>\n<pre>\n+ Fixed menu in safari.\n+ Fixed import data demo.\n</pre>\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"http://themeforest.net/item/wordpress-restaurant-theme-resca/12124219\"><img src=\"https://image-tf.s3.envato.com/files/141516029/01_preview.__large_preview.jpg\" alt=\"WordPress Restaurant Theme\" title=\"WordPress Restaurant Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/ecommerce-wordpress-theme-adot/11733602\"><img src=\"https://0.s3.envato.com/files/137954732/01_preview.__large_preview.jpg\" alt=\"eCommerce WordPress Theme adot\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/purify-cleaning-service-wordpress-theme/10981419\"><img src=\"https://0.s3.envato.com/files/128405813/01_preview.__large_preview.jpg\" alt=\"Purify - Cleaning Service Responsive WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"http://themeforest.net/item/montana-responsive-multipurpose-wordpress-theme/7882488\"><img src=\"https://0.s3.envato.com/files/96588362/Preview/01_preview.__large_preview.jpg\" alt=\"Montana Multipurpose WordPress Theme\" /></a>\n</p>\n\n <p>More <strong>LMS WordPress Themes</strong> from us and our partners will come in future.</p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:19:\"wordpress/education\";s:18:\"classification_url\";s:52:\"https://themeforest.net/category/wordpress/education\";s:11:\"price_cents\";i:6400;s:15:\"number_of_sales\";i:888;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:70:\"https://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847\";s:7:\"summary\";s:618:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Compatible With: WPML, BuddyPress 2.5.x, BuddyPress 2.4.x, BuddyPress 2.3.x, BuddyPress 2.2.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, WooCommerce 2.2.x, bbPress 2.5.x, bbPress 2.4.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, WordPress 4.3.1, WordPress 4.3, WordPress 4.2, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:3.75;s:5:\"count\";i:63;}s:10:\"updated_at\";s:25:\"2018-07-04T01:13:47+10:00\";s:12:\"published_at\";s:25:\"2015-06-24T15:23:07+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:61:\"https://s3.envato.com/files/237805883/thumb_80x80-1-80x80.png\";s:13:\"landscape_url\";s:87:\"https://s3.envato.com/files/237805884/LMS-WordPress-theme-elearning.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:90:\"https://themeforest.net/item/lms-wordpress-theme-elearning-wp/full_screen_preview/11797847\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:87:\"https://s3.envato.com/files/237805884/LMS-WordPress-theme-elearning.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:176:\"https://previews-themeforest.imgix.net/files/237805884/LMS-WordPress-theme-elearning.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=4196c27f77c04a01e1620cef5cc5d76d\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:3:\"IE9\";i:1;s:4:\"IE10\";i:2;s:4:\"IE11\";i:3;s:7:\"Firefox\";i:4;s:6:\"Safari\";i:5;s:5:\"Opera\";i:6;s:6:\"Chrome\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:15:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";i:12;s:15:\"WordPress 4.3.1\";i:13;s:13:\"WordPress 4.3\";i:14;s:13:\"WordPress 4.2\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:13:{i:0;s:4:\"WPML\";i:1;s:16:\"BuddyPress 2.5.x\";i:2;s:16:\"BuddyPress 2.4.x\";i:3;s:16:\"BuddyPress 2.3.x\";i:4;s:16:\"BuddyPress 2.2.x\";i:5;s:17:\"WooCommerce 2.6.x\";i:6;s:15:\"WooCommerce 2.5\";i:7;s:17:\"WooCommerce 2.4.x\";i:8;s:17:\"WooCommerce 2.3.x\";i:9;s:17:\"WooCommerce 2.2.x\";i:10;s:13:\"bbPress 2.5.x\";i:11;s:13:\"bbPress 2.4.x\";i:12;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:33:\"http://elearningwp.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"03 Elearning, LMS, Education focused demos\";i:1;s:45:\"Create and sell online/offline courses easily\";i:2;s:42:\"Sell course with Subscription / Membership\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:6:\"course\";i:1;s:7:\"courses\";i:2;s:10:\"e-learning\";i:3;s:9:\"education\";i:4;s:9:\"elearning\";i:5;s:26:\"learning management system\";i:6;s:7:\"lessons\";i:7;s:3:\"lms\";i:8;s:15:\"Online Learning\";i:9;s:9:\"questions\";i:10;s:4:\"quiz\";i:11;s:7:\"quizzes\";i:12;s:8:\"studying\";i:13;s:8:\"teaching\";i:14;s:8:\"training\";}s:21:\"_internal_cross_promo\";a:0:{}}i:17097658;a:25:{s:2:\"id\";i:17097658;s:4:\"name\";s:52:\"Speaker and Life Coach WordPress Theme | Coaching WP\";s:11:\"description\";s:752:\"\n \n \n \n \n\n\nSpeaker & Life Coach WordPress Theme (Coaching WP) is a stunning, flexible and multipurpose WP theme for speakers, mentors, trainers, therapists, and coaches. Its ultimate aim is to help individuals and businesses in the coaching industry promote their speeches, services, and consultancies to the world easier. Coaching WP’s uniqueness is due to its amazingly beautiful designs and easy to use Website template solution that maximizes user satisfaction.\n\nThe Speaker and Coaching Theme made ONLY FOR YOU. \n\n Do you want to help people and inspire others?\n Are you an Entrepreneur, a Public speaker, a Mentor, a Fitness trainer, a doctor, a health coach, a physical therapist, a nutritionist, a personal trainer, a \";s:16:\"description_html\";s:27346:\"<p>\n <a href=\"https://thimpress.com/forums/?utm_source=coaching&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" /></a>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a>\n <a href=\"http://docs.thimpress.com/coaching/?utm_source=coaching&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a>\n <a href=\"https://www.youtube.com/channel/UCkahDxEXnxXvickJtFvRnwQ\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Coaching-WordPress-theme.png\" /></a>\n</p>\n<a href=\"http://coaching.thimpress.com/demo-bussiness/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/09/new-demo-coaching-business-616.png\" alt=\"New Business Coaching Demo\" /></a>\n<strong>Speaker & Life Coach WordPress Theme (Coaching WP)</strong> is a stunning, flexible and multipurpose WP theme for speakers, mentors, trainers, therapists, and coaches. Its ultimate aim is to help individuals and businesses in the coaching industry promote their speeches, services, and consultancies to the world easier. Coaching WP’s uniqueness is due to its amazingly beautiful designs and easy to use Website template solution that maximizes user satisfaction.\n\n<h2 id=\"item-description__the-speaker-and-coaching-theme-made-only-for-you\"><strong>The Speaker and Coaching Theme made ONLY FOR YOU. </strong></h2>\n<ul>\n <li>Do you want to help people and inspire others?</li>\n <li>Are you an Entrepreneur, a Public speaker, a Mentor, a Fitness trainer, a doctor, a health coach, a physical therapist, a nutritionist, a personal trainer, a facilitator, a dietician or a professional consultant agency?</li>\n <li>Do you need an outstanding website displaying your portfolio for your services and sharing your thoughts, your upcoming events or your courses?</li>\n <li>You want something that is easy to use, easy to install and doesn’t take much of your time?</li>\n <li>You want your website to be AS INSPIRING AS YOU ARE?</li>\n</ul>\n\n <p><strong>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/09/Coaching-desc-p1.png\" alt=\"coaching-description1\" /></strong></p>\n\n\n <p><a href=\"http://coaching.thimpress.com/demo-bussiness/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/09/new-demo-coaching-business-616-p2.png\" alt=\"coaching-description2\" /></a></p>\n\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2018/08/coaching-wordpress-theme-description-image-2.png\" alt=\"coaching-description3\" /></p>\n\n\n <p>\n</p><h2 id=\"item-description__the-awesome-multipurpose-life-coach-wp-template\"><strong>The Awesome Multipurpose Life Coach WP template</strong></h2>\n<p>Even though the titles may be different, a great life or health coach, a great mentor, a great speaker and a great trainer all need one thing in common – a branding website as AWESOME as they are. Great UI/UX design is always the first thing that comes to our mind when developing this theme. This is even <strong>truer</strong> in the industry of coaching, where every feeling arises when visiting the web can be a big factor contributing to their buying decision.</p>\n\n\n<p>The second most important factor of a phenomenon website is all the functionalities and features it offers. Coaching WP is lucky to inherit all advanced features from <a href=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034&utm_source=coaching&utm_medium=learnpress\">the best-selling Education WordPress theme</a> (Education WP) and the most used <a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">WordPress LMS – LearnPress LMS plugin</a>. As a commitment to help your business grow, we even included with the theme a full package of <a href=\"https://thimpress.com/product/learnpress-add-ons-bundle/\" rel=\"nofollow\">LearnPress Premium Add-ons – LearnPress Theme Bundle</a> for free. <a href=\"https://thimpress.com/learnpress/learnpress-premium-add-ons-request-form/\" rel=\"nofollow\">Click here</a> to claim your bonus bundle after you have bought Coaching WP. This allows you to have the total freedom to your website while enjoying one of the highest quality WordPress theme. </p><p><i>(This is not a bonus, gift, rebate or an additional freebie as it is included in the theme as <strong>part of the theme</strong> like WooCommerce, Revolution Slider, Font-Awesome, etc. But since it’s large and contains many different add-ons that might be unnecessary to some, it is given this way so you can choose which one to install on your own.)</i></p>\n\nTherefore, empowering with great design and great features, this theme can help your company <strong>STAND OUT FROM THE COMPETITION AND WIN EFFORTLESSLY</strong>.\n<h2 id=\"item-description__easy-to-use-and-install-coaching-wordpress-theme\"><strong>Easy to Use and Install Coaching WordPress Theme</strong></h2>\n<h3 id=\"item-description__one-click-demo-install\"><strong>One Click Demo Install</strong></h3>\nEver heard of the saying “simplicity is the ultimate sophistication”? While we give you a powerful theme that has the capability to deal with many events, courses for plenty of users, we also give you the simplest method of managing and installing. With One Click Demo Install, Your dream coaching website will be up and running in less than 30 minutes, save a ton of your time, your money, and your effort.\n<h3 id=\"item-description__drag-and-drop-page-builder\"><strong>Drag and Drop Page Builder</strong></h3>\nWhat is more wonderful than being able to build your website on your own with your own design and idea? It is to be able to build your own website in a few minutes without having to write a single line of code. We use SiteOrigin Drag and Drop Page Builder to give you the best experience of building your own page. You don’t have to do much, just drag and drop, and you’ll have the site of your dream in almost no time. Even if you are an experienced developer, this would be even better because it assists you in speeding up the theme’s customizing process.\n\n<h3 id=\"item-description__new-coaching-wp-now-compatible-with-wp-bakery-page-builder-formerly-known-as\"><strong>NEW! Coaching WP now compatible with WP Bakery Page Builder (formerly known as Visual Composer)</strong></h3>\nAs we always strive for the best and always want to bring the highest quality product to everyone, from July 2018, we have included the most popular premium WP Page Builder – WP Bakery Page Builder in the theme Coaching WP. This will help you build your own consulting and coaching website easier than ever. To use this page builder, you must select the page builder upon installing the theme’s demo. If you installed Site Origin PageBuilder, you will need to reinstall the theme on another site to be able to switch to WP Bakery Page Builder. The best keeps getting better! \n\n<h2 id=\"item-description__special-effects-for-lasting-impressions\"><strong>Special Effects For Lasting Impressions</strong></h2>\n“First impression lasts!”. If your website is not attractive and is not impressive enough, it will be wiped off of your customer’s mind. As we have mentioned many times and again, we focus heavily on UI/UX design and special effects that are both interesting and elegant to make your customer, your trainee, your mentee a lasting impression about your website and your service in their mind.\n<h3 id=\"item-description__adorable-portfolio\"><strong>Adorable Portfolio</strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/Portfolio2.gif\" alt=\"portfolio2\" /> \n\n <p> When it comes to a branding website, especially for the niche of coaching, mentoring and training, portfolios and galleries are something people would always want to see. Understanding of this demand, we tried to make it look as impressive and elegant as possible. Your visitors will always think of you and your service as a professional and trustworthy place to go to. \n</p><h3 id=\"item-description__revolution-slider\"><strong>Revolution slider</strong></h3>\nThe best speaker and mentor deserve the best presentation. And we find no better presentation than to use Revolution slider with a numerous of icons, animations, and effects to introduce you. You will be able to add as many sliders as you like on your website for the price of none, so you can save money to do other better things for your company.\n<h3 id=\"item-description__-introduction-boxes-with-special-effects\"> <strong>Introduction boxes with special effects</strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/introduction2.gif\" alt=\"introduction2\" /> \n\n\n <p> This introduction box is the best way to surprise your visitors when they interact with your Call To Action. In the example, when hovering into the CTA of getting a coaching book, look for the next scheduled coaching event or go to the Online course, an elegant and professional card are displayed with detail information. How could a normal user can resist the temptation of getting involved with such an organization that professional? \n</p><h3 id=\"item-description__unique-testimonial\"><strong>Unique Testimonial</strong></h3>\nThe testimonial section is also a breakthrough that can display fully customer’s’ feedback with their face, their name, and title, bringing a sense of trust to your site. Apart from that, this part’s layout is totally different from that of many other themes, making this a unique feature and unique experience to your customer.\n<h3 id=\"item-description__smart-event-management-system\"><strong>Smart Event Management System </strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/Event2.gif\" alt=\"event2\" /> \n\n\n <p> The event listing system integrated into Coaching WP is smartly designed to make the upcoming event stands out so that people won’t miss it. Together with a countdown clock timer, people will know when to attend the event. This is proven to be an effective UX design that will bring you more clients. \n</p><h3 id=\"item-description__mobile-first-responsive-and-retina-ready\"><strong>Mobile First, Responsive and Retina Ready</strong></h3>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/09/responsive.jpg\" alt=\"responsive\" />\n\n\nIn this digital era, being able to display perfectly on different devices is indispensable. One reason for this is because of the wide variety of your visitors may come from different places and the wide spread of handheld devices. This theme can perform well in all device. Quick, Grab your iPhone and see how this theme can display perfectly on your mobile device.\n<h3 id=\"item-description__-learnpress-lms-courses-management-made-easy\"> <strong>LearnPress LMS – Courses management made easy</strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/LMS3.gif\" alt=\"lms3\" /> \n\n <p> As you are helping people with your knowledge, you will soon realize the power of eLearning, the power of spreading knowledge to thousands of people with just a click. There needs to be a strong system to take care of this, and especially when you are promoting your course, the system needs to be the best to make sure nothing went wrong along the way. LearnPress LMS is currently the most used WordPress LMS on WordPress.Org. It is also the LMS we developed and used successfully with Education WP – the best-selling Education WordPress Theme. Therefore, your system is safe and is ready for you to go big, to go viral. \n</p><h3 id=\"item-description__timeline-display-and-scrolling\"><strong>Timeline- display and scrolling</strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/Timeline-scrolling4.gif\" alt=\"timeline-scrolling4\" /> \n\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/09/Timeline-scrolling3.gif\" alt=\"timeline-scrolling3\" /></p>\n\n\n <p> When talking about a human, or an organization, people often talk about the past. And the easiest way to do that is to visualize using Timeline design so that people can scroll between the past and the now to have an extensive view. This great feature is limited to only a few theme and this Speaker and Coaching WordPress Theme is one of a few that has it. Keep calm and enjoy! \n</p><h3 id=\"item-description__full-site-search-engine-optimization\"><strong>Full site Search Engine Optimization</strong></h3>\n <img src=\"https://thimpress.com/wp-content/uploads/2016/09/seo.jpg\" alt=\"seo\" /> \n\n\n <p> SEO-ing is as important as the air to breathe. Coaching WP is optimized for SEO in the following ways to make sure Google fall in love with your website: \n</p><ul>\n <li>On-page optimized with all tags, meta, text, and fields and we even follow Google’s structured data guidelines.</li>\n <li>Speed optimized for faster site loading and better Search engine ranking.</li>\n</ul>\n<h2 id=\"item-description__a-powerful-life-coach-theme-from-an-a-team-with-100-satisfaction-support\"><strong>A Powerful Life Coach Theme From an A Team With 100% satisfaction Support</strong></h2>\nThe foundation of a good theme also lies in its support quality. However powerful and flexible it may be, there’s still conflicts with other plugins, there’s still some parts that are difficult to some people. We take this openly and seriously. For that reason, we built an enthusiast support team willing to answer any of your queries, explain any of the misunderstand you have. So, don’t worry, we got your back!\n<h3 id=\"item-description__author-ratings\"><strong>Author ratings</strong></h3>\nThe theme is new, so it hasn’t got any rating and review yet. However, let’s take a look at what the customers are talking about us – the team behind this Coaching WP theme. 11,000+ people are using this theme with almost 4,000+ schools, and educational centers are using our Education and LMS themes. They must not be wrong.\n\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2016/09/reviews.jpg\" alt=\"reviews\" /></p>\n\n\n<h3 id=\"item-description__forum-support-amp-detail-documentation-as-best\"><strong>Forum Support & Detail Documentation As Best</strong></h3>\n\n<p>Most of our satisfied customer loved us for our supporting quality. To do that, we invest largely in building a set of detail documentation along with tutorial videos and a forum support monitoring by the development team of this life coach theme.</p>\n\n <p><a href=\"http://docs.thimpress.com/coaching/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/documentation.jpg\" alt=\"documentation\" /></a></p>\n\n\n <p><a href=\"https://thimpress.com/forums/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/forum.jpg\" alt=\"forum\" /></a></p>\n\n\n<h3 id=\"item-description__frequently-updated\"><strong>Frequently Updated</strong></h3>\nThe final characteristic of a good theme, and of this Coach WordPress Theme is that it should frequently be updated. This is a vital process to ensure the theme has no bug and is compatible with the latest technology. You cannot build a castle using outdated approaches.\n<h3 id=\"item-description__full-feature-list\"><strong>Full Feature List</strong></h3>\n<p>Coaching WP is a Creative Clean Elegant Training Fitness speaker WordPress theme suitable for trainer mentor class tutor magazine student pupil apprentice education school college institute university uni online learning corporate business construction movie produce design architect blog freelance corporate business industry motor car travel modern sail book room journey newspaper computer sport hockey splash unsplash gym football soccer multipurpose business corporate company theater movie cinema center mall newspaper enfold bridge avada X listing pro Jupiter flatsome stack saas startup enfold divi consulting training gallery portfolio showcase photography elearning wp magwp sailing yard fitness sport gym job restaurant transport vehicle supermarket retail nonstop dj music metal guitar sing instrument song beat responsive multi-purpose course builder journey newspaper computer theater movie cinema center mall yard fitness sport gym job phone watch TV livestream food translate translation the gem charity hotel course and Coaching WordPress Theme</p>\n<ul>\n <li>LearnPress – WordPress LMS Plugin\n<ul>\n <li>Powerful LMS Courses Management with Drag & Drop course curriculum.</li>\n <li>Integrates many Payment Methods: PayPal, 2CheckOut, Stripe, Authorize.net or Offline Payment Method.</li>\n <li>Course Collection</li>\n <li>Course Review/Rating</li>\n <li>Multiple Question Types for Quiz</li>\n <li>Student & Instructor profile</li>\n <li>Multiple instructors for each course</li>\n <li>Paid Membership Pro</li>\n <li>Certificate for Student</li>\n <li>And many amazing features…</li>\n</ul>\n</li>\n <li>4+ homepage demos include one-click importer.</li>\n <li>Woocommerce Support</li>\n <li>Awesome slider with Revolution Slider</li>\n <li>Drag & Drop page builder with SiteOrigin</li>\n <li>Countdown Event Management</li>\n <li>Support custom widgets and many columns layouts</li>\n <li>Fully responsive support</li>\n <li>600+ fonts and 700+ icons</li>\n <li>Highly Performance Optimized</li>\n <li>Optimized for SEO</li>\n <li>Unlimited color schemes</li>\n <li>Contact form 7 supported</li>\n <li>WPML ready</li>\n <li>Amazing Menu with Mega Menu</li>\n <li>MailChimp for WordPress</li>\n <li>And so much more!</li>\n</ul>\n<h3 id=\"item-description__what-now\"><strong>What now?</strong></h3>\nAre you still having thoughts or questions about this theme? Don’t hesitate to leave us a comment in the comment tab and we will give you our best support we can give.\n\n <p>Hesitation will get you nowhere. <strong><a href=\"https://themeforest.net/item/coaching-wordpress-theme-coaching-wp/17097658\">Join the Coaching community now! </a></strong></p>\n\n\n<p><strong>CHANGELOG</strong></p>\n<p>Coaching WordPress Theme 2.3.2 2018-09-06</p>\n<pre>+ Improved VC shortcodes.\n+ Improved styles (responsive, RTL, curriculum...).\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.12, some words with wrong text domain...).</pre>\n<p>Coaching WordPress Theme 2.3.1 2018-07-17</p>\n<pre>+ Updated demo data.\n+ Add new demo Effective\n+ Fixed some minor bugs</pre>\n<p>Coaching WordPress Theme 2.3.0 2018-06-28</p>\n<pre>+ Supported WPBakery Page Builder.\n+ Updated demo data.\n+ Improved styles.\n+ Fixed some minor bugs (issue with Login Redirect...).</pre>\n<p>Coaching WordPress Theme 2.2.8 2018-05-24</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.9 and WooCommerce 3.4.0).</pre>\n<p>Coaching WordPress Theme 2.2.7 2018-05-22</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.8).</pre>\n<p>Coaching WordPress Theme 2.2.6 2018-05-10</p>\n<pre>+ Improved Events List widget (add Category filter, add Event Status filter).\n+ Improved styles (RTL and responsive).\n+ Fixed some minor bugs (issue with loading more reviews, remove some deprecated functions, wrong course-forum URL...).</pre>\n<p>Coaching WordPress Theme 2.2.5 2018-04-11</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (notice on 404 pages, notice in event pages, issue with Toolbar display option...).</pre>\n<p>Coaching WordPress Theme 2.2.4 2018-03-30</p>\n<pre>+ Improved styles.\n+ Fixed some minor bugs (outdated template in LearnPress 3.0.4, issue with some Customize options...).</pre>\n<p>Coaching WordPress Theme 2.2.3 2018-03-23</p>\n<pre>+ Improved styles (Coming Soon Courses, Courses Colection, RTL...).\n+ Fixed some minor bugs (issue with LearnPress 3.x, notices in Event pages...).</pre>\n<p>Coaching WordPress Theme 2.2.2 2018-03-15</p>\n<pre>+ Prepared for the next LearnPress 3.0.\n+ Updated styles (RTL, responsive...).\n+ Fixed some minor bugs (issue with Update Cart button, issue with some widgets...).</pre>\n<p>Coaching WordPress Theme 2.2.1 2018-03-05</p>\n<pre>\n+ Prepared for the next LearnPress 3.0.\n+ Improved widgets (multi addresses for Google Map widget, support videos for Round Slider widget...).\n+ Updated styles (demo Business, widgets...).\n+ Fixed Health Coaching 3 demo data.\n+ Fixed WooCommerce outdated templates.\n</pre>\n<p>Coaching WordPress Theme 2.2 2018-02-13</p>\n<pre>\n+ Prepared for the next LearnPress 3.0.\n+ Updated styles (demo Business, WooCommerce ...).\n+ Fixed WooCommerce outdated templates.\n+ Fixed some minor bugs (issue with WC product description, issue with wpengine, ...).\n</pre>\n<p>Coaching WordPress Theme 2.1.3 2018-01-17 </p>\n<pre>\n+ Updated styles.\n+ Updated new documentation.\n+ Fixed some minor bugs (issue with WC product thumbnail, issue with Portfolio plugin, ...).</pre>\n<p>Coaching WordPress Theme 2.1.2 2018-01-09</p>\n<pre>+ Added Blank Page template.\n+ Prepared for the next LearnPress 3.0.\n+ Improved styles (RTL, responsive, description on single product pages, testimonial width...).\n+ Fixed some minor bugs (issue with Social Sharing, issues with mobile view, payment for events...).</pre>\n<p>Coaching WordPress Theme 2.1.1 2017-12-01</p>\n<pre>+ Updated RTL demo data.\n+ Improved WordPress 4.9 compatibility.\n+ Improved styles (RTL, responsive...).\n+ Fixed XSS issues.</pre>\n<p> Coaching WordPress Theme 2.1.0 2017-11-03</p>\n<pre>\n+ Updated LearnPress (version 2.1.9.3) outdated templates.\n+ Updated WooCommerce (version 3.2.3) outdated templates.\n+ Added option to show/hide category description.\n+ Added new option to adjust course tabs (menu Customize / Courses / Single Pages).\n+ Supported membership features.\n+ Fixed some minor bugs (issue with WC variant products, issues with mobile view, payment for events...).\n</pre>\n<p>Coaching WordPress Theme 2.0.1 2017-09-28</p>\n<pre>\n+ Required Pricing Plus Table plugin.\n+ Updated events order.\n+ Improved widgets (update font for Icon Box widget, update image size for Images widget).\n+ Updated styles.\n+ Fixed some minor bugs (logo issue, login link in event page, lesson duration, issue with aq_resize...)\n</pre>\n<p>Coaching WordPress Theme 2.0 2017-08-29</p>\n<pre>\n+ Added a brand new Pre-built DEMO for Business.\n+ Added Thim Core plugin (new customizer, new post meta, new demo importer...).\n+ Improved widgets.\n+ Updated styles.\n+ Fixed some minor bugs.\n</pre>\n\n<p>Coaching WordPress Theme 1.7 2017-06-23</p>\n<pre>\n+ Supported Our Team archive page.\n+ Improved some widgets.\n+ Improved styles.\n+ Prepared for the next LearnPress 2.1.7.\n+ Fixed some minor bugs (start quiz & re-take quiz issues, lesson status issue...).\n</pre>\n\n<p> Coaching WordPress Theme 1.6.0 2017-04-28 </p>\n<pre>+ Update options related post/courses\n+ Update: Slider Revolution v5.4.3.1\n+ Fixed: Some minor issues </pre>\n\n<p> Coaching WordPress Theme 1.5.9 2017-04-14 </p>\n<pre>+ Fixed outdated of LearnPress\n+ Update languages theme\n+ Updated WP Events Manager\n+ Update style login, register form Event</pre>\n\n<p>Coaching WordPress Theme 1.5.8.1 – 2017-04-12</p>\n<pre>+ Fixed countdown in single event\n+ Fixed priority of style.css for child theme\n+ Updated for new version SiteOrigin</pre>\n\n<p>Coaching WordPress Theme 1.5.8 – 2017-04-10</p>\n<pre>+ Changed priority of style.css for child theme\n+ Fixed link read more in related course\n+ Updated meta box for course\n+ Updated event countdown widget\n+ Fixed outdated WooCommerce\n+ Updated image demo</pre>\n\n<p>Coaching WordPress Theme 1.5.7 – 2017-03-29</p>\n<pre>+ Fixed outdated of LearnPress.\n+ Update languages theme.\n+ Fixed error deactivate LearnPress Course Review.\n+ Updated countdown in widget Thim List Event.\n+ Included Map to Event.</pre>\n\n<p>Coaching WordPress Theme 1.5.6.1 – 2017-03-23</p>\n<pre>+ Improved widget Thim Heading.\n+ Update Event 2.0 Package.</pre>\n<p>Coaching WordPress Theme 1.5.6 – 2017-03-21</p>\n<pre>+ Fix get number related post\n+ Update languages theme\n+ Update Event 2.0\n+ Fixed mini cart WooCommerce\n+ Improved setting Testimonial\n+ Improved widget Thim Login Popup</pre>\n\n<p>Coaching WordPress Theme 1.5.5.1 – 2017-03-02</p>\n<pre>+ Update version theme\n+ Fix missing Add to cart in variable product</pre>\n\n<p>Coaching WordPress Theme 1.5.5 – 2017-03-01</p>\n<pre>+ Fixed outdated of LearnPress\n+ Fix excerpt in course\n+ Fix date format in Event\n+ Fix sort by category in widget course</pre>\n\n<p>Coaching WordPress Theme 1.5.4 – 2017-01-19</p>\n<pre>+ Added option to hide LearnPress ads.\n+ Fixed timeformat on list event and single event.\n+ Fixed rating in course.\n+ Included Social Login.</pre>\n\n<p>Coaching WordPress Theme 1.5.3 – 2017-01-12</p>\n<pre>+ Fixed outdated of LearnPress.\n+ Update style profile.\n+ Fixed checkout course.\n+ Fixed autoplay testimonial.\n+ Fixed time format on widget list event.</pre>\n\n<p>Coaching WordPress Theme 1.5.2 – 2017-01-03</p>\n<pre>+ Fixed outdated of LearnPress.\n+ Improved style popup course.</pre>\n\n<p>Coaching WordPress Theme 1.5.1 – 2016-12-27</p>\n<pre>+ Improved style popup Course.</pre>\n\n<p>Coaching WordPress Theme 1.5 – 2016-12-21</p>\n<pre>+ Improved demo data.</pre>\n\n<p>Coaching WordPress Theme 1.4.1 – 2016-12-20</p>\n<pre>+ Fixed outdated of Learnpress</pre>\n\n<p> Coaching WordPress Theme 1.4 – 2016-12-13 </p>\n<pre>+ Improved style responsive.\n+ Improved style homepage.\n+ Released style Demo Health Coaching 3.</pre>\n\n<p> Coaching WordPress Theme 1.3.1 – 2016-12-06 </p>\n<pre>+ Improved style responsive.\n+ Improved style Demo Health Coaching 2.\n+ Fixed outdated of LearnPress.</pre>\n\n<p> Coaching WordPress Theme 1.3 – 2016-11-30 </p>\n<pre>+ Improved style demo RTL.\n+ Released Demo Health Coaching 2.</pre>\n\n<p> Coaching WordPress Theme 1.2 – 2016-11-21 </p>\n<pre>+ Released Demo RTL.\n+ Fix bug Take this course.</pre>\n\n<p> Coaching WordPress Theme 1.1.1 – 2016-11-17 </p>\n<pre>+ Improved style course archive.\n+ Improved style single course.\n+ Updated addons for LearnPress.</pre>\n\n<p> Coaching WordPress Theme 1.1.0 – 2016-11-10 </p>\n<pre>+ Released Demo Health Coaching.\n+ Improved styles homepage.\n+ Improved style events archive.\n+ Updated addons for LearnPress 2.0.</pre>\n\n<p> Coaching WordPress Theme 1.0.2 – 2016-11-02 </p>\n<pre>+ Supported LearnPress 2.0.\n+ Updated demo data.</pre>\n\n<p> Coaching WordPress Theme 1.0.1 – 2016-10-27 </p>\n<pre>+ Updated prepare for LearnPress 2.0.</pre>\n\n<p> Coaching WordPress Theme 1.0.0 – 2016-10-27 </p>\n<pre>+ Released Coaching WordPress Theme.</pre>\n\n <p><img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:19:\"wordpress/education\";s:18:\"classification_url\";s:52:\"https://themeforest.net/category/wordpress/education\";s:11:\"price_cents\";i:5900;s:15:\"number_of_sales\";i:2937;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:88:\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658\";s:7:\"summary\";s:470:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, WooCommerce 3.0.x, WooCommerce 2.6.x, WooCommerce 2.5, WooCommerce 2.4.x, WooCommerce 2.3.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2, WordPress 4.4.1, WordPress 4.4, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.79;s:5:\"count\";i:130;}s:10:\"updated_at\";s:25:\"2018-09-06T17:15:55+10:00\";s:12:\"published_at\";s:25:\"2016-10-27T19:02:44+11:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:57:\"https://s3.envato.com/files/253326193/logo-coaching-2.png\";s:13:\"landscape_url\";s:100:\"https://s3.envato.com/files/253326194/01_preview.__large_preview.__large_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:108:\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/full_screen_preview/17097658\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:100:\"https://s3.envato.com/files/253326194/01_preview.__large_preview.__large_preview.__large_preview.jpg\";s:10:\"image_urls\";a:0:{}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:12:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";i:5;s:15:\"WordPress 4.5.x\";i:6;s:15:\"WordPress 4.5.2\";i:7;s:15:\"WordPress 4.5.1\";i:8;s:13:\"WordPress 4.5\";i:9;s:15:\"WordPress 4.4.2\";i:10;s:15:\"WordPress 4.4.1\";i:11;s:13:\"WordPress 4.4\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:7:{i:0;s:4:\"WPML\";i:1;s:17:\"WooCommerce 3.0.x\";i:2;s:17:\"WooCommerce 2.6.x\";i:3;s:15:\"WooCommerce 2.5\";i:4;s:17:\"WooCommerce 2.4.x\";i:5;s:17:\"WooCommerce 2.3.x\";i:6;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:30:\"http://coaching.thimpress.com/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:45:\"5 Demos: Speaker, Life Coach, Biz Coach, etc.\";i:1;s:44:\"Create + sell courses,events with LearnPress\";i:2;s:30:\"Best SEO Practice & Super Fast\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:8:\"business\";i:1;s:5:\"coach\";i:2;s:8:\"coaching\";i:3;s:24:\"coaching wordpress theme\";i:4;s:10:\"consulting\";i:5;s:9:\"corporate\";i:6;s:5:\"eduma\";i:7;s:12:\"health coach\";i:8;s:15:\"health coaching\";i:9;s:10:\"learnpress\";i:10;s:10:\"Life Coach\";i:11;s:13:\"life coaching\";i:12;s:29:\"life coaching wordpress theme\";i:13;s:6:\"mentor\";i:14;s:8:\"training\";}s:21:\"_internal_cross_promo\";a:0:{}}i:20370918;a:25:{s:2:\"id\";i:20370918;s:4:\"name\";s:76:\"WordPress LMS Theme for Online Courses, Schools & Education | Course Builder\";s:11:\"description\";s:754:\" \n\nThe WordPress LMS Course Builder theme is a multi-purpose, high quality eLearning WordPress LMS (Learning management system) for teachers, instructors, education center, schools, universities to create and manage your own online course website. This theme’s flexibility and power can help you easily create beautiful online courses, share your knowledge the world and get some revenue by selling them. Course Builder is easy to use with no coding knowledge required while providing the best education website design and experience that helps to maximize conversion rates for you.\n\n\nThe WordPress Learning Management System theme made exclusively for you – Course Builder \n\n\n Do you want to help people, share your knowledge and inspire others\";s:16:\"description_html\";s:35009:\"<p><a href=\"https://thimpress.com/forums/forum/course-builder-lms/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_support.png\" alt=\"support\" /></a> <img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_follow.png\" alt=\"Follow\" /><a href=\"https://www.facebook.com/ThimPress/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_facebook.png\" /></a><a href=\"https://twitter.com/thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_twitter.png\" /></a><a href=\"https://plus.google.com/u/0/+Thimpress\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_google.png\" /></a><a href=\"https://themeforest.net/user/thimpress\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_envato.png\" /></a> <a href=\"http://docspress.thimpress.com/course-builder/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/10/TP_doc.png\" /></a> <a href=\"https://www.youtube.com/watch?v=tl7p5O4ubZE\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/11/Coaching-WordPress-theme.png\" /></a></p>\n\n<p>The <strong>WordPress LMS Course Builder</strong> theme is a multi-purpose, high quality eLearning WordPress LMS (Learning management system) for teachers, instructors, education center, schools, universities to create and manage your own online course website. This theme’s flexibility and power can help you easily create beautiful online courses, share your knowledge the world and get some revenue by selling them. Course Builder is easy to use with no coding knowledge required while providing the best education website design and experience that helps to maximize conversion rates for you.\n</p>\n\n<h2 id=\"item-description__the-wordpress-learning-management-system-theme-made-exclusively-for-you-course\"><strong>The WordPress Learning Management System theme made exclusively for you – Course Builder</strong></h2> \n\n<ul>\n <li>Do you want to help people, <u>share your knowledge and inspire others</u>?</li>\n <li>Do you want to create your own online education school and website?</li>\n <li>Do you want to have <strong>complete control</strong> of your course, design, and revenue?</li>\n <li>Are you a teacher, an instructor that has great knowledge and course content and you want a <strong>COMPLETE SOLUTION</strong> for an elearning WPLMS website that’s <i>easy to implement, easy to use</i> and doesn’t take much of your time?</li>\n <li>You want a website that is the most beautiful and the most effective in persuading your student to take your course (<i>highest Conversion Rate</i>)?\n</li><li>Do you want to create <strong>FULL FEATURE</strong> online courses with Video or text lesson content, Quizzes, multiple question types, certificate, comment system, email notification, sell course and subscription plans, online webinar, etc. ?</li>\n\n</ul>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/11/Course-Builder-WordPress-LMS-Theme-2-updated.png\" alt=\"Powerful Learning Management System\" />\n<a href=\"http://wordpresslms.thimpress.com/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-3.png\" alt=\"Demo 1: Edu Institute\" /></a>\n<a href=\"http://wordpresslms.thimpress.com/demo-coursify/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-4.png\" alt=\"Demo 2: Coursify\" /></a>\n<a href=\"http://wordpresslms.thimpress.com/demo-elearning-2/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-5.png\" alt=\"Demo 3: eLearning II\" /></a>\n<a href=\"http://wordpresslms.thimpress.com/demo-single-instructor/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2017/09/WordPress-LMS-Theme-6.png\" alt=\"Demo 4: One Instructor\" /></a>\n<a href=\"http://wordpresslms.thimpress.com/demo-test-prep/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/03/demo5-testprep.png\" alt=\"Demo 5: Test Prep\" /></a>\n<a href=\"http://wordpresslms.thimpress.com/demo-corporate-learning/\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2018/03/demo6-corporate-learning.png\" alt=\"Demo 6: Corporate Learning\" /></a>\n\n <p><img src=\"https://thimpress.com/wp-content/uploads/2018/08/WordPress-LMS-Theme-7-edited.png\" alt=\"#1 WP LMS Plugin\" />\n<a href=\"http://themeforest.net/checkout/from_item/20370918?license=regular&purchasable=source&support=bundle_12month\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-8.png\" alt=\"Buy WPLMS Now\" /></a>\n<img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-9.png\" alt=\"Unique Design Theme\" />\n<a href=\"http://themeforest.net/checkout/from_item/20370918?license=regular&purchasable=source&support=bundle_12month\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-10.png\" alt=\"Buy WP LMS now\" /></a></p>\n\n\n<h2 id=\"item-description__the-most-advanced-responsive-multi-purpose-wplms-theme-for-online-course\"><strong>The most advanced responsive multi-purpose WPLMS theme for online course</strong></h2>\n\n<h3 id=\"item-description__create-your-online-course-with-the-best-open-source-lms-for-wordpress\"><strong>Create your online course with the best Open source LMS for WordPress</strong></h3>\n\n<p>It would be an unforgivable mistake if the best e-learning LMS WordPress theme doesn’t go with the best WordPress LMS. That’s the reason why we bundled <a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">LearnPress WordPress LMS</a> – the best open source LMS with this theme, hoping that its amazingly wide range of online course and school management system features will be your best friend. \n</p>\n\n<p>With more than 20,000 current customers, LearnPress LMS has the most active installs amongst other WordPress LMS like LearnDash, LifterLMS, CoursePress or Sensei and it is rated as not only the best Free Open source LMS plugin but also as one of the leading reliable Learning Management System for any individual or organization to build an awesome online learning teaching platform. This theme is the most suitable to create an online course website for education centers, for Udemy/Teachable/Thinkific online instructors, tutors and teacher, or a school website or website for a university. \n</p>\n\n<p>As a commitment to support global education movement and to help you succeed, we included with the theme a full package of <a href=\"https://thimpress.com/product/learnpress-add-ons-bundle/\" rel=\"nofollow\">LearnPress Premium Add-ons Bundle – LearnPress Theme Bundle</a>. <a href=\"https://thimpress.com/learnpress/learnpress-premium-add-ons-request-form/\" rel=\"nofollow\">Click here</a> to claim your bonus bundle after you have bought this WordPress LMS theme. This allows you to have the total freedom complete control of your website while enjoying one of the highest quality WordPress theme plugin.\n</p>\n\n<p><i>(This is not a bonus, gift, rebate or an additional freebie as it is included in the theme as part of the theme like WooCommerce, Font-Awesome, etc. But since it’s large and contains many different add-ons that might be unnecessary to some, it is given this way so you can choose which one to install on your own.)\n</i></p>\n\n<h2 id=\"item-description__the-best-wordpress-lms-theme-launch-your-courses-successfully-at-ease\"><strong>The best WordPress LMS Theme – Launch your courses successfully at ease</strong></h2>\n\n<h3 id=\"item-description__one-click-install-four-demos-no-coding-required-no-effort-required\"><strong>One click install, four demos – No Coding Required. No Effort Required.</strong> </h3>\n\n<p>To empower you with the power of achieving more with less, the theme goes with 3 different demos for all types of education organization: Big school, small school, and instructor demo. Also, each demo has many pages with pre-design elements that are pre-filled with content. All you have to do is to install the theme and edit the content (logo, slogan, course information, pricing, etc.) so that it fits your information.\n</p>\n\n<p>Installation is easier than ever with the One-Click Install. You can choose to go with any demo that you like, and your eLearning website will be automatically installed with full functions in just a few minutes.\n</p>\n\n<p>Just focus on teaching and forget about all the technical parts. This WordPress LMS theme will take care of it for you. \n</p>\n\n<h3 id=\"item-description__brand-new-pro-features-of-the-leading-lms-software-in-this-theme\"><strong>Brand new PRO features of the leading LMS software in this theme</strong></h3>\n<h4 id=\"item-description__introducing-course-dashboard\"><strong>Introducing course dashboard:</strong></h4>\n<p> Have you ever taken a course on Udemy, Coursera or EdX? The reason they are the most popular online learning websites is that they focus on giving an unmatched experience to the student while learning and one such of that is to let them focus on the course they are learning via the course dashboard. Here with WordPress LMS – WPLMS, we implemented the same course dashboard feature which is only visible to registered course learners, and it will only display information about the course, the current lesson that the students are taking. It even shows the comments from other students in the same course to every lesson and builds a community of the course. This helps improving retention rate and make your student more loyal to your online education WordPress website.\n</p>\n<h4 id=\"item-description__communicate-with-announcement-system-email-notification\"><strong>Communicate with Announcement system email notification</strong></h4>\n<p>With this Online Course Builder WordPress theme, instructors can now communicate with his students by sending course announcements and email notification to his students. These announcements will also be shown in the announcement tab in the course dashboard so anyone can see it.\n</p>\n\n<h4 id=\"item-description__enroll-shortcode-visual-composer-build-your-own-course-landing-page\"><strong>Enroll shortcode + Visual Composer = Build your own course landing page</strong></h4>\n\n <p>As some instructors want to design their own course landing page, we have created the Enroll shortcode which can be embedded to any page to make student register to a course easier by clicking to the button generated by the shortcode. Therefore, if you use Visual Composer to create a killer landing page, you can now embed the Enroll shortcode and have your students signup easily. This is the demo landing page made by VC and this shortcode that you can definitely use for your website: Demo course landing page</p>\n\n\n<h3 id=\"item-description__flexible-payment-option-with-woocommerce-paypal-stripe-authorize-net\"><strong>Flexible Payment Option with WooCommerce, Paypal, Stripe, Authorize.net, 2Checkout and create Subscription plan easily with Paid Membership Pro</strong>\n</h3>\n<p>This theme will help you to launch and sell your courses and to collect payment easily. All that’s left for you is to attract your students.\n</p>\n\n<p>With WooCommerce integrated to the theme, you can sell courses easily in your currency and WooCommerce works with almost all payment gateways in the world. What if you don’t want WooCommerce? You can always use our payment gateway integration built especially for LearnPress like Stripe (<a href=\"https://thimpress.com/product/stripe-add-on-for-learnpress/\" rel=\"nofollow\">Stripe Add-on for LearnPress – Read tutorial here</a>), Authorize.net (<a href=\"https://thimpress.com/product/authorize-net-add-on-learnpress/\" rel=\"nofollow\">Authorize.net Add-on for LearnPress – Read tutorial here</a>), 2CheckOut (<a href=\"https://thimpress.com/product/2checkout-add-learnpress/\" rel=\"nofollow\">2CheckOut Add-on for LearnPress – Read tutorial here</a>), or the default Paypal payment gateway.\n</p>\n\n<p>More importantly, you can now sell monthly course subscription or turn your website into a membership website with LearnPress Paid Membership Pro. \n</p>\n\n<p>Payment option is plenty and flexible. Just create the course and the theme will handle the payment part easily. \n</p>\n\n<p>Remember, unlike other course platforms, this theme is One-Time Payment and it will not cost you any recurring fees or transaction fees to maintain. There is just no limit on courses, lessons, quizzes, and students. \n</p>\n\n<h3 id=\"item-description__beautiful-intuitive-user-interface-with-a-bold-look\"><strong>Beautiful Intuitive User Interface with a bold look.</strong></h3>\n<ul>\n <li>Course collection</li>\n <li>Feature course</li>\n <li>Testimony</li>\n <li>Teacher list, Teacher profile</li>\n</ul>\n\n<h3 id=\"item-description__event-management-create-events-and-sell-tickets-with-ease\"><strong>Event management – Create events and sell tickets with ease.</strong></h3>\n<ul>\n <li>Can the theme help you host an offline event? Yes!.</li>\n <li>Can it let you sell tickets online? Yes!</li>\n</ul>\n<p>With the built-in WordPress Event Manager plugin, you can create and manage events easily. You can set a price for the ticket, the quantity of the ticket and even display the venue of your events to the visitors.Creating and managing events has never been easier before.\n</p>\n<h3 id=\"item-description__incredibly-fast-and-advanced-seo-support\"><strong>Incredibly fast and advanced SEO support</strong></h3>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/09/seo.jpg\" />\n<p>We want to help you grow your business quickly and getting your site ranked significantly high on Search Engines is the best thing we can do. The theme is surprisingly lightweight but powerful. It is being built with the most advanced SEOWP theme in mind. All headings, images, tags, elements are styled for better readability, better Google Structured Data and better code structure that you will love it and Google will definitely love it.\n</p>\n\n<h3 id=\"item-description__super-responsive-and-mobile-friendly\"><strong>Super responsive and Mobile Friendly</strong></h3>\n\n<p>Almost everyone on Earth has a mobile phone. Many even have two or more. You spend a substantial of your time on mobile phone. So are your students. You may not have noticed that, but we knew it from the beginning. Did you know that if your website runs fast on mobile, it helps with SEO and also with SALE? That is the reason why your site definitely needs to be mobile friendly. Your lessons, your courses, and your quizzes must work perfectly on iPhone, iPad, on other smartphones and handheld devices. Don’t worry, we’ve got your back by making the theme responsive to every detail. Quick, grab your iPhone and check the theme on mobile. You will be amazed! \n</p>\n\n<h3 id=\"item-description__new-update-gdpr-ready-learnpress-lms-and-course-builder-is-now-compliant\">New Update – GDPR Ready – LearnPress LMS and Course Builder is now compliant with GDPR.</h3>\n<p>So the day has come and it’s our honor to announce that LearnPress is now GDPR compliant. You can check more information about <a href=\"https://thimpress.com/learnpress-gdpr-ready/\" rel=\"nofollow\">GDPR Ready and LearnPress LMS here</a></p>\n\n<h2 id=\"item-description__after-sale-support-are-also-amazing\"><strong>After-Sale Support are also amazing</strong></h2>\n<p>Having operated for 10 years in WordPress and web design business, we know that after-sale support is the motive behind our growth. Your business growth is our business growth. For that reason, we invested a lot in helping you succeed after being our customer. There are three reasons why our after-sale support is the best-in-class:\n</p>\n\n<ul>\n <li><strong><i>Frequently updated theme:</i></strong> Even though the code quality is super high, we consistently update the theme to make sure it works with the latest trend in Learning Management System and also the trend in design. Your theme and your site will always be the best with no recurring fees.</li>\n<li><p><strong><i>Perfect documentation system with step by step tutorials: </i></strong>Besides writing perfect, flawless codes, we also write details step by step tutorials on how to use the theme and the best open source LMS. If you are a teacher, an instructor and you are new to web design, it will be extremely helpful. If you are an experienced freelancer or web developer, it will also be very helpful to build a website for your client. <a href=\"http://docspress.thimpress.com/course-builder/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\">Read documentation here</a>.</p> <a href=\"http://docspress.thimpress.com/course-builder/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/documentation.jpg\" /></a></li>\n\n<li><p><strong><i>Have an issue with the theme?</i></strong> We have formed a Five-Star professional customer service team and a special exclusive dedicated support forum for you to help you out anytime you have an issue and needed support. Don’t hesitate <a href=\"https://thimpress.com/forums/forum/course-builder-lms/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\">to create a support topic here on our support forum</a>. Our supporters will be more than happy to help you out in within 24 hours of a business day. </p><a href=\"https://thimpress.com/forums/forum/course-builder-lms/?utm_source=coursebuilder&utm_medium=top_icon\" rel=\"nofollow\"><img src=\"https://thimpress.com/wp-content/uploads/2016/09/forum.jpg\" /></a></li>\n</ul>\n\n <p><i><strong>**</strong> For more info on how our bundled plugins work, check out <a href=\"https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins\" rel=\"nofollow\">this article.</a></i></p>\n\n\n<h3 id=\"item-description__author-ratings\"><strong>Author ratings</strong> </h3>\n<p>The theme is new, so it hasn’t got any rating and review yet. However, let’s take a look at what the customers are talking about us – the team behind this Course Builder & Elearning Software theme. 22,000+ people are using our themes with almost 10,000+ schools, and educational centers are using our Education and LMS themes. They must not be wrong.</p>\n<img src=\"https://thimpress.com/wp-content/uploads/2016/09/reviews.jpg\" alt=\"5-star-rating\" />\n<h2 id=\"item-description__wordpress-lms-theme-features\"><strong>WordPress LMS Theme features:</strong></h2>\n<p>Course Builder is a Modern Creative Multi-Niche Multi-Purpose Corporate WordPress theme suitable for education business kindergarten pre-school school college institute university uni online learning training blog photography magazine student pupil apprentice gallery portfolio showcase photography corporate business construction movie produce design architect freelance corporate business industry motor car travel modern trainer mentor class course newspaper enfold bridge avada X consulting divi responsive multi-purpose course builder elearning wp sail book room journey newspaper computer theater movie cinema center mall yard fitness sport gym job restaurant transport vehicle supermarket retail nonstop dj music metal guitar sing instrument song beat phone watch TV livestream food translate translation the gem kallyas listing Online Training Course WordPress Theme</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/learnpress/\" rel=\"nofollow\">LearnPress WordPress LMS Plugin</a> by ThimPress on WordPress.org.</li>\n<li>Brilliant LMS Courses Management with Units/Sections, Lessons, Quizzes – link to Youtube video how to create a course.</li>\n<li>LMS Course Collection – combine particular courses into collections.</li>\n<li>LMS Course Review/Rating.</li>\n<li>Free Course, public accessible course support.</li>\n<li>Lessons Management with powerful WordPress Core Editor improved to support: video, attachments in any type of media</li>\n<li>Quizzes Management with multiple Question Types.</li>\n<li>Paypal, Stripe, Offline Payment Methods Integrated. Paypal payment method to allow to receive payment over Credit Cards or Paypal balance, Stripe payment method to allow to receive payment over Credit Cards, and Offline payment method is convenience to receive payment in offline ways. More is coming.</li>\n<li>WooCommerce support as a shop solution and/or selling courses over WooCommerce.</li>\n<li>Co-instructors – multiple instructors support for each course.</li>\n<li>bbPress support – for private course discussion between instructors.</li>\n<li>BuddyPress support – for communicating between instructors & students in each course.</li>\n<li>Student Profile.</li>\n<li>Instructor Profile.</li>\n<li>Student Certificate on course completion.</li>\n<li>Amazing Drag & Drop Page Builder.</li>\n<li>Super lightweight & powerful Mega Menu built-in.</li>\n <li>Contact Form 7 ready: The layout of this form is customized to match the design of LMS WordPress theme – eLearning WP.</li>\n <li>Mailchimp for WordPress: a sign-up method to your LMS WordPress theme site.</li>\n<li>Highly Performance Optimized, your site will be loaded before your customers go away.</li>\n <li>Highly SEO Optimized with Microdata, perfect on-page SEO optimized for courses, blog posts, blog archives, WooCommerce products, WooCommerce archives, bbPress forum topics, BuddyPress activities. Google loves it.</li>\n<li>Mobile-Friendly – your LMS WordPress site with eLearning WP is mobile-friendly, Google loves it – give a test link on Google</li>\n <li>Post formats – Standard, Audio, Gallery, Image, Link, Quote and Video.</li>\n <li>Built on latest Bootstrap 3 & FontAwesome 2: making front-end of LMS WordPress theme – eLearning WP faster and easier. Size, color, drop shadow, and anything can be done with the power of CSS.</li>\n <li>Styles has written by LESS CSS and compiled one time in WordPress Customizer to make LMS WordPress theme – eLearning WP loads faster.</li>\n <li>Drag and drop layout manager: allows you to create custom layouts for your content. Configure every element: Logo, header, slide show, page content, sidebars, footer and more without touching to code problem. Assign custom layouts to any page or post.</li>\n <li>Sidebar generator: generate as many sidebar as you need for WordPress LMS Theme – eLearning WP<strong>.</strong></li>\n <li>Unlimited footers: Plenty of footers is waiting in LMS WordPress theme – eLearning WP for your selection.</li>\n <li>Unlimited layouts for your front page, post, page, Login page, and even Custom Post Type of the LMS WordPress theme – eLearning WP.</li>\n <li>Unlimited color choices: you can select any color and decorate your LMS WordPress theme – eLearning WP site to the last conner.</li>\n <li>Unlimited layouts and templates.</li>\n <li>Google Fonts support (600+).</li>\n <li>WPML Ready.</li>\n <li>RTL support to make this eLearning WordPress Theme works perfectly with Arabic, Hebrew, ... languages.</li>\n <li>Retina ready: LMS WordPress theme – eLearning WP will look great in any technique devices</li>\n <li>Translation ready (.po/.mo files): support WordPress LMS Theme – eLearning WP to be translated in different languages.</li>\n <li>One click DEMO data importer: simply click a button and then you get LMS WordPress theme – eLearning WP Theme installed.</li>\n <li>and so much more.</li>\n</ul>\n<a href=\"http://themeforest.net/checkout/from_item/20370918?license=regular&purchasable=source&support=bundle_12month\"><img src=\"https://thimpress.com/wp-content/uploads/2017/08/WordPress-LMS-Theme-10.png\" alt=\"Buy WP LMS now\" /></a>\n\n<h3 id=\"item-description__wordpress-themes-by-thimpress\">WordPress Themes by ThimPress</h3>\n<p>\n<a href=\"https://themeforest.net/item/magazine-wordpress-theme-mag-wp/19305239\"><img src=\"https://s3.envato.com/files/224944165/mag.__large_preview.png\" alt=\"Magazine WordPress Theme\" /></a>\n</p>\n<p>\n<a href=\"https://themeforest.net/item/travel-booking-hotel-wordpress-theme-hotel-wp/18828322\"><img src=\"https://s3.envato.com/files/224322877/hotel.__large_preview.png\" alt=\"Hotel WordPress Theme | Hotel WP\" /></a>\n</p>\n<p>\n<a href=\"https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658\"><img src=\"https://s3.envato.com/files/223106841/01_preview.__large_preview.jpg\" alt=\"Speaker and Life Coach WordPress Theme | Coaching WP\" /></a>\n</p>\n<p>\n<a href=\"https://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847\"><img src=\"https://s3.envato.com/files/137786552/01_preview.__large_preview.jpg\" alt=\"LMS WordPress Theme - eLearning WP\" /></a>\n</p>\n\n <p>More <strong>LMS WordPress Themes</strong> from us and our partners will come in the future.\n<img src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011417232/?value=0&guid=ON&script=0\" alt=\"\\\\\" /></p>\n\n\n<p><strong>CHANGELOG</strong></p>\n<a href=\"https://thimpress.com/log/course-builder-changelogs/\" rel=\"nofollow\">\n<img src=\"https://thimpress.com/envato/changelogs.jpg\" alt=\"Course Builder LMS WordPress Theme Changelog\" />\n</a>\n<p>Course Builder 2.2.7 – 2018-09-28</p>\n<pre>- Updated label \"NEW\" course.\n- Updated demo data.\n- Updated footer style option for homepage.\n- Fixed some minor bugs ( Tabs course, Form lost password...)</pre>\n<p>Course Builder 2.2.6 – 2018-09-14</p>\n<pre>- Updated Collection, Tab course option in customize.\n- Updated style for course single.\n- Updated translate.\n- Updated gallery page.</pre>\n<p>Course Builder 2.2.5 – 2018-08-17</p>\n<pre>\nAdded: popup option for button buy course, buy event.\nAdded: page title image for categories page, single page.\nAdded: custom code js, Google Analytics, Facebook Pixel option in customize\nUpdated: style for login popup model.\nUpdated: style for event page.\nUpdated: header option in customize.\nUpdated: style for checkout page, course single.\nUpdated: demo data.\n</pre>\n<p>Course Builder 2.2.4.1 – 02/08/2018</p>\n<pre>FIXED: Page title\nUPDATE: API Key for Google Map\nUPDATE: Language file and demo data</pre>\n<p>Course Builder 2.2.4 – 01/08/2018</p>\n<pre>ADD: Header menu mobile options in Customize\nADD: Top image options (course, collection, product for page title in Customize)\nUPDATE: Style for Course single page\nUPDATE: Show Top bar on course single page\nUPDATE: Link username after login in header\nUPDATE: Language file and demo data\nFIXED: Some minor bugs (Responsive, Course page, Event page,...)</pre>\n<p>Course Builder 2.2.3 – 13/07/2018</p>\n<pre>ADDED: Gallery page\nADDED: Portfolio page\nUPDATE: LearnPress Add-ons compatibility with theme\nUPDATE: Style for Course single page\nFIXED: Membership page style\nFIXED: Page title for Collection page\nFIXED: Some minor bugs (RTL style, Responsive, Total lesson,...)</pre>\n<p>Course Builder 2.2.2 – 19/06/2018</p>\n<pre>FIXED: Theme name on Theme Dashboard</pre>\n<p>Course Builder 2.2.1 – 18/06/2018</p>\n<pre>ADDED: Revolution Slider (Demo Corporate Elearning)\nADDED: Mega Menu\nUPDATED: Language file and demo data\nFIXED: Some minor bugs (Skype call link, Membership page layout, sidebar widget,...)</pre>\n<p>Course Builder 2.2.0 – 01/06/2018</p>\n<pre>UPDATED: Course Purchased and Wishlist icon in archive page\nUPDATED: Demo layout and style\nUPDATED: Header search widget setting in Customize \nUPDATED: Show course reviews for non-enroll user\nFIXED: Some minor bugs (lesson view access,...)</pre>\n<p>Course Builder 2.1.9 – 25/05/2018</p>\n<pre>ADDED: GDPR compatibility \nADDED: Purchased and Wishlist icon in course archive page\nUPDATED: Restrict lesson media content for non-enrolled users\nUPDATED: Flag position and color of progress bar for completed courses\nFIXED: Some minor bugs (Top Bar in responsive layout, Become an Instructor checkbox in register pop-up, custom tabs in course learning page...)</pre>\n<p>Course Builder 2.1.8 – 18/05/2018</p>\n<pre>ADDED: Sticky price bar in course single page\nUPDATED: Register and Login process\nUPDATED: Event grid style and sidebar\nUPDATED: Loading effect when clicking button\nUPDATED: Customize settings\nUPDATED: Button \'Back To Course\' when cart is empty\nUPDATED: Learnpress Assignment Add-ons compatibility \nFIXED: Some minor bugs (lesson view on Safari, hidden post title and admin bar in single post, avatar upload in RTL,...) (edited)</pre>\n<p>Course Builder 2.1.7 – 04/05/2018</p>\n<pre>UPDATED: RTL styles\nUPDATED: Course learning page style\nUPDATED: Hidden ads setting in Customize\nUPDATED: Password strength when register from checkout page\nUPDATED: Featured image in Course Landing page\nFIXED: Register redirect of shortcode Thim Login\nFIXED: Some minor bugs (preview video lesson, lesson popup in safari, scrollbar single course, shortcode Thim Course Block 3... )</pre>\n<p>Course Builder 2.1.6 – 23/04/2018</p>\n<pre>ADDED: RTL demo \nUPDATED: show admin in All Teacher page\nUPDATED: Collapse/Expand icon of course section \nUPDATED: Hide Lesson media section when lesson is non-preview\nFIXED: Some minor bugs (login popup, profile page style. load more button of course review...)</pre>\n<p>Course Builder 2.1.5 – 10/04/2018</p>\n<pre>ADDED: Register popup.\nUPDATED: Demo data.\nUPDATED: Membership page style.\nFIXED: Some minor bugs (shorcode Thim Events categories, retina logo, styling issues...)\n</pre>\n<p>Course Builder 2.1.4 – 30/03/2018</p>\n<pre>UPDATED: RTL and responsive for course single page\nUPDATED: Profile dropdown menu links\nUPDATED: Button Buy This Course redirects\nUPDATED: Courses after enrolled don\'t show price\nFIXED: Some minor bugs (shorcode Thim Image Box line breaks, warning when adding course custom tab...)</pre>\n<p>Course Builder 2.1.3 – 23/03/2018</p>\n<pre>ADDED: Review tab in course landing page\nUPDATED: Course content supports Visual Composer shortcodes\nUPDATED: Responsive\nUPDATED: feature Adding New Tab in course learning page\nFIXED: Some minor bugs (shorcode Thim Course Block 3 sale tag,...)</pre>\n<p>Course Builder 2.1.1 – 19/03/2018</p>\n<pre>UPDATED: Profile page responsive style\nUPDATED: Course single page layout 2 \nUPDATED: Course single page excerpt\nFIXED: Some minor bugs (Thim Step shortcode,...)</pre>\n<p>Course Builder 2.1.0 – 14/03/2018</p>\n<pre>UPDATED: Prepared for the next LearnPress 3.0.\nUPDATED: Demo data and language file\nFIXED: Some minor bugs (Thim Step shortcode,...)</pre>\n<p>Course Builder 2.0.3 – 06/03/2018</p>\n<pre>ADDED: New Demo Corporate Learning\nUPDATED: Filter on events archive page\nUPDATED: Login link in blog single page/PMP page\nUPDATED: Hide course price when enable \"Buy course only via Membership\" option\nUPDATED: Some options for shortcode (Select course by category, Instructor, Events status,...)\nUPDATED: Responsive\nFIXED: Some minor bugs (Paypal button, Wishlist button, Icons profile page, uncheck \"Remember Me\", Messenger chat positions,...)</pre>\n<p>Course Builder 2.0.2 – 07/02/2018</p>\n<pre>\nUPDATED: Shortcode Thim Text Box opens link in same tab/new tab\nUPDATED: Shortcode Thim Icon Box layout\nUPDATED: Responsive and RTL layout for all demos\nFIXED: Some minor bugs (Become An Instructor submit without login, Course Review title doesn\'t show, hide Add to Wishlist button after buy course...)\n</pre>\n<p>Course Builder 2.0.1 – 26/1/2018</p>\n<pre>\nUPDATED: Demo data.\nFIXED: RTL layout.\nFIXED: Login/Register button is unable to click.\n</pre>\n<p>Course Builder 2.0 – 24/1/2018</p>\n<pre>ADDED: New demo Test Prep for Course Builder theme!\nUPDATED: Show Co-instructor in course single page\nUPDATED: Add Font Awesome Icons for shortcodes\nUPDATED: Course duration and total learning feature\nFIXED: Some minor bugs (shortcode thim user info shows html, retype password unmatched, deactivate course review add-on shows error...)\n</pre>\n<p>Course Builder 1.0.9 – 26/12/2017</p>\n <pre>\n+ ADDED: Profile dropdown menu for demo 3 and 4\n+ ADDED: Cart icon for demo 3 and 4\n+ ADDED: Pop-up login for demo 3 and 4\n+ UPDATED: Thim Testimonial shortcode slider style\n+ UPDATED: Sidebar setting in course single page\n+ FIXED: Some minor bugs (Coming Soon plugin showing enroll button, course archive page not showing grid style...)\n </pre>\n<p>Course Builder 1.0.8 – 10/11/2017</p>\n<pre>\n+ ADDED: LearnPress addons to demo import process.\n+ ADDED: Custom Page Title options for single page.\n+ ADDED: Progress bar in LearnPress lesson.\n+ UPDATED: Child theme function.php.\n+ UPDATED: Theme language file.\n+ FIXED: Some minor bugs (course archive page title, blog video format thumbnail, author avatar in Post Block 1 shortcode...).\n</pre>\n\n<p>Course Builder 1.0.7 – 06/12/2017</p>\n<pre>\n+ ADDED: Login/Register redirect option.\n+ ADDED: Cart icon for demo 3 and demo 4.\n+ ADDED: Popup for Social share.\n+ UPDATED: Demo content and RTL layout.\n+ FIXED: Some minor bugs (shortcodes style, lesson view, LearnPress conflicts,...).\n</pre>\n\n<p>Course Builder 1.0.6 – 27/10/2017</p>\n<pre>\n+ ADDED: Register option for Demo 3 and 4.\n+ ADDED: Login/Register, Profile option on mobile.\n+ ADDED: Open new tab option for Thim Textbox and ButtonUPDATED: Demo data and button style\n+ FIXED: Some minor bugs (empty course page, register redirect, plugins deactivation conflict, ...).\n</pre>\n<p>Course Builder 1.0.5 – 10/11/2017</p>\n<pre>\n+ ADDED: Login popup feature.\n+ ADDED: Course progress bar in user profile.\n+ ADDED: Course progress bar in user profile.\n+ ADDED: Customize setting to change lesson logo.\n+ UPDATED: Demo data\n+ FIXED: Some minor bugs (shop page on mobile, menu on mobile, ...).\n</pre>\n<p>Course Builder v1.0.4 – 09/22/2017</p>\n<pre>\n+ ADDED: bbPress Style.\n+ ADDED: Import demo with VC Templates\n+ UPDATED: Improve active callback Radio Image field.\n+ UPDATED: Mobile responsive.\n+ UPDATED: UI/UX.\n+ FIXED: Login problem, redirecting to WP Login page.\n</pre>\n\n<p>Course Builder v1.0.3 – 09/19/2017</p>\n<pre>\n+ ADDED: New option custom tab only visible for author/co-instructor/administrator, not public.\n+ ADDED: Option alignment for shortcode Thim Counter box.\n+ FIXED: Login problem, redirecting to WP Login page.\n+ FIXED: Collection archive page.\n+ FIXED: Shortcode Course Enroll.\n+ UPDATE: BuddyPress Style.\n+ UPDATE: UI.\n</pre>\n\n<p>Course Builder v1.0.2 – 09/18/2017</p>\n<pre>\n+ UPDATED: Demo data.\n+ UPDATED: UX/UI.\n+ UPDATED: RTL.\n+ FIXED: Style for Event page.\n+ FIXED: Some minor bugs.\n+ UPDATE: Allow overwrite shortcodes template.\n+ UPDATE: Allow change icon on Thim: Heading.\n+ UPDATE: Child theme.\n</pre>\n\n<p>Course Builder v1.0.1 – 09/12/2017</p>\n<pre>\n+ UPDATED: Description\n</pre>\n\n<p>Course Builder 1.0.0 – 09/12/2017</p>\n<pre>+ Release the first version.</pre>\";s:4:\"site\";s:15:\"themeforest.net\";s:14:\"classification\";s:19:\"wordpress/education\";s:18:\"classification_url\";s:52:\"https://themeforest.net/category/wordpress/education\";s:11:\"price_cents\";i:6400;s:15:\"number_of_sales\";i:2157;s:15:\"author_username\";s:9:\"ThimPress\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ThimPress\";s:12:\"author_image\";s:50:\"https://0.s3.envato.com/files/166436140/icon-1.png\";s:3:\"url\";s:114:\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/20370918\";s:7:\"summary\";s:401:\"High Resolution: Yes, Widget Ready: Yes, Compatible Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome, Edge, Compatible With: WPML, BuddyPress 2.5.x, BuddyPress 2.4.x, BuddyPress 2.3.x, WooCommerce 3.0.x, WooCommerce 2.6.x, Visual Composer 5.1.x, Visual Composer 4.12.x, Bootstrap 3.x, Software Version: WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, Columns: 4+\";s:6:\"rating\";a:2:{s:6:\"rating\";d:4.85;s:5:\"count\";i:137;}s:10:\"updated_at\";s:25:\"2018-09-28T18:29:45+10:00\";s:12:\"published_at\";s:25:\"2017-09-12T13:43:26+10:00\";s:8:\"trending\";b:0;s:8:\"previews\";a:3:{s:27:\"icon_with_landscape_preview\";a:2:{s:8:\"icon_url\";s:56:\"https://s3.envato.com/files/244761722/course-builder.png\";s:13:\"landscape_url\";s:71:\"https://s3.envato.com/files/244761728/%2001_preview.__large_preview.jpg\";}s:9:\"live_site\";a:1:{s:3:\"url\";s:134:\"https://themeforest.net/item/course-builder-wordpress-learning-management-system-theme-elearning-software/full_screen_preview/20370918\";}s:17:\"landscape_preview\";a:2:{s:13:\"landscape_url\";s:71:\"https://s3.envato.com/files/244761728/%2001_preview.__large_preview.jpg\";s:10:\"image_urls\";a:1:{i:0;a:4:{s:4:\"name\";N;s:3:\"url\";s:158:\"https://previews-themeforest.imgix.net/files/244761728/+01_preview.jpg?auto=compress%2Cformat&fit=crop&crop=top&w=590&h=300&s=0e4f9355fc0b16a680eed42f8446304b\";s:5:\"width\";i:590;s:6:\"height\";i:300;}}}}s:10:\"attributes\";a:11:{i:0;a:2:{s:4:\"name\";s:7:\"columns\";s:5:\"value\";s:2:\"4+\";}i:1;a:2:{s:4:\"name\";s:19:\"compatible-browsers\";s:5:\"value\";a:7:{i:0;s:4:\"IE10\";i:1;s:4:\"IE11\";i:2;s:7:\"Firefox\";i:3;s:6:\"Safari\";i:4;s:5:\"Opera\";i:5;s:6:\"Chrome\";i:6;s:4:\"Edge\";}}i:2;a:2:{s:4:\"name\";s:19:\"compatible-software\";s:5:\"value\";a:5:{i:0;s:15:\"WordPress 4.9.x\";i:1;s:15:\"WordPress 4.8.x\";i:2;s:15:\"WordPress 4.7.x\";i:3;s:15:\"WordPress 4.6.1\";i:4;s:13:\"WordPress 4.6\";}}i:3;a:2:{s:4:\"name\";s:15:\"compatible-with\";s:5:\"value\";a:9:{i:0;s:4:\"WPML\";i:1;s:16:\"BuddyPress 2.5.x\";i:2;s:16:\"BuddyPress 2.4.x\";i:3;s:16:\"BuddyPress 2.3.x\";i:4;s:17:\"WooCommerce 3.0.x\";i:5;s:17:\"WooCommerce 2.6.x\";i:6;s:21:\"Visual Composer 5.1.x\";i:7;s:22:\"Visual Composer 4.12.x\";i:8;s:13:\"Bootstrap 3.x\";}}i:4;a:2:{s:4:\"name\";s:8:\"demo-url\";s:5:\"value\";s:51:\"http://wordpresslms.thimpress.com/demo-elearning-2/\";}i:5;a:2:{s:4:\"name\";s:13:\"documentation\";s:5:\"value\";s:15:\"Well Documented\";}i:6;a:2:{s:4:\"name\";s:9:\"framework\";s:5:\"value\";N;}i:7;a:2:{s:4:\"name\";s:15:\"high-resolution\";s:5:\"value\";s:3:\"Yes\";}i:8;a:2:{s:4:\"name\";s:6:\"layout\";s:5:\"value\";s:10:\"Responsive\";}i:9;a:2:{s:4:\"name\";s:26:\"themeforest-files-included\";s:5:\"value\";a:3:{i:0;s:9:\"PHP Files\";i:1;s:9:\"CSS Files\";i:2;s:8:\"JS Files\";}}i:10;a:2:{s:4:\"name\";s:12:\"widget-ready\";s:5:\"value\";s:3:\"Yes\";}}s:16:\"photo_attributes\";a:4:{i:0;a:2:{s:4:\"name\";s:9:\"max_width\";s:5:\"value\";N;}i:1;a:2:{s:4:\"name\";s:10:\"max_height\";s:5:\"value\";N;}i:2;a:2:{s:4:\"name\";s:15:\"full_resolution\";s:5:\"value\";N;}i:3;a:2:{s:4:\"name\";s:29:\"full_resolution_in_megapixels\";s:5:\"value\";N;}}s:12:\"key_features\";a:3:{i:0;s:42:\"06 LMS, Education, Elearning focused demos\";i:1;s:45:\"Create and sell online/offline courses easily\";i:2;s:44:\"Sell LMS course with Subscription Membership\";}s:10:\"image_urls\";a:0:{}s:4:\"tags\";a:15:{i:0;s:7:\"academy\";i:1;s:8:\"coursera\";i:2;s:9:\"education\";i:3;s:25:\"education wordpress theme\";i:4;s:9:\"elearning\";i:5;s:8:\"learning\";i:6;s:26:\"learning management system\";i:7;s:3:\"lms\";i:8;s:8:\"teaching\";i:9;s:8:\"training\";i:10;s:15:\"training center\";i:11;s:5:\"udemy\";i:12;s:10:\"university\";i:13;s:13:\"WordPress Lms\";i:14;s:5:\"wplms\";}s:21:\"_internal_cross_promo\";a:0:{}}}}','no'),(13931,'_site_transient_timeout_community-events-c471c44d06f832828cd0715a8dbc605f','1539067381','no'),(13932,'_site_transient_community-events-c471c44d06f832828cd0715a8dbc605f','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"217.73.141.0\";}s:6:\"events\";a:3:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Skopje\";s:3:\"url\";s:32:\"https://2018.skopje.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-10-13 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Skopje, Macedonia\";s:7:\"country\";s:2:\"MK\";s:8:\"latitude\";d:42.0041182;s:9:\"longitude\";d:21.4095479;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Sofia\";s:3:\"url\";s:31:\"https://2018.sofia.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-11-24 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Sofia, Bulgaria\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.627762;s:9:\"longitude\";d:23.374717;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:29:\"WordCamp Thessaloniki, Greece\";s:3:\"url\";s:38:\"https://2018.thessaloniki.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-12-15 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Thessaloniki, Greece\";s:7:\"country\";s:2:\"GR\";s:8:\"latitude\";d:40.598179;s:9:\"longitude\";d:22.94861;}}}}','no'),(13933,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1539067381','no'),(13934,'_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: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: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:34:\"\n Mon, 01 Oct 2018 12:01:41 +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.1-alpha-43678\";s:7:\"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:48:\"\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:38:\"The Month in WordPress: September 2018\";s:7:\"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:73:\"https://wordpress.org/news/2018/10/the-month-in-wordpress-september-2018/\";s: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, 01 Oct 2018 12:01:41 +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=6203\";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:347:\"The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month. Further Enhancements to the New WordPress Editor Active development continues on Gutenberg, the new 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: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:4605:\"<p>The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Enhancements to the New WordPress Editor</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/09/21/whats-new-in-gutenberg/\">The latest update for the editor</a> includes great new features, such as reusable content blocks, a dark editor style, export and import of templates, and much more. In addition, the Gutenberg team has published <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\">a comprehensive guide</a> to the features currently included in the editor.<br /></p>\n\n<p>Users can test Gutenberg right now by installing <a href=\"https://wordpress.org/plugins/gutenberg/\">the plugin</a>, which currently has over 450,000 active installs according to the new <a href=\"https://gutenstats.blog/\">Gutenberg in Numbers</a> site. Along with that, <a href=\"https://wordpress.org/gutenberg/handbook/reference/faq/\">the Gutenberg Handbook</a> has some very useful information about how to use and develop for the new editor.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">the #gutenberg tag on the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Work Begins on WordPress 5.0</h2>\n\n<p>After initially announcing a minor v4.9.9 release, <a href=\"https://make.wordpress.org/core/2018/09/28/dev-chat-summary-september-26th-4-9-9-week-7/\">the Core team has shifted their focus to the next major release</a> — v5.0. One of the primary factors for this change is that Gutenberg is nearly ready to be considered for merging into Core, with the goal to complete the merge in v5.0.<br /></p>\n\n<p>To maintain flexibility in the development process the final timelines are not yet determined, allowing work already done for v4.9.9 to be moved to v5.0 if needed. Ensuring that WordPress is compatible with the upcoming PHP 7.3 release is a high priority for the Core team. Once a final decision is made, the details will be announced on <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The Community Team has some great updates on <a href=\"https://make.wordpress.org/community/2018/09/25/wordcamp-incubator-2018-update-thread-september-edition/\">the progress of the current WordCamp Incubator Program</a>.</li><li>A team inside the Drupal community <a href=\"https://drupalgutenberg.org/\">is working on integrating Gutenberg into their CMS</a>.</li><li>There is a current discussion among community organizers about <a href=\"https://make.wordpress.org/community/2018/09/17/proposal-to-increase-the-maximum-ticket-price-for-wordcamps/\">plans to increase the maximum ticket price for WordCamps</a>.</li><li>The Mobile Team <a href=\"https://make.wordpress.org/updates/2018/09/25/mobile-team-update-september-25th/\">is looking for people</a> to grow the beta program for testing the iOS and Android mobile apps.</li><li>The Diversity Outreach Speaker Training group <a href=\"https://make.wordpress.org/community/2018/09/13/input-requested-building-a-diverse-speaker-roster-document/\">is looking for feedback</a> on their document to assist WordPress Meetups and WordCamps in building diverse speaker rosters.</li><li>The Theme Team <a href=\"https://make.wordpress.org/themes/2018/09/26/new-requirement-regarding-affiliate-links/\">has updated their rules</a> regarding sponsored and affiliate links inside themes added to the Theme Directory.</li><li>Meetup organizers <a href=\"https://make.wordpress.org/community/2018/09/25/meetup-organiser-badge-assignments/\">are now able to receive a WordPress.org profile badge</a> for their community work.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br /></p>\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:\"6203\";s: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:48:\"\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:\"The Month in WordPress: August 2018\";s:7:\"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:70:\"https://wordpress.org/news/2018/09/the-month-in-wordpress-august-2018/\";s: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 Sep 2018 11: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: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=6191\";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:355:\"Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August. WordPress 4.9.8 is Released WordPress 4.9.8 was […]\";s: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:5554:\"<p>Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.8 is Released</h2>\n\n<p><a href=\"https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/\">WordPress 4.9.8 was released</a> at the beginning of the month. While this was a maintenance release fixing 46 bugs, it was significant for Core development because it made a point of highlighting Gutenberg — the new WordPress editor that is currently in development (more on that below).<br /></p>\n\n<p>This release also included some important updates to the privacy tools that were added to Core earlier this year.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>New WordPress Editor Development Continues</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/08/31/whats-new-in-gutenberg-31st-august/\">The latest version</a> features a number of important user experience improvements, including a new unified toolbar and support for a more focussed writing mode.<br /></p>\n\n<p>Users can test Gutenberg right now by installing <a href=\"https://wordpress.org/plugins/gutenberg/\">the plugin</a>, which currently has nearly 300,000 active installs. Along with that, <a href=\"https://wordpress.org/gutenberg/handbook/reference/faq/\">the Gutenberg Handbook</a> has some very useful information about how to use and develop for the new editor.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">the #gutenberg tag on the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Planning Begins for the Next Global WordPress Translation Day</h2>\n\n<p>The Global WordPress Translation Day is a 24-hour event held online and all across the world. It is designed to bring communities together to translate WordPress into their local languages, and to help them connect with other communities doing the same thing.<br /></p>\n\n<p>There have been three Translation Days since April 2016, and <a href=\"https://make.wordpress.org/polyglots/2018/08/29/global-wordpress-translation-day-4-preliminary-planning/\">the fourth edition is in the planning stages now</a>. The Polyglots team, who organizes these events, is currently looking for input on the date, format, and content for the event and would love some feedback from the community.<br /></p>\n\n<p>Want to get involved in translating WordPress into your own language? Follow <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> and join the #polyglots channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li><a href=\"https://wordpress.org/support/upgrade-php/\">The Update PHP page on WordPress.org</a> has been revised and improved to make the reasons for upgrading more clear.</li><li>The Mobile team is looking for people to help test the latest versions of the <a href=\"https://make.wordpress.org/mobile/2018/08/29/call-for-testing-wordpress-for-android-10-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2018/08/28/call-for-testing-wordpress-for-ios-10-8/\">iOS</a> apps for WordPress.</li><li><a href=\"https://wordbits.io/\">WordBits</a> is a innovative new platform for publishing WordPress-based code snippets with the ability to download each snippet as a working plugin.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2018/08/27/wordcamp-incubator-2018-update-thread-august-edition/\">has some updates</a> about how things are going with this year’s WordCamp Incubator program.</li><li>The WordPress Support Forums <a href=\"https://make.wordpress.org/support/2018/08/august-16th-support-team-meeting-summary/\">now include a feature</a> allowing forum volunteers to easily report a post to the moderators for a follow-up.</li><li>WordCamp Kochi, India <a href=\"https://2018.kochi.wordcamp.org/wordcamp-kochi-2018-is-postponed-to-november-3rd-2018-saturday/\">has unfortunately had to postpone their event</a> due to floods in the region.</li><li><a href=\"http://www.wpglossary.net/\">WP Glossary</a> is a new site that offers helpful definitions of words that you could encounter when using WordPress.</li><li>A few WordPress community members <a href=\"https://make.wordpress.org/community/2018/08/13/in-the-words-of-the/\">have started a working group</a> to tackle the idea of building diverse WordPress communities all across the world.</li><li>A new <a href=\"https://editorblockswp.com/library/\">Gutenberg Block Library</a> is available, listing the details of the many blocks available for the new editor.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\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:\"6191\";s: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:48:\"\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 4.9.8 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/2018/08/wordpress-4-9-8-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:\"Thu, 02 Aug 2018 21:25:41 +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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6165\";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:398:\"We are pleased to announce the immediate availability of WordPress 4.9.8. This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme. Following are the highlights of what is now available. “Try Gutenberg” callout Most users will now be presented with a notice in their WordPress dashboard. This “Try Gutenberg” […]\";s: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:\"Paul Biron\";s: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:10398:\"<p>We are pleased to announce the immediate availability of WordPress 4.9.8. This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme.</p>\n<p><span style=\"font-weight: 400\">Following are the highlights of what is now available.</span></p>\n<h2>“Try Gutenberg” callout</h2>\n<p><span style=\"font-weight: 400\">Most users will now be presented with a notice in their WordPress dashboard. This </span>“Try Gutenberg” is an opportunity for users to use the Gutenberg block editor before it is released in WordPress 5.0.</p>\n<p><img class=\"alignnone wp-image-6168 size-full\" src=\"https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=632%2C392&ssl=1\" alt=\"\" width=\"632\" height=\"392\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=2528&ssl=1 2528w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=768%2C476&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=1024%2C634&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>In WordPress 4.9.8, the callout will be shown to the following users:</p>\n<ul>\n<li>If Gutenberg <em>is not</em> installed or activated, the callout will be shown to Admin users on single sites, and Super Admin users on multisites.</li>\n<li>If Gutenberg <em>is</em> installed and activated, the callout will be shown to Contributor users and above.</li>\n<li>If the Classic Editor plugin is installed and activated, the callout will be hidden for all users.</li>\n</ul>\n<p class=\"entry-title\"><span style=\"font-weight: 400\">You can learn more by reading </span><a href=\"https://make.wordpress.org/core/2018/08/02/try-gutenberg-callout-in-wordpress-4-9-8/\">“Try Gutenberg” Callout in WordPress 4.9.8</a>.</p>\n<h2>Privacy fixes/enhancements</h2>\n<p>This release includes 18 Privacy fixes focused on ensuring consistency and flexibility in the new personal data tools <span style=\"font-weight: 400\">that were </span>added in 4.9.6, including:</p>\n<ul>\n<li>The type of request being confirmed is now included in the subject line for all privacy confirmation emails.</li>\n<li>Improved consistency with site name being used for privacy emails in multisite.</li>\n<li>Pagination for Privacy request admin screens can now be adjusted.</li>\n<li>Increased the test coverage for several core privacy functions.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2018/08/02/wordpress-4-9-8/\">This post has more information about all of the issues fixed in 4.9.8 if you’d like to learn more</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.8</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.8:</p>\n<p><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez/\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chrislema/\">Chris Lema</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish/\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garetharnold/\">Gareth</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/gm_alex/\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/khaihong/\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen/\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel/\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/michelleweber/\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/xpertone/\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin/\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/redcastor/\">redcastor</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/skoldin/\">skoldin</a>, <a href=\"https://profiles.wordpress.org/spyderbytes/\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/timbowesohft/\">timbowesohft</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/usmankhalid/\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/warmlaundry/\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, and <a href=\"https://profiles.wordpress.org/yuriv/\">YuriV</a>.</p>\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:\"6165\";s: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:48:\"\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:\"The Month in WordPress: July 2018\";s:7:\"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://wordpress.org/news/2018/08/the-month-in-wordpress-july-2018/\";s: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, 01 Aug 2018 09:11: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: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=6158\";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:333:\"With WordPress 5.0 coming closer, there’s lots of work going on all across the project. Read on to learn about how we progressed in July. Release of WordPress 4.9.7 On July 5, WordPress 4.9.7 was released, fixing one security issue and 17 other bugs across the platform. While this is a minor release, incremental fixes […]\";s: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:6411:\"<p>With WordPress 5.0 coming closer, there’s lots of work going on all across the project. Read on to learn about how we progressed in July.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Release of WordPress 4.9.7</h2>\n\n<p>On July 5, <a href=\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/\">WordPress 4.9.7 was released</a>, fixing one security issue and 17 other bugs across the platform.<br /></p>\n\n<p>While this is a minor release, incremental fixes are essential to keep WordPress running smoothly. Everyone is encouraged to update as soon as possible and to make sure that automatic updates are switched on.<br /></p>\n\n<p>Would you like to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>The New WordPress Editor</h2>\n\n<p>In the upcoming minor release of WordPress, 4.9.8, a new section in the dashboard will feature Gutenberg, the upcoming content editor for WordPress.<br /></p>\n\n<p>While the official release of Gutenberg <a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">is scheduled</a> for the coming months, you can already install it as <a href=\"https://wordpress.org/plugins/gutenberg/\">a plugin</a> to test it out right now. Additionally, <a href=\"https://wordpress.org/gutenberg/\">a brand new demo page</a> is now available — play around with the many features the editor has to offer, without installing it on your own site.<br /></p>\n\n<p>Would you like to help build or test Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Page Design Updates on WordPress.org</h2>\n\n<p>Bit by bit we’re refreshing the design of WordPress.org. The latest pages to get a new treatment have been <a href=\"https://wordpress.org/download/\">the Download page</a> and <a href=\"https://profiles.wordpress.org/matt/\">user profiles</a>.<br /></p>\n\n<p>The Meta and Design teams worked hard to make these new designs a reality, with notable contributions from <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>, <a href=\'https://profiles.wordpress.org/obenland/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>obenland</a>, <a href=\'https://profiles.wordpress.org/mapk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mapk</a>, and <a href=\'https://profiles.wordpress.org/kjellr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kjellr</a>. The new designs enhance the overall look of the site and provide more relevant information to those searching.<br /></p>\n\n<p>Would you like to get involved in the design refresh? Follow the <a href=\"https://make.wordpress.org/meta/\">Meta</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #meta and #design channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>The First WP-CLI Hack Day</h2>\n\n<p>On Friday July 20, the WP-CLI team <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">held their first hack day</a> — a global event encouraging people to contribute to the official command line tool for WordPress.<br /></p>\n\n<p>Run by <a href=\'https://profiles.wordpress.org/schlessera/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>schlessera</a>, the event <a href=\"https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/\"> was a great success</a>. Twelve pull requests were merged and another 13 submitted. It also included a video chat to give all contributors a space to meet each other and connect directly.<br /></p>\n\n<p>Would you like to get involved in contributing to WP-CLI? Follow <a href=\"https://make.wordpress.org/cli/\">the team blog</a> and join the #cli channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The WordPress Foundation is <a href=\"https://wordpressfoundation.org/2018/call-for-organizers-introduction-to-open-source-workshops-for-2018/\">looking for local community organizers to run introductory open-source workshops</a> in 2018.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> compiled <a href=\"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\">updates for the last quarter</a> from the contribution teams all across the WordPress project.</li><li>In a great move for internationalization, <a href=\"https://en.blog.wordpress.com/2018/03/29/the-wordpress-mobile-apps-now-support-right-to-left-languages/\">the WordPress Mobile Apps now support right-to-left languages</a>.</li><li><a href=\"https://make.wordpress.org/community/2018/07/10/stripe-is-now-available-to-all-wordcamps/\">WordCamp events can now accept payment via Stripe</a> — PayPal remains an alternative option.</li><li>The WP-CLI team will soon <a href=\"https://make.wordpress.org/cli/2018/07/19/details-on-the-upcoming-major-release/\">release v2.0</a> of the official WordPress command line tool.</li><li>The Fields API project in WordPress Core <a href=\"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership\">is looking for a new lead</a> to drive it forward.</li><li>In WordPress 4.9.8, <a href=\"https://make.wordpress.org/core/2018/07/27/registering-metadata-in-4-9-8/\">it will be possible</a> for developers to fully register the meta fields used by their plugins and themes.</li><li>After many years of hard work, <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\">v1.0.0 of the WordPress Coding Standards for PHP_CodeSniffer</a> has been released.</li><li>The Mobile team <a href=\"https://make.wordpress.org/mobile/2018/07/31/call-for-testing-wordpress-for-ios-10-6/\">is looking for people to help test</a> v10.6 of WordPress for iOS.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\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:\"6158\";s: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 \";s: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:\"Quarterly Updates | Q2 2018\";s:7:\"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://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\";s: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 Jul 2018 14:50: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6140\";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:347:\"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link 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:\"\";}}}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:15622:\"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s <a href=\"https://make.wordpress.org/updates/team-reps/\">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.</em></p>\n\n<h2><a href=\"https://make.wordpress.org/accessibility/\">Accessibility</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/rianrietveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rianrietveld</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/afercia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>afercia</a></li>\n <li><strong>Priority</strong>: Working to make sure that Gutenberg is reasonably accessible prior to merge. ETA is before 5.0</li>\n <li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. <em>The team is doing outreach to help solve this problem.</em></li>\n <li><strong>Big Win</strong>: Interest from companies like The Paciello Group and Tenon.io to help out with Gutenberg code review and testing tools.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/cli/\">CLI</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: @danielbachhuber, <a href=\'https://profiles.wordpress.org/schlessera/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>schlessera</a></li>\n <li><strong>Priority</strong>: Very first global <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">Hack Day</a> is coming up July 20. Version 2.0.0 is still in progress (new <a href=\"https://github.com/wp-cli/wp-cli/issues/4752\">ETA</a> is end of July).</li>\n <li><strong>Struggle</strong>: The team continues to need new contributors. The current team is tiny but tough.</li>\n <li><strong>Big Win</strong>: WP-CLI is currently one of the project’s four main focuses, as mentioned in the Summer Update at WordCamp Europe.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/community/\">Community</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/francina/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>francina</a>, <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a></li>\n <li><strong>Priority</strong>: Focusing on smoothing out the processes in our community management by building up our team of volunteers and establishing what tools we need to keep things running well. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: Our two biggest struggles at the moment are tracking what we need to get done, and making final decisions on things. <em>There is current work on the tools available to assist with tracking progress.</em></li>\n <li><strong>Big Win</strong>: After making a concerted effort to get more contributors on the Community Team, we now have a much larger group of volunteers working as deputies and WordCamp mentors</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/core/\">Core</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a></li>\n <li><strong>Priority</strong>: Following the <a href=\"https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/\">WordCamp Europe summer update</a> (and the companion post <a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">here</a>), the team is getting Gutenberg (the new WordPress editing experience) into a strong state for the 5.0 release. Potential ETA as soon as August.</li>\n <li><strong>Struggle</strong>: Coordinating momentum and direction as we start seeing more contributors offering their time. Still working our way through open issues. <em>The team is starting multiple bug scrubs each week to work through these more quickly and transparently.</em></li>\n <li><strong>Big Win</strong>: Had a <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">sizable release in 4.9.6</a> which featured major updates around privacy tools and functionality in Core.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/design/\">Design</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>, <a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>, <a href=\'https://profiles.wordpress.org/boemedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boemedia</a>, <a href=\'https://profiles.wordpress.org/joshuawold/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joshuawold</a>, <a href=\'https://profiles.wordpress.org/mizejewski/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mizejewski</a></li>\n <li><strong>Priority</strong>: Better on-boarding of new contributors, especially creating better documentation. ETA is end of July.</li>\n <li><strong>Struggle</strong>: It’s hard to identify reasonably small tasks for first-time contributors.</li>\n <li><strong>Big Win</strong>: The team is much more organized now which has helped clear out the design backlog, bring in new contributors, and also keep current contributors coming back. <em>Bonus: Joshua Wold will co-lead the upcoming release.</em></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/docs/\">Documentation</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/kenshino/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kenshino</a><br /></li>\n <li><strong>Priority</strong>: Opening up the work on <a href=\"https://make.wordpress.org/docs/2018/02/26/state-of-helphub-february-2018/\">HelpHub</a> to new contributors and easing the onboarding process. No ETA.<br /></li>\n <li><strong>Struggle</strong>: Some blockers with making sure the code and database can be ready to launch on https://wordpress.org/support/<br /></li>\n <li><strong>Big Win</strong>: The <a href=\"https://wp-helphub.com/\">first phase of HelpHub</a> creation is complete, which means content updates (current info, more readable, easier discovery), internal search, design improvements, and REST API endpoints.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/hosting/\">Hosting</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/mikeschroder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikeschroder</a>, <a href=\'https://profiles.wordpress.org/jadonn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jadonn</a></li>\n <li><strong>Priority</strong>: Preparing hosts for supporting Gutenberg, especially support questions they’re likely to see when the “Try Gutenberg” callout is released. ETA July 31st, then before WordPress 5.0<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Most contributions are still made a by a small team of volunteers. Seeing a few more people join, but progress is slow.<br /><strong></strong></li>\n <li><strong>Big Win</strong>: New team members and hosting companies have joined the #hosting-community team and have started contributing.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/marketing/\">Marketing</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bridgetwillard/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bridgetwillard</a></li>\n <li><strong>Priority</strong>: Continuing to write and publish case studies from the community. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: No current team struggles.</li>\n <li><strong>Big Win</strong>: Wrote and designed a short <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">Contributor Day onboarding card</a>. It was used at Contributor Day at WCEU and onboarding time went down to 1 hour instead of 3 hours.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/meta/\">Meta</a> (WordPress.org Site)</h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a>, <a href=\'https://profiles.wordpress.org/coffee2code/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coffee2code</a></li>\n <li><strong>Priority</strong>: Reducing manual work around the contributor space (theme review, GDPR/privacy, plugin review). ETA for small wins is end of quarter, larger efforts after that.</li>\n <li><strong>Struggle</strong>: Maintaining momentum on tickets. <em>There are also some discussions about updating the ticket management process across teams that use the Meta trac system.</em></li>\n <li><strong>Big Win</strong>: The new About page launched and has been translated across most locale sites.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/mobile/\">Mobile</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/elibud/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elibud</a></li>\n <li><strong>Priority</strong>: Getting Gutenberg in the mobile applications. ETA is late December.</li>\n <li><strong>Struggle</strong>: Consuming the Gutenberg source in the ReactNative app directly. <em>More info can be found here: https://make.wordpress.org/mobile/2018/07/09/next-steps-for-gutenberg-mobile/</em></li>\n <li><strong>Big Win</strong>: The WordPress mobile applications now fully support right-to-left languages and are compliant with the latest standards for accessibility.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/plugins/\">Plugins</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/ipstenu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ipstenu</a></li>\n <li><strong>Priority</strong>: Clearing ~8,000 unused plugins from the queues. Likely ETA is September.<br /></li>\n <li><strong>Struggles</strong>: Had to triage a lot of false claims around plugins offering GDPR compliance.</li>\n <li><strong>Big Win</strong>: Released 4.9.6 and <a href=\"https://make.wordpress.org/plugins/2018/05/17/wp-4-9-6-privacy-hooks-and-you/\">updated expectations</a> with plugin authors. Huge thanks to the Core Privacy team for their hard work on this.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/petya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>petya</a>, <a href=\'https://profiles.wordpress.org/ocean90/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ocean90</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/chantalc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chantalc</a>, <a href=\'https://profiles.wordpress.org/deconf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deconf</a>, <a href=\'https://profiles.wordpress.org/casiepa/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>casiepa</a></li>\n <li><strong>Priority</strong>: Keep WordPress releases translated to 100% and then concentrate on the top 100 plugins and themes. ETA is ongoing.<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Getting new PTEs fast enough, and complex tools/systems. Overall, the volume of strings awaiting approval.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/support/\">Support</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a></li>\n <li><strong>Priority:</strong> Getting ready for the Gutenberg callout (it got pushed last quarter). Needing a better presence on the official support forums, and outreach for that is underway, ETA end of July. <br /></li>\n <li><strong>Struggle</strong>: Keeping contributors participating post-contributor days/drives. <em>Considering the creation of a dedicated post-contributor day survey to get some insight here.</em></li>\n <li><strong>Big Win</strong>: The increase in international liaisons joining for weekly meetings, helping bring the wider support community together.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/themes/\">Theme Review</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/acosmin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>acosmin</a>, <a href=\'https://profiles.wordpress.org/rabmalin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rabmalin</a>, <a href=\'https://profiles.wordpress.org/thinkupthemes/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thinkupthemes</a>, <a href=\'https://profiles.wordpress.org/williampatton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>williampatton</a></li>\n <li><strong>Priority</strong>: Building a better Theme Check/Sniffer in order to automate most of the checks done right now by reviewers. ETA late 2018, early 2019.</li>\n <li><strong>Struggle</strong>: Bringing in new contributors to the team.</li>\n <li><strong>Big Win</strong>: <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">Trusted Authors program</a></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/tide/\">Tide</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/valendesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>valendesigns</a> (but usually <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li>\n <li><strong>Priority</strong>: Storing PHPCompatibilty results inside the WordPress.org API and building a UI to display those results, an endpoint to request an audit is required for this work to continue.</li>\n <li><strong>Struggle</strong>: Development has dramatically slowed down while team members are on leave or pulled into internal client work.</li>\n <li><strong>Big Win</strong>: Migration to Google Cloud Platform (GCP) from Amazon Web Services (AWS) is complete and the audit servers have all been rewritten in Go. (This allows us to be faster with greater capacity and less cost.)</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/training/\">Training</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bethsoderberg/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bethsoderberg</a>, <a href=\'https://profiles.wordpress.org/juliek/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juliek</a></li>\n <li><strong>Priority:</strong> Lesson plan production. ETA is ongoing.</li>\n <li><strong>Struggle:</strong> The workflow is a little complex, so recruiting and training enough contributors to keep the process moving is a struggle.</li>\n <li><strong>Big Win</strong>: WordCamp Europe’s Contributor Day was very productive. New tools/workflow are in place and two team representatives were there to lead and help.</li>\n</ul>\n\n<p><em>Interested in updates from the first quarter of this year? You can find those here: <a href=\"https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/\"><em>https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/</em></a>\n </em>\n</p>\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:\"6140\";s: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:51:\"\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:19:\"Update on Gutenberg\";s:7:\"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:55:\"https://wordpress.org/news/2018/07/update-on-gutenberg/\";s: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 Jul 2018 19:23: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Focus\";s: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:9:\"Gutenberg\";s:7:\"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=6118\";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:328:\"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. […]\";s: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:\"Tammie Lister\";s: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:2261:\"<p>Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.<br /></p>\n\n<h4>In Progress</h4>\n\n<ul>\n <li>Freeze new features in Gutenberg (the feature list can be found <a href=\"https://github.com/WordPress/gutenberg/issues/4894\">here</a>).</li>\n <li>Hosts, agencies, teachers invited to opt-in sites they have influence over.</li>\n <li>WordPress.com has opt-in for wp-admin users. The number of sites and posts will be tracked.</li>\n <li>Mobile app support for Gutenberg will be across iOS and Android.</li>\n</ul>\n\n<h4>July</h4>\n\n<ul>\n <li>4.9.x release with an invitation to install either Gutenberg or Classic Editor plugin.</li>\n <li>WordPress.com will move to opt-out. There will be tracking to see who opts out and why.</li>\n <li>Triage increases and bug gardening escalates to get blockers in Gutenberg down to zero.</li>\n <li>Gutenberg phase two, Customization exploration begins by moving beyond the post.</li>\n</ul>\n\n<h4>August and beyond</h4>\n\n<ul>\n <li>All critical issues within Gutenberg are resolved.</li>\n <li>There is full integration with Calypso and there is opt-in for users there.</li>\n <li>A goal will be 100k+ sites having made 250k+ posts using Gutenberg.</li>\n <li>Core merge of Gutenberg begins the 5.0 release cycle.</li>\n <li>5.0 moves into beta releases and translations are completed.</li>\n <li>There will be a mobile version of Gutenberg by the end of the year.</li>\n</ul>\n\n<p>WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg <a href=\"https://wordpress.org/gutenberg/\">here</a>, take it for a <a href=\"https://testgutenberg.com/\">test drive</a>, <a href=\"https://wordpress.org/plugins/gutenberg/\">install</a> on your site, follow along on <a href=\"https://github.com/WordPress/gutenberg\">GitHub</a> and give your <a href=\"https://wordpressdotorg.polldaddy.com/s/gutenberg-support\">feedback</a>.</p>\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:\"6118\";s: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:51:\"\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:\"WordPress 4.9.7 Security and 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:84:\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-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:\"Thu, 05 Jul 2018 17:00: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6091\";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:360:\"WordPress 4.9.7 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads […]\";s: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:17:\"Aaron D. Campbell\";s: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:3984:\"<p>WordPress 4.9.7 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.</p>\n\n<p>Thank you to <a href=\"https://hackerone.com/slavco\">Slavco</a> for reporting the original issue and <a href=\"https://www.wordfence.com/\">Matt Barry</a> for reporting related issues.</p>\n\n<p>Seventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:</p>\n\n<ul>\n <li>Taxonomy: Improve cache handling for term queries.</li>\n <li>Posts, Post Types: Clear post password cookie when logging out.</li>\n <li>Widgets: Allow basic HTML tags in sidebar descriptions on Widgets admin screen.</li>\n <li>Community Events Dashboard: Always show the nearest WordCamp if one is coming up, even if there are multiple Meetups happening first.</li>\n <li>Privacy: Make sure default privacy policy content does not cause a fatal error when flushing rewrite rules outside of the admin context.</li>\n</ul>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.7</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>The previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the <a href=\"https://make.wordpress.org/core/2018/07/04/dev-chat-summary-july-4th-4-9-7-week-7/\">release schedule posted yesterday</a>.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.7:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez/\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/garetharnold/\">Gareth</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/khaihong/\">khaihong</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen/\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/mermel/\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Migrated to @jeffpaul</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/skoldin/\">skoldin</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/warmlaundry/\">warmlaundry</a>, and <a href=\"https://profiles.wordpress.org/yuriv/\">YuriV</a>.</p>\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:\"6091\";s: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:48:\"\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:\"The Month in WordPress: June 2018\";s:7:\"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://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/\";s: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 Jul 2018 09:28: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:\"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=6087\";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:366:\"With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June. Another Successful WordCamp Europe On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. […]\";s: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:4627:\"<p>With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Another Successful WordCamp Europe</h2>\n\n<p>On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.</p>\n\n<p>The WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the <a href=\"https://www.flickr.com/photos/wceu/albums\">photos from the event</a>.</p>\n\n<p><a href=\"https://2018.europe.wordcamp.org/2018/06/16/wordcamp-europe-2019/\">The next WordCamp Europe</a> takes place on June 20-22 2019 in Berlin, Germany. If you’re based in Europe and would like to serve on the organizing team, <a href=\"https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/\">fill in the application form</a>.</p>\n\n<h2>Updated Roadmap for the New WordPress Content Editor</h2>\n\n<p>During his keynote session at WordCamp Europe, Matt Mullenweg presented <a href=\"https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/\">an updated roadmap</a> for <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new content editor coming in WordPress 5.0.</p>\n\n<p>While the editor is in rapid development, <a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\">with v3.1 being released this past month</a>, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.</p>\n\n<p>If you would like to contribute to Gutenberg, read <a href=\"https://wordpress.org/gutenberg/handbook/\">the handbook</a>, follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>WordCamp Incubator Cities Announced</h2>\n\n<p>The WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.</p>\n\n<p>This year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, <a href=\"https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/\">they have selected</a> Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.</p>\n\n<p>To find out more about the Incubator program follow the <a href=\"https://make.wordpress.org/community/\">Community team blog</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress community of Spain recently <a href=\"https://twitter.com/wp_es/status/1004681694660603904\">received an award</a> for being the best open-source community in the country.</li>\n <li>This month, WordPress reached <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">the milestone of powering 31% of websites</a>.</li>\n <li><a href=\"https://wprig.io/introducing-wprig-wordpress/\">WP Rig</a> is a brand new tool to help WordPress developers build better themes.</li>\n <li><a href=\"https://richtabor.com/gutenberg-block-unit-test/\">Block Unit Test</a> is a new plugin to help theme developers prepare for Gutenberg.</li>\n <li>Near the end of the month, Zac Gordon hosted <a href=\"https://javascriptforwp.com/conference/\">an online conference</a> focused on JavaScript development in WordPress – the session videos will be available on YouTube soon.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\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:\"6087\";s: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:48:\"\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:32:\"The Month in WordPress: May 2018\";s:7:\"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/2018/06/the-month-in-wordpress-may-2018/\";s: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 Jun 2018 09:09:38 +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=6065\";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:360:\"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]\";s: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:4537:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\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:\"6065\";s: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:51:\"\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:\"WordPress.org Privacy Policy 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:72:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 08:06: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:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:\"privacy\";s:7:\"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=6047\";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:325:\"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared […]\";s: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:16:\"Andrea Middleton\";s: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:657:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p> </p>\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:\"6047\";s: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:\"Mon, 08 Oct 2018 18:43:01 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:\"Mon, 01 Oct 2018 12:01:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; 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:\"20130911020210\";}','no'),(13935,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1539067381','no'),(13936,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1539024181','no'),(13937,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1539067382','no'),(13938,'_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:73:\"WPTavern: WooSesh Schedule Published, WooCommerce Team to Deliver Keynote\";s:7:\"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:29:\"https://wptavern.com/?p=84428\";s:7:\"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:83:\"https://wptavern.com/woosesh-schedule-published-woocommerce-team-to-deliver-keynote\";s: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:1835:\"<p><a href=\"https://woosesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WooSesh</a>, the virtual WooCommerce conference, is now less than two weeks away. The two-day event will be held October 18-19 and is free for all attendees who join the livestream. Organizers Patrick Rauland and Brian Richards published the schedule this week with <a href=\"https://woosesh.com/#day1\" rel=\"noopener noreferrer\" target=\"_blank\">descriptions for each session</a>.</p>\n<p>Day 1 will feature speakers on a variety of topics suited for all attendees who work with WooCommerce, including building stores for clients, designing sites, and developing plugins. Day 2 is geared towards developers and will focus on more technical topics.</p>\n<p><a href=\"https://twitter.com/toddwilkens\" rel=\"noopener noreferrer\" target=\"_blank\">Todd Wilkens</a>, Head of WooCommerce, will be giving the keynote along with Aviva Pinchas and Kelly Hoffman. The session is titled “The Past, Present, and Future of WooCommerce” and it will be followed up with a Q&A time.</p>\n<p>In a recent <a href=\"https://panel.socialpilot.co/site/video/eNiqGdpe\" rel=\"noopener noreferrer\" target=\"_blank\">interview</a>, Wilkens told Patrick Rauland that they have been working to rethink the merchant experience of the platform, as it has traditionally offered more of a builder style experience. This is one topic they plan to discuss in the keynote, in addition to where they see WooCommerce going as a platform, some recent successes, and how WooCommerce fits into other trends with WordPress and e-commerce in general.</p>\n<p>Attendees can watch all sessions for free as long as they attend at least one presentation during the live event. Registration is open on the <a href=\"https://woosesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WooSesh</a> website.</p>\";s: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, 05 Oct 2018 05:58: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: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: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:100:\"WPTavern: If Deadlines Are Not Arbitrary, Why Not Release WordPress 5.0 in the Beginning of January?\";s:7:\"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:29:\"https://wptavern.com/?p=84466\";s:7:\"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:109:\"https://wptavern.com/if-deadlines-are-not-arbitrary-why-not-release-wordpress-5-0-in-the-beginning-of-january\";s: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:3933:\"<p>The WordPress 5.0 release schedule <a href=\"https://wptavern.com/wordpress-5-0-slated-for-november-19-2018\">has been published</a> and not everyone is excited about the expected November 19th release. November 19th is three days before Thanksgiving, a major holiday in the U.S.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Just going to call bullshit on anyone claiming “every date is bad for someone” or “every month has holidays somewhere” when defending possible Nov-Dec WordPress 5.0 release. It is trying to be rammed in for WordCamp U.S. where those November and December holidays are major ones.</p>— Carl Hancock <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /> (@carlhancock) <a href=\"https://twitter.com/carlhancock/status/1047922585659461632?ref_src=twsrc%5Etfw\">October 4, 2018</a></blockquote>\n</div>\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> is being rolled out the week of Thanksgiving? Do none of you have families or want to enjoy the holidays? What a terrible decision to push this during a holiday week…</p>— Jennifer Bourn (@jenniferbourn) <a href=\"https://twitter.com/jenniferbourn/status/1047845139912122368?ref_src=twsrc%5Etfw\">October 4, 2018</a></blockquote>\n</div>\n\n<p>Historically, WordPress has <a href=\"https://wordpress.org/news/category/releases/\">shipped major versions</a> in early to mid December rather than November. Holidays were considered because of the sharp drop-off in volunteer contribution activity. These versions were also part of a rigid and predictable four month schedule to get <a href=\"https://wordpress.org/about/roadmap/\">three major releases out per year</a>. </p>\n\n<p>However, WordPress 5.0 is no ordinary major release. It will contain Gutenberg and completely revamp the content creation and editing experience. Not to mention, we won’t know the full extent of plugin and theme compatibility until it’s installed on millions of sites. </p>\n\n<p>Looking at the proposed release date and <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> taking place on December 7th, it’s not out of the question to theorize the release occurring before and because of WCUS. It should be noted though that the <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">roadmap Matt Mullenweg outlined at WordCamp EU</a> earlier this year originally targeted a late August release.</p>\n\n<p>I think it would be a bummer if WordPress 5.0 was not released before WordCamp US. However, it would be irresponsible as a project leader to force a release for public relations reasons.</p>\n\n<p>As Mullenweg <a href=\"https://wptavern.com/matt-mullenweg-announces-5-0-release-plan-estimates-release-candidate-to-ship-in-november#comment-262936\">commented</a> in a recently published article, he won’t release WordPress 5.0 until it’s ready. I don’t think releasing it to have a big moment on stage would qualify as being ready.</p>\n\n<p>I think there should be consideration in pushing the release date to the beginning of next year. What better way to ring in the new year with a completely new editor in WordPress. It bypasses the holidays concern and allows people to apply all of their focus on making sure 5.0 is rolled out smoothly to sites they manage.</p>\n\n<p>Gutenberg has been in development for more than a year and a half. Since the WordPress release strategy was thrown out the window last year and <a href=\"https://wordpress.org/about/philosophy/\">deadlines are not arbitrary</a>, what’s a few more weeks of development and testing before pushing WordPress 5.0 to the public?<br /></p>\";s: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, 05 Oct 2018 03:09: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:95:\"WPTavern: WordPress Theme and Plugin Shops are Pioneering the First Layout Blocks for Gutenberg\";s:7:\"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:29:\"https://wptavern.com/?p=84351\";s:7:\"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:106:\"https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-gutenberg\";s: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:5995:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/layout.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/EWENELMHYR\">Jeffrey Betts</a>\n<p>Many WordPress theme shops started out with themes as their only products but over the years have moved into selling plugins that enhance their core products. This came about partially because theming standards evolved to encourage developers to <a href=\"https://wptavern.com/why-wordpress-theme-developers-are-moving-functionality-into-plugins\" rel=\"noopener noreferrer\" target=\"_blank\">put non-presentational functionality into plugins</a>. For many, the revenue from plugins quickly eclipsed that of their theme products. In the past, theme shops have often partnered with page builder plugins to enhance their users’ capabilities in customizing the themes. This may soon change, as the advent of Gutenberg is bringing new product opportunities to theme and plugin shops shops.</p>\n<p>The first iteration of the new editor focuses on blocks and the post editing experience. After Gutenberg is in core, the project will move on to the second phase – full site customization. This will venture into page builder type functionality. Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1037843717070057472\" rel=\"noopener noreferrer\" target=\"_blank\">predicts this phase will happen much faster than phase 1</a>, since all of the infrastructure is already in place. The plugin already has a columns block in beta.</p>\n<p>Gutenberg is scheduled to debut in WordPress 5.0 in November, but site customization functionality won’t arrive until 2019 at the earliest. In the meantime, plugin developers have been experimenting with various implementations of “section” and “container” blocks while the Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/issues/4900\" rel=\"noopener noreferrer\" target=\"_blank\">explores a core container block</a> for phase 2.</p>\n<p>Marie Comet’s <a href=\"https://github.com/MarieComet/WP-container-block/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Container Block</a> is a fork of the core columns block that offers columns structure, spacing, and backgrounds (with both image and color controls). Felix Arntz recently published a tutorial on how he built a <a href=\"https://felix-arntz.me/blog/building-a-reusable-gutenberg-section-block/\" rel=\"noopener noreferrer\" target=\"_blank\">reusable Gutenberg section block</a>. Marc Lacroix created his own <a href=\"https://github.com/marcusig/gutenberg-section-block\" rel=\"noopener noreferrer\" target=\"_blank\">container block</a>, out of necessity, with capabilities for spacing and background customization.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-03-at-10.26.43-PM.png?ssl=1\"><img /></a></p>\n<p>Section/container blocks are a precursor to using Gutenberg for building more complex layouts. Some of these explorations may inform the Gutenberg team’s implementation of a core container block in the future.</p>\n<p>A few more full-featured layout blocks are starting to pop up on WordPress.org. Kadence Themes, a theme and plugin shop based in Missoula, Montana, released its <a href=\"https://wordpress.org/plugins/kadence-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Kadence Blocks – Gutenberg Page Builder Toolkit</a> at the end of August. The plugin brings the editor closer to delivering the features users expect from popular page builders, such as better control of columns for different screen sizes and a <a href=\"https://themes.kadencethemes.com/ascend-5/row-layout-block/\" rel=\"noopener noreferrer\" target=\"_blank\">row/layout block</a> with controls for padding, backgrounds, alignment, and overlays with gradients.</p>\n<p><a href=\"https://www.instagram.com/p/Bmtjc9lh6zA/\" title=\"View on Instagram\" target=\"_blank\"><img src=\"http://instagr.am/p/Bmtjc9lh6zA/media/?size=l\" alt=\"Instagram Photo\" /></a></p>\n<p>A live “Frontenberg” style <a href=\"http://demo.kadencethemes.com/kadence-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">demo of Kadence Blocks</a> is available where you can see the plugin’s options for manipulating page layout.</p>\n<p>Pootlepress, a WordPress plugin and theme shop, has added a new Layouts block to its free <a href=\"https://wordpress.org/plugins/caxton/\" rel=\"noopener noreferrer\" target=\"_blank\">Caxton plugin</a>. The company is one of the earlier Gutenberg adopters in the WooCommerce space with its recent release of the <a href=\"https://wptavern.com/pootlepress-previews-upcoming-storefront-blocks-plugin-for-woocommerce\" rel=\"noopener noreferrer\" target=\"_blank\">Storefront Blocks</a> plugin.</p>\n<p>Caxton bills itself as a “page layout plugin” for Gutenberg. Its layout block allows users to select from a number of preset layouts and then add blocks within those layouts. It supports nesting rows and row backgrounds. A Frontenberg <a href=\"http://demo.caxton.pro/\" rel=\"noopener noreferrer\" target=\"_blank\">demo site</a> gives users the chance to play around with the page builder functionality before installing the plugin.</p>\n<div class=\"embed-vimeo\"></div>\n<p>Until Gutenberg adds core support for more layout capabilities, WordPress may see an influx of these layout blocks that introduce basic page builder functionality. Some of these plugins may need to be refactored once there is more direction for these features in core, but they offer a glimpse of what Gutenberg will bring to site customization. Combined with <a href=\"https://wptavern.com/gutenberg-3-9-introduces-reusable-exportable-templates-for-multiple-blocks\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 3.9’s reusable, exportable templates for multiple blocks</a>, page layouts will become more portable than ever. In 2019, we may see new sites popping up that enable users and developers to share the layout designs they have created.</p>\";s: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, 04 Oct 2018 15:24:58 +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: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:73:\"WPTavern: WPWeekly Episode 332 – The WordPress 5.0 Release Cycle Begins\";s:7:\"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:58:\"https://wptavern.com?p=84436&preview=true&preview_id=84436\";s:7:\"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://wptavern.com/wpweekly-episode-332-the-wordpress-5-0-release-cycle-begins\";s: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:2241:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the headlines making the rounds in the WordPress community. This includes the start of the WordPress 5.0 release cycle, the 5th annual Hacktoberfest, and theme developers marketing their themes as Gutenberg-compatible. Near the end of the show, I describe how much of the press surrounding WordPress security issues is poorly written and John talks about the benefits of being in the same physical space as your co-workers at least once or twice a year.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-theme-developers-begin-marketing-themes-as-gutenberg-compatible\">WordPress Theme Developers Begin Marketing Themes as Gutenberg Compatible</a></p>\n<p><a href=\"https://wptavern.com/first-wave-of-wordcamp-europe-2019-tickets-sells-out-in-3-hours\">First Wave of WordCamp Europe 2019 Tickets Sells Out in 3 Hours</a></p>\n<p><a href=\"https://wptavern.com/5th-annual-hacktoberfest-kicks-off-today-updated-rules-require-5-pull-requests-to-earn-a-t-shirt\">5th Annual Hacktoberfest Kicks Off Today, Updated Rules Require 5 Pull Requests to Earn a T-shirt</a></p>\n<p><a href=\"https://wptavern.com/matt-mullenweg-announces-5-0-release-plan-estimates-release-candidate-to-ship-in-november\">Matt Mullenweg Announces WordPress 5.0 Release Plan, Estimates Release Candidate to Ship in November</a></p>\n<p><a href=\"https://wptavern.com/godaddy-hires-mike-schroder-to-contribute-to-wordpress-core-full-time\">GoDaddy Hires Mike Schroder to Contribute to WordPress Core Full-Time</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 10th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #332:</strong><br />\n</p>\";s: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, 04 Oct 2018 00:30:59 +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:\"Jeff Chandler\";s: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:52:\"WPTavern: WordPress 5.0 Slated for November 19, 2018\";s:7:\"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:29:\"https://wptavern.com/?p=84419\";s:7:\"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://wptavern.com/wordpress-5-0-slated-for-november-19-2018\";s: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:5300:\"<p>A tentative <a href=\"https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/\" rel=\"noopener noreferrer\" target=\"_blank\">5.0 release schedule</a> was published during today’s core dev chat. The official release is targeted for November 19, 2018 with beta 1 expected October 19 and RC 1 released October 30.</p>\n<p>In addition to getting Gutenberg merged into core, the scope for 5.0 includes a few new items that Gary Pendergast outlined in his post:</p>\n<ul>\n<li>Updating the default themes to work well with the block editor, and creating the new Twenty Nineteen theme.</li>\n<li>Creating an upgrade experience to remove the Gutenberg plugin and offer the Classic Editor plugin.</li>\n</ul>\n<p>November 19 is the week of the Thanksgiving holiday in the U.S., when many are traveling or spending time with friends and family. As this is scheduled during a busy time of year and may have unexpected delays, the release leads have come up with a backup plan that includes a secondary schedule.</p>\n<p>“We know there is a chance that 5.0 will need additional time, so these dates can slip by up to 8 days if needed,” Pendergast said. His post proposes an additional timeline that would have 5.0 land in January:</p>\n<p>Secondary RC 1: January 8, 2019</p>\n<p>Secondary Release: January 22, 2019</p>\n<p>“The current release date is November 19, but it can be pushed as late as November 27 if needed,” Pendergast said. “To avoid the numerous holidays from the end of November through to January, we’ll move the release to January if more time is needed.”</p>\n<p>Although the backup timeline should allay concerns about December holidays, if the release is at all delayed, it will run up against the Thanksgiving holiday.</p>\n<p>“Should we need to switch to the secondary dates, this will be communicated as soon as we’re aware,” Pendergast said. “It’s also important to note that we have some updates for PHP 7.3 compatibility that must be released in 2018 regardless, and we would have a short 4.9.9 release cycle for them if needed.”</p>\n<p>Contributors had the opportunity to ask questions of the release leads during today’s 5.0 kickoff meeting. There was some uncertainty in yesterday’s announcements about whether 5.0 will ship a new default theme. Matt Mullenweg confirmed that they are aiming to get Twenty Nineteen into 5.0.</p>\n<p>“It’s the biggest variable though, so if it takes longer we won’t delay the release for it,” Mullenweg said.</p>\n<p>Twenty Nineteen development will happen on GitHub and contributors can join the discussion in the #core-themes Slack channel where regular meetings will happen.</p>\n<p>Gutenberg engineer Riad Benguella posted a technical overview of the integration process for merging the new editor into core. He also laid out a plan for how Gutenberg development will continue in the future.</p>\n<p>“After WordPress 5.0 is released, the Gutenberg plugin will continue to exist,” Benguella said. “Its purpose will be changed to the development and the maintenance of the WordPress npm packages, including the editor itself, and will also serve to develop the second phase (site customization) of the Gutenberg project. Plugin updates will continue to be released during the 5.0 cycle.</p>\n<p>“The PHP part of the plugin won’t be needed anymore, as the plugin will just register new versions of the scripts of the packages to replace the ones already registered by Core.”</p>\n<p>Mullenweg confirmed during the dev chat that the team plans to add a link to the Classic Editor plugin in the admin when 5.0 ships. Overall, contributors in attendance seemed excited about the prospect of finally having the new editor in core, despite the ambitious timeline proposed for release.</p>\n<p>“A big benefit even beyond the user improvements is that plugin and theme developers will be able to truly use it as a base in a way that they can’t right now as a plugin,” Mullenweg said. “If previous adoption curves hold true, we’d be on 10m sites (20x current adoption) by new year.”</p>\n<p>Gutenberg development has been moving quickly and after it is shipped to millions of WordPress users there are bound to be more issues discovered. Mullenweg said quick point releases may be an option for maintaining the flexibility to introduce fixes and improvements in a timely way for users.</p>\n<p>“Since 5.0 will be very tight (just Gutenberg, PHP 7.3, and possibly theme) I am open to having 5.0.x releases that are like the 4.9.x releases that bring in some larger updates or improvements we push off, like servehappy stuff,” he said.</p>\n<p>Gutenberg technical lead Matias Ventura has outlined the <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\" rel=\"noopener noreferrer\" target=\"_blank\">tasks remaining on the editor</a>. An updated <a href=\"https://make.wordpress.org/core/5-0/\" rel=\"noopener noreferrer\" target=\"_blank\">schedule for the 5.0 release cycle</a> is now available for the public to follow. Gary Pendergast, who is shepherding the merge, said he expects WordPress 5.1 will be available around March 2019.</p>\";s: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, 03 Oct 2018 23:23: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: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: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:30:\"Gary: WordPress 5.0 Needs 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=2160\";s:7:\"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:53:\"https://pento.net/2018/10/04/wordpress-5-0-needs-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6287:\"<p>Yesterday, we started the WordPress 5.0 release cycle with an announcement post.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\" content_cards_card content_cards_domain_make-wordpress-org\">\n <div class=\"content_cards_image\">\n <a class=\"content_cards_image_link\" href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\">\n <img src=\"https://pento.net/wp-content/uploads/2018/10/screen-shot-2018-10-02-at-8.39.21-pm.png\" alt=\"A Plan for 5.0\" /> </a>\n </div>\n \n <div class=\"content_cards_title\">\n <a class=\"content_cards_title_link\" href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\">\n A Plan for 5.0 </a>\n </div>\n <div class=\"content_cards_description\">\n <a class=\"content_cards_description_link\" href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\">\n <p>Usually during major releases of WordPress, the dedicated release lead chooses a few folks to help them through the time-consuming work of managing an excellent release cycle. We are blessed with s…</p>\n </a>\n </div>\n <div class=\"content_cards_site_name\">\n <img src=\"https://s.w.org/favicon.ico?2\" alt=\"Make WordPress Core\" class=\"content_cards_favicon\" /> Make WordPress Core </div>\n</div>\n</div>\n\n<div class=\"wp-block-image\"><img /><a href=\"https://make.wordpress.org\">Make WordPress</a></div>\n\n<p>It’s a very exciting time to be involved in WordPress, and if you want to help make it the best, now’s an excellent opportunity to jump right in.</p>\n\n<p>A critical goal of this release cycle is transparency.</p>\n\n<p>As a member of the WordPress 5.0 leadership team, the best way for me to do my job is to get feedback from the wider WordPress community as early, and as quickly as possible. I think I speak for everyone on the leadership team when I say that we all feel the same on this. We want everyone to be able to participate, which will require some cooperation from everyone in the wider WordPress community.</p>\n\n<p>The release post was published as soon as it was written, we wanted to get it out quickly, so everyone could be aware of what’s going on. Publishing quickly does mean that we’re still writing the more detailed posts about scope, and timeline, and processes. Instead of publishing a completed plan all at once, we intentionally want to include everyone from the start, and evolve plans as we get feedback.</p>\n\n<p>With no other context, the WordPress 5.0 timeline of “release candidate in about a month” would be very short, which is why we’ve waited until Gutenberg had proved itself before setting a timeline. As we mentioned in the post, WordPress 5.0 will be “WordPress 4.9.8 + Gutenberg”. The Gutenberg plugin is <a href=\"https://gutenstats.blog/\">running on nearly 500k sites</a>, and WordPress 4.9.8 is running on millions of sites. For comparison, it’s considered a well tested major version if we see 20k installs before the final release date. Gutenberg is a bigger change than we’ve done in the past, so should be held to a higher standard, and I think we can agree that 500k sites is a pretty good test base: it arguably meets, or even exceeds that standard.</p>\n\n<p>We can have a release candidate ready in a month.</p>\n\n<div class=\"wp-block-image\"><img /><a href=\"https://wordpress.org/gutenberg\">Try Gutenberg</a></div>\n\n<p>The Gutenberg core team are currently focussed on finishing off the last few features. The Gutenberg plugin has evolved exceedingly quickly thanks to their work, it’s moved so much faster than anything we’ve done in WordPress previously. As we transition to bug fixing, you should expect to see the same rapid improvement.</p>\n\n<p>The block editor’s backwards compatibility with the classic editor is important, of course, and the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> is a part of that: if you have a site that doesn’t yet work with the block editor, please go ahead and install the plugin. I’d be happy to see the Classic Editor plugin getting 10 million or more installs, if people need it. That would both show a clear need for the classic interface to be maintained for a long time, and because it’s the official WordPress plugin for doing it, we can ensure that it’s maintained for as long as it’s needed. This isn’t a new scenario to the WordPress core team, we’ve been backporting security fixes to WordPress 3.7 for years. We’re never going to leave site owners out in the cold there, and exactly the same attitude applies to the Classic Editor plugin.</p>\n\n<p>The broader Gutenberg project is a <em>massive</em> change, and WordPress is a big ship to turn.</p>\n\n<p>It’s going to take years to make this transition, and it’s okay if WordPress 5.0 isn’t everything for everyone. There’ll be a WordPress 5.1, and 5.2, and 5.3, and so on, the block editor will continue to evolve to work for more and more people.</p>\n\n<p>My role in WordPress 5.0 is to “generally shepherd the merge”. I’ve built or guided some of the most complex changes we’ve made in Core in recent years, and they’ve all been successful. I don’t intend to change that record, WordPress 5.0 will only be released when I’m as confident in it as I was for all of those previous projects.</p>\n\n<p>Right now, I’m asking everyone in the WordPress community for a little bit of trust, that we’re all working with the best interests of WordPress at heart. I’m also asking for a little bit of patience, we’re only human, we can only type so fast, and we do need to sleep every now and then. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /></p>\n\n<p>WordPress 5.0 isn’t the finish line, it’s the starter pistol.</p>\n\n<p><a href=\"https://automattic.com/creed/\">This is a marathon, not a sprint</a>, and the goal is to set WordPress up for the next 15 years of evolution. This can only happen one step at a time though, and the best way to get there will be by working together. We can have disagreements, we can have different priorities, and we can still come together to create the future of WordPress.</p>\";s: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, 03 Oct 2018 22:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s: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:79:\"WPTavern: GoDaddy Hires Mike Schroder to Contribute to WordPress Core Full-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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84411\";s:7:\"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://wptavern.com/godaddy-hires-mike-schroder-to-contribute-to-wordpress-core-full-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:986:\"<p><a href=\"https://getsource.net/\">Mike Schroder</a> known at <a href=\"https://twitter.com/getsource?lang=en\">GetSource</a> on Twitter and Mike on WordPress’ Slack instance <a href=\"https://www.godaddy.com/garage/mike-schroder-wordpress-core-contributor/\">is joining Aaron Campbell at GoDaddy</a> to contribute to WordPress full-time. </p>\n\n<p>Since 2011, Schroder has contributed to nearly every version of WordPress. In 2014, Schroder co-led the release of WordPress 3.9. In 2016, he lead the release of WordPress 4.5. He’s also <a href=\"https://wordpress.tv/?s=mike+schroder\">an accomplished speaker</a> presenting on various topics at WordCamps across the world. </p>\n\n<p>According to Gabriel Mays, WordPress products and strategy leader at GoDaddy, Schroder will continue to work on the Media component in WordPress, lead the <a href=\"https://make.wordpress.org/hosting/\">WordPress Hosting Community work group</a>, and help merge Gutenberg into WordPress 5.0. </p>\";s: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, 03 Oct 2018 05:57: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:13:\"Jeff Chandler\";s: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:110:\"WPTavern: Matt Mullenweg Announces WordPress 5.0 Release Plan, Estimates Release Candidate to Ship in November\";s:7:\"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:29:\"https://wptavern.com/?p=84405\";s:7:\"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:110:\"https://wptavern.com/matt-mullenweg-announces-5-0-release-plan-estimates-release-candidate-to-ship-in-november\";s: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:3058:\"<p>Matt Mullenweg has <a href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> a plan for releasing WordPress 5.0 with a tentative estimate for a release candidate to ship in November.</p>\n<p>“With known knowns and known unknowns, I believe we will be at RC in about a month,” Mullenweg said. “However, I’ll be keeping a close eye on feedback during the beta process and adjust as needed and keep the community fully up-to-date with our best estimate.”</p>\n<p><a href=\"http://Gutenstats.blog\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenstats.blog</a> shows that the beta plugin has passed 490,000 active installations, which Mullenweg said “far exceeds pre-release testing of anything that has ever come into core.” The <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> plugin also has more than 400,000 installations, indicating nearly half a million site owners have already prepared to preserve their existing workflows.</p>\n<p>“If we keep the 5.0 release to strictly 4.9.8 + Gutenberg, we will have a release that is both major and a non-event in terms of new code,” Mullenweg said. “It’s all battle-tested. In some ways 5.0 is already de facto out in the wild, with some forward-looking hosts already installing and activating Gutenberg for new installs.”</p>\n<p>Mullenweg is leading the release but has designated 11 other leads to head up various focuses, including triage, design, JavaScript packages, REST API, merge process and several other important aspects of the release.</p>\n<p>WordPress users can also expect a new default Twenty Nineteen theme to ship with 5.0. Designer <a href=\"https://www.allancole.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Allan Cole</a> will be leading that project, which involves adapting an existing Gutenberg theme for use as WordPress’ next default theme.</p>\n<p>Last week’s developer chat left many attendees wondering about the status of WordPress 4.9.9. Contributors <a href=\"https://wptavern.com/wordpress-4-9-9-release-may-shift-focus-to-php-7-3-compatibility-gutenberg-merge-proposal-timeline-tbd\" rel=\"noopener noreferrer\" target=\"_blank\">discussed the possibility of making it a quick PHP 7.3 compatibility release</a> but it now appears to be all hands on deck as the focus shifts to 5.0.</p>\n<p>Based on today’s announcement, it seems very likely that WordPress 5.0 will land before the end of 2018, barring any major impediments. The timeline for this major release falls during a busy time of year for many who will be responsible for preparing their products and client sites. Mullenweg said he will keep the community up-to-date as the release cycle progresses. The <a href=\"https://make.wordpress.org/core/2018/10/03/dev-chat-agenda-october-3rd-5-0-week-1/\" rel=\"noopener noreferrer\" target=\"_blank\">agenda</a> for tomorrow’s dev chat will focus on 5.0 planning.</p>\";s: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, 03 Oct 2018 03:19: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: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: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:33:\"HeroPress: There Are No Shortcuts\";s:7:\"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=2633\";s:7:\"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:118:\"https://heropress.com/essays/there-are-no-shortcuts/#utm_source=rss&utm_medium=rss&utm_campaign=there-are-no-shortcuts\";s: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:9844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/10/100318-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Do not let your gender, your race, or any of your biases define you.\" /><p>My name is JC and I make things for the web. I wear a lot of hats but my favorite one is as a WordPress developer. And I am here to tell you about my journey. It was not easy. There were no shortcuts. I had to crawl my way up every single step of the way. And I still have to, it did not become easier – not by a long shot. But I’ve accepted that in order to succeed I have to take the long way and that is basically two words long – <strong>WORK HARD</strong>.</p>\n<p>When I was young, I wanted to be and do a lot of things. I wanted to be an astronaut, a lawyer, a geophysicist. I wanted a pet unicorn or a tiger or a lion or a snake. I wanted to be the first woman to roam the solar system, I wanted to be a world-renowned author. I never became nor did any of those but I did get a pet snake named Yudi and I have a lot of “pet” unicorns.</p>\n<p>I studied engineering because it was the “IT” course during my time. Did I like it? Let’s just say that I had a lot of fun, a lot of heartaches, a lot of sleepless nights and leave it at that. But if you really want to know – what I really, really want to be right now is to be a TimeLord STAT, but I digress. I think, the main reason I took that course was because I didn’t want to be with a lot of girls. I didn’t want to compete and I was not really into all that girly-girly stuff. It all changed, by the way. I graduated and took the board – I did not pass. Much to the horror of my engineer dad. I never really wanted to be an engineer so I did not bother taking the board again, instead, I worked in a call center. My first work was as a tech support for Dell computers. I got to tinker with laptops and help seniors fix theirs thousands of miles away and I even got to experience them happily shouting telling me that I do not know what I am doing. Fun times.</p>\n<blockquote><p>I did that for a year and I decided that that was not the life for me nor the life I wanted my daughter to see me in.</p></blockquote>\n<p>So we went back home to Iloilo and had my second job there, this time as a Search Engine Optimization Analyst. Fancy title, but all I did was search Google for stuff and write stuff for Google to digest. My boss’ site was built on WordPress and I created content for him. That was my first contact with WordPress.</p>\n<p>Working in that position for a few months bothered me, I know I am capable of more than just that (I am impatient and hard-headed and can’t keep my mouth shut – the perfect combination). So I read about web development. I didn’t know how to code – give me mathematical equations and I’ll solve it right away but all these HTML, CSS and whatnot were alien to me.</p>\n<blockquote><p>But I persevered, I never took a shortcut.</p></blockquote>\n<p>I studied for about a month and decided that I was ready. Plus, I’ve heard about this online job site where you can register to be a freelancer – it was quite new at that time but I gave it a go. If you’ve heard of oDesk (now Upwork), I was one of the first freelancers to join and I had the shirt to prove it. I don’t have the shirt now, but they sent it to me when they ran this contest for the freelancer with the longest work record.</p>\n<p>I applied to one job and one of the requirements was WordPress. I didn’t know WordPress aside from using it as a blog, and I know HTML/CSS (in theory). Lucky me, the client who eventually turned into my longest online friend, took a chance on me. I did not exactly tell him that I did not know WordPress, instead I told him what he wanted to hear – That <strong>I CAN DO IT</strong>. And I did. I worked on designing and developing his website while studying WordPress.</p>\n<blockquote><p>And that was when my love affair with WordPress started. I continued to learn and gain experience throughout the years.</p></blockquote>\n<p>There are <strong>NO SHORTCUTS</strong>. Believe me, I tried looking for one and I failed. In order to succeed, you have to work hard and not take the easy way out. Learn, read, listen – do this every single day for as long as you can.</p>\n<p>Although, my first client never really knew until now that I never had any idea what I was doing when I started working for him, I did get the job done (Dr. T, if you’re reading this – Thank you! I won’t say sorry, because that will denigrate all the things I’ve done and all the things I’ve learned over the years I was working with you). I persevered, I didn’t quit when the going got rough. Plus, WordPress has an amazing community and they are more than willing to help you out if you ever get stuck and I used them as a lifeline more times than I can remember.</p>\n<p>Let me say this again, it was not easy. I went through a lot. Moving forward, all of my clients were from abroad, most of them naturally assumed that I am male because of my name. And I think that contributed to how they were responding to my emails or chat.</p>\n<blockquote><p>They treated me as an equal and responded in a way they wouldn’t had they known I am female.</p></blockquote>\n<p>And once they knew, it was really hard for them to back out since they know that I am capable of getting the job done.</p>\n<p>I was brought up to always question the norm, to not back down simply because I am part of the so-called “weaker gender”. I speak my mind when I have to and when and where I choose to. Working in a male-dominated industry is pretty hard, gender bias is palpable in this industry. Plus, there are not a lot of women developers and that is really sad because without women – computing as we know it would not exist.</p>\n<p>You see, women have a harder time getting into the world of information technology because it has become male-dominated. I have a first-hand experience in this, imagine me – a woman, an Asian and a Filipino at that working in a space where men are the be-all end-all. I will say it again, it was not easy.</p>\n<p>Have you heard about the competence/likeability dilemma? The Heidi/Howard Roizen Case Study concluded that when women exhibit characteristics associated with leaders – like assertion, authority, and dominant behaviors – they tend to be disliked. Hence, women cannot be both competent and likeable.</p>\n<p>So according to this study: My competence is inversely proportional to my likeability. Meaning the more competent I am the less my colleagues like me. I may completely and vehemently disagree with this conclusion on a personal level, but there is truth to it. What can we do about this? I guess the first step is to acknowledge that it exists and work from there. But do not just be aware of the problem, acknowledge it and make a conscious effort to see when you are unconsciously adding to the problem and act on it. I don’t have a magic solution, what I can do is help empower girls to realize that they are stronger than they think they are and that they can do more. I did it without any shortcuts, I studied, I persevered, I worked my ass off to get where I am right now and I am not done yet. I still have to study, to preserve and to work every single day.</p>\n<p>My journey doesn’t end here, I still have a ways to go. I will continue to love what I do and I assure you, once you love what you do – you’ll work your ass off to make sure you continue to have and experience the joy of being able to do that thing that you love. Do not let your gender, your race or any of your biases define you. It is not a walk in the park, sure, but you have to always, always do your best to not regret doing something because you think you can’t. The only limit is YOU and nothing or no one else.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: There Are No Shortcuts\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=There%20Are%20No%20Shortcuts&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthere-are-no-shortcuts%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: There Are No Shortcuts\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthere-are-no-shortcuts%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthere-are-no-shortcuts%2F&title=There+Are+No+Shortcuts\" rel=\"nofollow\" target=\"_blank\" title=\"Share: There Are No Shortcuts\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/there-are-no-shortcuts/&media=https://heropress.com/wp-content/uploads/2019/10/100318-min-150x150.jpg&description=There Are No Shortcuts\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: There Are No Shortcuts\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/there-are-no-shortcuts/\" title=\"There Are No Shortcuts\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/there-are-no-shortcuts/\">There Are No Shortcuts</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 03 Oct 2018 00:00: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:9:\"JC Palmes\";s: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:107:\"WPTavern: 5th Annual Hacktoberfest Kicks Off Today, Updated Rules Require 5 Pull Requests to Earn a T-shirt\";s:7:\"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:29:\"https://wptavern.com/?p=84309\";s:7:\"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:117:\"https://wptavern.com/5th-annual-hacktoberfest-kicks-off-today-updated-rules-require-5-pull-requests-to-earn-a-t-shirt\";s: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:1555:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-10-01-at-5.58.26-PM.png?ssl=1\"><img /></a></p>\n<p>DigitalOcean, along with GitHub and new partner Twilio, are sponsoring the <a href=\"https://blog.digitalocean.com/hacktoberfest-is-back-for-year-5/\" rel=\"noopener noreferrer\" target=\"_blank\">5th annual Hacktoberfest</a>. The event was created to encourage participants to make meaningful contributions to open source projects. Last year 31,901 completed the challenge, opening 239,164 pull requests in 64,166 repositories.</p>\n<p>In previous years, participants were required to submit four pull requests to GitHub-hosted public repositories during the month of October in order to earn a limited edition Hacktoberfest t-shirt. The event’s organizers have increased the number of required PRs to five this year and only the first 50,000 will earn a t-shirt.</p>\n<p>No open source project is too small to benefit from Hacktoberfest. Maintainers who want to attract new contributors can apply the “Hacktoberfest” label to issues that are appropriate for newcomers to work on. A few projects are highlighted on the event’s <a href=\"https://hacktoberfest.digitalocean.com/\" rel=\"noopener noreferrer\" target=\"_blank\">homepage</a> and there are already more than <a href=\"https://github.com/search?q=label:hacktoberfest+state:open+type:issue\" rel=\"noopener noreferrer\" target=\"_blank\">17,000 issues designated for Hacktoberfest</a> that are ready for contributors to tackle over the next 31 days.</p>\";s: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, 02 Oct 2018 02:07: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: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:73:\"WPTavern: First Wave of WordCamp Europe 2019 Tickets Sells Out in 3 Hours\";s:7:\"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:29:\"https://wptavern.com/?p=84342\";s:7:\"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://wptavern.com/first-wave-of-wordcamp-europe-2019-tickets-sells-out-in-3-hours\";s: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:1906:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-10-01-at-11.47.58-AM.png?ssl=1\"><img /></a></p>\n<p>The first batch of tickets for <a href=\"https://2019.europe.wordcamp.org/tickets/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Europe 2019</a> were released early this morning and all 250 standard tickets sold out within three hours and nine minutes. Berlin won out as the next city to host the camp, in part due to the region’s strong local WordPress community. The city is international, diverse, and easily accessible for those traveling for the conference.</p>\n<p>WCEU 2019 will be held at the <a href=\"https://www.estrel.com/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Estrel Hotel and Congress Center</a> from June 20-22. It is a large venue with a max capacity of 12,000 people, capable of hosting both conference days, the contributor day, and the after party. Local lead organizer Bernhard Kau said his team is currently planning for 2,500 – 3,000 attendees. A <a href=\"https://2019.europe.wordcamp.org/2018/09/06/book-your-stay-at-wceu/\" rel=\"noopener noreferrer\" target=\"_blank\">discount is available</a> for those who want to stay at the Estrel Hotel.</p>\n<p>The past six editions of WCEU have been so successful that it is now firmly established as a can’t-miss event in the WordPress world. Although the first set of standard tickets have already sold out in record time, a few dozen Micro-sponsor tickets are still available for €150.00. More standard tickets will be available on Wednesday, October 3rd. Subscribe for updates on the <a href=\"https://2019.europe.wordcamp.org\" rel=\"noopener noreferrer\" target=\"_blank\">WCEU 2019 website</a> and follow the <a href=\"https://twitter.com/WCEurope\" rel=\"noopener noreferrer\" target=\"_blank\">official Twitter account</a> to be notified when the next batch goes on sale.</p>\";s: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, 01 Oct 2018 17:33:41 +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:48:\"Dev Blog: The Month in WordPress: September 2018\";s:7:\"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=6203\";s:7:\"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:73:\"https://wordpress.org/news/2018/10/the-month-in-wordpress-september-2018/\";s: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:4604:\"<p>The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Enhancements to the New WordPress Editor</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/09/21/whats-new-in-gutenberg/\">The latest update for the editor</a> includes great new features, such as reusable content blocks, a dark editor style, export and import of templates, and much more. In addition, the Gutenberg team has published <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\">a comprehensive guide</a> to the features currently included in the editor.<br /></p>\n\n<p>Users can test Gutenberg right now by installing <a href=\"https://wordpress.org/plugins/gutenberg/\">the plugin</a>, which currently has over 450,000 active installs according to the new <a href=\"https://gutenstats.blog/\">Gutenberg in Numbers</a> site. Along with that, <a href=\"https://wordpress.org/gutenberg/handbook/reference/faq/\">the Gutenberg Handbook</a> has some very useful information about how to use and develop for the new editor.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">the #gutenberg tag on the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Work Begins on WordPress 5.0</h2>\n\n<p>After initially announcing a minor v4.9.9 release, <a href=\"https://make.wordpress.org/core/2018/09/28/dev-chat-summary-september-26th-4-9-9-week-7/\">the Core team has shifted their focus to the next major release</a> — v5.0. One of the primary factors for this change is that Gutenberg is nearly ready to be considered for merging into Core, with the goal to complete the merge in v5.0.<br /></p>\n\n<p>To maintain flexibility in the development process the final timelines are not yet determined, allowing work already done for v4.9.9 to be moved to v5.0 if needed. Ensuring that WordPress is compatible with the upcoming PHP 7.3 release is a high priority for the Core team. Once a final decision is made, the details will be announced on <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The Community Team has some great updates on <a href=\"https://make.wordpress.org/community/2018/09/25/wordcamp-incubator-2018-update-thread-september-edition/\">the progress of the current WordCamp Incubator Program</a>.</li><li>A team inside the Drupal community <a href=\"https://drupalgutenberg.org/\">is working on integrating Gutenberg into their CMS</a>.</li><li>There is a current discussion among community organizers about <a href=\"https://make.wordpress.org/community/2018/09/17/proposal-to-increase-the-maximum-ticket-price-for-wordcamps/\">plans to increase the maximum ticket price for WordCamps</a>.</li><li>The Mobile Team <a href=\"https://make.wordpress.org/updates/2018/09/25/mobile-team-update-september-25th/\">is looking for people</a> to grow the beta program for testing the iOS and Android mobile apps.</li><li>The Diversity Outreach Speaker Training group <a href=\"https://make.wordpress.org/community/2018/09/13/input-requested-building-a-diverse-speaker-roster-document/\">is looking for feedback</a> on their document to assist WordPress Meetups and WordCamps in building diverse speaker rosters.</li><li>The Theme Team <a href=\"https://make.wordpress.org/themes/2018/09/26/new-requirement-regarding-affiliate-links/\">has updated their rules</a> regarding sponsored and affiliate links inside themes added to the Theme Directory.</li><li>Meetup organizers <a href=\"https://make.wordpress.org/community/2018/09/25/meetup-organiser-badge-assignments/\">are now able to receive a WordPress.org profile badge</a> for their community work.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br /></p>\";s: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, 01 Oct 2018 12:01:41 +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: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:71:\"WPTavern: WordCamp Tokyo 2018: Highlights, Recaps, Aftermovie, and More\";s:7:\"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:29:\"https://wptavern.com/?p=84316\";s:7:\"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:78:\"https://wptavern.com/wordcamp-tokyo-2018-highlights-recaps-aftermovie-and-more\";s: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:3174:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/WordCampTokyo2018.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://2018.tokyo.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Tokyo 2018</a> was held two weeks ago on September 14-15 and recordings of the sessions should be published to WordPress.tv soon. The theme of the WordCamp was “Challenge!”, a celebration of the challenges the WordPress project has overcome over the past 15 years, as well as a rallying call for embracing the challenges introduced by the new Gutenberg editor.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"ja\" dir=\"ltr\">WordCamp Tokyo 2018: Challenge! — ブログを投稿しました! <a href=\"https://twitter.com/hashtag/wctokyo?src=hash&ref_src=twsrc%5Etfw\">#wctokyo</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw\">#WordCamp</a> <a href=\"https://t.co/1cQ3rU9c6f\">https://t.co/1cQ3rU9c6f</a> <a href=\"https://t.co/4XDc6HW9Pn\">pic.twitter.com/4XDc6HW9Pn</a></p>\n<p>— Paulo E. Aquino (@pauloeaquino) <a href=\"https://twitter.com/pauloeaquino/status/1041950336326545408?ref_src=twsrc%5Etfw\">September 18, 2018</a></p></blockquote>\n<p></p>\n<p>WordCamp Tokyo is one of the largest camps in Asia, hosted by one of the most active international communities. The first edition of the camp was held in 2008 with 60 attendees. It was also the very first WordCamp in Japan. Since that time the WordPress community has exploded in the region, spawning dozens of local meetups and WordCamps around the country.</p>\n<p>The official WordCamp Tokyo 2018 website has a growing list of more than <a href=\"https://2018.tokyo.wordcamp.org/2018/09/27/impressions_blog/\" rel=\"noopener noreferrer\" target=\"_blank\">40 recaps and articles</a> written about the event. Overall, attendees enjoyed the opportunity to connect and contribute back to WordPress. The after party was held at a disco-like club in Shibuya and you can <a href=\"https://www.tecking.org/archives/5629\" rel=\"noopener noreferrer\" target=\"_blank\">listen to a selection of the songs</a> that the DJ posted to his WordPress blog.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"ja\" dir=\"ltr\">アフターパーティ大盛り上がりだぷー( ^ω^ U)<img src=\"https://s.w.org/images/core/emoji/11/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/wctokyo?src=hash&ref_src=twsrc%5Etfw\">#wctokyo</a> <a href=\"https://t.co/G6thGqCaq7\">pic.twitter.com/G6thGqCaq7</a></p>\n<p>— WordCamp Tokyo (@wctokyo) <a href=\"https://twitter.com/wctokyo/status/1040936683338792960?ref_src=twsrc%5Etfw\">September 15, 2018</a></p></blockquote>\n<p></p>\n<p>If you are one of the many people across the globe who love the Japanese WordPress community and wished you could have attended the WordCamp, this aftermovie offers a glimpse of a few of the contributors, sponsors, organizers, and attendees who made the event a success. It captures a bit of the energy in the air and may inspire you to put WordCamp Tokyo on your calendar next year.</p>\n<p></p>\";s: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, 29 Sep 2018 01:21:58 +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: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:83:\"WPTavern: WordPress Theme Developers Begin Marketing Themes as Gutenberg Compatible\";s:7:\"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:29:\"https://wptavern.com/?p=84284\";s:7:\"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:94:\"https://wptavern.com/wordpress-theme-developers-begin-marketing-themes-as-gutenberg-compatible\";s: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:4729:\"<p>WordPress theme developers are starting to advertise their themes as being compatible with Gutenberg, ahead of the new editor’s imminent merge into core. Work on the 5.0 release may be ramping up sooner than expected after yesterday’s announcement that <a href=\"https://wptavern.com/wordpress-4-9-9-release-may-shift-focus-to-php-7-3-compatibility-gutenberg-merge-proposal-timeline-tbd\" rel=\"noopener noreferrer\" target=\"_blank\">4.9.9 may be a quick release for PHP 7.3 compatibility</a> or possibly cancelled altogether.</p>\n<p>Themeforest, the largest marketplace for commercial WordPress themes with more than 11,000 products, has a specific <a href=\"https://themeforest.net/tags/gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">tag for Gutenberg-compatible theme listings</a>. Searching for themes that mention Gutenberg in the description turns up 139 products. But what does “Gutenberg compatible” mean?</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-27-at-3.44.38-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg compatibility seems to be more of a buzzword among most of the Themeforest listings, indicating that the theme includes styles for all core blocks. However, in some instances theme authors have also tested shortcodes for compatibility with the new editor. A smaller number include access to premium blocks as part of their advertised Gutenberg compatibility.</p>\n<p>Searching the WordPress.org Theme Directory for “<a href=\"https://wordpress.org/themes/search/Gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg</a>” produces 26 results where compatibility is mentioned in the theme descriptions. Themes are noted to be “fully compatible” with Gutenberg or specifically “designed to work with the new editor.” There is a wide spectrum of interpretation on those selling points – from basic styles for core blocks to themes that explore all the possibilities that Gutenberg opens up with features created specifically for manipulation inside the new editor.</p>\n<p>Independent theme shops have been leading the charge in creating themes built to showcase what Gutenberg can do through pairing with plugins that offer block collections. Themes like <a href=\"https://wordpress.org/themes/editor-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Editor Blocks</a>, <a href=\"https://wordpress.org/themes/atomic-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Atomic Blocks</a>, and <a href=\"https://wordpress.org/themes/coblocks/\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks</a> all have accompanying plugins that add custom blocks. This particular approach of packaging blocks into collections may not last very long, as it tends to make individual blocks more difficult to find.</p>\n<p>At the moment, advertising a theme as “Gutenberg compatible” is a temporary marketing strategy, as Gutenberg will soon lose its code name and become simply “the editor.” That special distinction will evaporate as soon as WordPress 5.0 lands. Gutenberg support will quickly become a matter of basic WordPress compatibility. The days of using it as a marketable feature are limited, and the pressure is on for theme developers to ensure their products are ready.</p>\n<p>In the video below, an excerpt from the “Theming with Gutenberg Course,” Zac Gordon examines considerations for theme developers who are working towards making their products compatible with the new editor. Gordon emphasizes that Gutenberg should work out of the box with any theme. However, there are a few features, such as the full width cover image, that may require special styles in order to work on the front end. The bulk of the compatibility work is ensuring that the editing experience matches the frontend and that Gutenberg blocks are styled harmoniously with the rest of the theme’s features.</p>\n<p>There are many tutorials available to help theme developers (and agencies preparing client sites) get started with making their themes ready for the Gutenberg era. Check out the resources below:</p>\n<p><a href=\"https://weavertheme.com/make-your-wordpress-theme-fully-compatible-with-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Things to consider when updating a WordPress theme for Gutenberg</a></p>\n<p><a href=\"https://richtabor.com/gutenberg-block-unit-test/\" rel=\"noopener noreferrer\" target=\"_blank\">Preparing WordPress themes for Gutenberg with the Block Unit Test</a></p>\n<p><a href=\"https://www.billerickson.net/getting-your-theme-ready-for-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Getting your theme ready for Gutenberg</a></p>\n<p></p>\";s: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, 27 Sep 2018 23:12: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:\"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:82:\"WPTavern: WPWeekly Episode 331 – Status Update on Gutenberg With Gary Pendergast\";s:7:\"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:58:\"https://wptavern.com?p=84269&preview=true&preview_id=84269\";s:7:\"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:89:\"https://wptavern.com/wpweekly-episode-331-status-update-on-gutenberg-with-gary-pendergast\";s: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:1993:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://pento.net/\">Gary Pendergast</a>, Gutenberg and WordPress core contributor to get an update on Gutenberg’s progress. We discuss its rollout on WordPress.com, the feedback and sentiment shared thus far, and when we can expect to see it merged into WordPress 5.0. We also talk about what the future may hold for WordPress years after Gutenberg is merged into core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\">An Update on Gutenberg Tasks</a><br />\n<a href=\"https://wptavern.com/gutenstats-blog-is-live-tracking-gutenberg-beta-testing-data\">Gutenstats Blog Is Live, Tracking Gutenberg Beta Testing Data</a><br />\n<a href=\"https://wptavern.com/gutenberg-cloud-a-cross-platform-community-library-for-custom-gutenberg-blocks\">Gutenberg Cloud: A Cross-Platform Community Library for Custom Gutenberg Blocks</a><br />\n<a href=\"https://wptavern.com/gutenberg-is-slowly-rolling-out-to-wordpress-com-users\">Gutenberg is Slowly Rolling Out to WordPress.com Users</a><br />\n<a href=\"https://wptavern.com/drupal-gutenberg-project-receives-enthusiastic-reception-at-drupal-europe\">Drupal Gutenberg Project Receives Enthusiastic Reception at Drupal Europe</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 3rd 10:00 A.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #331:</strong><br />\n</p>\";s: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, 27 Sep 2018 21:03: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:84:\"WPTavern: Lyft Open Sources ColorBox Algorithm for Building Accessible Color Systems\";s:7:\"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:29:\"https://wptavern.com/?p=84187\";s:7:\"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://wptavern.com/lyft-open-sources-colorbox-algorithm-for-building-accessible-color-systems\";s: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:2755:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-26-at-2.54.12-PM.png?ssl=1\"><img /></a></p>\n<p>Lyft has open sourced its color algorithm for creating an accessible color system. The company’s design team also packaged the algorithm as a web tool called <a href=\"https://www.colorbox.io/\" rel=\"noopener noreferrer\" target=\"_blank\">ColorBox</a>. It makes it easy for anyone to produce color sets with accessible contrast ratios, as outlined in the <a href=\"https://www.w3.org/WAI/intro/wcag\" rel=\"noopener noreferrer\" target=\"_blank\">WCAG 2.0</a> standards.</p>\n<p>“We made accessibility a cornerstone of our new color system,” Lyft designer Kevyn Arnott said. “We wanted to remove the need to manually check color contrast using third-party tools, and we needed to make it dead-simple for everyone to create accessible products.”</p>\n<p>Arnott’s post “<a href=\"https://design.lyft.com/re-approaching-color-9e604ba22c88\" rel=\"noopener noreferrer\" target=\"_blank\">Re-approaching color</a>” describes how his team created the algorithm and why it was necessary. As Lyft’s design and engineering teams grew, it became apparent that color naming and selection was not consistent across their products. With thousands of people building products that rely on color, scaling a color system becomes vitally important.</p>\n<p>Lyft used what they had already done with color naming and selection and created an algorithm that would standardize the progression of lightness-to-darkness across color hues. The result is that every color 0–50 is accessible (4.5:1) on black and every color 60–100 is accessible (4.5:1) on white.</p>\n<p>ColorBox is a mesmerizing and powerful tool to play with. It has inputs for the number of steps, hue, saturation, and luminosity. Each input also comes with different preset curve options, offering greater control over how colors progress in hue and saturation.</p>\n<p>“This algorithm allows us to remove all the dependencies we previously had with color selection, so if we have a new designer working on this or we change tools or monitors, we’ll still have the same outcome,” Arnott said. “This algorithm also enables us to quickly modify or scale color as we need to over time.”</p>\n<p>Many companies and open source projects seem to be short on accessibility experts, so a tool targeted at making accessible color systems more approachable is a welcome contribution. The <a href=\"https://github.com/lyft/coloralgorithm\" rel=\"noopener noreferrer\" target=\"_blank\">JavaScript color algorithm</a> is open source on GitHub (Apache 2.0 license) and can be modified for any project’s specific needs.</p>\";s: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, 27 Sep 2018 14:46: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: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:60:\"WPTavern: Gutenberg 4.0 RC 1 Will Be Available in A Few Days\";s:7:\"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:29:\"https://wptavern.com/?p=84264\";s:7:\"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://wptavern.com/gutenberg-4-0-rc-1-will-be-available-in-a-few-days\";s: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:2145:\"<p>Matias Ventura, Gutenberg’s technical lead, <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\">published an update</a> on the progress of Gutenberg 4.0 and what users can expect. This version will mark the project’s 40th release.</p>\n\n<p>Ventura outlined a number of tasks that have been completed up to this point. These include, Full Screen, Unified Toolbar, and Spotlight modes to adapt to a user’s creative preferences, adaptive design, and autosave support.<br /></p>\n\n<p>The list provides a great recap of the progress that’s been made since early 2017. Gutenberg 4.0 will initially be a release candidate that will be made available in the next few days. </p>\n\n<p>Due to the “Try Gutenberg” callout <a href=\"https://wptavern.com/wordpress-4-9-8-released\">in WordPress 4.9.8</a> and the editor <a href=\"https://wptavern.com/gutenberg-is-slowly-rolling-out-to-wordpress-com-users\">slowly making its way</a> to sites on WordPress.com, the team has received a lot of feedback leading to improved iterations. <br /></p>\n\n<p>“The main feature set <a href=\"https://github.com/WordPress/gutenberg/issues/4894\">targeted for the first version</a> of the editor has been considered complete for a few releases now,” Ventura said. “Since then, however, the large amount of testing being carried out and the great feedback coming from multiple venues has resulted in several further iterations and additions to continue to improve the overall experience to wider satisfaction.</p>\n\n<p>“This includes things like editor modes and tweaks to the inserter, transformation, and toolbar mechanisms. That has pushed us back a little in being able to fully focus on bug fixing.”</p>\n\n<p>With the initial feature set complete and the WordPress 5.0 release cycle <a href=\"https://wptavern.com/wordpress-4-9-9-release-may-shift-focus-to-php-7-3-compatibility-gutenberg-merge-proposal-timeline-tbd\">about to begin</a>, a merge proposal appears imminent even though specific timelines <a href=\"https://make.wordpress.org/core/5-0/\">have yet to be determined</a>. </p>\";s: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, 26 Sep 2018 23:26: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:\"Jeff Chandler\";s: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:113:\"WPTavern: WordPress 4.9.9 Release May Shift Focus to PHP 7.3 Compatibility, Gutenberg Merge Proposal Timeline TBD\";s:7:\"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:29:\"https://wptavern.com/?p=84255\";s:7:\"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://wptavern.com/wordpress-4-9-9-release-may-shift-focus-to-php-7-3-compatibility-gutenberg-merge-proposal-timeline-tbd\";s: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:3553:\"<p>The plans for WordPress 4.9.9 are currently in limbo after today’s core developers’ chat. Here’s what we know right now: Discussions are underway regarding making it a quick PHP 7.3 compatibility release or cancelling it in favor of moving ahead with the 5.0 release cycle.</p>\n<p>“Progress and communication on 4.9.9 has been very vague as of late, and I apologize for that,” WordPress 4.9.9 release co-lead Alain Schlesser said. “There were things that needed to be clarified first, but we can now finally share the big news with you: It’s just about time to begin work on the 5.0 release cycle.</p>\n<p>“Because of this, @antpb and I will step back as release leads and we’ll wind down the 4.9.9 release. Over the next couple of weeks we will start coordinating the transition to ease into this major release cycle. This includes going through the hard work that teams are already in the middle of and planning how best to proceed. As we’ll figure out the next steps and the best path forward, we’ll share further details in future updates.”</p>\n<p>After Schlesser’s announcement, there was some discussion about whether or not 4.9.9 is still needed, but the matter seemed to be already settled. Josepha Haden, who leads the open source teams at Automattic as a full-time sponsored volunteer on the WordPress project, is assisting in transitioning important items from the 4.9.9 release.</p>\n<p>“I think we all know that a lot of work has gone into 4.9.9 planning already,” Haden said. “So the next couple of weeks will be all about reaching out to team reps and discussing what you’ve been working on and what we can do to keep things moving forward for everyone. But I will probably be helping with the 4.9.9 transition things, and I will say that the final timelines will almost certainly will be contingent on what I hear from team reps who were collaborating on 4.9.9.”</p>\n<p>Haden confirmed that Schlesser was sharing the overall plan for the release but that feedback from the discussions indicated there may be items with earlier deadlines to consider. After gathering information from the team representatives, they will work to prioritize items that may need to land before 5.0. There may be time for a tightly-focused 4.9.9 release aimed solely at PHP 7.3 compatibility.</p>\n<p>“I think it will be possible to wrangle a small 4.9.9 release with PHP 7.3 related bug fixes, while 5.0 is ramping up,” Gary Pendergast commented during the meeting.</p>\n<p>“Given a good part of 4.9.9’s focus was on supporting things for Gutenberg, not sure we ‘need a 4.9.9 release if we would just include the work done to support Gutenberg with the Gutenberg merge proposal coming for 5.0,” Jeff Paul said. Gutenberg technical lead Matias Ventura confirmed that the plugin is ready for the team to begin collaborating on a merge proposal.</p>\n<p>“We have kept development in the plugin for as long as possible for speed / convenience, etc, but it’s been ready for starting 5.0 process for a bit,” Ventura said. “From the Gutenberg side, things should be ready to start planning the merge.”</p>\n<p>At the moment, a quick 4.9.9 release is under consideration for PHP 7.3-related bug fixes. It may happen while the gears are in motion for 5.0 or it may yet be cancelled in favor of going full speed ahead with the 5.0 release cycle. The decision has not yet been officially announced.</p>\";s: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, 26 Sep 2018 22:29: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: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:18;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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"HeroPress: The Hero’s Journey\";s:7:\"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:29:\"https://heropress.com/?p=2629\";s:7:\"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://heropress.com/the-heros-journey/#utm_source=rss&utm_medium=rss&utm_campaign=the-heros-journey\";s: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:3427:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/10/100516-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: We cannot know the end of any journey until we find ourselves there.\" /><p>A couple years ago I noticed that someone had done a talk at WordCamp Brighton called “<a href=\"http://wordpress.tv/2016/08/09/tamsin-taylor-a-heros-journey/\">The Hero’s Journey</a>“. As you can imagine it immediately caught my eye and I went hunting to find this cool person. As it turns out it was Tamsin Taylor from Brighton and she had a great story. As I was re-reading it today I was struck by her point that great things are built from the foundation of many smaller things. Experience comes from years of simply doing. Maturity comes from years of growing. Heroism comes from many small acts of goodness.</p>\n<p>There’s a journey involved in every destination. We face hardship, struggle, pain, and growth, and at the end we’re a different person in a different place. Often we don’t realize it until someone says “Wow, you’re amazing, how did you get so good at that?” and you realize you’ve just been doing it so long that it just feels like who you are.</p>\n<p>Find the good things in life and do them over and over until they become who you are. Also, read Tamsin’s excellent essay:</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/bumpy-journey-becoming/\">The Bumpy Journey of Becoming</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Hero’s Journey\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Hero%27s%20Journey&via=heropress&url=https%3A%2F%2Fheropress.com%2Fthe-heros-journey%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Hero’s Journey\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fthe-heros-journey%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fthe-heros-journey%2F&title=The+Hero%26%238217%3Bs+Journey\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Hero’s Journey\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/the-heros-journey/&media=https://heropress.com/wp-content/uploads/2016/10/100516-2-150x150.jpg&description=The Hero\'s Journey\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Hero’s Journey\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/the-heros-journey/\" title=\"The Hero’s Journey\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/the-heros-journey/\">The Hero’s Journey</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 26 Sep 2018 14:57: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:\"\";}}}}}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:117:\"WPTavern: Creative Commons Beta Search Tool Adds Access to 13 Content Providers, Improves Metadata with AI Image 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84213\";s:7:\"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:127:\"https://wptavern.com/creative-commons-beta-search-tool-adds-access-to-13-content-providers-improves-metadata-with-ai-image-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3609:\"<p>In February 2017, Creative Commons <a href=\"https://wptavern.com/creative-commons-new-search-tool-is-now-in-beta-pulls-cc-images-from-multiple-sources\" rel=\"noopener noreferrer\" target=\"_blank\">launched the beta version</a> of its new <a href=\"https://ccsearch.creativecommons.org\" rel=\"noopener noreferrer\" target=\"_blank\">multi-source search tool</a>, built on a lean budget by a single contractor over seven months. Since that time a new tech team has taken over the project to further the mission of finding and indexing all 1.4 billion+ CC-licensed works on the web.</p>\n<p>The first iteration added access to images from Rijksmuseum, Flickr, 500px, the New York Public Library, and the Metropolitan Museum of Art. Today’s <a href=\"https://creativecommons.org/2018/09/24/big-changes-for-cc-search-beta-updates-released-today/\" rel=\"noopener noreferrer\" target=\"_blank\">update</a> to the search tool adds access to more than 10 million images and a total of 13 content providers, including Behance, Geograph UK, IHA Holiday Ads, several other museums, and a handful of smaller sources.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/screencapture-ccsearch-creativecommons.png?ssl=1\"><img /></a>The search page is also sporting a new design, featuring Creative Commons’ top categories and top images.</p>\n<p>Previously, search results were displayed as a masonry style grid, supporting images of varying sizes and orientations. The updated results are displayed as a slice of a landscape-oriented image on mobile and desktop, which is not optimal for seeing what the image is without clicking on it. This doesn’t seem like an improvement, but the search tool’s development team is still working through bugs and the site is in active development.</p>\n<p>This update to the search tool also adds AI image tags generated by <a href=\"https://clarifai.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Clarifai</a>‘s image classification system. More than 10.3 million images have been tagged using the image recognition software, in addition to the user-defined and platform-defined tags gathered from web crawl data. This should make the search results more accurate for users in the future.</p>\n<p>Lists and collections were a feature of the first beta but private lists are no longer available in the beta update. (Users can request they be manually retrieved by emailing Creative Commons.) The feature has been updated to allow users to create public lists of images without having an account. A new shares.cc link shortening system is now available for sharing images and lists.</p>\n<p>The Creative Commons library is an excellent resource for finding images for blogging or for use in WordPress theme and plugin development. Images that are CC0-licensed are GPL-compatible for use within WordPress products. Creative Commons has a recommended implementation for <a href=\"https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F\" rel=\"noopener noreferrer\" target=\"_blank\">using CC0 to release software</a>.</p>\n<p>A WordPress plugin for bringing images in from the Creative Commons library does not yet exist but there are many that pull CC-licensed images from resources like Flickr or Pixabay. For now, users will need to search directly on the <a href=\"https://ccsearch.creativecommons.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Creative Commons beta search</a> website. The new search tool allows users to filter by collection, license, and license type.</p>\";s: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, 25 Sep 2018 23:45: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:85:\"WPTavern: Gutenberg 3.9 Introduces Reusable, Exportable Templates for Multiple 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:29:\"https://wptavern.com/?p=84179\";s:7:\"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://wptavern.com/gutenberg-3-9-introduces-reusable-exportable-templates-for-multiple-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:3107:\"<p><a href=\"https://make.wordpress.org/core/2018/09/21/whats-new-in-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 3.9</a> was released last week with a new feature that allows users to group multiple blocks into reusable templates. The templates can also be exported and imported as a JSON file.</p>\n<p>The idea of reusable templates is an expansion of the concept of <a href=\"https://github.com/WordPress/gutenberg/issues/1516\" rel=\"noopener noreferrer\" target=\"_blank\">dynamic reusable blocks</a> that Gutenberg technical lead Matias Ventura proposed in June 2017. Reusability is even more powerful when applied to multiple blocks. The import/export capabilities make it possible for templates to be easily shared across WordPress sites.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-24-at-1.04.36-PM.png?ssl=1\"><img /></a></p>\n<p>If you want to test it, you can select multiple blocks by selecting the content inside a block and dragging outside the boundaries of the block to extend the selection to multiple blocks. The <a href=\"https://github.com/WordPress/gutenberg/issues/62\" rel=\"noopener noreferrer\" target=\"_blank\">multi-select feature</a> was originally added for the purpose of deleting or moving multiple blocks but it has now become indispensable for creating reusable templates.</p>\n<p>This feature lays the ground work for a full-fledged layout builder in the next phase of Gutenberg development. Reusable templates should make it a breeze to build WordPress sites with pre-defined layouts that users and developers can share. They are much more intuitive to implement than page templates.</p>\n<p>“Holy wow, imagine this: wp-blueprints.com, where people can group blocks together and share their JSON strings with nice little copy buttons,” Gutenberg designer Joen Asmussen commented on the PR. “Categories for top rated, most downloaded, search, etc? This is going to happen because of this magic.”</p>\n<p>Matias Ventura’s demo video shows the reusable templates in action. It also highlights a new tool for <a href=\"https://github.com/WordPress/gutenberg/pull/7995\" rel=\"noopener noreferrer\" target=\"_blank\">visually comparing possible ways to convert an invalid block</a>. The editor now includes a diff UI for blocks, which Ventura said could possibly scale in the future to provide an improved UX for revisions as a whole.</p>\n<p></p>\n<p>A few other notable additions in the 3.9 release include improvements to the drag and drop handle, collapsible groups for the block toolbar, and the ability to convert a cover image block to an image and back. <a href=\"https://github.com/WordPress/gutenberg/pull/9683\" rel=\"noopener noreferrer\" target=\"_blank\">Dark editor style support</a> is now available for theme developers, making Gutenberg more friendly for use with dark WordPress themes. Check out the <a href=\"https://make.wordpress.org/core/2018/09/21/whats-new-in-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">3.9 changelog</a> to see a full list of enhancements and bug fixes.</p>\";s: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, 24 Sep 2018 23:32: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: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: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:82:\"WPTavern: New commonWP Plugin Enables WordPress Sites to Use the Free jsDelivr CDN\";s:7:\"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:29:\"https://wptavern.com/?p=84046\";s:7:\"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:93:\"https://wptavern.com/new-commonwp-plugin-enables-wordpress-sites-to-use-the-free-jsdelivr-cdn\";s: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:5414:\"<p>Milan Dinić, a WordPress developer based in Serbia, has released his <a href=\"https://wordpress.org/plugins/commonwp/\" rel=\"noopener noreferrer\" target=\"_blank\">commonWP</a> plugin that enables WordPress sites to use the free, public <a href=\"https://www.jsdelivr.com/\" rel=\"noopener noreferrer\" target=\"_blank\">jsDelivr</a> CDN. Last year <a href=\"https://www.jsdelivr.com/blog/jsdelivr-reloaded-2017/\" rel=\"noopener noreferrer\" target=\"_blank\">jsDelivr was revamped</a> to allow any file from GitHub and npm to be served by the CDN. WordPress’ mirror on GitHub made it possible for Dinić to create a plugin that works with the CDN.</p>\n<p>commonWP aims to speed up performance by offloading JavaScript and CSS files to jsDelivr, including the following:</p>\n<ul>\n<li>All files from WordPress core (unless development version of WordPress is in use)</li>\n<li>All files from plugins hosted by WordPress.org Plugins Repository (unless author of specific plugin doesn’t use SVN tags for releasing)</li>\n<li>All files from themes hosted by WordPress.org Themes Repository</li>\n<li>All files from plugins and themes hosted on GitHub that support GitHub Updater</li>\n<li>All files marked as available on npm in any type of theme, plugin, or MU plugin</li>\n</ul>\n<p>Dinić said he designed commonWP with a emphasis on keeping it lightweight, easy-to-use, and secure. He claims the approach he used in the plugin is safer than any other plugin that employs a CDN for WordPress files:</p>\n<blockquote><p>First, commonWP will only rewrite file to point to one on jsDelivr if that remote file is identical to local one. Second, during comparison, it generates <a href=\"https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity\" rel=\"noopener noreferrer\" target=\"_blank\">subresource identity hash</a> of remote jsDelivr file and includes that hash in page’s source code so browser won’t load remote file if it doesn’t have exactly the same hash.</p></blockquote>\n<p>Dinić recommends the plugin for users who are not already using a CDN, have limited budgets, or live in less developed countries.</p>\n<p>“Using a CDN is generally recommended, and with this one they might get even more speed because some files might be already cached by their visitors,” he said. “Imagine if jquery.js, jquery-migrate.min.js (most common files) are always served from one place. You wouldn’t need to get them from each WordPress site you visit. You would get them once and they would be in your browser’s cache, and initial page load would be faster.”</p>\n<p>Dinić referenced a Trac <a href=\"https://core.trac.wordpress.org/ticket/44229\" rel=\"noopener noreferrer\" target=\"_blank\">ticket</a> where using a CDN is proposed for serving assets like jQuery, but no action has been taken on the proposal yet. One benefit he cites for WordPress’ global user base is that a CDN like jsDelivr allows visitors to get files from their own content, country, or even the same city. jsDelivr has a large multi-CDN network with infrastructure built on top of other networks, including StackPath, Cloudflare, Fastly, and Quantil. It also has custom servers in locations like China where other public CDNs have little or no presence.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-21-at-2.39.40-PM.png?ssl=1\"><img /></a></p>\n<p>commonWP doesn’t have any settings for users to configure. The plugin fills up its cache in the background after it is activated. Developers can fine tune it for their needs and Dinić has published some <a href=\"https://github.com/dimadin/commonWP#marking-files-that-exist-in-npm\" rel=\"noopener noreferrer\" target=\"_blank\">code examples</a> to GitHub.</p>\n<p>In his release <a href=\"https://milandinic.com/2018/09/18/introducing-commonwp/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a>, Dinić referenced a Serbian site getting a 1-second loading improvement and has done other tests but said he’s still looking for a good way to present the data. The plugin’s FAQ outlines which factors influence whether or not commonWP can bring performance improvements:</p>\n<ul>\n<li>How many of your files are available on jsDelivr and can be rewritten – the more files on jsDelivr, the more speed; the more files used by the page are rewritten to jsDelivr, the more speed.</li>\n<li>The further your site’s visitors are from the server your site is hosted on, the more speed you can get.</li>\n<li>The slower your server is, the more speed it can get.</li>\n<li>If your visitors already visited WordPress site(s) with commonWP activated, there is more chance that some of the files you use on your site are already cached by them so they can get more speed.</li>\n</ul>\n<p>Not every site will see drastic improvements for site owners testing performance, but visitors from other parts of the world may be able to load certain files faster. Dinić recommends users test their sites using webpagetest.org and select a higher number of tests to get an average. He also recommends testing with different locations and different connection speeds. Test with the plugin activated and deactivated and when the site has a full cache. In general, the further the location is from the server and the larger number of files sent to jsDelivr, the bigger the performance improvement will be.</p>\";s: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, 21 Sep 2018 20:19: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: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: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:71:\"WPTavern: Gutenstats Blog Is Live, Tracking Gutenberg Beta Testing Data\";s:7:\"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:29:\"https://wptavern.com/?p=84153\";s:7:\"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:81:\"https://wptavern.com/gutenstats-blog-is-live-tracking-gutenberg-beta-testing-data\";s: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:1455:\"<p>Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1042901193679241216\" rel=\"noopener noreferrer\" target=\"_blank\">tweeted</a> out a link to <a href=\"https://gutenstats.blog/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenstats.blog</a> this evening, a new site dedicated to tracking Gutenberg beta testing data. The site shows there are currently more than 420,000 active installations of Gutenberg, a slightly more precise number than reported on the WordPress.org plugin page (400K+).</p>\n<p>Gutenstats also tracked 213,000 posts written with the new editor and 8,142 posts written yesterday. These numbers were collected from posts made on WordPress.com and Jetpack sites since late August 2018 and a note on the site says the actual number is higher.</p>\n<p>In June, Mullenweg unveiled a <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\" rel=\"noopener noreferrer\" target=\"_blank\">roadmap for Gutenberg to land in WordPress 5.0</a>. At that time the plugin was active on just 14,000 sites. He proposed 100K+ sites having made 250K+ posts using Gutenberg as a threshold for adequate pre-5.0 testing.</p>\n<p>Gutenstats tracking shows testing has far exceeded the original goal for active installations and should reach the posts written goal in just a few days. Mullenweg said they plan to add some block stats to the tracking page in the future.</p>\";s: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, 21 Sep 2018 04:21:59 +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:70:\"WPTavern: ACF 5.0 Released with Updated UI and Gutenberg Compatibility\";s:7:\"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:29:\"https://wptavern.com/?p=84105\";s:7:\"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:81:\"https://wptavern.com/acf-5-0-released-with-updated-ui-and-gutenberg-compatibility\";s: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:2771:\"<p><a href=\"https://www.advancedcustomfields.com/blog/acf-5-0-release/\" rel=\"noopener noreferrer\" target=\"_blank\">ACF version 5.0</a> landed on WordPress.org this week with Gutenberg compatibility now available for more than one million sites where the plugin is active. The release is a welcome update for developers who were concerned about what would happen in real world usage of Gutenberg on sites with ACF-powered customizations. ACF’s Gutenberg compatibility is arriving well ahead of WordPress 5.0’s TBD schedule for merging the new editor, giving developers time to get their clients’ sites ready.</p>\n<p>“You can expect to see lots of Gutenberg related items in our changelogs over the coming months as we edge nearer to WordPress version 5.0,” the ACF announcement stated. “You’ll also want to take note that ACF 5 is the only version that will provide Gutenberg support. Previous versions will not be compatible.”</p>\n<p>The version numbers across ACF Pro and the free version on WordPress.org are somewhat confusing. This particular release is significant in that it brings several years of development from the Pro version into the plugin hosted on WordPress.org. Now both products are technically on v5.7.6.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Hi guys. This version 5 release is for our “free plugin” on <a href=\"https://t.co/V7oUQSI5Ei\">https://t.co/V7oUQSI5Ei</a> and does not affect ACF PRO. Now both ACF and ACF PRO are v5.7.6!</p>\n<p>— Advanced Custom Fields (@wp_acf) <a href=\"https://twitter.com/wp_acf/status/1041590825505849344?ref_src=twsrc%5Etfw\">September 17, 2018</a></p></blockquote>\n<p></p>\n<p>ACF 5.0 introduces a redesigned UI, performance improvements, and the plugin’s new <a href=\"https://www.advancedcustomfields.com/resources/local-json/\" rel=\"noopener noreferrer\" target=\"_blank\">Local JSON</a> feature, which saves field group and field settings as .json files within the user’s theme. This reduces database calls and allows for version control of field settings.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/acf-5-0-fresh-ui.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://www.advancedcustomfields.com/blog/acf-5-0-release/\">ACF</a>\n<p>Version 5.0 adds six new fields, including a link, group, accordion, oEmbed, date time picker, and clone fields (an ACF pro feature). It also introduce a new Tools page where users can export and import field groups as JSON.</p>\n<p>For more information on items related to upgrading ACF and add-on compatibility, check out the official <a href=\"https://www.advancedcustomfields.com/blog/acf-5-0-release/\" rel=\"noopener noreferrer\" target=\"_blank\">5.0 release post</a>.</p>\";s: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 Sep 2018 17:54: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: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: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:61:\"WPTavern: WPForms Acquires Pirate Forms, Plugin to be Retired\";s:7:\"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:29:\"https://wptavern.com/?p=84108\";s:7:\"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://wptavern.com/wpforms-acquires-pirate-forms-plugin-to-be-retired\";s: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:3737:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/09/pirates.jpg?ssl=1\"><img /></a>photo credit: Reiterlied <a href=\"http://www.flickr.com/photos/126661502@N05/37773453702\">Plundering San Francisco Bay</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p><a href=\"https://wpforms.com/wpforms-has-acquired-pirate-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">WPForms has acquired Pirate Forms</a>, a popular WordPress contact form and SMTP plugin originally created by ThemeIsle in 2015. The announcement coincides with International Talk Like a Pirate Day but the pirate branding of the plugin is set to be retired and its users will be given the option to migrate to WPForms.</p>\n<p><a href=\"https://wordpress.org/plugins/pirate-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">Pirate Forms</a> was purchased in what WPForms co-founder and CEO Syed Balkhi describes as “an all-cash deal.” Although the plugin currently has more than 300,000 users on WordPress.org, its features and capabilities are inferior to the more modern WPForms and its creators lacked the resources to bring it up to speed.</p>\n<p>Pirate Forms had gained popularity in its earlier days by providing a simple forms plugin (without all the builder functions) for sites that required just one contact form.</p>\n<p>“Where most of the other plugins aim at ‘mega functionality’ with tons of customizations, add-ons and whatnots, Pirate Forms has made a bet on simplicity,” ThemeIsle representative Karol K said in the plugin’s <a href=\"https://themeisle.com/blog/pirate-forms-is-now-wpforms/\" rel=\"noopener noreferrer\" target=\"_blank\">farewell post</a>.</p>\n<p>“In other words, it just works(ed) right after the installation, with no particular setup required (other than adding your form to a contact page). This was a nice refreshment compared to the usual ‘get through tons of onboarding wizard screens before you can use the plugin’ -approach.”</p>\n<p>Pirate Forms could no longer deliver what users expect from a forms plugin in 2018 and ThemeIsle opted to find a buyer in order to free up resources to focus on releasing the <a href=\"https://themeisle.com/blog/hestia-2-0/\" rel=\"noopener noreferrer\" target=\"_blank\">Hestia 2.0</a> theme.</p>\n<p>“This acquisition further strengthens WPForms’ position in the WordPress ecosystem,” Balkhi said. The expectation is that a large number of users will migrate their forms to WPForms as the result of Pirate Forms discontinuing active development.</p>\n<p><a href=\"https://wpforms.com/docs/how-to-move-from-pirate-forms-to-wpforms/\" rel=\"noopener noreferrer\" target=\"_blank\">A migration path to WPForms</a> is built into the latest version of Pirate Forms and Balkhi describes the process as a seamless transition. Users are also free to select another forms plugin but they will not have the benefit of the migration tool, which also imports the notification email and confirmation settings from users’ existing forms. Those who have purchased Pirate Forms Pro will receive a free one-year license to WPForms Pro.</p>\n<p><a href=\"https://wordpress.org/plugins/wpforms-lite/\" rel=\"noopener noreferrer\" target=\"_blank\">WPForms</a> has more than 1 million active installs and currently maintains a 4.9 out of 5 star average rating on WordPress.org. The drag-and-drop WordPress form builder is much more advanced than Pirate Forms and the free version allows users to create contact forms, subscription forms, payment forms, offline forms, multi-page forms, and many other types of customized feedback mechanisms. It is also compatible with all of ThemeIsle’s themes.</p>\";s: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 Sep 2018 02:50:38 +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: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: Big Bite Creative to Launch New Amnesty International Website based on Gutenberg\";s:7:\"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:29:\"https://wptavern.com/?p=84074\";s:7:\"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:100:\"https://wptavern.com/big-bite-creative-launches-new-amnesty-international-website-based-on-gutenberg\";s: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:4776:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-19-at-10.39.11-AM.png?ssl=1\"><img /></a></p>\n<p>The team at <a href=\"http://bigbitecreative.com\" rel=\"noopener noreferrer\" target=\"_blank\">Big Bite Creative</a> has developed a new website for Amnesty International using Gutenberg, soon to be launched at <a href=\"http://amnesty.eu\" rel=\"noopener noreferrer\" target=\"_blank\">amnesty.eu</a>. The agency worked in partnership with <a href=\"https://vip.wordpress.com\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.com VIP</a> to provide the London-based human rights organization with the tools to create multiple sites that could be uniquely customized for their editorial needs.</p>\n<p>After successfully using Gutenberg to launch a site for an international bank, Big Bite CTO Jason Agnew said his team gained confidence to use the new editor for the Amnesty site. The client approached Bite Bite around the time of WordCamp Europe when Matt Mullenweg unveiled a roadmap for getting a stable Gutenberg release before the end of the year.</p>\n<p>“On top of this the Amnesty project suited Gutenberg,” Agnew said. “Their brief mentioned 14 components which could be used to build out multiple sites. I honestly think it would have been difficult to build something that required this level of flexibility with a field manager like Fieldmanager, CMB2 or ACF. Perhaps it would have been possible with page builders like Visual Composer, but these platforms are still figuring out how they will work with the WordPress 5.0.”</p>\n<p>Through the use of a combination of prompts, custom blocks, nested blocks, and predefined styles, Big Bite made it possible for even non-technical editorial staff to create and arrange content to build out websites for various outreach locations.</p>\n<p>“It’s been fascinating to give the client full control over the site structure compared to the more traditional development of templates,” Agnew said. “We are still in the early stages of launching sites with the new platform, but the client has built up the EU site on their own without much support, which should be going live early October. Now they are in the process building out websites for Mali and Iran, with the goal to launch around 20 sites initially. We’ve had the editorial team describe the experience as fun – that’s from a team who have used WordPress with ACF in the past, which does offer an intuitive UI but still requires a level of training of what fields relate to what pieces of content on the front-end.”</p>\n<p>As many others have reported, one of the most challenging things Big Bite encountered in extending Gutenberg was the project’s incomplete documentation.</p>\n<p>“We’ve had our challenges, and particularly the Gutenberg documentation is not up to standard, which leads to a lot of time being wasted,” Agnew said. “But I have to say once our team get over the first block or two it wasn’t an issue. It’s important to say that the Gutenberg team Slack have been a great help when we did run into problems. We did discover IE11 support is still a work in progress, for example, copy & paste didn’t work, meta boxes wouldn’t render causing saving issues with posts.”</p>\n<p>Agnew said for most issues there isn’t a lot one can do to resolve them apart from waiting for each update as the plugin improves, but it’s something agencies need to account for when working with clients. The Big Bite team also found that Gutenberg compatibility is still an issue for many of the plugins that they looked at using for the project.</p>\n<p>“Apart from using Yoast we’ve mainly custom built the theme due to many plugins still requiring UI changes to work well with Gutenberg,” Agnew said. “Probably the most significant feature we wrote was language syndication system.”</p>\n<p>Big Bite plans to open source Amnesty International’s full theme, which includes all of the custom blocks. Prior to that they are going to remove all the branding to avoid lots of new sites popping looking like the Amnesty brand. The agency is aiming for publishing the code the same day as WordPress 5.0 is released or earlier if the release is delayed beyond January.</p>\n<p>For a closer look at the Amnesty International project, check out Big Bite’s announcement <a href=\"https://bigbitecreative.com/investing-gutenberg-amnesty-international/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a>. The video below was created in partnership with WordPress.com VIP and offers a tour of some of the custom Gutenberg blocks they created for Amnesty.</p>\n<p></p>\";s: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, 19 Sep 2018 19:12: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:26;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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"HeroPress: The “India is cheap” Stereotype\";s:7:\"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:29:\"https://heropress.com/?p=2627\";s:7:\"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://heropress.com/the-india-is-cheap-stereotype/#utm_source=rss&utm_medium=rss&utm_campaign=the-india-is-cheap-stereotype\";s: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:3284:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/10/MeasureSuccess-HeroPress-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: Measure success in terms of the impact your work is making.\" /><p>In the early days of HeroPress there were quite a few Indian contributors, for a variety of reasons. India has long been a technology powerhouse, but the WordPress community was just beginning to get traction. I got to meet many Indians and even traveled there for <a href=\"https://heropress.com/going-to-wordcamp-pune/\">WordCamp Pune</a>. The stereotype that “India is cheap” is a difficult one for Indians to deal with. What does it mean? How should it be responded to?</p>\n<p>In October of 2015 Rahul Bansal, the owner of a world class WordPress agency named rtCamp, did a HeroPress essay where he talks about what it means to run an agency in India, charge properly, and turn our work that rivals any from anywhere else in the world. Check out Rahul’s thoughts:</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-continues-inspire/\">WordPress Continues to Inspire</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The “India is cheap” Stereotype\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20%E2%80%9CIndia%20is%20cheap%E2%80%9D%20Stereotype&via=heropress&url=https%3A%2F%2Fheropress.com%2Fthe-india-is-cheap-stereotype%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The “India is cheap” Stereotype\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fthe-india-is-cheap-stereotype%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fthe-india-is-cheap-stereotype%2F&title=The+%E2%80%9CIndia+is+cheap%E2%80%9D+Stereotype\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The “India is cheap” Stereotype\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/the-india-is-cheap-stereotype/&media=https://heropress.com/wp-content/uploads/2015/10/MeasureSuccess-HeroPress-2-150x150.jpg&description=The “India is cheap” Stereotype\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The “India is cheap” Stereotype\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/the-india-is-cheap-stereotype/\" title=\"The “India is cheap” Stereotype\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/the-india-is-cheap-stereotype/\">The “India is cheap” Stereotype</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 19 Sep 2018 14:59: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:\"\";}}}}}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:89:\"WPTavern: Gutenberg Cloud: A Cross-Platform Community Library for Custom 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:29:\"https://wptavern.com/?p=84045\";s:7:\"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:99:\"https://wptavern.com/gutenberg-cloud-a-cross-platform-community-library-for-custom-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:8949:\"<p>During their <a href=\"https://wptavern.com/drupal-gutenberg-project-receives-enthusiastic-reception-at-drupal-europe\" rel=\"noopener noreferrer\" target=\"_blank\">presentation at Drupal Europe</a>, the <a href=\"https://www.frontkom.no/\" rel=\"noopener noreferrer\" target=\"_blank\">Frontkom</a> team behind the Drupal Gutenberg project announced that they are working on a block management system called <a href=\"https://gutenbergcloud.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg Cloud</a>, a collective library of blocks online.</p>\n<p>The library will offer a content repository for custom Gutenberg blocks, such as forms, a call-to-action section, product grid, or even a web component. Since the blocks are JavaScript-only, they would work across both Drupal and WordPress alike, so developers can build for both platforms simultaneously. The Gutenberg Cloud creators are aiming to facilitate a new level of cross-platform sharing that few envisioned when the Gutenberg project began.</p>\n<p>“Gutenberg to us is much more than just another module,” Frontkom CIO Per André Rønsen said during their presentation at Drupal Europe. “We think of it as a platform for brand new features. We are very excited about the sharing/community aspect and the possibilities here. We want to make it easy to share and reuse custom blocks across pages, across projects, across companies, and even across publishing platforms. Drupal has always been great at sharing backend style of code. Now let’s make it great at sharing frontend code as well. This is why we’re working on a block managing system.”</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/gutenberg-cloud.png?ssl=1\"><img /></a></p>\n<p>Gutenberg Cloud would provide a plugin for WordPress and a module for Drupal (and eventually other applications) that would enable users to browse, filter, and discover blocks within the admin and download the ones they select. Early mockups I previewed show an interface similar to the theme and plugin browsers inside the WordPress admin.</p>\n<p>A cloud-based block service solves a few problems that Gutenberg early adopters are already experiencing when hunting for blocks. WordPress theme and plugin shops have have been releasing their own block collections bundled into a plugin, but it’s not easy to discover or browse the individual blocks. Having blocks available on Gutenberg Cloud would prevent developers from having to create a new module or plugin for each individual block. It also prevents users from having to download an entire collection of blocks in a plugin when they really only need one or two of them.</p>\n<h3>Gutenberg Cloud Will Launch as a Community Project, Developers Contribute by Publishing Packages to NPM</h3>\n<p>Rønsen said they plan to launch Gutenberg Cloud as a community project. Any developer can contribute blocks by creating an NPM package and tagging it with “gutenberg-cloud.” The description on the cloud service outlines their intentions: “Code once, use everywhere: As Gutenberg blocks are CMS-agnostic, we want to provide an ecosystem all systems can connect to.”</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-18-at-3.39.54-PM.png?ssl=1\"><img /></a>An example Hero section block published to NPM\n<p>“We imagine everything from freelancers to big agencies and even community minded non-profits to contribute,” Rønsen said. “When people benefit from a better user experience, they tend to want to pay it forward. We have already talked to people in both communities wanting to contribute with code, so that is a great start for the platform.”</p>\n<p>I asked if his team envisions block creators being able to sell access to their blocks in the future. He said his team is open to finding a payment solution for commercial blocks but only if the community demands it.</p>\n<p>“Personally, I would be skeptical about committing to a community project that had a very commercial edge,” Rønsen said. “I think it’s important that the project stays focused on open source contributions, with a sharing-is-caring attitude. It’s the only language we know in Drupal. However, there is nothing wrong in providing high quality content and getting paid to do it. That’s why it’s on our roadmap to facilitate a payment solution for premium blocks – if the community wants it. It’s not central to the success of the platform, but I imagine it could be a great way to make some money for a skilled designer.”</p>\n<p>Rønsen said his team plans to launch Gutenberg Cloud sometime later this year after completing internal testing and an invitation-only closed beta with a different companies. One of the most challenging aspect of the project is creating a system that can handle updates.</p>\n<p>“By default users will get the latest stable release for the block from the author,” Rønsen said. “There will be a way to lock into a specific version and to version control that in Git, however. The plugin update system is a good analogy, but the infrastructure is completely outside of WordPress core. There are also some issues we haven’t solved yet regarding updates; it’s hard to make a system that doesn’t require a high maintenance effort for block developers.”</p>\n<p>The Gutenberg Cloud project is contingent upon Gutenberg development continuing on a path towards being a library that is decoupled from WordPress. Last week Rønsen <a href=\"https://wptavern.com/drupal-gutenberg-project-receives-enthusiastic-reception-at-drupal-europe\" rel=\"noopener noreferrer\" target=\"_blank\">told</a> the Tavern that his team hopes “that Gutenberg core devs will catch onto the vision of Gutenberg as the ‘editor for the open web’ — not just for WordPress.”</p>\n<p>Gutenberg team member Gary Pendergast indirectly acknowledged this in a recent blog <a href=\"https://pento.net/2018/09/16/the-mission-democratise-publishing/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> that affirmed the Drupal Gutenberg project and reiterated WordPress’ mission to democratize publishing.</p>\n<p>“One of the primary philosophies of Gutenberg’s technical architecture is platform agnosticism, and we can see the practical effects of this practice coming to fruition across a variety of projects,” Pendergast said.</p>\n<p>“From early experiments in running the block editor as a standalone application, to being able to compile it into a native mobile component, and now seeing it running on Drupal, Gutenberg’s technical goals have always included a radical level of platform agnosticism.”</p>\n<p>If the Drupal community ends up adopting Gutenberg for its core editor, the shared library presents an unprecedented opportunity for deeper collaboration across the two publishing platforms. As an agency that has done client work for publishers on both CMSs, Frontkom saw the potential before many others and took it upon themselves to fork Gutenberg for Drupal. This is the beauty of open source software in action.</p>\n<p>“WordPress has many advantages that make it so popular, but hoarding those to ourselves doesn’t help the open web, it just creates more silos,” Pendergast said. “The open web is the only platform on which publishing can be democratized, so it makes sense for Gutenberg to work anywhere on the open web, not just inside WordPress. Drupal isn’t a competitor here, we’re all working towards the same goal, the different paths we’ve taken have made the open web stronger as a whole.”</p>\n<p>Rønsen said he could see other applications and e-commerce platforms like Magento benefitting from better page-building tools. His company has a special interest in publishers and plans to release a set of open source tools for building news front pages later in 2018. Rønsen said he is hopeful the Drupal Gutenberg project can evolve alongside WordPress as it enters into the site building and customization phase of the project.</p>\n<p>“I’m hopeful that the Gutenberg project will stay decoupled from WP one way or another,” Rønsen said. “This will leave room for Drupal to innovate on top of it. It could even be the case that the page building tools and customizer integration in WP will play nicely into the current architecture. In any case, I believe the basics of the editor and block concept will continue to be a good fit for Drupal. There is already some consensus out there on how to use Gutenberg for page building. A great example, is <a href=\"https://www.youtube.com/watch?v=OgF5ImDlCTw\" rel=\"noopener noreferrer\" target=\"_blank\">Big Bite’s work with Amnesty</a>. If the continued experience is anything like that, I think we have a perfect match.</p>\";s: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, 18 Sep 2018 22:38: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: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: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:29:\"Matt: CEOs and the Real World\";s:7:\"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=48345\";s:7:\"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:46:\"https://ma.tt/2018/09/ceos-and-the-real-world/\";s: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:4867:\"<blockquote class=\"wp-block-quote\"><p>The downside of Zuckerberg’s exalted status within his company is that it is difficult for him to get genuine, unexpurgated feedback. He has tried, at times, to puncture his own bubble. In 2013, as a New Year’s resolution, he pledged to meet someone new, outside Facebook, every day. In 2017, he travelled to more than thirty states on a “listening tour” that he hoped would better acquaint him with the outside world. David Plouffe, President Obama’s former campaign manager, who is now the head of policy and advocacy at the Chan Zuckerberg Initiative, the family’s philanthropic investment company, attended some events on the tour. He told me, “When a politician goes to one of those, it’s an hour, and they’re talking for fifty of those minutes. He would talk for, like, five, and just ask questions.”</p><p>But the exercise came off as stilted and tone-deaf. Zuckerberg travelled with a professional photographer, who documented him feeding a calf in Wisconsin, ordering barbecue, and working on an assembly line at a Ford plant in Michigan. Online, people joked that the photos made him look like an extraterrestrial exploring the human race for the first time. A former Facebook executive who was involved in the tour told a friend, “No one wanted to tell Mark, and no one did tell Mark, that this really looks just dumb.”</p></blockquote>\n\n<p>There seem to be three communication gaps outlined here in Evan Osnos’s <a href=\"https://www.newyorker.com/magazine/2018/09/17/can-mark-zuckerberg-fix-facebook-before-it-breaks-democracy\">revealing profile of Mark Zuckerberg</a>: one is getting unvarnished feedback from your employees. Speaking as a fellow CEO and founder, it’s certainly hard to pop that bubble — see <a href=\"https://www.youtube.com/watch?v=uAxAVusStCg\">“the bear is sticky with honey.”</a> There are a few techniques like skip-level 1:1 meetings, anonymous feedback forms, interviewing new hires, and 360 reviews you can do to try to counter this, but there’s no panacea and this one requires constant work as you scale.</p>\n\n<p>The second gap is getting the unvarnished truth from your users — much easier, as they’re quite happy to tell you what’s what. I’ve recently started cold-calling (yes, on the phone!) some of our Jetpack customers just to understand what they love and don’t love about the experience and about how we can help them solve their business challenges. There’s a casual intimacy to phone conversations that just can’t be replicated in other user feedback forums. Pair this with good instrumentation throughout your product so you see what people do and not just what they say and you’re golden.</p>\n\n<p>The third and last communication gap is the connection to the world as most people experience it. If your status, wealth, or celebrity reach a point that they are shutting you out from “real” experiences, take some risks and get outside of your comfort zone. As it turns out, <a href=\"https://www.gq.com/story/the-untold-stories-of-paul-mccartney\">this new GQ profile of Paul McCartney offered a tip on that: </a></p>\n\n<blockquote class=\"wp-block-quote\"><p>McCartney tells me a further such story of a time he took the Hampton Jitney, the slightly upmarket bus service that runs from the Hamptons into Manhattan, because he was deep into Charles Dickens’s Nicholas Nickleby and he wanted to finish it, and how he then took a local bus uptown, and when a woman blurted from across the bus, “Hey! Are you Paul McCartney?” he invited her to sit next to him and chatted all the way uptown. “It’s a way of not worrying about your fame,” he says. “It’s a way of not turning into the reclusive rock star. I often say to Nancy: I get in their faces before they get a chance to get in mine.”</p></blockquote>\n\n<p>Makes me wonder if <a href=\"https://techcrunch.com/2012/09/12/jack-dorsey-bus-bubble/\">Jack Dorsey still rides the bus to work every day</a>. I think this is what Zuckerberg was attempting with his 30-state tour, and hopefully it was helpful even if the optics didn’t appeal to everyone — the daily habit of his 2013 resolution to meet someone new every day feels more powerful than the touristic 30-state one. But for an entity as large as Facebook maybe it’s moot, as Casey Newton pointed out <a href=\"https://www.getrevue.co/profile/caseynewton/issues/the-trouble-with-mark-zuckerberg-profiles-133299\">in his newsletter last week</a> it can be quite hard to pin the answers to Facebook’s real problems, and our democracy’s real challenges <a href=\"https://ma.tt/2018/09/responsibility-of-technology/\">in the face of targeted online propaganda</a>, to just one person.</p>\";s: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, 18 Sep 2018 21:35: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: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: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:95:\"WPTavern: Hybrid Core 5.0 Offers a More Modern, Modular Approach to WordPress Theme 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=83987\";s:7:\"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:99:\"https://wptavern.com/hybrid-core-5-0-offers-a-more-modern-modular-approach-to-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3877:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/09/coffee-computer.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://stocksnap.io/photo/JFPYO9HEZR\">Shopify</a>\n<p><a href=\"https://themehybrid.com/weblog/hybrid-core-version-5-0\" rel=\"noopener noreferrer\" target=\"_blank\">Version 5.0</a> of Hybrid Core, one of the longest-running WordPress theme frameworks, is now available. Justin Tadlock celebrated 10 years with his Theme Hybrid community last month and <a href=\"https://wptavern.com/mythic-a-wordpress-starter-theme-by-justin-tadlock-now-in-open-beta\" rel=\"noopener noreferrer\" target=\"_blank\">released his new Mythic starter theme into beta</a>. Mythic was built on top of Hybrid Core and developed in tandem with version 5.0.</p>\n<p>The framework has been rewritten almost entirely from scratch to be a leaner, more modern starting place for theme development. Tadlock describes it as “a fundamentally different framework, rewritten from the ground up, that supports more modern PHP practices.”</p>\n<p>“I started 5.0 with a goal of bringing the framework up to date with more modern PHP practices and code,” he said. “The first iteration of the framework was built in 2008, so it was time to get us ready for the next era of theme building.”</p>\n<p>In nearly a decade of supporting the framework, Tadlock found that users didn’t always know how to get started building something from scratch. Many copied one of his existing themes and would add and remove things from it based on their own needs.</p>\n<p>Version 5.0 doesn’t necessarily make it easier to build on top of Hybrid Core with its new, more complicated method of bootstrapping, new <a href=\"https://themehybrid.com/weblog/working-with-the-view-class\" rel=\"noopener noreferrer\" target=\"_blank\">view system for templating</a>, and requirement for using <a href=\"https://getcomposer.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Composer</a>. This is why Tadlock is officially recommending <a href=\"https://themehybrid.com/themes/mythic\" rel=\"noopener noreferrer\" target=\"_blank\">Mythic</a> as the path for building a theme with Hybrid Core in the future. Most of the documentation and tutorials he plans to create in the future will be centered around the Mythic starter theme, which is nearing a 1.0 release.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We just closed all tickets on the 1.0.0 milestone for the Mythic starter theme! It feels pretty good.</p>\n<p>Barring any OMGBBQ issues between now and tomorrow, you should see an announcement post from me.<a href=\"https://t.co/J4CGLKa1y5\">https://t.co/J4CGLKa1y5</a></p>\n<p>— Justin Tadlock (@justintadlock) <a href=\"https://twitter.com/justintadlock/status/1041808697813598208?ref_src=twsrc%5Etfw\">September 17, 2018</a></p></blockquote>\n<p></p>\n<p>For many theme developers, Mythic’s use of the BEM (Block-Element-Modifier) CSS class-naming system is their first introduction to a system of non-hierarchal, component-based CSS. Because BEM doesn’t rely on nested selectors, it’s easier for users to overwrite CSS that they want to change. Tadlock explains the benefit for child themes in a recent post about <a href=\"https://themehybrid.com/weblog/why-mythic-uses-bem\" rel=\"noopener noreferrer\" target=\"_blank\">why Mythic uses BEM</a>.</p>\n<p>A handful of the Hybrid add-ons are now available as Composer packages, including one for breadcrumbs, customizer controls and settings, Google fonts, and a featured image script. Tadlock plans to split more parts of the framework off into packages in the future for an increasingly modular core.</p>\n<p>Hybrid Core 5.0 requires PHP 5.6+ (with 7.0+ recommended) and WordPress 4.9.6+. Tadlock will support Hybrid Core’s 4.x series for at least another year to give theme authors time to adapt.</p>\";s: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, 18 Sep 2018 04:07: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: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: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:81:\"WPTavern: Yoast SEO 8.2 Adds How-To and FAQ Gutenberg Blocks with Structured Data\";s:7:\"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:29:\"https://wptavern.com/?p=83822\";s:7:\"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:92:\"https://wptavern.com/yoast-seo-8-2-adds-how-to-and-faq-gutenberg-blocks-with-structured-data\";s: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:2422:\"<p><a href=\"https://yoast.com/yoast-seo-8-2/\" rel=\"noopener noreferrer\" target=\"_blank\">Yoast SEO 8.2</a> was released last week with the plugin’s first tools designed specifically for Gutenberg. It includes two new How-To and FAQ structured data content blocks for early adopters of the new editor.</p>\n<p>Structured data is content that can be marked up with a shared vocabulary, such as the one provided by <a href=\"http://Schema.org\" rel=\"noopener noreferrer\" target=\"_blank\">Schema.org</a>. Content like products, books, reviews, podcasts, events, and recipes lend themselves well to this specific type of organization. Structured data helps search engines index the site more effectively and communicate results in more compelling ways, such as rich snippets, rich cards, or voice search.</p>\n<p>Structured data is not easy for most WordPress users to implement without the help of a plugin. Now that more content is being created in Gutenberg, users who want their content to display as enhanced search results will need to seek out plugins that make that an automatic part of the content creation process.</p>\n<p>The plugin outlines all the necessary data the users needs to add in order for the How-To and FAQ content blocks to appear as valid pieces of structured data.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/faq-structured-data-yoast-seo.png?ssl=1\"><img /></a></p>\n<p>Alongside this release, Yoast’s <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"noopener noreferrer\" target=\"_blank\">Local SEO</a> and the <a href=\"https://yoast.com/wordpress/plugins/local-seo-for-woocommerce/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce SEO</a> plugins have also added two new structured data Gutenberg blocks: an address block and a Google Maps block.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/local_seo_content_blocks.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://yoast.com/yoast-seo-8-2/\">Yoast.com</a>\n<p>In the future the Yoast team plans to create many more structured data blocks.</p>\n<p>“We’ll work first on blocks which we can dogfood on Yoast.com, like Job posting and Event,” Yoast CTO Omar Reiss <a href=\"https://yoast.com/content-blocks-future-benefit-seo/\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “After that, we’ll just go for the popular ones, like Recipe.”</p>\";s: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, 17 Sep 2018 17:43: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: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:41:\"Gary: The Mission: Democratise Publishing\";s:7:\"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:25:\"https://pento.net/?p=1909\";s:7:\"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:64:\"https://pento.net/2018/09/16/the-mission-democratise-publishing/\";s: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:5406:\"<p>It’s exciting to see the <a href=\"https://drupalgutenberg.org/\">Drupal Gutenberg</a> project getting under way, it makes me proud of the work we’ve done ensuring the flexibility of the underlying Gutenberg architecture. One of the primary philosophies of Gutenberg’s technical architecture is platform agnosticism, and we can see the practical effects of this practice coming to fruition across a variety of projects.</p>\n\n<p>Yoast are <a href=\"https://yoast.com/yoast-seo-8-2/\">creating new features for the block editor</a>, as well as <a href=\"https://yoast.com/yoast-seo-8-0-introducing-the-yoast-seo-gutenberg-sidebar-a-revamped-meta-box/\">porting existing features</a>, which they’re able to <a href=\"https://twitter.com/aaronjorbin/status/1040988210682318848\">reuse in the classic editor</a>.</p>\n\n<p>Outside of WordPress Core, the Automattic teams who work on <a href=\"https://github.com/Automattic/wp-calypso\">Calypso</a> have been <a href=\"https://github.com/Automattic/wp-calypso/search?q=gutenberg\">busy</a> adding Gutenberg support, in order to make the block editor interface available on WordPress.com. Gutenberg and Calypso are large JavaScript applications, built with strong opinions on design direction and technical architecture, and having <a href=\"https://github.com/Automattic/wp-calypso/issues/27034\">significant component overlap</a>. That these two projects can function together at all is something of an obscure engineering feat that’s both difficult and overwhelming to appreciate.</p>\n\n<p>If we reached the limit of Gutenberg’s platform agnosticism here, it would still be a successful project.</p>\n\n<p>But that’s not where the ultimate goals of the Gutenberg project stand. From <a href=\"https://github.com/youknowriad/standalone-gutenberg\">early experiments</a> in running the block editor as a <a href=\"https://gutenberg-standalone.surge.sh/\">standalone application</a>, to being able to compile it into a <a href=\"https://github.com/wordpress-mobile/gutenberg-mobile\">native mobile component</a>, and now seeing it <a href=\"https://www.drupal.org/project/gutenberg\">running on Drupal</a>, Gutenberg’s technical goals have always included a radical level of platform agnosticism.</p>\n\n<h2>Better Together</h2>\n\n<p>Inside the WordPress world, significant effort and focus has been on ensuring backwards compatibility with existing WordPress sites, plugins, and practices. Given that WordPress is such a hugely popular platform, it’s exceedingly important to ensure this is done right. With Gutenberg expanding outside of the WordPress world, however, we’re seeing different focuses and priorities arise.</p>\n\n<p>The <a href=\"https://gutenbergcloud.org/\">Gutenberg Cloud</a> service is a fascinating extension being built as part of the Drupal Gutenberg project, for example. It provides a method for new blocks to be shared and discovered, the <a href=\"https://www.npmjs.com/package/@frontkom/g-hero-section\">sample hero block</a> sets a clear tone of providing practical components that can be rapidly put together into a full site. While we’ve certainly seen similar services appear for the various site builder plugins, this is the first one (that I’m aware of, at least) build specifically for Gutenberg.</p>\n\n<p>By making the Gutenberg experience available for everyone, regardless of their technical proficiency, experience, or even <em>preferred platform</em>, we pave the way for a better future for all.</p>\n\n<h2>Democratising Publishing</h2>\n\n<p>You might be able to guess where this is going. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /></p>\n\n<p>WordPress’ mission is to “democratise publishing”. It isn’t to “be the most popular CMS”, or to “run on old versions of PHP”, though it’s easy to think that might be the case on the surface. That these statements are true is simply a side effect of the broader principle: All people, regardless of who they are or where they come from, should be able to publish their content as part of a free and open web.</p>\n\n<p>The WordPress mission is not to “democratise publishing with WordPress”.</p>\n\n<p>WordPress has many advantages that make it so popular, but hoarding those to ourselves doesn’t help the open web, it just creates more silos. The open web is the only platform on which publishing can be democratised, so it makes sense for Gutenberg to work anywhere on the open web, not just inside WordPress. Drupal isn’t a competitor here, we’re all working towards the same goal, the different paths we’ve taken have made the open web stronger as a whole.</p>\n\n<p>Much as the block editor has been the first practical implementation of the Gutenberg architecture, WordPress is simply the first practical integration of the block editor into a CMS. The Gutenberg project will expand into site customisation and theming next, and while there’s no requirement that Drupal make use of these, I’d be very interested to see what they came up with if they did. Bringing together our many years of experience in tackling these complex problems can only make the end result better.</p>\n\n<p>I know I’m looking forward to all of us working together for the betterment of the open web.</p>\";s: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, 16 Sep 2018 04:48: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:4:\"Gary\";s: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:55:\"WPTavern: Gutenberg 3.8 Released, Adds Full Screen Mode\";s:7:\"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:29:\"https://wptavern.com/?p=83861\";s:7:\"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:65:\"https://wptavern.com/gutenberg-3-8-released-adds-full-screen-mode\";s: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:2254:\"<p>Gutenberg 3.8 is <a href=\"https://wordpress.org/plugins/gutenberg/\">available for download</a>. This release features a full screen mode that hides both the admin bar and the menu. Unlike previous versions of Distraction-Free-Writing mode where things would fade in and out of view, these two items stay hidden until full-screen mode is disabled.</p>\n\n<p>User Interface elements have been added to manage reusable blocks in bulk. Theme authors are now able to <a href=\"https://github.com/WordPress/gutenberg/pull/9008\">register editor styles</a> for blocks by targeting the blocks themselves. This avoids combating CSS specificity and doesn’t require knowledge of the internal DOM structure for the editor. </p>\n\n<p>The block settings icon has been moved from the right side of blocks to the toolbar. This change sets the foundation for refactoring the toolbar and it reduces clutter by keeping the icons together.<br /></p>\n\n<img />Block Settings Moved to The Right Side of The Toolbar\n\n<p>Gutenberg 3.8 also contains a significant increase in performance thanks to a new <a href=\"https://github.com/WordPress/gutenberg/pull/8083\">hand-coded default</a> block parser. </p>\n\n<blockquote class=\"wp-block-quote\"><p>Having a formal specification of the Gutenberg block grammar has allowed us both to maintain a stable core during the almost 40 releases of the plugin and lately to allow competing parser implementation to evolve and be compared in terms of performance and correctness. </p><p>In concrete terms, we are shipping <a href=\"https://github.com/WordPress/gutenberg/pull/8083\">a new default implementation</a> that is hundreds of times faster than the spec and has been stress tested with really long posts (including Moby Dick). These tests are also available for anyone to run against. Memory consumption has also gone down dramatically for server side operations. I’d like to specially thank Dennis Snell and Ivan Enderlin for their great work improving this area.</p><cite>Matias Ventura </cite></blockquote>\n\n<p>To see a complete list of changes along with links to their corresponding pull requests, check out <a href=\"https://make.wordpress.org/core/2018/09/12/whats-new-in-gutenberg-12th-september/\">the release post.</a> </p>\";s: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, 15 Sep 2018 00:08: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:64:\"WPTavern: Gutenberg is Slowly Rolling Out to WordPress.com Users\";s:7:\"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:29:\"https://wptavern.com/?p=83331\";s:7:\"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://wptavern.com/gutenberg-is-slowly-rolling-out-to-wordpress-com-users\";s: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:1483:\"<p>As part of <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">the roadmap</a> unveiled at WordCamp EU earlier this year, WordPress.com has started rolling out Gutenberg to a subset of users. </p>\n\n<div class=\"wp-block-image\"><img />Try Gutenberg Call-out on WordPress.com</div>\n\n<p>According to a <a href=\"https://en.forums.wordpress.com/topic/information-on-gutenberg-implementation/#post-3173840\">WordPress.com Happiness Engineer</a>, the team is testing the implementation to determine the best way and time to enable it. Users will not be able to use Gutenberg unless their theme is updated to support blocks and the various alignment options. </p>\n\n<p>Theme Wranglers are already in the process of adding support to WordPress.com’s nearly 100 free themes.</p>\n\n<p>A <a href=\"https://en.forums.wordpress.com/search/gutenberg/\">quick search</a> of the WordPress.com support forums for Gutenberg provides some insight into what users think about the new editor. For example, <a href=\"https://en.forums.wordpress.com/topic/new-gutenberg-editing/\">this user provided feedback</a> on the use of so many icons without displaying their textual equivalent. </p>\n\n<p>For now, Gutenberg is opt-in but eventually will be opt-out. Once Gutenberg is made available to a wider audience, support documents and official blog posts will be published to inform users about the new editor. <br /></p>\";s: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, 14 Sep 2018 23:24: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:83:\"WPTavern: Drupal Gutenberg Project Receives Enthusiastic Reception at Drupal Europe\";s:7:\"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:29:\"https://wptavern.com/?p=83854\";s:7:\"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:94:\"https://wptavern.com/drupal-gutenberg-project-receives-enthusiastic-reception-at-drupal-europe\";s: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:6188:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-14-at-2.59.59-PM.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://wptavern.com/first-look-at-live-demo-of-the-gutenberg-content-editor-for-drupal-8\" rel=\"noopener noreferrer\" target=\"_blank\">Drupal Gutenberg</a> project is gaining momentum after Per André Rønsen and Marco Fernandes gave a presentation at Drupal Europe this week titled “Introducing the Gutenberg content editor for Drupal 8.” Rønsen and Fernandes are representatives of Frontkom, a digital services agency based in Norway that has ported WordPress’ Gutenberg editor over to Drupal for use with client projects. They also created the <a href=\"https://drupalgutenberg.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Drupal Gutenberg</a> project, which aims to bring this new publishing experience to Drupal core.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Building landing pages in <a href=\"https://twitter.com/hashtag/Drupal?src=hash&ref_src=twsrc%5Etfw\">#Drupal</a> has never been easier. Coming soon to a Drupal site near you! <a href=\"https://twitter.com/hashtag/drupaleurope?src=hash&ref_src=twsrc%5Etfw\">#drupaleurope</a> <a href=\"https://t.co/LLpH91AY9n\">pic.twitter.com/LLpH91AY9n</a></p>\n<p>— drupalgutenberg (@drupalgutenberg) <a href=\"https://twitter.com/drupalgutenberg/status/1040203765452820480?ref_src=twsrc%5Etfw\">September 13, 2018</a></p></blockquote>\n<p></p>\n<p>The Frontkom team gave a live demo of the Gutenberg module added to the page content type and showed how a few of the core blocks work. They concluded the presentation by hailing Gutenberg as an exciting new tool that will bring companies new business, make happier clients, and inspire more code reuse and sharing among developers.</p>\n<p>“The reception has been amazing,” Rønsen said. “A lot of different speakers have referred to Gutenberg both before and after the session. Bigger organizations and companies have expressed interest in implementation and contributing. I was told the session was one of the most well visited (after the keynotes) in the whole conference.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Gutenberg for Drupal looks good <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f4a5.png\" alt=\"💥\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f4a5.png\" alt=\"💥\" class=\"wp-smiley\" /> GoGo <a href=\"https://twitter.com/frontkom?ref_src=twsrc%5Etfw\">@frontkom</a> <a href=\"https://twitter.com/hashtag/DrupalEurope?src=hash&ref_src=twsrc%5Etfw\">#DrupalEurope</a> <a href=\"https://t.co/rV6dRT76Rk\">pic.twitter.com/rV6dRT76Rk</a></p>\n<p>— Daniel Andersson (@moppedanne) <a href=\"https://twitter.com/moppedanne/status/1039852251173543936?ref_src=twsrc%5Etfw\">September 12, 2018</a></p></blockquote>\n<p></p>\n<p>Overall, the Drupal community gave the Gutenberg editor a positive reception. However, Rønsen said he received feedback from some who are concerned about how it stores data. He said the general consensus was that “the UI is awesome,” but that the Drupal Gutenberg project would need to make sure data is stored in way that is as structured and portable as possible.</p>\n<p>“Some developers are skeptical about storing too much data unstructured like Gutenberg does,” Rønsen said. “This also means we might integrate Gutenberg closer to some key Drupal modules used for structured page building today. Gutenberg can serve as a UI for embedding existing structured content, and that is something we are looking into.”</p>\n<p>Rønsen said the next steps are centered around getting a stable release that will handle the core Gutenberg blocks and the core D8 blocks in a way that is future proof. In order to do this, they are waiting for the project to be merged into WordPress core.</p>\n<p>“We will delay a stable release until Gutenberg is in WP core,” Rønsen said. “Things are moving very fast still with Gutenberg – and that’s a good thing. As soon as we have a stable release, we will introduce tools we have built in top of Gutenberg for publishers. These will be available to WordPress, too.”</p>\n<h3>Gutenberg as the “editor for the open web” — not just for WordPress</h3>\n<p>One of the most exciting aspects of the Frontkom team’s presentation was the idea of sharing a project across publishing platforms.</p>\n<p>“It is key for us that Gutenberg stays decoupled from both CMSs as a library, and our hope is that Gutenberg core devs will catch onto the vision of Gutenberg as the ‘editor for the open web’ — not just for WordPress,” Rønsen said.</p>\n<p>“Drupal core developers are however planning a React-based revamp of the Drupal admin UI, too. It will take at least two years to release it, and even then, I’m of the opinion that the content edit UI and page building features should be done last, and rather leave room for third party solutions like Gutenberg. This is an open question, but at least the key decisions makers for the new UI will consider how Gutenberg works and learn from it.”</p>\n<p>Drupal decision makers are also taking interest in Gutenberg and seem open to considering it as viable option for improving the CMS’s editing experience.</p>\n<p>“When the Drupal project owner was asked directly in a Q&A what he thought about solutions like Gutenberg coming into Drupal, he said he liked it, and that it’s a good thing for Drupal,” Rønsen said. “Dries is very open minded and not afraid of the concept of ‘Proudly built elsewhere.\'”</p>\n<p>Rønsen and Fernandes have <a href=\"https://docs.google.com/presentation/d/1Rm1tiXR9sAVqasT8L8SZCg1LBVuTTuG3otNj_3Sj2r8/edit#slide=id.g321e3b1fbe_0_57\" rel=\"noopener noreferrer\" target=\"_blank\">published the slides</a> for those who want to view them, although most of the session was devoted to the live demo. The official recording has not yet been posted but should be available shortly.</p>\n<p>Update: The official recording has been published:</p>\n<p></p>\";s: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, 14 Sep 2018 22:31: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:\"\";}}}}}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:48:\"BuddyPress: BuddyPress 3.2.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=276415\";s:7:\"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/2018/09/buddypress-3-2-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:463:\"<p>BuddyPress 3.2.0 is now available. This is a maintenance release that fixes 25 bugs and is a recommended upgrade for all BuddyPress installations.</p>\n<p>Update to BuddyPress 3.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the wordpress.org plugin repository</a>. For details on the changes, read the <a href=\"https://codex.buddypress.org/releases/version-3-2-0/\">3.2.0 release notes</a>.</p>\";s: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, 14 Sep 2018 15:14: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:10:\"Paul Gibbs\";s: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:66:\"WPTavern: WPWeekly Episode 330 – WPShout, Community, and Burnout\";s:7:\"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:58:\"https://wptavern.com?p=83932&preview=true&preview_id=83932\";s:7:\"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://wptavern.com/wpweekly-episode-330-wpshout-community-and-burnout\";s: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:2001:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by Fred Meyer, David Hayes, and Alex Denning of <a href=\"https://wpshout.com/\">WPShout</a> to learn about <a href=\"https://wpshout.com/announcing-pro-community/\">WPShout’s Pro Community</a>. This community aims to bring people together to learn from each other and provide one-to-one mentorship opportunities with David and Fred.</p>\n<p>Later in the show, John and I discuss why it’s a matter of when and not if, Dark Mode will be added to WordPress. We round out the show by discussing burnout and some other personal things.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/dark-mode-is-possibly-coming-to-a-wordpress-dashboard-near-you\">Dark Mode is Possibly Coming to a WordPress Dashboard Near You</a></p>\n<p><a href=\"https://wptavern.com/wordpress-coding-standards-1-1-0-released\">WordPress Coding Standards 1.1.0 Released</a></p>\n<p><a href=\"https://wptavern.com/meetup-group-organizers-can-now-earn-a-wordpress-org-user-profile-badge\">Meetup Group Organizers Can Now Earn A WordPress.org User Profile Badge</a></p>\n<p><a href=\"https://wptavern.com/marcel-bootsman-is-walking-700km-to-wordcamp-europe-to-raise-funds-for-donatewc\">Marcel Bootsman is Walking 700km to WordCamp Europe to Raise Funds for DonateWC</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 26th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #330:</strong><br />\n</p>\";s: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, 13 Sep 2018 22:24:36 +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:\"Jeff Chandler\";s: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:99:\"WPTavern: WordPress 4.9.9 Release Focus Items Include Site Health Project and Gutenberg Preparation\";s:7:\"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:29:\"https://wptavern.com/?p=83892\";s:7:\"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:110:\"https://wptavern.com/wordpress-4-9-9-release-focus-items-include-site-health-project-and-gutenberg-preparation\";s: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:2819:\"<p>The WordPress 4.9.9 release leads published a <a href=\"https://make.wordpress.org/core/2018/09/12/wordpress-4-9-9-minor-release-roadmap/\" rel=\"noopener noreferrer\" target=\"_blank\">roadmap for the release</a> this week. The minor release will be led by Anthony Burchell and Alain Schlesser. It is targeted for November 5 with the first beta arriving near the end of October.</p>\n<p>The leads identified four key focus areas for the upcoming release: accessibility, internationalization, the Site Health Project, and Gutenberg preparation. The internationalization focus is aimed at improving translations and RTL support, as well as ensuring that date/time values work. The roadmap doesn’t identify any specific accessibility items but Burchell said the leads see lots of ways they can “drastically improve the experience for a lot of people with minimal effort.”</p>\n<p>Contributors to the Site Health Project, previously known by the “Servehappy” code name, will be working on resolving issues that will allow users to stay on WordPress 4.9.9 while they prepare for 5.0 and still have access to the important information about how to update their PHP versions.</p>\n<p>“It will be crucial to get the Servehappy components included: WSOD protection, update dashboard notice, plugin version requirements,” Burchell said. “The reason for this focus is because, when 5.0 ships, users who decide not to upgrade will be on 4.9.9 for a potentially extended time period. If we don’t have these Servehappy components included in 4.9.9, getting rid of old PHP versions will only happen after 5.0.”</p>\n<p>Another major part of WordPress 4.9.9 will be landing items that lay the groundwork for anything necessary for Gutenberg’s merge into 5.0. Two items identified include <a href=\"https://core.trac.wordpress.org/ticket/44758\" rel=\"noopener noreferrer\" target=\"_blank\">user locale support in REST API endpoints</a> and <a href=\"https://core.trac.wordpress.org/ticket/44862\" rel=\"noopener noreferrer\" target=\"_blank\">endpoints to lock/unlock and release posts</a>.</p>\n<p>With an unusually quick turnaround, WordPress 5.0 could arrive before the end of 2018. Development will kick off in mid-November, one week ahead of the U.S. Thanksgiving holiday.</p>\n<p><strong>UPDATE 9/13/2018 – 8:13PM:</strong> The wording on the roadmap document has been updated to more accurately reflect the intentions of contributors regarding the work outlined for the Site Health Project. The roadmap now reads:</p>\n<p><em>“We will investigate the work remaining for the Servehappy project and determine how to get it in people’s hands as soon as possible. WSOD protection, update dashboard notice, plugin version requirements are the hot items pending.”</em></p>\";s: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, 13 Sep 2018 17:58: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:38;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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"HeroPress: Diversity of Thought\";s:7:\"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:29:\"https://heropress.com/?p=2623\";s:7:\"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://heropress.com/diversity-of-thought/#utm_source=rss&utm_medium=rss&utm_campaign=diversity-of-thought\";s: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:3237:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/09/092017-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I became completely inspired by the mission of WordPress. I had become a part of something bigger than myself.\" /><p>About a year ago, Christie Chirinos wrote the essay “<a href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\">What I Do Does Not Define Who I Am</a>“. It felt like a big deal at the time, and it was, but like most big deals, it slowly faded from memory. That’s one of the reasons I do these replays, for the benefit of my own memory as much as anything else.</p>\n<p>As I’ve mentioned, part of the goal of HeroPress is to speak to those with less privilege and show how WordPress can help overcome that. That message shouldn’t come from me, a white American male. I simply don’t have the experience. I can read about it, but I’ll never actually have the experiences.</p>\n<p>The story really needs to come from someone with experience. Christie has some of that experience, and she does a wonderful job talking about how WordPress helped a little bit. I hope her story helps.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\">What I Do Does Not Define Who I Am</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Diversity of Thought\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Diversity%20of%20Thought&via=heropress&url=https%3A%2F%2Fheropress.com%2Fdiversity-of-thought%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Diversity of Thought\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fdiversity-of-thought%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fdiversity-of-thought%2F&title=Diversity+of+Thought\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Diversity of Thought\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/diversity-of-thought/&media=https://heropress.com/wp-content/uploads/2018/09/092017-150x150.jpg&description=Diversity of Thought\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Diversity of Thought\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/diversity-of-thought/\" title=\"Diversity of Thought\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/diversity-of-thought/\">Diversity of Thought</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 13 Sep 2018 16:21:38 +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:\"\";}}}}}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:54:\"WPTavern: Official WooCommerce Android App Now in Beta\";s:7:\"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:29:\"https://wptavern.com/?p=83859\";s:7:\"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:65:\"https://wptavern.com/official-woocommerce-android-app-now-in-beta\";s: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:3827:\"<p>The first official <a href=\"https://woocommerce.com/mobile/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Android app</a> is now in open beta. The companion mobile app allows users to manage their WooCommerce stores on the go. Store owners who want to test the unreleased version of the mobile app can <a href=\"https://play.google.com/apps/testing/com.woocommerce.android\" rel=\"noopener noreferrer\" target=\"_blank\">sign up with the Google Play Store</a>. The WooCommerce app <a href=\"https://woocommercehalo.wordpress.com/faq/\" rel=\"noopener noreferrer\" target=\"_blank\">requires Jetpack</a> to connect stores to the app.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Manage-Orders@2x.jpg?ssl=1\"><img /></a></p>\n<p>The beta introduces a basic set of features for managing orders, viewing store stats, and receiving sales notifications, including the following:</p>\n<ul>\n<li>Check basic orders and revenue statistics with time period selection.</li>\n<li>View orders list in chronological order, with status and total value.</li>\n<li>Review individual orders with all the standard details, and contact customers.</li>\n<li>Perform basic order fulfillment.</li>\n<li>Get notifications about orders and reviews, and the ability to moderate them.</li>\n<li>View a list of the top-selling products on your store.</li>\n</ul>\n<p>The app’s real-time order alerts even include an optional “cha-ching” sounds for new orders.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Push-Notifications@2x.jpg?ssl=1\"><img /></a></p>\n<p>Over the past few years, the WooCommerce community has demonstrated a demand for mobile apps on both platforms. A <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/6172593-android-equivalent-of-woocommerce-ios-app\" rel=\"noopener noreferrer\" target=\"_blank\">suggestion for an Android app</a> received 533 upvotes on the WooCommerce ideas board. There is also a motley assortment of unofficial WooCommerce store management apps available on the Google Play Store. Some of the more popular ones include <a href=\"https://play.google.com/store/apps/details?id=com.woostore.wooforce\" rel=\"noopener noreferrer\" target=\"_blank\">StorePep WooCommerce App</a>, <a href=\"https://play.google.com/store/apps/details?id=com.pinta.woocommerce.woocommercemobileadmin\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Mobile Admin</a>, <a href=\"https://play.google.com/store/apps/details?id=com.mstoreapp.wooadmin03\" rel=\"noopener noreferrer\" target=\"_blank\">Admin app for WooCommerce</a>, and <a href=\"https://play.google.com/store/apps/details?id=com.lxrmarketplace.woocommerce\" rel=\"noopener noreferrer\" target=\"_blank\">Dashly – WooCommerce Dashboard</a>.</p>\n<p>None of the third-party mobile apps seem to be very highly rated, nor are they consistent with the WooCommerce branding. A cursory glance at the reviews for these apps shows that most of them are slow, buggy, and not very well supported. However, they have temporarily fulfilled a need in the absence of an official app from WooCommerce.</p>\n<p>Considering the options currently available, an official WooCommerce app will be a welcome addition to the tools available for store owners. An iOS app is also in the works. At the end of July, the WooCommerce development team put out a <a href=\"https://woocommercehalo.wordpress.com/2018/07/31/call-for-testing-first-ios-beta/\" rel=\"noopener noreferrer\" target=\"_blank\">call for testing the first iOS Beta</a>. Anyone interested to test the apps can check out the <a href=\"https://woocommercehalo.wordpress.com\" rel=\"noopener noreferrer\" target=\"_blank\">Woo Halo</a> site and <a href=\"http://eepurl.com/dv-oo1\" rel=\"noopener noreferrer\" target=\"_blank\">register</a> to be part of the testing group.</p>\";s: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, 13 Sep 2018 16:19: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: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:37:\"Post Status: WordPress and Blockchain\";s:7:\"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:31:\"https://poststatus.com/?p=47409\";s:7:\"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://poststatus.com/wordpress-and-blockchain/\";s: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:5235:\"<p>WordPress is one of the driving forces and great success stories of the open web to date. As an open source platform, it’s become a dominant CMS used by 30% of the web to publish content — on websites large and small.</p>\n<p>WordPress has grown up in an era of evolving challenges: ushering in web standards, adapting for publishing and viewing on all device sizes; building for accessibility by all; establishing its place in the era of expansive and centralized social media platforms; and more.</p>\n<p>Today, we’re faced with a new generation of technologies coming down the pipe, ready to disrupt the current ecosystem. These technologies include blockchain, artificial intelligence, augmented reality, the internet of things, and more I’m sure. It’s the first of these that is the focus of this post and the following conversation.</p>\n<p>I was approached by David Lockie of <a href=\"https://pragmatic.agency/\">Pragmatic</a> to discuss how WordPress and blockchain technology may fit together, and how they may not. David and I have both been interested in the cryptocurrency and blockchain space over the past couple of years, and have over time encountered a lot of projects that aim to disrupt or enhance various elements of the web: from DNS to CMS.</p>\n<p>David gathered a group of people for an initial online, open, honest conversation about how WordPress could be impacted, disrupted or take advantage of distributed ledger and blockchain technologies.</p>\n<p>Examples include:</p>\n<ul>\n<li>Blockchain platforms impacting people’s choice to use WordPress e.g. <a href=\"https://steemit.com/\">Steemit</a></li>\n<li>Blockchain projects impacting people already using WordPress e.g. <a href=\"https://www.basicattentiontoken.org/\">Basic Attention Token</a> or <a href=\"https://www.po.et/\">Po.et</a>, <a href=\"https://vip.wordpress.com/2018/07/11/client-spotlight-civil/\">Civil</a></li>\n<li>Cryptocurrencies’ impact on eCommerce and the wider ecosystem, e.g. the Coinbase Commerce merchant gateway</li>\n<li>What we can learn from blockchain projects’ governance systems and lessons learned</li>\n<li>Ideas for improving security, integrations, etc</li>\n<li>Various identity-based projects</li>\n<li>New environments which may be used to run WordPress, such as decentralized web technologies e.g. <a href=\"https://substratum.net/\">Substratum </a> or <a href=\"https://www.maidsafe.net/\">MaidSafe</a>.</li>\n<li>Impact on the talent pool for WordPress professionals</li>\n<li>General <a href=\"https://speakerdeck.com/dcent/wordpress-and-blockchain-threats-and-opportunities\">threats and opportunities</a></li>\n<li>Discussion of anything new, interesting and relevant in the blockchain/cryptocurrency space</li>\n<li>All of the above as it relates to open source and the web generally, outside of WordPress</li>\n</ul>\n<p>Our aim for the initial conversation, as well as future conversations, <strong>is not</strong> to advocate specifically for any existing project or to necessarily endorse blockchain as appropriate for WordPress to somehow integrate in any way. It’s to explore what’s out there now, how it could impact WordPress today and in the future, and down the road perhaps how WordPress may take advantage of potential opportunities. We are approaching this like a discovery phase — not to get overly excited, but to be informed. And we welcome participants in this conversation.</p>\n<p>This first conversation included the following participants:</p>\n<ul>\n<li>David Lockie, <a href=\"https://pragmatic.agency/\">Pragmatic</a></li>\n<li>Brian Krogsgard, Post Status</li>\n<li>Bradford Campeau-Laurion, <a href=\"https://alley.co/\">Alley Interactive</a></li>\n<li>Zac Gordon, <a href=\"https://zacgordon.com/\">Deeply</a></li>\n<li>Christie Chirinos, <a href=\"https://calderalabs.org/\">Caldera Labs</a></li>\n<li>Josh Pollock, <a href=\"https://calderalabs.org/\">Caldera Labs</a></li>\n<li>Brad Williams, <a href=\"https://webdevstudios.com/\">WebDevStudios</a></li>\n</ul>\n<p>I attempted to reiterate it in the call, but I believe it’s important to address this topic with a skeptic’s hat on. By no means do any of us think that it’s a great idea to just go head first in trying to integrate blockchain technology to WordPress. The jury is still very much out in terms of where, how, and even if blockchain brings significant advantages to web applications.</p>\n<p></p>\n<p>If you are interested in future discussions, we welcome you! There is currently a channel (#blockchain) in Post Status Slack where people can discuss, and we’ll also announce future video-conference discussions. We may make a more independent place to discuss, blog, etc, in the future depending on how these early conversations go.</p>\n<p>We don’t know exactly where this conversation will go. It may fizzle out, or it could evolve into a much broader community effort. The first thing to do, if you are interested to continue this conversation, is just follow along with future conversations, which will be posted here. If you would like to be on the next video call, please <a href=\"https://pragmatic.agency/contact/\">contact David</a> or <a href=\"https://poststatus.com/contact\">me</a>.</p>\";s: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, 12 Sep 2018 22:58: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:15:\"Brian Krogsgard\";s: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:65:\"WPTavern: WordCamp Wilmington Cancelled Due to Hurricane Florence\";s:7:\"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:29:\"https://wptavern.com/?p=83851\";s:7:\"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:76:\"https://wptavern.com/wordcamp-wilmington-cancelled-due-to-hurricane-florence\";s: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:2572:\"<p>Hurricane Florence <a href=\"https://www.nhc.noaa.gov/graphics_at1.shtml?cone#contents\">is forecast</a> to make landfall as a major hurricane near Wilmington, North Carolina bringing potentially catastrophic flooding and strong winds to the region. </p>\n\n<img />Hurricane Florence Forecast Track From the National Hurricane Center\n\n<p>Because of the hurricane, <a href=\"https://2018.wilmington.wordcamp.org\">WordCamp Wilmington</a> which was scheduled to take place September 22nd and 23rd <a href=\"https://2018.wilmington.wordcamp.org/2018/09/11/canceled-2018-wordcamp-wilmington/\">has been cancelled</a>. </p>\n\n<p>“We wish all of our WordCamp Wilmington enthusiasts a minimum of impact from Hurricane Florence,” Helen Rittersporn, one of the event’s organizers said. <br /></p>\n\n<p>“On behalf of my fellow Organizers for 2018 WordCamp Wilmington, we are looking forward to seeing everyone in 2019!”</p>\n\n<h2>Safety of Attendees, Speakers, and Sponsors Takes Priority<br /></h2>\n\n<p>Peter La Fond, one of the event’s lead organizers, says the decision to cancel the event has been mentally taxing to him and the team.</p>\n\n<p>“From the beginning, the decision making was really hard,” he said. “How we made the decision about this was very fluid. The entire team has been texting back and forth every several hours on various decisions over many days.</p>\n\n<p>“We ended up having to set thresholds in advance for canceling. Then on Monday morning, we started to get inquiries and cancellations of attendees, vendors and speakers so we had to make a call.” </p>\n\n<p>Although a lot hours were spent by volunteers to organize the event, speaker, attendee, and sponsor safety took priority. <br /></p>\n\n<p>“The organizing team is totally bummed about canceling the event considering the amount of effort we put into organizing it,” La Fond said. “However, we’re more concerned about the safety and security of our family and friends. Especially those who chose to stay.”</p>\n\n<p>Those who purchased tickets are eligible for a refund. But due to evacuations and the length of time the storm is expected wreak havoc in the area, organizers will not be able to fulfill refund requests until after the storm has passed. <br /></p>\n\n<p>This is the second time a tropical weather system has postponed or cancelled a WordCamp in the US. In 2016, <a href=\"https://wptavern.com/wordcamp-orlando-cancelled-due-to-hurricane\">WordCamp Orlando was postponed</a> due to Hurricane Matthew. </p>\";s: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, 12 Sep 2018 22:05: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:70:\"WPTavern: MetaSlider Plugin Adds Gutenberg Block for Inserting Sliders\";s:7:\"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:29:\"https://wptavern.com/?p=83865\";s:7:\"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:81:\"https://wptavern.com/metaslider-plugin-adds-gutenberg-block-for-inserting-sliders\";s: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:4203:\"<p>If you <a href=\"https://wordpress.org/plugins/search/slider/\" rel=\"noopener noreferrer\" target=\"_blank\">search for “slider”</a> in the WordPress plugins directory, <a href=\"https://wordpress.org/plugins/ml-slider/\" rel=\"noopener noreferrer\" target=\"_blank\">MetaSlider</a> is the first result that comes up. The plugin, created by the team at <a href=\"https://updraftplus.com\" rel=\"noopener noreferrer\" target=\"_blank\">UpdraftPlus</a>, is active on more than 900,000 sites, more than any other free slider plugin, and averages a 4.7-star review. It includes four different types of sliders: Flex 2, Nivo Slider, Responsive Slides, and Coin Slider.</p>\n<p>An update released today introduces Gutenberg support with a block for inserting sliders. Users can access their sliders via the block insertion tool.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/metaslider-gutenberg-block.png?ssl=1\"><img /></a></p>\n<p>Clicking on the MetaSlider block allows users to select from among the sliders that they have already created in the admin.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-12-at-12.46.10-PM.png?ssl=1\"><img /></a></p>\n<p>After the user selects a slider, a preview will appear instantly in the Gutenberg editor.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/metaslider-in-gutenberg.jpg?ssl=1\"><img /></a></p>\n<p>Previously, the process of inserting a slider into content involved copying and pasting a shortcode. Joe Miles, director of Business Strategy at UpdraftPlus, said the team sees the Gutenberg editor as a major improvement especially for those who are new to WordPress.</p>\n<p>“I think Gutenberg makes it much easier for novices to web design to make changes and insert sliders,” Miles said. “I know people who’d be comfortable using a Gutenberg block but not comfortable using a shortcode as it looks scary.”</p>\n<p>Miles said the company is currently working on adding the ability for users to create and edit sliders within Gutenberg and hope to include it in the plugin before WordPress 5.0 lands. The UpdraftPlus team includes 13 developers who are devoted to the company’s WP-Optimize and MetaSlider products. Miles said adapting to Gutenberg was fairly simple relative to some of the other projects the team is working on.</p>\n<p>UpdraftPlus plans to continue to maintain and improve the shortcode-based slider insertion method, as demonstrated in the changelog. Users who opt to stick with the Classic Editor will still be able to keep their same workflow. Meanwhile, the product’s development team will be working on integrating all of the pro version’s front-end features with Gutenberg.</p>\n<p>In addition to Gutenberg support, the team is also going to be <a href=\"https://updraftplus.com/metasliders-bringing-out-new-slider-themes-and-theyre-completely-free/\" rel=\"noopener noreferrer\" target=\"_blank\">adding the concept of themes to sliders</a> so users can build a slider and change its theme in a couple of clicks. They plan to release free and commercial themes and all will be built to be compatible with Gutenberg.</p>\n<p><a href=\"https://wordpress.org/plugins/smart-slider-3/\" rel=\"noopener noreferrer\" target=\"_blank\">Smart Slider 3</a>, MetaSlider’s next closest competitor with 300,000 installs, is <a href=\"https://smartslider3.com/blog/gutenberg-and-smart-slider-3-how-to-add-sliders-to-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">also compatible with Gutenberg</a> with a similar workflow for inserting sliders. Both slider plugins are not yet capable of providing the slider creation and editing process inside the Gutenberg interface but the capabilities should evolve as WordPress gets closer to the 5.0 release.</p>\n<p>“I personally love the idea of Gutenberg since Matt Mullenweg announced it at WordCamp EU 2017,” Miles said. “I understand why experienced developers don’t want the change, but too many people are going for inferior website solutions like WIX because they’re used to WYSIWYG. So adapting MetaSlider was a no-brainer.”</p>\";s: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, 12 Sep 2018 20:59: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: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:89:\"WPTavern: Marcel Bootsman is Walking 700km to WordCamp Europe to Raise Funds for DonateWC\";s:7:\"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:29:\"https://wptavern.com/?p=83797\";s:7:\"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:100:\"https://wptavern.com/marcel-bootsman-is-walking-700km-to-wordcamp-europe-to-raise-funds-for-donatewc\";s: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:3272:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-11-at-3.37.12-PM.png?ssl=1\"><img /></a></p>\n<p>In May 2019, <a href=\"https://twitter.com/mbootsman\" rel=\"noopener noreferrer\" target=\"_blank\">Marcel Bootsman</a> will be lacing up a pair of hiking boots and walking 700km (435 miles) from his home in Rotterdam to WordCamp Europe in Berlin. Bootsman, a WordPress consultant and WordCamp organizer, is walking to raise funds and awareness for the <a href=\"https://donatewc.org/\" rel=\"noopener noreferrer\" target=\"_blank\">DonateWC</a> organization.</p>\n<p>The DonateWC initiative provides a global fund for helping people in need of financial assistance to attend a big WordCamp. Donations go towards individually-tailored sponsorships that help selected attendees purchase a WordCamp ticket, door-to-door transportation, food and drink, and internet access.</p>\n<p>“Imagine for a moment that you are not backed by a company that will pay for you to go to a community event,” DonateWC founder Ines van Essen said. “You work hard at being a valuable community member but are never able to actually meet the others in your team. This means you are less likely to get a job, less likely to get recognized as a worthwhile member, you’re unlikely to be at the front-end of changes that impact your work significantly.”</p>\n<p>DonateWC aims to keep the larger WordCamps from being unintentionally exclusive of those with lesser financial means. Bootsman said he believes in the organization because it is community-driven and enables the greater WordPress community to do something for their fellow community members.</p>\n<p>So far, Bootsman’s walking journey has raised €116.57. He set up a <a href=\"https://walktowc.eu\" rel=\"noopener noreferrer\" target=\"_blank\">walktowc.eu</a> website to track his progress and the <a href=\"https://walktowc.eu/donate/\" rel=\"noopener noreferrer\" target=\"_blank\">donation page</a> displays a live update of donated funds. Contributors have the option to designate their donations for DonateWC or for Bootsman’s personal needs on the trek. He plans to deliver all of the funds raised for the organization when he arrives in Berlin. In the coming weeks he will also open up sponsor packages to better motivate companies to donate.</p>\n<p>Bootsman does not plan to work during his trek. He will be on the road for approximately 30 days and plans to walk 30km per day. He is traveling light with just a backpack and is looking for places where he can sleep along the way. Bootsman will update the <a href=\"https://walktowc.eu/route/\" rel=\"noopener noreferrer\" target=\"_blank\">Route page</a> on his website with the places where people volunteer a bed for him to spend the night.</p>\n<p>If you want to keep track of his progress, follow the hashtag <a href=\"https://twitter.com/hashtag/walktowceu?src=hash\" rel=\"noopener noreferrer\" target=\"_blank\">#walktwceu</a> on Twitter. Bootsman has published his first vlog about his training sessions (see video below) where you can hear in his own words why his making the long journey on foot. When I asked him if he’ll be walking home after WordCamp Europe, he said, “You’re kidding, right?”</p>\n<p></p>\";s: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, 11 Sep 2018 22:25: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: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:26:\"Matt: WP Dev on Chromebook\";s:7:\"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=48342\";s:7:\"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:43:\"https://ma.tt/2018/09/wp-dev-on-chromebook/\";s: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:256:\"<p>Dan Walmsley has an interesting <a href=\"https://developer.wordpress.com/2018/09/11/developing-wordpress-jetpack-and-calypso-on-chromeos/\">walkthrough on getting set up for WordPress and Calypso development on the new Linux mode on a Chromebook</a>.</p>\";s: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, 11 Sep 2018 18:29: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: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: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:48:\"WPTavern: Hemingway Theme Adds Gutenberg 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:29:\"https://wptavern.com/?p=83790\";s:7:\"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:59:\"https://wptavern.com/hemingway-theme-adds-gutenberg-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4178:\"<p>Anders Norén has <a href=\"http://www.andersnoren.se/hemingway-meet-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">added Gutenberg support</a> to his popular <a href=\"https://wordpress.org/themes/hemingway/\" rel=\"noopener noreferrer\" target=\"_blank\">Hemingway</a> theme in the latest update, version 1.66. The theme has a simple, timeless design that appeals to both bloggers and business owners alike. It is active on more than 30,000 websites and some of those site administrators are using Gutenberg.</p>\n<p>What does Gutenberg support look like for Hemingway? Norén styled the editor to match the front-end design, with the same colors and fonts. He also added support for specific Gutenberg blocks, such as cover images, full-width elements, and pull quotes.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/09/hemingway-gutenberg-e1536683158337.jpg?ssl=1\"><img /></a>image credit: Anders Norén\n<p>Norén said he knew since Gutenberg was announced that he would need to add support to all 17 of his themes in a substantial update at some point but had put it off because developing for the new editor felt “like aiming for a moving target.”</p>\n<p>“I don’t think it was any single thing that made me realize that I needed to get going with Gutenberg, but rather that the Gutenberg volume knob in the community has been turned up at a steady pace,” Norén said. “After the ‘Try Gutenberg’ prompt in 4.9.8, I also started to receive a lot more support requests regarding Gutenberg. When regular WordPress users – not developers – started to ask when they can expect Gutenberg support in my themes, I knew that I couldn’t push it ahead of me much further.”</p>\n<p>Hemingway is the first of his themes to support the new editor and Norén is aiming to have his entire collection Gutenberg-ready by the time WordPress 5.0 is released. (This does not include the <a href=\"https://wordpress.com/theme/hemingway-rewritten\" rel=\"noopener noreferrer\" target=\"_blank\">Hemingway Rewritten</a> version, which was created by Automattic and is available on WordPress.com.)</p>\n<p>Norén sees the new editor as a significant improvement over the current editor and said he thinks it is the right way forward for WordPress.</p>\n<p>“It’s always easy to speculate about the road not travelled, but the Visual Editor needs replacement, and Gutenberg will be a good replacement for it,” he said. “It’s better at everything the old editor can do (except editing raw HTML, perhaps), and it also brings with it new possibilities for WordPress developers and users. There are a lot of issues in Gutenberg still to be worked out, but when they are, I think Gutenberg will be a big step forward for the WordPress community.”</p>\n<p>Norén said his chief concern is not about the editor itself but about how WordPress will handle the transition period for users, especially for those who would benefit from continuing on with the Classic Editor.</p>\n<p>“I hope that the upgrade notice for 5.0 will be accompanied by clear messaging around the changes included in 5.0, along with the option to install the Classic Editor in Gutenberg’s stead,” Norén said. “Similar to the ‘Try Gutenberg’ prompt, but presented more clearly as an either-or option before the user actually updates to 5.0. It was encouraging to see Matt Mullenweg say that the Classic Editor will be maintained for many years to come.”</p>\n<p>Norén’s 17 free WordPress.org-hosted themes have an estimated 100,000 active installs. Those using his products can be confident that the author behind the themes has Gutenberg-support among his immediate priorities for updates. Users who opt to move forward using the Classic Editor should not notice a difference in how the themes work.</p>\n<p>“I hope that Gutenberg is received with excitement and widespread support when 5.0 is finally released,” Noren said. “I also hope that the WordPress team does whatever it can to make sure that end-users don’t feel ambushed by the new editing experience.”</p>\";s: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, 11 Sep 2018 18:04: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: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:81:\"WPTavern: Meetup Group Organizers Can Now Earn A WordPress.org User Profile Badge\";s:7:\"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:29:\"https://wptavern.com/?p=83806\";s:7:\"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:92:\"https://wptavern.com/meetup-group-organizers-can-now-earn-a-wordpress-org-user-profile-badge\";s: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:2241:\"<p>The WordPress Community team <a href=\"https://make.wordpress.org/community/2018/09/10/new-tool-for-community-deputies-meetup-tracker/\">has unveiled</a> a new tool called Meetup Tracker. This tool replaces the Meetup Status Document and will enable Global Community Team members to more easily track all Meetup.com groups.</p>\n\n<p>There’s also a <a href=\"https://central.wordcamp.org/meetup-organizer-application/\">new application form</a> available for organizers looking to join the <a href=\"https://make.wordpress.org/community/handbook/community-deputy/meetup-program-basics/\">WordPress Meetup Chapter Program</a>. Groups that are part of the program have their Meetup.com fees paid for by WordPress Community Support PBC.<br /></p>\n\n<p>Thanks to the new system that is hosted on the backend of <a href=\"https://central.wordcamp.org/\">WordCamp Central</a>, the community team is able to award badges to meetup organizers which will be displayed on their WordPress.org user profiles.</p>\n\n<div class=\"wp-block-image\"><img />Example of Contribution Badges Displayed on WordPress.org User Profiles</div>\n\n<p>In order to receive a badge and to fill the new system with updated information, organizers with meetups that are part of the chapter program are required to add the following information to this <a href=\"https://docs.google.com/spreadsheets/d/1LYnNDDpBQC7przZyufG4W5mdO67BcTTy_yz8eHY24lc/edit#gid=0\">Google Document</a>.</p>\n\n<ul><li> <strong>WordPress.org username for main contact</strong> <br /></li><li><strong>WordPress.org usernames of all organizers</strong> <br /></li><li><strong>Whether or not the contact’s WordPress.org email address is still valid</strong> <br /></li></ul>\n\n<p>Badges were added to WordPress.org <a href=\"https://wptavern.com/wordpress-org-profile-redesign-is-live\">user profiles as part of a redesign in 2014</a> and are a quick way to gauge a person’s activity and or interests across the WordPress project. </p>\n\n<p>The meetup organizer’s badge design has yet to be determined. For more information or if you have questions, please leave a comment on the <a href=\"https://make.wordpress.org/community/2018/09/10/calling-all-meetup-group-orgnisers/\">announcement post</a>. </p>\";s: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, 11 Sep 2018 02:52:41 +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:\"Jeff Chandler\";s: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:51:\"WPTavern: WordPress Coding Standards 1.1.0 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=83804\";s:7:\"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://wptavern.com/wordpress-coding-standards-1-1-0-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"<p>The WordPress Coding Standards version 1.1.0 has <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.1.0\">been released</a> on GitHub. This release includes more stringent function call formatting checks which are <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#multiline-function-calls\">explained</a> in the handbook. There’s also stricter checks for overrides of WordPress global variables. </p>\n\n<p>To see a full list of what was changed, fixed, and added, check out the <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.1.0\">changelog</a>. </p>\";s: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, 11 Sep 2018 01:16: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:13:\"Jeff Chandler\";s: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:36:\"Matt: Seth Godin on Customer Service\";s:7:\"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=48340\";s:7:\"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:53:\"https://ma.tt/2018/09/seth-godin-on-customer-service/\";s: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:236:\"<p>This morning <a href=\"https://seths.blog/2015/03/what-is-customer-service-for/\">I’m enjoying Seth Godin’s classic on Customer Service</a>. <cite>Hat tip: <a href=\"https://andrewspittle.com/\">Andrew Spittle</a>.</cite></p>\";s: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, 10 Sep 2018 16:39: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: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: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:34:\"Matt: Responsibility of Technology\";s:7:\"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=48337\";s:7:\"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://ma.tt/2018/09/responsibility-of-technology/\";s: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:834:\"<p>There’s <a href=\"https://www.buzzfeednews.com/article/daveyalba/facebook-philippines-dutertes-drug-war\">fascinating and terrifying feature article about Facebook, Duterte, and the drug war in the Philippines</a>, written <a href=\"https://twitter.com/daveyalba/status/1036917302061608960\">by Davey Alba</a>. My first trip there was actually to Davao, and having been to the country several times and met so many bloggers there it’s hard to imagine what’s described. There are definitely echoes of <a href=\"https://www.wired.com/story/how-facebooks-rise-fueled-chaos-and-confusion-in-myanmar/\">the Wired feature on Facebook and ethnic cleansing in Myanmar</a>. Both are good reminders that as technologists the tools we create can be used and leveraged in ways we wouldn’t imagine in our worst nightmares.</p>\";s: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, 09 Sep 2018 17:46: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: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:\"\";}}}}}}}}}}}}}}}}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:\"Mon, 08 Oct 2018 18:43:02 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 08 Oct 2018 18:30:27 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:\"20130911020210\";}','no'),(13939,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1539067382','no'),(13940,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1539024182','no'),(13941,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1539067382','no'),(13942,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/10/the-month-in-wordpress-september-2018/\'>The Month in WordPress: September 2018</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/woosesh-schedule-published-woocommerce-team-to-deliver-keynote\'>WPTavern: WooSesh Schedule Published, WooCommerce Team to Deliver Keynote</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/if-deadlines-are-not-arbitrary-why-not-release-wordpress-5-0-in-the-beginning-of-january\'>WPTavern: If Deadlines Are Not Arbitrary, Why Not Release WordPress 5.0 in the Beginning of January?</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-gutenberg\'>WPTavern: WordPress Theme and Plugin Shops are Pioneering the First Layout Blocks for Gutenberg</a></li></ul></div>','no'),(13943,'mo_registration_error_message','There was an error in registration. Please contact your administrator.','yes'),(13944,'mo_email_failure_message','Either your SMTP is not configured or you have entered an unmailable email. Please go back and try again.','yes'),(13945,'mo_existing_username_error_message','This username already exists. Please ask the administrator to create your account with a unique username.','yes'),(13946,'mo_manual_login_error_message','There was an error during login. Please try to login/register manually. <a href=https://itworks.coding.al>Go back to site</a>','yes'),(13947,'mo_delete_user_error_message','Error deleting user from account linking table','yes'),(13948,'mo_account_linking_message','Link your social account to existing WordPress account by entering username and password.','yes'),(13949,'widget_image-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13950,'widget_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); /*!40000 ALTER TABLE `codingal_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_discount_codes` -- DROP TABLE IF EXISTS `codingal_pmpro_discount_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_discount_codes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(32) NOT NULL, `starts` date NOT NULL, `expires` date NOT NULL, `uses` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`), KEY `starts` (`starts`), KEY `expires` (`expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_discount_codes` -- LOCK TABLES `codingal_pmpro_discount_codes` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_discount_codes_levels` -- DROP TABLE IF EXISTS `codingal_pmpro_discount_codes_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_discount_codes_levels` ( `code_id` int(11) unsigned NOT NULL, `level_id` int(11) unsigned NOT NULL, `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00', `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00', `cycle_number` int(11) NOT NULL DEFAULT '0', `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month', `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?', `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00', `trial_limit` int(11) NOT NULL DEFAULT '0', `expiration_number` int(10) unsigned NOT NULL, `expiration_period` enum('Day','Week','Month','Year') NOT NULL, PRIMARY KEY (`code_id`,`level_id`), KEY `initial_payment` (`initial_payment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_discount_codes_levels` -- LOCK TABLES `codingal_pmpro_discount_codes_levels` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_discount_codes_uses` -- DROP TABLE IF EXISTS `codingal_pmpro_discount_codes_uses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_discount_codes_uses` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `code_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `order_id` int(10) unsigned NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_discount_codes_uses` -- LOCK TABLES `codingal_pmpro_discount_codes_uses` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes_uses` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_discount_codes_uses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_membership_levelmeta` -- DROP TABLE IF EXISTS `codingal_pmpro_membership_levelmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_membership_levelmeta` ( `meta_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `pmpro_membership_level_id` int(10) unsigned NOT NULL, `meta_key` varchar(255) NOT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `pmpro_membership_level_id` (`pmpro_membership_level_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_membership_levelmeta` -- LOCK TABLES `codingal_pmpro_membership_levelmeta` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_membership_levelmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_membership_levelmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_membership_levels` -- DROP TABLE IF EXISTS `codingal_pmpro_membership_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_membership_levels` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` longtext NOT NULL, `confirmation` longtext NOT NULL, `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00', `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00', `cycle_number` int(11) NOT NULL DEFAULT '0', `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month', `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?', `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00', `trial_limit` int(11) NOT NULL DEFAULT '0', `allow_signups` tinyint(4) NOT NULL DEFAULT '1', `expiration_number` int(10) unsigned NOT NULL, `expiration_period` enum('Day','Week','Month','Year') NOT NULL, PRIMARY KEY (`id`), KEY `allow_signups` (`allow_signups`), KEY `initial_payment` (`initial_payment`), KEY `name` (`name`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_membership_levels` -- LOCK TABLES `codingal_pmpro_membership_levels` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_membership_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_membership_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_membership_orders` -- DROP TABLE IF EXISTS `codingal_pmpro_membership_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_membership_orders` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(32) NOT NULL, `session_id` varchar(64) NOT NULL DEFAULT '', `user_id` int(11) unsigned NOT NULL DEFAULT '0', `membership_id` int(11) unsigned NOT NULL DEFAULT '0', `paypal_token` varchar(64) NOT NULL DEFAULT '', `billing_name` varchar(128) NOT NULL DEFAULT '', `billing_street` varchar(128) NOT NULL DEFAULT '', `billing_city` varchar(128) NOT NULL DEFAULT '', `billing_state` varchar(32) NOT NULL DEFAULT '', `billing_zip` varchar(16) NOT NULL DEFAULT '', `billing_country` varchar(128) NOT NULL, `billing_phone` varchar(32) NOT NULL, `subtotal` varchar(16) NOT NULL DEFAULT '', `tax` varchar(16) NOT NULL DEFAULT '', `couponamount` varchar(16) NOT NULL DEFAULT '', `checkout_id` int(11) NOT NULL DEFAULT '0', `certificate_id` int(11) NOT NULL DEFAULT '0', `certificateamount` varchar(16) NOT NULL DEFAULT '', `total` varchar(16) NOT NULL DEFAULT '', `payment_type` varchar(64) NOT NULL DEFAULT '', `cardtype` varchar(32) NOT NULL DEFAULT '', `accountnumber` varchar(32) NOT NULL DEFAULT '', `expirationmonth` char(2) NOT NULL DEFAULT '', `expirationyear` varchar(4) NOT NULL DEFAULT '', `status` varchar(32) NOT NULL DEFAULT '', `gateway` varchar(64) NOT NULL, `gateway_environment` varchar(64) NOT NULL, `payment_transaction_id` varchar(64) NOT NULL, `subscription_transaction_id` varchar(32) NOT NULL, `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_id` varchar(32) NOT NULL, `affiliate_subid` varchar(32) NOT NULL, `notes` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`), KEY `session_id` (`session_id`), KEY `user_id` (`user_id`), KEY `membership_id` (`membership_id`), KEY `status` (`status`), KEY `timestamp` (`timestamp`), KEY `gateway` (`gateway`), KEY `gateway_environment` (`gateway_environment`), KEY `payment_transaction_id` (`payment_transaction_id`), KEY `subscription_transaction_id` (`subscription_transaction_id`), KEY `affiliate_id` (`affiliate_id`), KEY `affiliate_subid` (`affiliate_subid`), KEY `checkout_id` (`checkout_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_membership_orders` -- LOCK TABLES `codingal_pmpro_membership_orders` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_membership_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_membership_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_memberships_categories` -- DROP TABLE IF EXISTS `codingal_pmpro_memberships_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_memberships_categories` ( `membership_id` int(11) unsigned NOT NULL, `category_id` int(11) unsigned NOT NULL, `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY `membership_category` (`membership_id`,`category_id`), UNIQUE KEY `category_membership` (`category_id`,`membership_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_memberships_categories` -- LOCK TABLES `codingal_pmpro_memberships_categories` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_memberships_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_memberships_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_memberships_pages` -- DROP TABLE IF EXISTS `codingal_pmpro_memberships_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_memberships_pages` ( `membership_id` int(11) unsigned NOT NULL, `page_id` int(11) unsigned NOT NULL, `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY `category_membership` (`page_id`,`membership_id`), UNIQUE KEY `membership_page` (`membership_id`,`page_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_memberships_pages` -- LOCK TABLES `codingal_pmpro_memberships_pages` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_memberships_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_memberships_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_pmpro_memberships_users` -- DROP TABLE IF EXISTS `codingal_pmpro_memberships_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_pmpro_memberships_users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) unsigned NOT NULL, `membership_id` int(11) unsigned NOT NULL, `code_id` int(11) unsigned NOT NULL, `initial_payment` decimal(10,2) NOT NULL, `billing_amount` decimal(10,2) NOT NULL, `cycle_number` int(11) NOT NULL, `cycle_period` enum('Day','Week','Month','Year') NOT NULL DEFAULT 'Month', `billing_limit` int(11) NOT NULL, `trial_amount` decimal(10,2) NOT NULL, `trial_limit` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime DEFAULT NULL, `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `membership_id` (`membership_id`), KEY `modified` (`modified`), KEY `code_id` (`code_id`), KEY `enddate` (`enddate`), KEY `user_id` (`user_id`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_pmpro_memberships_users` -- LOCK TABLES `codingal_pmpro_memberships_users` WRITE; /*!40000 ALTER TABLE `codingal_pmpro_memberships_users` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_pmpro_memberships_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_postmeta` -- DROP TABLE IF EXISTS `codingal_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9718 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_postmeta` -- LOCK TABLES `codingal_postmeta` WRITE; /*!40000 ALTER TABLE `codingal_postmeta` DISABLE KEYS */; INSERT INTO `codingal_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,4,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5,4,'_thim_demo_content','yes'),(6,4,'slide_template',''),(9,128,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10,128,'_thim_demo_content','yes'),(11,128,'slide_template','default'),(12,128,'thim_image',''),(13,128,'thim_video',''),(14,128,'thim_quote',''),(15,128,'thim_author',''),(16,128,'thim_author_url',''),(17,128,'thim_url',''),(18,128,'thim_text',''),(19,128,'thim_gallery',''),(20,128,'thim_audio','<iframe width=\"100%\" height=\"176\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/79639866&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true\"></iframe>'),(21,128,'thim_mtb_using_custom_heading','0'),(22,128,'thim_mtb_hide_title_and_subtitle','0'),(23,128,'thim_mtb_custom_title',''),(24,128,'thim_subtitle',''),(25,128,'thim_mtb_hide_breadcrumbs','0'),(26,128,'thim_custom_heading_bg',''),(27,128,'thim_mtb_top_image',''),(28,128,'thim_mtb_bg_color',''),(29,128,'thim_mtb_text_color',''),(30,128,'thim_mtb_color_sub_title',''),(31,128,'thim_mtb_custom_layout','0'),(32,128,'thim_mtb_layout','sidebar-left'),(33,128,'thim_mtb_no_padding','0'),(34,128,'thim_number_related','4'),(35,128,'thim_text_share_this',''),(36,128,'thim_share_one_face','1'),(37,128,'thim_share_one_twitter','1'),(38,128,'thim_share_one_google_plus','1'),(39,128,'thim_share_one_tumblr','1'),(42,4510,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(43,4510,'_thim_demo_content','yes'),(44,4510,'_thumbnail_id','4423'),(45,4510,'slide_template',''),(46,4510,'_yoast_wpseo_primary_category','8'),(47,4510,'thim_image',''),(48,4510,'thim_video',''),(49,4510,'thim_quote',''),(50,4510,'thim_author',''),(51,4510,'thim_author_url',''),(52,4510,'thim_url',''),(53,4510,'thim_text',''),(54,4510,'thim_audio',''),(55,4510,'thim_mtb_using_custom_heading','0'),(56,4510,'thim_mtb_hide_title_and_subtitle','0'),(57,4510,'thim_mtb_custom_title',''),(58,4510,'thim_subtitle',''),(59,4510,'thim_mtb_hide_breadcrumbs','0'),(60,4510,'thim_custom_heading_bg',''),(61,4510,'thim_mtb_top_image',''),(62,4510,'thim_mtb_bg_color',''),(63,4510,'thim_mtb_text_color',''),(64,4510,'thim_mtb_color_sub_title',''),(65,4510,'thim_mtb_custom_layout','0'),(66,4510,'thim_mtb_layout','sidebar-left'),(67,4510,'thim_mtb_no_padding','0'),(68,4510,'thim_number_related','4'),(69,4510,'thim_gallery','3237'),(70,4510,'thim_gallery','3284'),(71,4510,'thim_gallery','3313'),(72,4510,'thim_gallery','3317'),(73,4510,'thim_gallery','3088'),(76,4512,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(77,4512,'_thim_demo_content','yes'),(78,4512,'_thumbnail_id','6611'),(79,4512,'slide_template','default'),(80,4512,'_yoast_wpseo_primary_category','9'),(81,4512,'thim_image',''),(82,4512,'thim_video',''),(83,4512,'thim_quote',''),(84,4512,'thim_author',''),(85,4512,'thim_author_url',''),(86,4512,'thim_url',''),(87,4512,'thim_text',''),(88,4512,'thim_audio',''),(89,4512,'thim_mtb_using_custom_heading','0'),(90,4512,'thim_mtb_hide_title_and_subtitle','0'),(91,4512,'thim_mtb_custom_title',''),(92,4512,'thim_subtitle',''),(93,4512,'thim_mtb_hide_breadcrumbs','0'),(94,4512,'thim_custom_heading_bg',''),(95,4512,'thim_mtb_top_image',''),(96,4512,'thim_mtb_bg_color',''),(97,4512,'thim_mtb_text_color',''),(98,4512,'thim_mtb_color_sub_title',''),(99,4512,'thim_mtb_custom_layout','0'),(100,4512,'thim_mtb_layout','sidebar-left'),(101,4512,'thim_mtb_no_padding','0'),(102,4512,'thim_number_related','3'),(103,4512,'_dp_original','4510'),(104,4512,'_yoast_wpseo_content_score','30'),(105,4512,'thim_gallery','6611'),(106,4512,'thim_gallery','6612'),(107,4512,'thim_gallery','6610'),(108,4512,'thim_gallery','6609'),(111,4513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(112,4513,'_thim_demo_content','yes'),(113,4513,'_thumbnail_id','4435'),(114,4513,'slide_template','default'),(115,4513,'_yoast_wpseo_primary_category','9'),(116,4513,'thim_image',''),(117,4513,'thim_video',''),(118,4513,'thim_quote',''),(119,4513,'thim_author',''),(120,4513,'thim_author_url',''),(121,4513,'thim_url',''),(122,4513,'thim_text',''),(123,4513,'thim_audio',''),(124,4513,'thim_mtb_using_custom_heading','0'),(125,4513,'thim_mtb_hide_title_and_subtitle','0'),(126,4513,'thim_mtb_custom_title',''),(127,4513,'thim_subtitle',''),(128,4513,'thim_mtb_hide_breadcrumbs','0'),(129,4513,'thim_custom_heading_bg',''),(130,4513,'thim_mtb_top_image',''),(131,4513,'thim_mtb_bg_color',''),(132,4513,'thim_mtb_text_color',''),(133,4513,'thim_mtb_color_sub_title',''),(134,4513,'thim_mtb_custom_layout','0'),(135,4513,'thim_mtb_layout','sidebar-left'),(136,4513,'thim_mtb_no_padding','0'),(137,4513,'thim_number_related','4'),(138,4513,'_dp_original','4510'),(139,4513,'_yoast_wpseo_content_score','30'),(140,4513,'thim_gallery','4435'),(141,4513,'thim_gallery','4423'),(142,4513,'thim_gallery','4419'),(145,4514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(146,4514,'_thim_demo_content','yes'),(147,4514,'_thumbnail_id','4419'),(148,4514,'slide_template',''),(149,4514,'_yoast_wpseo_primary_category','11'),(150,4514,'thim_image',''),(151,4514,'thim_video',''),(152,4514,'thim_quote',''),(153,4514,'thim_author',''),(154,4514,'thim_author_url',''),(155,4514,'thim_url',''),(156,4514,'thim_text',''),(157,4514,'thim_audio',''),(158,4514,'thim_mtb_using_custom_heading','0'),(159,4514,'thim_mtb_hide_title_and_subtitle','0'),(160,4514,'thim_mtb_custom_title',''),(161,4514,'thim_subtitle',''),(162,4514,'thim_mtb_hide_breadcrumbs','0'),(163,4514,'thim_custom_heading_bg',''),(164,4514,'thim_mtb_top_image',''),(165,4514,'thim_mtb_bg_color',''),(166,4514,'thim_mtb_text_color',''),(167,4514,'thim_mtb_color_sub_title',''),(168,4514,'thim_mtb_custom_layout','0'),(169,4514,'thim_mtb_layout','sidebar-left'),(170,4514,'thim_mtb_no_padding','0'),(171,4514,'thim_number_related','4'),(172,4514,'_dp_original','4510'),(173,4514,'thim_gallery','4443'),(174,4514,'thim_gallery','4418'),(175,4514,'thim_gallery','4411'),(176,4514,'thim_gallery','4414'),(177,4514,'thim_gallery','4419'),(180,4515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,4515,'_thim_demo_content','yes'),(182,4515,'_thumbnail_id','6608'),(183,4515,'slide_template','default'),(184,4515,'_yoast_wpseo_primary_category','11'),(185,4515,'thim_image',''),(186,4515,'thim_video',''),(187,4515,'thim_quote',''),(188,4515,'thim_author',''),(189,4515,'thim_author_url',''),(190,4515,'thim_url',''),(191,4515,'thim_text',''),(192,4515,'thim_audio',''),(193,4515,'thim_mtb_using_custom_heading','0'),(194,4515,'thim_mtb_hide_title_and_subtitle','0'),(195,4515,'thim_mtb_custom_title',''),(196,4515,'thim_subtitle',''),(197,4515,'thim_mtb_hide_breadcrumbs','0'),(198,4515,'thim_custom_heading_bg',''),(199,4515,'thim_mtb_top_image',''),(200,4515,'thim_mtb_bg_color',''),(201,4515,'thim_mtb_text_color',''),(202,4515,'thim_mtb_color_sub_title',''),(203,4515,'thim_mtb_custom_layout','0'),(204,4515,'thim_mtb_layout','sidebar-left'),(205,4515,'thim_mtb_no_padding','0'),(206,4515,'thim_number_related','3'),(207,4515,'_dp_original','4510'),(208,4515,'_yoast_wpseo_content_score','30'),(209,4515,'thim_gallery','6609'),(210,4515,'thim_gallery','6610'),(211,4515,'thim_gallery','6611'),(212,4515,'thim_gallery','6612'),(215,4516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(216,4516,'_thim_demo_content','yes'),(217,4516,'_thumbnail_id','4414'),(218,4516,'slide_template',''),(219,4516,'_yoast_wpseo_primary_category','11'),(220,4516,'thim_image',''),(221,4516,'thim_video',''),(222,4516,'thim_quote',''),(223,4516,'thim_author',''),(224,4516,'thim_author_url',''),(225,4516,'thim_url',''),(226,4516,'thim_text',''),(227,4516,'thim_audio',''),(228,4516,'thim_mtb_using_custom_heading','0'),(229,4516,'thim_mtb_hide_title_and_subtitle','0'),(230,4516,'thim_mtb_custom_title',''),(231,4516,'thim_subtitle',''),(232,4516,'thim_mtb_hide_breadcrumbs','0'),(233,4516,'thim_custom_heading_bg',''),(234,4516,'thim_mtb_top_image',''),(235,4516,'thim_mtb_bg_color',''),(236,4516,'thim_mtb_text_color',''),(237,4516,'thim_mtb_color_sub_title',''),(238,4516,'thim_mtb_custom_layout','0'),(239,4516,'thim_mtb_layout','sidebar-left'),(240,4516,'thim_mtb_no_padding','0'),(241,4516,'thim_number_related','4'),(242,4516,'_dp_original','4510'),(243,4516,'thim_gallery','4418'),(244,4516,'thim_gallery','4443'),(245,4516,'thim_gallery','4411'),(246,4516,'thim_gallery','4414'),(247,4516,'thim_gallery','4419'),(250,4517,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(251,4517,'_thim_demo_content','yes'),(252,4517,'_thumbnail_id','4427'),(253,4517,'slide_template',''),(254,4517,'_yoast_wpseo_primary_category','8'),(255,4517,'thim_image',''),(256,4517,'thim_video',''),(257,4517,'thim_quote',''),(258,4517,'thim_author',''),(259,4517,'thim_author_url',''),(260,4517,'thim_url',''),(261,4517,'thim_text',''),(262,4517,'thim_audio',''),(263,4517,'thim_mtb_using_custom_heading','0'),(264,4517,'thim_mtb_hide_title_and_subtitle','0'),(265,4517,'thim_mtb_custom_title',''),(266,4517,'thim_subtitle',''),(267,4517,'thim_mtb_hide_breadcrumbs','0'),(268,4517,'thim_custom_heading_bg',''),(269,4517,'thim_mtb_top_image',''),(270,4517,'thim_mtb_bg_color',''),(271,4517,'thim_mtb_text_color',''),(272,4517,'thim_mtb_color_sub_title',''),(273,4517,'thim_mtb_custom_layout','0'),(274,4517,'thim_mtb_layout','sidebar-left'),(275,4517,'thim_mtb_no_padding','0'),(276,4517,'thim_number_related','4'),(277,4517,'_dp_original','4510'),(278,4517,'thim_gallery','3237'),(279,4517,'thim_gallery','3284'),(280,4517,'thim_gallery','3313'),(281,4517,'thim_gallery','3317'),(282,4517,'thim_gallery','3088'),(285,4518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(286,4518,'_thim_demo_content','yes'),(287,4518,'slide_template','default'),(288,4518,'_yoast_wpseo_primary_category','8'),(289,4518,'thim_image',''),(290,4518,'thim_video',''),(291,4518,'thim_quote',''),(292,4518,'thim_author',''),(293,4518,'thim_author_url',''),(294,4518,'thim_url',''),(295,4518,'thim_text',''),(296,4518,'thim_audio',''),(297,4518,'thim_mtb_using_custom_heading','0'),(298,4518,'thim_mtb_hide_title_and_subtitle','0'),(299,4518,'thim_mtb_custom_title',''),(300,4518,'thim_subtitle',''),(301,4518,'thim_mtb_hide_breadcrumbs','0'),(302,4518,'thim_custom_heading_bg',''),(303,4518,'thim_mtb_top_image',''),(304,4518,'thim_mtb_bg_color',''),(305,4518,'thim_mtb_text_color',''),(306,4518,'thim_mtb_color_sub_title',''),(307,4518,'thim_mtb_custom_layout','0'),(308,4518,'thim_mtb_layout','sidebar-left'),(309,4518,'thim_mtb_no_padding','0'),(310,4518,'thim_number_related','4'),(311,4518,'_dp_original','4510'),(312,4518,'_thumbnail_id','3079'),(313,4518,'_yoast_wpseo_content_score','30'),(314,4518,'thim_gallery','3088'),(315,4518,'thim_gallery','3284'),(316,4518,'thim_gallery','3313'),(317,4518,'thim_gallery','3282'),(320,54,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(321,54,'_thim_demo_content','yes'),(322,54,'slide_template','default'),(323,54,'thim_image',''),(324,54,'thim_video',''),(325,54,'thim_quote',''),(326,54,'thim_author',''),(327,54,'thim_author_url',''),(328,54,'thim_url',''),(329,54,'thim_text',''),(330,54,'thim_gallery',''),(331,54,'thim_audio',''),(332,54,'thim_mtb_using_custom_heading','0'),(333,54,'thim_mtb_hide_title_and_subtitle','0'),(334,54,'thim_mtb_custom_title',''),(335,54,'thim_subtitle',''),(336,54,'thim_mtb_hide_breadcrumbs','0'),(337,54,'thim_custom_heading_bg',''),(338,54,'thim_mtb_top_image',''),(339,54,'thim_mtb_bg_color',''),(340,54,'thim_mtb_text_color',''),(341,54,'thim_mtb_color_sub_title',''),(342,54,'thim_mtb_custom_layout','0'),(343,54,'thim_mtb_layout','sidebar-left'),(344,54,'thim_mtb_no_padding','0'),(345,54,'thim_number_related','3'),(346,54,'thim_text_share_this',''),(347,54,'thim_share_one_face','1'),(348,54,'thim_share_one_twitter','1'),(349,54,'thim_share_one_google_plus','1'),(350,54,'thim_share_one_tumblr','1'),(351,54,'_thumbnail_id','3056'),(354,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(355,59,'_thim_demo_content','yes'),(356,59,'slide_template','default'),(359,59,'thim_quote',''),(360,59,'thim_author',''),(361,59,'thim_author_url',''),(362,59,'thim_url',''),(363,59,'thim_text',''),(366,59,'thim_mtb_using_custom_heading','0'),(367,59,'thim_mtb_hide_title_and_subtitle','0'),(370,59,'thim_mtb_hide_breadcrumbs','0'),(371,59,'thim_custom_heading_bg',''),(376,59,'thim_mtb_custom_layout','0'),(377,59,'thim_mtb_layout','sidebar-left'),(378,59,'thim_mtb_no_padding','0'),(379,59,'thim_number_related','3'),(380,59,'thim_text_share_this',''),(381,59,'thim_share_one_face','1'),(382,59,'thim_share_one_twitter','1'),(383,59,'thim_share_one_google_plus','1'),(384,59,'thim_share_one_tumblr','1'),(385,59,'_dp_original','54'),(386,59,'_thumbnail_id','1771'),(387,59,'_wp_old_slug','administrator-earns-scholarship'),(390,60,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(391,60,'_thim_demo_content','yes'),(392,60,'slide_template','default'),(393,60,'thim_image',''),(394,60,'thim_video',''),(395,60,'thim_quote',''),(396,60,'thim_author',''),(397,60,'thim_author_url',''),(398,60,'thim_url',''),(399,60,'thim_text',''),(400,60,'thim_gallery',''),(401,60,'thim_audio',''),(402,60,'thim_mtb_using_custom_heading','0'),(403,60,'thim_mtb_hide_title_and_subtitle','0'),(404,60,'thim_mtb_custom_title',''),(405,60,'thim_subtitle',''),(406,60,'thim_mtb_hide_breadcrumbs','0'),(407,60,'thim_custom_heading_bg',''),(408,60,'thim_mtb_top_image',''),(409,60,'thim_mtb_bg_color',''),(410,60,'thim_mtb_text_color',''),(411,60,'thim_mtb_color_sub_title',''),(412,60,'thim_mtb_custom_layout','0'),(413,60,'thim_mtb_layout','sidebar-left'),(414,60,'thim_mtb_no_padding','0'),(415,60,'thim_number_related','3'),(416,60,'thim_text_share_this',''),(417,60,'thim_share_one_face','1'),(418,60,'thim_share_one_twitter','1'),(419,60,'thim_share_one_google_plus','1'),(420,60,'thim_share_one_tumblr','1'),(421,60,'_dp_original','54'),(422,60,'_thumbnail_id','1769'),(423,60,'_wp_old_slug','lms-wordpess-plugin'),(426,71,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(427,71,'_thim_demo_content','yes'),(428,71,'slide_template','default'),(431,71,'thim_quote',''),(432,71,'thim_author',''),(433,71,'thim_author_url',''),(434,71,'thim_url',''),(435,71,'thim_text',''),(438,71,'thim_mtb_using_custom_heading','0'),(439,71,'thim_mtb_hide_title_and_subtitle','0'),(442,71,'thim_mtb_hide_breadcrumbs','0'),(443,71,'thim_custom_heading_bg',''),(448,71,'thim_mtb_custom_layout','0'),(449,71,'thim_mtb_layout','sidebar-left'),(450,71,'thim_mtb_no_padding','0'),(451,71,'thim_number_related','3'),(452,71,'thim_text_share_this',''),(453,71,'thim_share_one_face','1'),(454,71,'thim_share_one_twitter','1'),(455,71,'thim_share_one_google_plus','1'),(456,71,'thim_share_one_tumblr','1'),(457,71,'_dp_original','58'),(458,71,'_thumbnail_id','1770'),(461,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(462,130,'_thim_demo_content','yes'),(463,130,'slide_template','default'),(464,130,'thim_image',''),(465,130,'thim_video','<iframe src=\"https://player.vimeo.com/video/32655795\" width=\"100%\" height=\"490\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(466,130,'thim_quote',''),(467,130,'thim_author',''),(468,130,'thim_author_url',''),(469,130,'thim_url',''),(470,130,'thim_text',''),(471,130,'thim_gallery',''),(472,130,'thim_audio',''),(473,130,'thim_mtb_using_custom_heading','0'),(474,130,'thim_mtb_hide_title_and_subtitle','0'),(475,130,'thim_mtb_custom_title',''),(476,130,'thim_subtitle',''),(477,130,'thim_mtb_hide_breadcrumbs','0'),(478,130,'thim_custom_heading_bg',''),(479,130,'thim_mtb_top_image',''),(480,130,'thim_mtb_bg_color',''),(481,130,'thim_mtb_text_color',''),(482,130,'thim_mtb_color_sub_title',''),(483,130,'thim_mtb_custom_layout','0'),(484,130,'thim_mtb_layout','sidebar-left'),(485,130,'thim_mtb_no_padding','0'),(486,130,'thim_number_related','4'),(487,130,'thim_text_share_this',''),(488,130,'thim_share_one_face','1'),(489,130,'thim_share_one_twitter','1'),(490,130,'thim_share_one_google_plus','1'),(491,130,'thim_share_one_tumblr','1'),(494,3696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(495,3696,'_thim_demo_content','yes'),(496,3696,'slide_template','default'),(497,3696,'thim_image',''),(498,3696,'thim_video',''),(499,3696,'thim_quote',''),(500,3696,'thim_author',''),(501,3696,'thim_author_url',''),(502,3696,'thim_url',''),(503,3696,'thim_text',''),(504,3696,'thim_gallery',''),(505,3696,'thim_audio',''),(506,3696,'thim_mtb_using_custom_heading','0'),(507,3696,'thim_mtb_hide_title_and_subtitle','0'),(508,3696,'thim_mtb_custom_title',''),(509,3696,'thim_subtitle',''),(510,3696,'thim_mtb_hide_breadcrumbs','0'),(511,3696,'thim_custom_heading_bg',''),(512,3696,'thim_mtb_top_image',''),(513,3696,'thim_mtb_bg_color',''),(514,3696,'thim_mtb_text_color',''),(515,3696,'thim_mtb_color_sub_title',''),(516,3696,'thim_mtb_custom_layout','0'),(517,3696,'thim_mtb_layout','sidebar-left'),(518,3696,'thim_mtb_no_padding','0'),(519,3696,'thim_number_related','3'),(520,3696,'thim_text_share_this',''),(521,3696,'thim_share_one_face','1'),(522,3696,'thim_share_one_twitter','1'),(523,3696,'thim_share_one_google_plus','1'),(524,3696,'thim_share_one_tumblr','1'),(525,3696,'_thumbnail_id','3712'),(526,3696,'_wp_old_slug','lms-wordpess-plugin'),(527,3696,'_dp_original','60'),(530,3697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(531,3697,'_thim_demo_content','yes'),(532,3697,'slide_template','default'),(533,3697,'thim_image',''),(534,3697,'thim_video',''),(535,3697,'thim_quote',''),(536,3697,'thim_author',''),(537,3697,'thim_author_url',''),(538,3697,'thim_url',''),(539,3697,'thim_text',''),(540,3697,'thim_gallery',''),(541,3697,'thim_audio',''),(542,3697,'thim_mtb_using_custom_heading','0'),(543,3697,'thim_mtb_hide_title_and_subtitle','0'),(544,3697,'thim_mtb_custom_title',''),(545,3697,'thim_subtitle',''),(546,3697,'thim_mtb_hide_breadcrumbs','0'),(547,3697,'thim_custom_heading_bg',''),(548,3697,'thim_mtb_top_image',''),(549,3697,'thim_mtb_bg_color',''),(550,3697,'thim_mtb_text_color',''),(551,3697,'thim_mtb_color_sub_title',''),(552,3697,'thim_mtb_custom_layout','0'),(553,3697,'thim_mtb_layout','sidebar-left'),(554,3697,'thim_mtb_no_padding','0'),(555,3697,'thim_number_related','3'),(556,3697,'thim_text_share_this',''),(557,3697,'thim_share_one_face','1'),(558,3697,'thim_share_one_twitter','1'),(559,3697,'thim_share_one_google_plus','1'),(560,3697,'thim_share_one_tumblr','1'),(561,3697,'_dp_original','71'),(562,3697,'_thumbnail_id','3714'),(565,3698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(566,3698,'_thim_demo_content','yes'),(567,3698,'slide_template','default'),(570,3698,'thim_quote',''),(571,3698,'thim_author',''),(572,3698,'thim_author_url',''),(573,3698,'thim_url',''),(574,3698,'thim_text',''),(577,3698,'thim_mtb_using_custom_heading','0'),(578,3698,'thim_mtb_hide_title_and_subtitle','0'),(581,3698,'thim_mtb_hide_breadcrumbs','0'),(582,3698,'thim_custom_heading_bg',''),(587,3698,'thim_mtb_custom_layout','0'),(588,3698,'thim_mtb_layout','sidebar-left'),(589,3698,'thim_mtb_no_padding','0'),(590,3698,'thim_number_related','3'),(591,3698,'thim_text_share_this',''),(592,3698,'thim_share_one_face','1'),(593,3698,'thim_share_one_twitter','1'),(594,3698,'thim_share_one_google_plus','1'),(595,3698,'thim_share_one_tumblr','1'),(596,3698,'_thumbnail_id','3711'),(597,3698,'_wp_old_slug','administrator-earns-scholarship'),(598,3698,'_dp_original','59'),(601,3699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(602,3699,'_thim_demo_content','yes'),(603,3699,'slide_template','default'),(606,3699,'thim_quote',''),(607,3699,'thim_author',''),(608,3699,'thim_author_url',''),(609,3699,'thim_url',''),(610,3699,'thim_text',''),(613,3699,'thim_mtb_using_custom_heading','0'),(614,3699,'thim_mtb_hide_title_and_subtitle','0'),(617,3699,'thim_mtb_hide_breadcrumbs','0'),(618,3699,'thim_custom_heading_bg',''),(623,3699,'thim_mtb_custom_layout','0'),(624,3699,'thim_mtb_layout','sidebar-left'),(625,3699,'thim_mtb_no_padding','0'),(626,3699,'thim_number_related','3'),(627,3699,'thim_text_share_this',''),(628,3699,'thim_share_one_face','1'),(629,3699,'thim_share_one_twitter','1'),(630,3699,'thim_share_one_google_plus','1'),(631,3699,'thim_share_one_tumblr','1'),(632,3699,'_thumbnail_id','3704'),(633,3699,'_dp_original','54'),(634,4519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(635,4519,'_thim_demo_content','yes'),(636,4519,'_wp_page_template','default'),(637,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(638,5,'_thim_demo_content','yes'),(639,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(640,6,'_thim_demo_content','yes'),(641,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(642,7,'_thim_demo_content','yes'),(643,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(644,8,'_thim_demo_content','yes'),(645,8,'_lpr_is_profile_page','1'),(646,8,'slide_template','default'),(647,8,'thim_mtb_using_custom_heading','0'),(648,8,'thim_mtb_hide_title_and_subtitle','0'),(649,8,'thim_mtb_custom_title',''),(650,8,'thim_subtitle',''),(651,8,'thim_mtb_hide_breadcrumbs','0'),(652,8,'thim_custom_heading_bg',''),(653,8,'thim_mtb_top_image',''),(654,8,'thim_mtb_bg_color',''),(655,8,'thim_mtb_text_color',''),(656,8,'thim_mtb_color_sub_title',''),(657,8,'thim_mtb_custom_layout','1'),(658,8,'thim_mtb_layout','full-content'),(659,8,'thim_mtb_no_padding','0'),(660,8,'thim_id_course',''),(661,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(662,12,'_wpb_shortcodes_custom_css','.vc_custom_1471005335630{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471791722105{margin-bottom: 100px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471791457305{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}.vc_custom_1471791466594{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}.vc_custom_1471791487523{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}'),(663,12,'_thim_demo_content','yes'),(664,12,'thim_mtb_using_custom_heading','0'),(665,12,'thim_mtb_hide_title_and_subtitle','0'),(666,12,'thim_mtb_custom_title',''),(667,12,'thim_subtitle',''),(668,12,'thim_mtb_hide_breadcrumbs','0'),(669,12,'thim_custom_heading_bg',''),(670,12,'thim_mtb_top_image',''),(671,12,'thim_mtb_bg_color',''),(672,12,'thim_mtb_text_color',''),(673,12,'thim_mtb_color_sub_title',''),(674,12,'thim_mtb_custom_layout','0'),(675,12,'thim_mtb_layout','full-content'),(676,12,'thim_mtb_no_padding','0'),(677,12,'thim_id_course',''),(678,12,'slide_template','default'),(679,12,'_wp_page_template','page-templates/homepage.php'),(680,12,'_yoast_wpseo_focuskw_text_input','education wordpress theme'),(681,12,'_yoast_wpseo_focuskw','education wordpress theme'),(682,12,'_yoast_wpseo_title','#1 Education WordPress Theme for 2016'),(683,12,'_yoast_wpseo_metadesc','Best education WordPress Theme for educational, training center, education center, university, college, kindergarten, courses hub and academy.'),(684,12,'_yoast_wpseo_linkdex','72'),(685,12,'_wpb_vc_js_status','true'),(686,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(687,12,'_yoast_wpseo_content_score','90'),(688,12,'_wpb_shortcodes_custom_css','.vc_custom_1471005335630{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471791722105{margin-bottom: 100px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471791457305{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}.vc_custom_1471791466594{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}.vc_custom_1471791487523{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}'),(689,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(690,87,'_wpb_shortcodes_custom_css','.vc_custom_1470926290410{margin-top: 30px !important;margin-bottom: 80px !important;}.vc_custom_1470931129078{padding-top: 30px !important;padding-bottom: 100px !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1470926767848{margin-bottom: 0px !important;}.vc_custom_1470924989540{padding-right: 30px !important;}.vc_custom_1470924975090{padding-left: 30px !important;}.vc_custom_1470926005243{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926166389{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926187379{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926107488{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926116338{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926141337{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926203133{padding-right: 0px !important;padding-left: 0px !important;}'),(691,87,'_thim_demo_content','yes'),(692,87,'slide_template','default'),(693,87,'thim_mtb_using_custom_heading','0'),(694,87,'thim_mtb_hide_title_and_subtitle','0'),(697,87,'thim_mtb_hide_breadcrumbs','0'),(698,87,'thim_custom_heading_bg',''),(703,87,'thim_mtb_custom_layout','1'),(704,87,'thim_mtb_layout','full-content'),(705,87,'thim_mtb_no_padding','1'),(706,87,'thim_id_course',''),(707,87,'_wpb_vc_js_status','true'),(708,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(709,87,'_wpb_shortcodes_custom_css','.vc_custom_1470926290410{margin-top: 30px !important;margin-bottom: 80px !important;}.vc_custom_1470931129078{padding-top: 30px !important;padding-bottom: 100px !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1470926767848{margin-bottom: 0px !important;}.vc_custom_1470924989540{padding-right: 30px !important;}.vc_custom_1470924975090{padding-left: 30px !important;}.vc_custom_1470926005243{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926166389{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926187379{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}.vc_custom_1470926107488{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926116338{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926141337{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1470926203133{padding-right: 0px !important;padding-left: 0px !important;}'),(710,87,'_yoast_wpseo_content_score','90'),(711,91,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(712,91,'_wpb_shortcodes_custom_css','.vc_custom_1471068902336{padding-top: 30px !important;}.vc_custom_1471081202363{margin-bottom: 5px !important;padding-top: 45px !important;}.vc_custom_1471081192844{margin-bottom: 0px !important;}.vc_custom_1471081370883{padding-right: 17px !important;}.vc_custom_1471081383034{padding-left: 17px !important;}'),(713,91,'_thim_demo_content','yes'),(714,91,'slide_template','default'),(715,91,'thim_mtb_using_custom_heading','1'),(716,91,'thim_mtb_hide_title_and_subtitle','0'),(717,91,'thim_mtb_custom_title','FAQ Page'),(719,91,'thim_mtb_hide_breadcrumbs','0'),(720,91,'thim_custom_heading_bg',''),(725,91,'thim_mtb_custom_layout','1'),(726,91,'thim_mtb_layout','full-content'),(727,91,'thim_mtb_no_padding','1'),(728,91,'thim_id_course',''),(729,91,'_wpb_vc_js_status','true'),(730,91,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(731,91,'_wpb_shortcodes_custom_css','.vc_custom_1471068902336{padding-top: 30px !important;}.vc_custom_1471081202363{margin-bottom: 5px !important;padding-top: 45px !important;}.vc_custom_1471081192844{margin-bottom: 0px !important;}.vc_custom_1471081370883{padding-right: 17px !important;}.vc_custom_1471081383034{padding-left: 17px !important;}'),(732,91,'_yoast_wpseo_content_score','60'),(733,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(734,125,'_thim_demo_content','yes'),(735,125,'slide_template','default'),(736,125,'thim_mtb_using_custom_heading','1'),(737,125,'thim_mtb_hide_title_and_subtitle','0'),(738,125,'thim_mtb_custom_title','Blog'),(739,125,'thim_subtitle',''),(740,125,'thim_mtb_hide_breadcrumbs','0'),(741,125,'thim_custom_heading_bg',''),(742,125,'thim_mtb_top_image',''),(743,125,'thim_mtb_bg_color',''),(744,125,'thim_mtb_text_color',''),(745,125,'thim_mtb_color_sub_title',''),(746,125,'thim_mtb_custom_layout','0'),(747,125,'thim_mtb_layout','sidebar-left'),(748,125,'thim_mtb_no_padding','0'),(749,125,'thim_id_course',''),(750,125,'thim_page_for_posts','1'),(751,1697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(752,1697,'_thim_demo_content','yes'),(753,1698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(754,1698,'_thim_demo_content','yes'),(755,1698,'slide_template','default'),(756,1698,'thim_mtb_using_custom_heading','0'),(757,1698,'thim_mtb_hide_title_and_subtitle','0'),(758,1698,'thim_mtb_custom_title',''),(759,1698,'thim_subtitle',''),(760,1698,'thim_mtb_hide_breadcrumbs','0'),(761,1698,'thim_custom_heading_bg',''),(762,1698,'thim_mtb_top_image',''),(763,1698,'thim_mtb_bg_color',''),(764,1698,'thim_mtb_text_color',''),(765,1698,'thim_mtb_color_sub_title',''),(766,1698,'thim_mtb_custom_layout','1'),(767,1698,'thim_mtb_layout','full-content'),(768,1698,'thim_mtb_no_padding','0'),(769,1698,'thim_id_course',''),(770,1699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(771,1699,'_thim_demo_content','yes'),(772,1699,'slide_template','default'),(773,1699,'thim_mtb_using_custom_heading','0'),(774,1699,'thim_mtb_hide_title_and_subtitle','0'),(775,1699,'thim_mtb_custom_title',''),(776,1699,'thim_subtitle',''),(777,1699,'thim_mtb_hide_breadcrumbs','0'),(778,1699,'thim_custom_heading_bg',''),(779,1699,'thim_mtb_top_image',''),(780,1699,'thim_mtb_bg_color',''),(781,1699,'thim_mtb_text_color',''),(782,1699,'thim_mtb_color_sub_title',''),(783,1699,'thim_mtb_custom_layout','1'),(784,1699,'thim_mtb_layout','full-content'),(785,1699,'thim_mtb_no_padding','0'),(786,1699,'thim_id_course',''),(787,1700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(788,1700,'_thim_demo_content','yes'),(789,1700,'slide_template','default'),(790,1700,'thim_mtb_using_custom_heading','0'),(791,1700,'thim_mtb_hide_title_and_subtitle','0'),(792,1700,'thim_mtb_custom_title',''),(793,1700,'thim_subtitle',''),(794,1700,'thim_mtb_hide_breadcrumbs','0'),(795,1700,'thim_custom_heading_bg',''),(796,1700,'thim_mtb_top_image',''),(797,1700,'thim_mtb_bg_color',''),(798,1700,'thim_mtb_text_color',''),(799,1700,'thim_mtb_color_sub_title',''),(800,1700,'thim_mtb_custom_layout','1'),(801,1700,'thim_mtb_layout','full-content'),(802,1700,'thim_mtb_no_padding','0'),(803,1700,'thim_id_course',''),(804,2778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(805,2778,'_thim_demo_content','yes'),(806,2778,'slide_template','default'),(807,2778,'thim_mtb_using_custom_heading','0'),(808,2778,'thim_mtb_hide_title_and_subtitle','0'),(811,2778,'thim_mtb_hide_breadcrumbs','0'),(812,2778,'thim_custom_heading_bg',''),(817,2778,'thim_mtb_custom_layout','0'),(818,2778,'thim_mtb_layout','sidebar-left'),(819,2778,'thim_mtb_no_padding','0'),(820,2778,'thim_id_course',''),(821,2780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(822,2780,'_wpb_shortcodes_custom_css','.vc_custom_1471278472827{padding-top: 30px !important;}.vc_custom_1471882824362{margin-bottom: 15px !important;}.vc_custom_1471883032517{margin-bottom: 0px !important;}.vc_custom_1471883052082{margin-bottom: 65px !important;}.vc_custom_1471883042501{margin-bottom: 65px !important;}'),(823,2780,'_thim_demo_content','yes'),(824,2780,'slide_template','default'),(825,2780,'thim_mtb_using_custom_heading','0'),(826,2780,'thim_mtb_hide_title_and_subtitle','0'),(827,2780,'thim_mtb_custom_title',''),(828,2780,'thim_subtitle',''),(829,2780,'thim_mtb_hide_breadcrumbs','0'),(830,2780,'thim_custom_heading_bg',''),(831,2780,'thim_mtb_top_image',''),(832,2780,'thim_mtb_bg_color',''),(833,2780,'thim_mtb_text_color',''),(834,2780,'thim_mtb_color_sub_title',''),(835,2780,'thim_mtb_custom_layout','1'),(836,2780,'thim_mtb_layout','full-content'),(837,2780,'thim_mtb_no_padding','1'),(838,2780,'thim_id_course',''),(839,2780,'_wpb_vc_js_status','true'),(840,2780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(841,2780,'_wpb_shortcodes_custom_css','.vc_custom_1471278472827{padding-top: 30px !important;}.vc_custom_1471882824362{margin-bottom: 15px !important;}.vc_custom_1471883032517{margin-bottom: 0px !important;}.vc_custom_1471883052082{margin-bottom: 65px !important;}.vc_custom_1471883042501{margin-bottom: 65px !important;}'),(842,2780,'_yoast_wpseo_content_score','60'),(843,2801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(844,2801,'_wpb_shortcodes_custom_css','.vc_custom_1471451947317{margin-bottom: 80px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2015/11/bg-home-2.jpg?id=2809) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471451509115{padding-top: 120px !important;padding-bottom: 111px !important;}.vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}'),(845,2801,'_thim_demo_content','yes'),(846,2801,'_wp_page_template','page-templates/homepage.php'),(847,2801,'thim_mtb_using_custom_heading','0'),(848,2801,'thim_mtb_hide_title_and_subtitle','0'),(849,2801,'thim_mtb_custom_title',''),(850,2801,'thim_subtitle',''),(851,2801,'thim_mtb_hide_breadcrumbs','0'),(852,2801,'thim_custom_heading_bg',''),(853,2801,'thim_mtb_top_image',''),(854,2801,'thim_mtb_bg_color',''),(855,2801,'thim_mtb_text_color',''),(856,2801,'thim_mtb_color_sub_title',''),(857,2801,'thim_mtb_custom_layout','0'),(858,2801,'thim_mtb_layout','sidebar-left'),(859,2801,'thim_mtb_no_padding','0'),(860,2801,'thim_id_course',''),(861,2801,'slide_template','default'),(862,2801,'_dp_original','12'),(863,2801,'_wpb_vc_js_status','false'),(864,2801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(865,2801,'_yoast_wpseo_content_score','60'),(866,2801,'_wpb_shortcodes_custom_css','.vc_custom_1471451947317{margin-bottom: 80px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2015/11/bg-home-2.jpg?id=2809) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471451509115{padding-top: 120px !important;padding-bottom: 111px !important;}.vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}'),(867,2803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(868,2803,'_wpb_shortcodes_custom_css','.vc_custom_1471532229220{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}'),(869,2803,'_thim_demo_content','yes'),(870,2803,'_wp_page_template','page-templates/homepage.php'),(871,2803,'thim_mtb_using_custom_heading','0'),(872,2803,'thim_mtb_hide_title_and_subtitle','0'),(873,2803,'thim_mtb_custom_title',''),(874,2803,'thim_subtitle',''),(875,2803,'thim_mtb_hide_breadcrumbs','0'),(876,2803,'thim_custom_heading_bg',''),(877,2803,'thim_mtb_top_image',''),(878,2803,'thim_mtb_bg_color',''),(879,2803,'thim_mtb_text_color',''),(880,2803,'thim_mtb_color_sub_title',''),(881,2803,'thim_mtb_custom_layout','0'),(882,2803,'thim_mtb_layout','sidebar-left'),(883,2803,'thim_mtb_no_padding','0'),(884,2803,'thim_id_course',''),(885,2803,'slide_template','default'),(886,2803,'_dp_original','2801'),(887,2803,'_wpb_vc_js_status','true'),(888,2803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(889,2803,'_wpb_shortcodes_custom_css','.vc_custom_1471532229220{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}'),(890,2803,'_yoast_wpseo_content_score','90'),(891,2901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(892,2901,'_wpb_shortcodes_custom_css','.vc_custom_1471019067901{padding-top: 30px !important;}.vc_custom_1471796791252{margin-bottom: 63px !important;}.vc_custom_1471796770554{margin-bottom: 30px !important;}.vc_custom_1471796781968{margin-bottom: 30px !important;}'),(893,2901,'_thim_demo_content','yes'),(894,2901,'slide_template','default'),(895,2901,'thim_mtb_using_custom_heading','1'),(896,2901,'thim_mtb_hide_title_and_subtitle','0'),(899,2901,'thim_mtb_hide_breadcrumbs','0'),(900,2901,'thim_custom_heading_bg',''),(905,2901,'thim_mtb_custom_layout','1'),(906,2901,'thim_mtb_layout','full-content'),(907,2901,'thim_mtb_no_padding','1'),(908,2901,'thim_id_course',''),(909,2901,'_wpb_vc_js_status','true'),(910,2901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(911,2901,'_wpb_shortcodes_custom_css','.vc_custom_1471019067901{padding-top: 30px !important;}.vc_custom_1471796791252{margin-bottom: 63px !important;}.vc_custom_1471796770554{margin-bottom: 30px !important;}.vc_custom_1471796781968{margin-bottom: 30px !important;}'),(912,2901,'_yoast_wpseo_content_score','60'),(913,2958,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(914,2958,'_thim_demo_content','yes'),(915,2958,'slide_template','default'),(916,2958,'thim_mtb_using_custom_heading','1'),(917,2958,'thim_mtb_hide_title_and_subtitle','0'),(918,2958,'thim_mtb_custom_title','Account'),(919,2958,'thim_subtitle',''),(920,2958,'thim_mtb_hide_breadcrumbs','1'),(921,2958,'thim_custom_heading_bg',''),(922,2958,'thim_mtb_top_image',''),(923,2958,'thim_mtb_bg_color',''),(924,2958,'thim_mtb_text_color',''),(925,2958,'thim_mtb_color_sub_title',''),(926,2958,'thim_mtb_custom_layout','1'),(927,2958,'thim_mtb_layout','full-content'),(928,2958,'thim_mtb_no_padding','0'),(929,2958,'thim_id_course',''),(930,2958,'thim_login_page','1'),(931,2958,'_wpb_vc_js_status','true'),(932,2958,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(933,2958,'_yoast_wpseo_content_score','30'),(934,3481,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(935,3481,'_wpb_shortcodes_custom_css','.vc_custom_1472057680436{padding-top: 30px !important;}.vc_custom_1472057735911{margin-bottom: 100px !important;}'),(936,3481,'_thim_demo_content','yes'),(937,3481,'slide_template','default'),(938,3481,'thim_mtb_using_custom_heading','0'),(939,3481,'thim_mtb_hide_title_and_subtitle','0'),(940,3481,'thim_mtb_custom_title',''),(941,3481,'thim_subtitle',''),(942,3481,'thim_mtb_hide_breadcrumbs','0'),(943,3481,'thim_custom_heading_bg',''),(944,3481,'thim_mtb_top_image',''),(945,3481,'thim_mtb_bg_color',''),(946,3481,'thim_mtb_text_color',''),(947,3481,'thim_mtb_color_sub_title',''),(948,3481,'thim_mtb_custom_layout','1'),(949,3481,'thim_mtb_layout','full-content'),(950,3481,'thim_mtb_no_padding','1'),(951,3481,'_wpb_vc_js_status','true'),(952,3481,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(953,3481,'_yoast_wpseo_content_score','60'),(954,3481,'_wpb_shortcodes_custom_css','.vc_custom_1472057680436{padding-top: 30px !important;}.vc_custom_1472057735911{margin-bottom: 100px !important;}'),(955,4424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(956,4424,'_wpb_shortcodes_custom_css','.vc_custom_1471278654421{margin-bottom: 0px !important;}'),(957,4424,'_thim_demo_content','yes'),(958,4424,'slide_template','default'),(959,4424,'thim_mtb_using_custom_heading','0'),(960,4424,'thim_mtb_hide_title_and_subtitle','0'),(961,4424,'thim_mtb_custom_title',''),(962,4424,'thim_subtitle',''),(963,4424,'thim_mtb_hide_breadcrumbs','0'),(964,4424,'thim_custom_heading_bg',''),(965,4424,'thim_mtb_top_image',''),(966,4424,'thim_mtb_bg_color',''),(967,4424,'thim_mtb_text_color',''),(968,4424,'thim_mtb_color_sub_title',''),(969,4424,'thim_mtb_custom_layout','1'),(970,4424,'thim_mtb_layout','full-content'),(971,4424,'thim_mtb_no_padding','0'),(972,4424,'_wpb_vc_js_status','true'),(973,4424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(974,4424,'_wpb_shortcodes_custom_css','.vc_custom_1471278654421{margin-bottom: 0px !important;}'),(975,4424,'_yoast_wpseo_content_score','90'),(976,4452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(977,4452,'_wpb_shortcodes_custom_css','.vc_custom_1471278690071{margin-bottom: 0px !important;}'),(978,4452,'_thim_demo_content','yes'),(979,4452,'slide_template','default'),(980,4452,'thim_mtb_using_custom_heading','0'),(981,4452,'thim_mtb_hide_title_and_subtitle','0'),(982,4452,'thim_mtb_custom_title',''),(983,4452,'thim_subtitle',''),(984,4452,'thim_mtb_hide_breadcrumbs','0'),(985,4452,'thim_custom_heading_bg',''),(986,4452,'thim_mtb_top_image',''),(987,4452,'thim_mtb_bg_color',''),(988,4452,'thim_mtb_text_color',''),(989,4452,'thim_mtb_color_sub_title',''),(990,4452,'thim_mtb_custom_layout','1'),(991,4452,'thim_mtb_layout','full-content'),(992,4452,'thim_mtb_no_padding','0'),(993,4452,'_dp_original','4424'),(994,4452,'_wpb_vc_js_status','true'),(995,4452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(996,4452,'_wpb_shortcodes_custom_css','.vc_custom_1471278690071{margin-bottom: 0px !important;}'),(997,4452,'_yoast_wpseo_content_score','90'),(998,4468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(999,4468,'_wpb_shortcodes_custom_css','.vc_custom_1471278712406{margin-bottom: 0px !important;}'),(1000,4468,'_thim_demo_content','yes'),(1001,4468,'slide_template','default'),(1002,4468,'thim_mtb_using_custom_heading','0'),(1003,4468,'thim_mtb_hide_title_and_subtitle','0'),(1004,4468,'thim_mtb_custom_title',''),(1005,4468,'thim_subtitle',''),(1006,4468,'thim_mtb_hide_breadcrumbs','0'),(1007,4468,'thim_custom_heading_bg',''),(1008,4468,'thim_mtb_top_image',''),(1009,4468,'thim_mtb_bg_color',''),(1010,4468,'thim_mtb_text_color',''),(1011,4468,'thim_mtb_color_sub_title',''),(1012,4468,'thim_mtb_custom_layout','1'),(1013,4468,'thim_mtb_layout','full-content'),(1014,4468,'thim_mtb_no_padding','0'),(1015,4468,'_dp_original','4424'),(1016,4468,'_wpb_vc_js_status','true'),(1017,4468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1018,4468,'_wpb_shortcodes_custom_css','.vc_custom_1471278712406{margin-bottom: 0px !important;}'),(1019,4468,'_yoast_wpseo_content_score','30'),(1020,4526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1021,4526,'_wpb_shortcodes_custom_css','.vc_custom_1471017256679{margin-bottom: -30px !important;}'),(1022,4526,'_thim_demo_content','yes'),(1023,4526,'slide_template','default'),(1024,4526,'thim_mtb_using_custom_heading','0'),(1025,4526,'thim_mtb_hide_title_and_subtitle','0'),(1028,4526,'thim_mtb_hide_breadcrumbs','0'),(1029,4526,'thim_custom_heading_bg',''),(1034,4526,'thim_mtb_custom_layout','1'),(1035,4526,'thim_mtb_layout','full-content'),(1036,4526,'thim_mtb_no_padding','0'),(1037,4526,'_wpb_vc_js_status','true'),(1038,4526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1039,4526,'_yoast_wpseo_content_score','30'),(1040,4526,'_wpb_shortcodes_custom_css','.vc_custom_1471017256679{margin-bottom: -30px !important;}'),(1041,4983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1042,4983,'_thim_demo_content','yes'),(1043,4984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1044,4984,'_thim_demo_content','yes'),(1045,4985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1046,4985,'_thim_demo_content','yes'),(1047,4986,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1048,4986,'_thim_demo_content','yes'),(1049,4986,'slide_template','default'),(1050,4986,'thim_mtb_using_custom_heading','0'),(1051,4986,'thim_mtb_hide_title_and_subtitle','0'),(1052,4986,'thim_mtb_custom_title',''),(1053,4986,'thim_subtitle',''),(1054,4986,'thim_mtb_hide_breadcrumbs','0'),(1055,4986,'thim_custom_heading_bg',''),(1056,4986,'thim_mtb_top_image',''),(1057,4986,'thim_mtb_bg_color',''),(1058,4986,'thim_mtb_text_color',''),(1059,4986,'thim_mtb_color_sub_title',''),(1060,4986,'thim_mtb_custom_layout','0'),(1061,4986,'thim_mtb_layout','full-content'),(1062,4986,'thim_mtb_no_padding','0'),(1063,4986,'_yoast_wpseo_content_score','60'),(1064,4987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1065,4987,'_thim_demo_content','yes'),(1066,4993,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1067,4993,'_thim_demo_content','yes'),(1068,4993,'_learn_press_page','checkout'),(1069,4994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1070,4994,'_thim_demo_content','yes'),(1071,4994,'_learn_press_page','cart'),(1072,4995,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1073,4995,'_thim_demo_content','yes'),(1074,4995,'_learn_press_page','profile'),(1075,4996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1076,4996,'_thim_demo_content','yes'),(1077,4996,'_learn_press_page','courses'),(1078,4997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1079,4997,'_thim_demo_content','yes'),(1080,4997,'_learn_press_page','become_a_teacher'),(1081,6513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1082,6513,'_thim_demo_content','yes'),(1083,6514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1084,6514,'_thim_demo_content','yes'),(1085,6515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1086,6515,'_thim_demo_content','yes'),(1087,6516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1088,6516,'_thim_demo_content','yes'),(1089,6517,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1090,6517,'_thim_demo_content','yes'),(1091,6518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1092,6518,'_thim_demo_content','yes'),(1093,6519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1094,6519,'_wpb_shortcodes_custom_css','.vc_custom_1471017732444{margin-bottom: 50px !important;padding-top: 30px !important;}'),(1095,6519,'_thim_demo_content','yes'),(1096,6519,'slide_template','default'),(1097,6519,'thim_mtb_using_custom_heading','0'),(1098,6519,'thim_mtb_hide_title_and_subtitle','0'),(1099,6519,'thim_mtb_custom_title',''),(1100,6519,'thim_subtitle',''),(1101,6519,'thim_mtb_hide_breadcrumbs','0'),(1102,6519,'thim_custom_heading_bg',''),(1103,6519,'thim_mtb_top_image',''),(1104,6519,'thim_mtb_bg_color',''),(1105,6519,'thim_mtb_text_color',''),(1106,6519,'thim_mtb_color_sub_title',''),(1107,6519,'thim_mtb_custom_layout','1'),(1108,6519,'thim_mtb_layout','full-content'),(1109,6519,'thim_mtb_no_padding','1'),(1110,6519,'_wpb_vc_js_status','true'),(1111,6519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1112,6519,'_wpb_shortcodes_custom_css','.vc_custom_1471017732444{margin-bottom: 50px !important;padding-top: 30px !important;}'),(1113,6519,'_yoast_wpseo_content_score','90'),(1114,6700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1115,6700,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471674632787{padding-top: 29px !important;padding-bottom: 29px !important;background-color: #ffb606 !important;}.vc_custom_1471681244488{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1471536442723{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471674731278{padding-right: 30px !important;padding-left: 15px !important;}.vc_custom_1471675313730{padding-right: 15px !important;padding-left: 30px !important;}'),(1116,6700,'_thim_demo_content','yes'),(1117,6700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1118,6700,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471674632787{padding-top: 29px !important;padding-bottom: 29px !important;background-color: #ffb606 !important;}.vc_custom_1471681244488{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1471536442723{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471674731278{padding-right: 30px !important;padding-left: 15px !important;}.vc_custom_1471675313730{padding-right: 15px !important;padding-left: 30px !important;}'),(1119,6700,'_wp_page_template','page-templates/homepage.php'),(1120,6700,'thim_mtb_using_custom_heading','0'),(1121,6700,'thim_mtb_hide_title_and_subtitle','0'),(1122,6700,'thim_mtb_custom_title',''),(1123,6700,'thim_subtitle',''),(1124,6700,'thim_mtb_hide_breadcrumbs','0'),(1125,6700,'thim_custom_heading_bg',''),(1126,6700,'thim_mtb_top_image',''),(1127,6700,'thim_mtb_bg_color',''),(1128,6700,'thim_mtb_text_color',''),(1129,6700,'thim_mtb_color_sub_title',''),(1130,6700,'thim_mtb_custom_layout','0'),(1131,6700,'thim_mtb_layout','sidebar-left'),(1132,6700,'thim_mtb_no_padding','0'),(1133,6700,'thim_id_course',''),(1134,6700,'slide_template','default'),(1135,6700,'_wpb_vc_js_status','true'),(1136,6700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1137,6700,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471674632787{padding-top: 29px !important;padding-bottom: 29px !important;background-color: #ffb606 !important;}.vc_custom_1471681244488{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1471536442723{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471674731278{padding-right: 30px !important;padding-left: 15px !important;}.vc_custom_1471675313730{padding-right: 15px !important;padding-left: 30px !important;}'),(1138,6700,'_yoast_wpseo_content_score','90'),(1139,6700,'_dp_original','2803'),(1140,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1141,6711,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}.vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471684614246{margin-bottom: 65px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}.vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}'),(1142,6711,'_thim_demo_content','yes'),(1143,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1144,6711,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}.vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471684614246{margin-bottom: 65px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}.vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}'),(1145,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1146,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1147,6711,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}.vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471684614246{margin-bottom: 65px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}.vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}'),(1148,6711,'_wpb_shortcodes_custom_css','.vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}.vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}.vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1471681425935{margin-bottom: 85px !important;}.vc_custom_1471684614246{margin-bottom: 65px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}.vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}'),(1149,6711,'_wp_page_template','page-templates/homepage.php'),(1150,6711,'thim_mtb_using_custom_heading','0'),(1151,6711,'thim_mtb_hide_title_and_subtitle','0'),(1152,6711,'thim_mtb_custom_title',''),(1153,6711,'thim_subtitle',''),(1154,6711,'thim_mtb_hide_breadcrumbs','0'),(1155,6711,'thim_custom_heading_bg',''),(1156,6711,'thim_mtb_top_image',''),(1157,6711,'thim_mtb_bg_color',''),(1158,6711,'thim_mtb_text_color',''),(1159,6711,'thim_mtb_color_sub_title',''),(1160,6711,'thim_mtb_custom_layout','0'),(1161,6711,'thim_mtb_layout','sidebar-left'),(1162,6711,'thim_mtb_no_padding','0'),(1163,6711,'thim_id_course',''),(1164,6711,'slide_template','default'),(1165,6711,'_wpb_vc_js_status','true'),(1166,6711,'_yoast_wpseo_content_score','60'),(1167,6711,'_dp_original','6700'),(1168,6711,'thim_page_on_front','1'),(1169,6729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1170,6729,'_wpb_shortcodes_custom_css','.vc_custom_1471709490186{margin-right: 0px !important;margin-left: 0px !important;}.vc_custom_1471711754782{background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471015646672{margin-top: 110px !important;margin-bottom: 100px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471709478576{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709692797{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709705625{padding-right: 0px !important;padding-left: 0px !important;}'),(1171,6729,'_thim_demo_content','yes'),(1172,6729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1173,6729,'_wpb_shortcodes_custom_css','.vc_custom_1471709490186{margin-right: 0px !important;margin-left: 0px !important;}.vc_custom_1471711754782{background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471015646672{margin-top: 110px !important;margin-bottom: 100px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471709478576{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709692797{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709705625{padding-right: 0px !important;padding-left: 0px !important;}'),(1174,6729,'thim_mtb_using_custom_heading','0'),(1175,6729,'thim_mtb_hide_title_and_subtitle','0'),(1176,6729,'thim_mtb_custom_title',''),(1177,6729,'thim_subtitle',''),(1178,6729,'thim_mtb_hide_breadcrumbs','0'),(1179,6729,'thim_custom_heading_bg',''),(1180,6729,'thim_mtb_top_image',''),(1181,6729,'thim_mtb_bg_color',''),(1182,6729,'thim_mtb_text_color',''),(1183,6729,'thim_mtb_color_sub_title',''),(1184,6729,'thim_mtb_custom_layout','0'),(1185,6729,'thim_mtb_layout','full-content'),(1186,6729,'thim_mtb_no_padding','0'),(1187,6729,'thim_id_course',''),(1188,6729,'slide_template',''),(1189,6729,'_wp_page_template','page-templates/homepage.php'),(1190,6729,'_yoast_wpseo_focuskw_text_input','education wordpress theme'),(1191,6729,'_yoast_wpseo_focuskw','education wordpress theme'),(1192,6729,'_yoast_wpseo_title','#1 Education WordPress Theme for 2016'),(1193,6729,'_yoast_wpseo_metadesc','Best education WordPress Theme for educational, training center, education center, university, college, kindergarten, courses hub and academy.'),(1194,6729,'_yoast_wpseo_linkdex','70'),(1195,6729,'_wpb_vc_js_status','true'),(1196,6729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1197,6729,'_yoast_wpseo_content_score','90'),(1198,6729,'_wpb_shortcodes_custom_css','.vc_custom_1471709490186{margin-right: 0px !important;margin-left: 0px !important;}.vc_custom_1471711754782{background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471015646672{margin-top: 110px !important;margin-bottom: 100px !important;}.vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}.vc_custom_1471015026798{margin-bottom: 0px !important;}.vc_custom_1471709478576{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709692797{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1471709705625{padding-right: 0px !important;padding-left: 0px !important;}'),(1199,6729,'_dp_original','12'),(1200,6758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1201,6758,'_wpb_shortcodes_custom_css','.vc_custom_1472061806438{margin-bottom: 80px !important;padding-top: 230px !important;padding-bottom: 200px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/top-banner.jpg?id=6760) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472062325088{margin-bottom: 70px !important;}'),(1202,6758,'_thim_demo_content','yes'),(1203,6758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1204,6758,'_wpb_shortcodes_custom_css','.vc_custom_1472061806438{margin-bottom: 80px !important;padding-top: 230px !important;padding-bottom: 200px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/top-banner.jpg?id=6760) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472062325088{margin-bottom: 70px !important;}'),(1205,6758,'_wp_page_template','page-templates/homepage.php'),(1206,6758,'thim_mtb_using_custom_heading','0'),(1207,6758,'thim_mtb_hide_title_and_subtitle','0'),(1208,6758,'thim_mtb_custom_title',''),(1209,6758,'thim_subtitle',''),(1210,6758,'thim_mtb_hide_breadcrumbs','0'),(1211,6758,'thim_custom_heading_bg',''),(1212,6758,'thim_mtb_top_image',''),(1213,6758,'thim_mtb_bg_color',''),(1214,6758,'thim_mtb_text_color',''),(1215,6758,'thim_mtb_color_sub_title',''),(1216,6758,'thim_mtb_custom_layout','0'),(1217,6758,'thim_mtb_layout','sidebar-left'),(1218,6758,'thim_mtb_no_padding','0'),(1219,6758,'thim_id_course',''),(1220,6758,'slide_template',''),(1221,6758,'_wpb_vc_js_status','true'),(1222,6758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1223,6758,'_yoast_wpseo_content_score','60'),(1224,6758,'_wpb_shortcodes_custom_css','.vc_custom_1472061806438{margin-bottom: 80px !important;padding-top: 230px !important;padding-bottom: 200px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/top-banner.jpg?id=6760) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1471451798605{margin-bottom: 60px !important;}.vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472062325088{margin-bottom: 70px !important;}'),(1225,6758,'_dp_original','2801'),(1226,6758,'_yoast_wpseo_title','Demo Courses Hub'),(1227,6771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1228,6771,'_wpb_shortcodes_custom_css','.vc_custom_1472063655315{margin-bottom: 0px !important;}.vc_custom_1472063645095{padding-top: 83px !important;background-color: #ffb606 !important;}.vc_custom_1471791722105{margin-bottom: 100px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066303921{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1229,6771,'_thim_demo_content','yes'),(1230,6771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1231,6771,'_wpb_shortcodes_custom_css','.vc_custom_1472063655315{margin-bottom: 0px !important;}.vc_custom_1472063645095{padding-top: 83px !important;background-color: #ffb606 !important;}.vc_custom_1471791722105{margin-bottom: 100px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066303921{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1232,6771,'thim_mtb_using_custom_heading','0'),(1233,6771,'thim_mtb_hide_title_and_subtitle','0'),(1234,6771,'thim_mtb_custom_title',''),(1235,6771,'thim_subtitle',''),(1236,6771,'thim_mtb_hide_breadcrumbs','0'),(1237,6771,'thim_custom_heading_bg',''),(1238,6771,'thim_mtb_top_image',''),(1239,6771,'thim_mtb_bg_color',''),(1240,6771,'thim_mtb_text_color',''),(1241,6771,'thim_mtb_color_sub_title',''),(1242,6771,'thim_mtb_custom_layout','0'),(1243,6771,'thim_mtb_layout','full-content'),(1244,6771,'thim_mtb_no_padding','0'),(1245,6771,'thim_id_course',''),(1246,6771,'slide_template','default'),(1247,6771,'_wp_page_template','page-templates/homepage.php'),(1248,6771,'_yoast_wpseo_focuskw_text_input','education wordpress theme'),(1249,6771,'_yoast_wpseo_focuskw','education wordpress theme'),(1250,6771,'_yoast_wpseo_title','#1 Education WordPress Theme for 2016'),(1251,6771,'_yoast_wpseo_metadesc','Best education WordPress Theme for educational, training center, education center, university, college, kindergarten, courses hub and academy.'),(1252,6771,'_yoast_wpseo_linkdex','67'),(1253,6771,'_wpb_vc_js_status','true'),(1254,6771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1255,6771,'_yoast_wpseo_content_score','90'),(1256,6771,'_wpb_shortcodes_custom_css','.vc_custom_1472063655315{margin-bottom: 0px !important;}.vc_custom_1472063645095{padding-top: 83px !important;background-color: #ffb606 !important;}.vc_custom_1471791722105{margin-bottom: 100px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066303921{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1257,6771,'_dp_original','12'),(1258,6786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1259,6786,'_wpb_shortcodes_custom_css','.vc_custom_1472066095477{margin-bottom: 33px !important;}.vc_custom_1472066012033{margin-bottom: 0px !important;padding-top: 30px !important;background-color: #ffb606 !important;}.vc_custom_1472065881844{padding-top: 30px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066223288{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1260,6786,'_thim_demo_content','yes'),(1261,6786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1262,6786,'_wpb_shortcodes_custom_css','.vc_custom_1472066095477{margin-bottom: 33px !important;}.vc_custom_1472066012033{margin-bottom: 0px !important;padding-top: 30px !important;background-color: #ffb606 !important;}.vc_custom_1472065881844{padding-top: 30px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066223288{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1263,6786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1264,6786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1265,6786,'_wpb_shortcodes_custom_css','.vc_custom_1472066095477{margin-bottom: 33px !important;}.vc_custom_1472066012033{margin-bottom: 0px !important;padding-top: 30px !important;background-color: #ffb606 !important;}.vc_custom_1472065881844{padding-top: 30px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066223288{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1266,6786,'_wpb_shortcodes_custom_css','.vc_custom_1472066095477{margin-bottom: 33px !important;}.vc_custom_1472066012033{margin-bottom: 0px !important;padding-top: 30px !important;background-color: #ffb606 !important;}.vc_custom_1472065881844{padding-top: 30px !important;}.vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}.vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}.vc_custom_1472066223288{margin-bottom: 65px !important;}.vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://thim.staging.wpengine.com/demo-vc-university-2/wp-content/uploads/sites/35/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1267,6786,'thim_mtb_using_custom_heading','0'),(1268,6786,'thim_mtb_hide_title_and_subtitle','0'),(1269,6786,'thim_mtb_custom_title',''),(1270,6786,'thim_subtitle',''),(1271,6786,'thim_mtb_hide_breadcrumbs','0'),(1272,6786,'thim_custom_heading_bg',''),(1273,6786,'thim_mtb_top_image',''),(1274,6786,'thim_mtb_bg_color',''),(1275,6786,'thim_mtb_text_color',''),(1276,6786,'thim_mtb_color_sub_title',''),(1277,6786,'thim_mtb_custom_layout','0'),(1278,6786,'thim_mtb_layout','full-content'),(1279,6786,'thim_mtb_no_padding','0'),(1280,6786,'thim_id_course',''),(1281,6786,'slide_template','default'),(1282,6786,'_wp_page_template','page-templates/homepage.php'),(1283,6786,'_yoast_wpseo_focuskw_text_input','education wordpress theme'),(1284,6786,'_yoast_wpseo_focuskw','education wordpress theme'),(1285,6786,'_yoast_wpseo_title','#1 Education WordPress Theme for 2016'),(1286,6786,'_yoast_wpseo_metadesc','Best education WordPress Theme for educational, training center, education center, university, college, kindergarten, courses hub and academy.'),(1287,6786,'_yoast_wpseo_linkdex','65'),(1288,6786,'_wpb_vc_js_status','true'),(1289,6786,'_yoast_wpseo_content_score','90'),(1290,6786,'_dp_original','6771'),(1291,6834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1292,6834,'_thim_demo_content','yes'),(1293,6834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1323,6836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1324,6836,'_menu_item_type','post_type'),(1325,6836,'_menu_item_menu_item_parent','6899'),(1326,6836,'_menu_item_object_id','91'),(1327,6836,'_menu_item_object','page'),(1328,6836,'_menu_item_target',''),(1329,6836,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1330,6836,'_menu_item_xfn',''),(1331,6836,'_menu_item_url',''),(1332,6836,'_thim_demo_content','yes'),(1333,6836,'_menu-item-tp-megamenu',''),(1334,6836,'_menu-item-tp-item-style',''),(1335,6836,'_menu-item-tp-menu-icon',''),(1336,6836,'_menu-item-tp-bg-color',''),(1337,6836,'_menu-item-tp-bg-image',''),(1338,6836,'_menu-item-tp-hide-text',''),(1339,6836,'_menu-item-tp-disable-link',''),(1340,6836,'_menu-item-tp-full-width-dropdown',''),(1341,6836,'_menu-item-tp-submenu-columns',''),(1342,6836,'_menu-item-tp-side-dropdown-elements',''),(1343,6836,'_menu-item-tp-submenu-type',''),(1344,6836,'_menu-item-tp-widget-area',''),(1345,6836,'_menu-item-tp-bg-image-repeat',''),(1346,6836,'_menu-item-tp-bg-image-attachment',''),(1347,6836,'_menu-item-tp-bg-image-position',''),(1348,6836,'_menu-item-tp-bg-image-size',''),(1349,6836,'_menu-item-tp-target-blank',''),(1350,6836,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1351,6837,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1352,6837,'_menu_item_type','post_type'),(1353,6837,'_menu_item_menu_item_parent','0'),(1354,6837,'_menu_item_object_id','87'),(1355,6837,'_menu_item_object','page'),(1356,6837,'_menu_item_target',''),(1357,6837,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1358,6837,'_menu_item_xfn',''),(1359,6837,'_menu_item_url',''),(1360,6837,'_thim_demo_content','yes'),(1361,6837,'_menu-item-tp-megamenu',''),(1362,6837,'_menu-item-tp-item-style',''),(1363,6837,'_menu-item-tp-menu-icon',''),(1364,6837,'_menu-item-tp-bg-color',''),(1365,6837,'_menu-item-tp-bg-image',''),(1366,6837,'_menu-item-tp-hide-text',''),(1367,6837,'_menu-item-tp-disable-link',''),(1368,6837,'_menu-item-tp-full-width-dropdown',''),(1369,6837,'_menu-item-tp-submenu-columns','1'),(1370,6837,'_menu-item-tp-side-dropdown-elements','drop_to_left'),(1371,6837,'_menu-item-tp-submenu-type','standard'),(1372,6837,'_menu-item-tp-widget-area',''),(1373,6837,'_menu-item-tp-bg-image-repeat','repeat'),(1374,6837,'_menu-item-tp-bg-image-attachment','scroll'),(1375,6837,'_menu-item-tp-bg-image-position','center'),(1376,6837,'_menu-item-tp-bg-image-size','auto'),(1377,6837,'_menu-item-tp-target-blank',''),(1378,6837,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1379,6838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1380,6838,'_menu_item_type','post_type'),(1381,6838,'_menu_item_menu_item_parent','0'),(1382,6838,'_menu_item_object_id','125'),(1383,6838,'_menu_item_object','page'),(1384,6838,'_menu_item_target',''),(1385,6838,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1386,6838,'_menu_item_xfn',''),(1387,6838,'_menu_item_url',''),(1388,6838,'_thim_demo_content','yes'),(1389,6838,'_menu-item-tp-megamenu',''),(1390,6838,'_menu-item-tp-item-style',''),(1391,6838,'_menu-item-tp-menu-icon',''),(1392,6838,'_menu-item-tp-bg-color',''),(1393,6838,'_menu-item-tp-bg-image',''),(1394,6838,'_menu-item-tp-hide-text',''),(1395,6838,'_menu-item-tp-disable-link',''),(1396,6838,'_menu-item-tp-full-width-dropdown',''),(1397,6838,'_menu-item-tp-submenu-columns','1'),(1398,6838,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1399,6838,'_menu-item-tp-submenu-type','standard'),(1400,6838,'_menu-item-tp-widget-area',''),(1401,6838,'_menu-item-tp-bg-image-repeat','repeat'),(1402,6838,'_menu-item-tp-bg-image-attachment','scroll'),(1403,6838,'_menu-item-tp-bg-image-position','center'),(1404,6838,'_menu-item-tp-bg-image-size','auto'),(1405,6838,'_menu-item-tp-target-blank',''),(1406,6838,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1543,6844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1544,6844,'_menu_item_type','custom'),(1545,6844,'_menu_item_menu_item_parent','0'),(1546,6844,'_menu_item_object_id','6844'),(1547,6844,'_menu_item_object','custom'),(1548,6844,'_menu_item_target',''),(1549,6844,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1550,6844,'_menu_item_xfn',''),(1551,6844,'_menu_item_url','#'),(1552,6844,'_thim_demo_content','yes'),(1553,6844,'_menu-item-tp-megamenu',''),(1554,6844,'_menu-item-tp-item-style',''),(1555,6844,'_menu-item-tp-menu-icon',''),(1556,6844,'_menu-item-tp-bg-color',''),(1557,6844,'_menu-item-tp-bg-image',''),(1558,6844,'_menu-item-tp-hide-text',''),(1559,6844,'_menu-item-tp-disable-link',''),(1560,6844,'_menu-item-tp-full-width-dropdown',''),(1561,6844,'_menu-item-tp-submenu-columns','1'),(1562,6844,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1563,6844,'_menu-item-tp-submenu-type','standard'),(1564,6844,'_menu-item-tp-widget-area',''),(1565,6844,'_menu-item-tp-bg-image-repeat','repeat'),(1566,6844,'_menu-item-tp-bg-image-attachment','scroll'),(1567,6844,'_menu-item-tp-bg-image-position','center'),(1568,6844,'_menu-item-tp-bg-image-size','auto'),(1569,6844,'_menu-item-tp-target-blank',''),(1570,6844,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1571,6845,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1572,6845,'_menu_item_type','custom'),(1573,6845,'_menu_item_menu_item_parent','0'),(1574,6845,'_menu_item_object_id','6845'),(1575,6845,'_menu_item_object','custom'),(1576,6845,'_menu_item_target',''),(1577,6845,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1578,6845,'_menu_item_xfn',''),(1579,6845,'_menu_item_url','#'),(1580,6845,'_thim_demo_content','yes'),(1581,6845,'_menu-item-tp-megamenu',''),(1582,6845,'_menu-item-tp-item-style',''),(1583,6845,'_menu-item-tp-menu-icon',''),(1584,6845,'_menu-item-tp-bg-color',''),(1585,6845,'_menu-item-tp-bg-image',''),(1586,6845,'_menu-item-tp-hide-text',''),(1587,6845,'_menu-item-tp-disable-link',''),(1588,6845,'_menu-item-tp-full-width-dropdown',''),(1589,6845,'_menu-item-tp-submenu-columns','1'),(1590,6845,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1591,6845,'_menu-item-tp-submenu-type','standard'),(1592,6845,'_menu-item-tp-widget-area',''),(1593,6845,'_menu-item-tp-bg-image-repeat','repeat'),(1594,6845,'_menu-item-tp-bg-image-attachment','scroll'),(1595,6845,'_menu-item-tp-bg-image-position','center'),(1596,6845,'_menu-item-tp-bg-image-size','auto'),(1597,6845,'_menu-item-tp-target-blank',''),(1598,6845,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1599,6846,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1600,6846,'_menu_item_type','custom'),(1601,6846,'_menu_item_menu_item_parent','0'),(1602,6846,'_menu_item_object_id','6846'),(1603,6846,'_menu_item_object','custom'),(1604,6846,'_menu_item_target',''),(1605,6846,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1606,6846,'_menu_item_xfn',''),(1607,6846,'_menu_item_url','#'),(1608,6846,'_thim_demo_content','yes'),(1609,6846,'_menu-item-tp-megamenu',''),(1610,6846,'_menu-item-tp-item-style',''),(1611,6846,'_menu-item-tp-menu-icon',''),(1612,6846,'_menu-item-tp-bg-color',''),(1613,6846,'_menu-item-tp-bg-image',''),(1614,6846,'_menu-item-tp-hide-text',''),(1615,6846,'_menu-item-tp-disable-link',''),(1616,6846,'_menu-item-tp-full-width-dropdown',''),(1617,6846,'_menu-item-tp-submenu-columns','1'),(1618,6846,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1619,6846,'_menu-item-tp-submenu-type','standard'),(1620,6846,'_menu-item-tp-widget-area',''),(1621,6846,'_menu-item-tp-bg-image-repeat','repeat'),(1622,6846,'_menu-item-tp-bg-image-attachment','scroll'),(1623,6846,'_menu-item-tp-bg-image-position','center'),(1624,6846,'_menu-item-tp-bg-image-size','auto'),(1625,6846,'_menu-item-tp-target-blank',''),(1626,6846,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(1655,6848,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1656,6848,'_menu_item_type','post_type'),(1657,6848,'_menu_item_menu_item_parent','0'),(1658,6848,'_menu_item_object_id','2901'),(1659,6848,'_menu_item_object','page'),(1660,6848,'_menu_item_target',''),(1661,6848,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1662,6848,'_menu_item_xfn',''),(1663,6848,'_menu_item_url',''),(1664,6848,'_thim_demo_content','yes'),(1665,6848,'_menu-item-tp-megamenu',''),(1666,6848,'_menu-item-tp-item-style',''),(1667,6848,'_menu-item-tp-menu-icon',''),(1668,6848,'_menu-item-tp-bg-color',''),(1669,6848,'_menu-item-tp-bg-image',''),(1670,6848,'_menu-item-tp-hide-text',''),(1671,6848,'_menu-item-tp-disable-link',''),(1672,6848,'_menu-item-tp-full-width-dropdown',''),(1673,6848,'_menu-item-tp-submenu-columns','1'),(1674,6848,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1675,6848,'_menu-item-tp-submenu-type','standard'),(1676,6848,'_menu-item-tp-widget-area',''),(1677,6848,'_menu-item-tp-bg-image-repeat','repeat'),(1678,6848,'_menu-item-tp-bg-image-attachment','scroll'),(1679,6848,'_menu-item-tp-bg-image-position','center'),(1680,6848,'_menu-item-tp-bg-image-size','auto'),(1681,6848,'tc-mega-menu','a:1:{s:6:\"layout\";s:7:\"default\";}'),(1682,6849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1683,6849,'_menu_item_type','post_type'),(1684,6849,'_menu_item_menu_item_parent','0'),(1685,6849,'_menu_item_object_id','87'),(1686,6849,'_menu_item_object','page'),(1687,6849,'_menu_item_target',''),(1688,6849,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1689,6849,'_menu_item_xfn',''),(1690,6849,'_menu_item_url',''),(1691,6849,'_thim_demo_content','yes'),(1692,6849,'_menu-item-tp-megamenu',''),(1693,6849,'_menu-item-tp-item-style',''),(1694,6849,'_menu-item-tp-menu-icon',''),(1695,6849,'_menu-item-tp-bg-color',''),(1696,6849,'_menu-item-tp-bg-image',''),(1697,6849,'_menu-item-tp-hide-text',''),(1698,6849,'_menu-item-tp-disable-link',''),(1699,6849,'_menu-item-tp-full-width-dropdown',''),(1700,6849,'_menu-item-tp-submenu-columns','1'),(1701,6849,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1702,6849,'_menu-item-tp-submenu-type','standard'),(1703,6849,'_menu-item-tp-widget-area',''),(1704,6849,'_menu-item-tp-bg-image-repeat','repeat'),(1705,6849,'_menu-item-tp-bg-image-attachment','scroll'),(1706,6849,'_menu-item-tp-bg-image-position','center'),(1707,6849,'_menu-item-tp-bg-image-size','auto'),(1708,6849,'tc-mega-menu','a:1:{s:6:\"layout\";s:7:\"default\";}'),(1736,6851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1737,6851,'_menu_item_type','post_type'),(1738,6851,'_menu_item_menu_item_parent','0'),(1739,6851,'_menu_item_object_id','125'),(1740,6851,'_menu_item_object','page'),(1741,6851,'_menu_item_target',''),(1742,6851,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1743,6851,'_menu_item_xfn',''),(1744,6851,'_menu_item_url',''),(1745,6851,'_thim_demo_content','yes'),(1746,6851,'_menu-item-tp-megamenu',''),(1747,6851,'_menu-item-tp-item-style',''),(1748,6851,'_menu-item-tp-menu-icon',''),(1749,6851,'_menu-item-tp-bg-color',''),(1750,6851,'_menu-item-tp-bg-image',''),(1751,6851,'_menu-item-tp-hide-text',''),(1752,6851,'_menu-item-tp-disable-link',''),(1753,6851,'_menu-item-tp-full-width-dropdown',''),(1754,6851,'_menu-item-tp-submenu-columns','1'),(1755,6851,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(1756,6851,'_menu-item-tp-submenu-type','standard'),(1757,6851,'_menu-item-tp-widget-area',''),(1758,6851,'_menu-item-tp-bg-image-repeat','repeat'),(1759,6851,'_menu-item-tp-bg-image-attachment','scroll'),(1760,6851,'_menu-item-tp-bg-image-position','center'),(1761,6851,'_menu-item-tp-bg-image-size','auto'),(1762,6851,'tc-mega-menu','a:1:{s:6:\"layout\";s:7:\"default\";}'),(1981,6860,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1982,6860,'_menu_item_type','post_type'),(1983,6860,'_menu_item_menu_item_parent','0'),(1984,6860,'_menu_item_object_id','4526'),(1985,6860,'_menu_item_object','page'),(1986,6860,'_menu_item_target',''),(1987,6860,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1988,6860,'_menu_item_xfn',''),(1989,6860,'_menu_item_url',''),(1990,6860,'_thim_demo_content','yes'),(1991,6860,'_menu-item-tp-megamenu',''),(1992,6860,'_menu-item-tp-item-style',''),(1993,6860,'_menu-item-tp-menu-icon',''),(1994,6860,'_menu-item-tp-bg-color',''),(1995,6860,'_menu-item-tp-bg-image',''),(1996,6860,'_menu-item-tp-hide-text',''),(1997,6860,'_menu-item-tp-disable-link',''),(1998,6860,'_menu-item-tp-full-width-dropdown',''),(1999,6860,'_menu-item-tp-submenu-columns',''),(2000,6860,'_menu-item-tp-side-dropdown-elements',''),(2001,6860,'_menu-item-tp-submenu-type',''),(2002,6860,'_menu-item-tp-widget-area',''),(2003,6860,'_menu-item-tp-bg-image-repeat',''),(2004,6860,'_menu-item-tp-bg-image-attachment',''),(2005,6860,'_menu-item-tp-bg-image-position',''),(2006,6860,'_menu-item-tp-bg-image-size',''),(2007,6860,'_menu-item-tp-target-blank',''),(2008,6860,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(2009,6861,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2010,6861,'_menu_item_type','post_type'),(2011,6861,'_menu_item_menu_item_parent','0'),(2012,6861,'_menu_item_object_id','4526'),(2013,6861,'_menu_item_object','page'),(2014,6861,'_menu_item_target',''),(2015,6861,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2016,6861,'_menu_item_xfn',''),(2017,6861,'_menu_item_url',''),(2018,6861,'_thim_demo_content','yes'),(2019,6861,'_menu-item-tp-megamenu',''),(2020,6861,'_menu-item-tp-item-style',''),(2021,6861,'_menu-item-tp-menu-icon',''),(2022,6861,'_menu-item-tp-bg-color',''),(2023,6861,'_menu-item-tp-bg-image',''),(2024,6861,'_menu-item-tp-hide-text',''),(2025,6861,'_menu-item-tp-disable-link',''),(2026,6861,'_menu-item-tp-full-width-dropdown',''),(2027,6861,'_menu-item-tp-submenu-columns','1'),(2028,6861,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(2029,6861,'_menu-item-tp-submenu-type','standard'),(2030,6861,'_menu-item-tp-widget-area',''),(2031,6861,'_menu-item-tp-bg-image-repeat','repeat'),(2032,6861,'_menu-item-tp-bg-image-attachment','scroll'),(2033,6861,'_menu-item-tp-bg-image-position','center'),(2034,6861,'_menu-item-tp-bg-image-size','auto'),(2035,6861,'tc-mega-menu','a:1:{s:6:\"layout\";s:7:\"default\";}'),(2176,4988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2177,4988,'_thim_demo_content','yes'),(2178,4988,'ea_booking_user_id','12'),(2179,4988,'ea_booking_event_id','2948'),(2180,4988,'ea_booking_qty','1'),(2181,4988,'ea_booking_cost','30'),(2182,4988,'ea_booking_payment_id','paypal'),(2183,4988,'ea_booking_currency','USD'),(2184,4990,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2185,4990,'_thim_demo_content','yes'),(2186,4990,'ea_booking_user_id','12'),(2187,4990,'ea_booking_event_id','2948'),(2188,4990,'ea_booking_qty','1'),(2189,4990,'ea_booking_cost','30'),(2190,4990,'ea_booking_payment_id','paypal'),(2191,4990,'ea_booking_currency','USD'),(2192,5789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2193,5789,'_thim_demo_content','yes'),(2194,5789,'ea_booking_user_id','80'),(2195,5789,'ea_booking_event_id','2953'),(2196,5789,'ea_booking_qty','2'),(2197,5789,'ea_booking_cost','40'),(2198,5789,'ea_booking_payment_id','paypal'),(2199,5789,'ea_booking_currency','USD'),(2200,5790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2201,5790,'_thim_demo_content','yes'),(2202,5790,'ea_booking_user_id','80'),(2203,5790,'ea_booking_event_id','2953'),(2204,5790,'ea_booking_qty','2'),(2205,5790,'ea_booking_cost','40'),(2206,5790,'ea_booking_payment_id','paypal'),(2207,5790,'ea_booking_currency','USD'),(2208,5791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2209,5791,'_thim_demo_content','yes'),(2210,5791,'ea_booking_user_id','80'),(2211,5791,'ea_booking_event_id','2953'),(2212,5791,'ea_booking_qty','2'),(2213,5791,'ea_booking_cost','40'),(2214,5791,'ea_booking_payment_id','paypal'),(2215,5791,'ea_booking_currency','USD'),(2216,5805,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2217,5805,'_thim_demo_content','yes'),(2218,5805,'ea_booking_user_id','80'),(2219,5805,'ea_booking_event_id','2953'),(2220,5805,'ea_booking_qty','3'),(2221,5805,'ea_booking_cost','60'),(2222,5805,'ea_booking_payment_id','paypal'),(2223,5805,'ea_booking_currency','USD'),(2224,5806,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2225,5806,'_thim_demo_content','yes'),(2226,5806,'ea_booking_user_id','80'),(2227,5806,'ea_booking_event_id','2953'),(2228,5806,'ea_booking_qty','8'),(2229,5806,'ea_booking_cost','160'),(2230,5806,'ea_booking_payment_id','paypal'),(2231,5806,'ea_booking_currency','USD'),(2232,5828,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2233,5828,'_thim_demo_content','yes'),(2234,5828,'ea_booking_user_id','7'),(2235,5828,'ea_booking_event_id','2953'),(2236,5828,'ea_booking_qty','1'),(2237,5828,'ea_booking_cost','20'),(2238,5828,'ea_booking_payment_id','paypal'),(2239,5828,'ea_booking_currency','USD'),(2240,5829,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2241,5829,'_thim_demo_content','yes'),(2242,5829,'ea_booking_user_id','7'),(2243,5829,'ea_booking_event_id','3374'),(2244,5829,'ea_booking_qty','1'),(2245,5829,'ea_booking_cost','0'),(2246,5829,'ea_booking_payment_id',''),(2247,5829,'ea_booking_currency','USD'),(2248,5831,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2249,5831,'_thim_demo_content','yes'),(2250,5831,'ea_booking_user_id','7'),(2251,5831,'ea_booking_event_id','2953'),(2252,5831,'ea_booking_qty','1'),(2253,5831,'ea_booking_cost','20'),(2254,5831,'ea_booking_payment_id','paypal'),(2255,5831,'ea_booking_currency','USD'),(2256,5832,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2257,5832,'_thim_demo_content','yes'),(2258,5832,'ea_booking_user_id','21342'),(2259,5832,'ea_booking_event_id','3374'),(2260,5832,'ea_booking_qty','1'),(2261,5832,'ea_booking_cost','0'),(2262,5832,'ea_booking_payment_id',''),(2263,5832,'ea_booking_currency','USD'),(2264,5834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2265,5834,'_thim_demo_content','yes'),(2266,5834,'ea_booking_user_id','21342'),(2267,5834,'ea_booking_event_id','2953'),(2268,5834,'ea_booking_qty','1'),(2269,5834,'ea_booking_cost','20'),(2270,5834,'ea_booking_payment_id','paypal'),(2271,5834,'ea_booking_currency','USD'),(2272,5839,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2273,5839,'_thim_demo_content','yes'),(2274,5839,'ea_booking_user_id','7'),(2275,5839,'ea_booking_event_id','2948'),(2276,5839,'ea_booking_qty','1'),(2277,5839,'ea_booking_cost','30'),(2278,5839,'ea_booking_payment_id','paypal'),(2279,5839,'ea_booking_currency','USD'),(2280,5857,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2281,5857,'_thim_demo_content','yes'),(2282,5857,'ea_booking_user_id','10607'),(2283,5857,'ea_booking_event_id','2953'),(2284,5857,'ea_booking_qty','2'),(2285,5857,'ea_booking_cost','40'),(2286,5857,'ea_booking_payment_id','paypal'),(2287,5857,'ea_booking_currency','USD'),(2288,5858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2289,5858,'_thim_demo_content','yes'),(2290,5858,'ea_booking_user_id','10607'),(2291,5858,'ea_booking_event_id','2953'),(2292,5858,'ea_booking_qty','1'),(2293,5858,'ea_booking_cost','20'),(2294,5858,'ea_booking_payment_id','paypal'),(2295,5858,'ea_booking_currency','USD'),(2296,5980,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2297,5980,'_thim_demo_content','yes'),(2298,5980,'ea_booking_user_id','12'),(2299,5980,'ea_booking_event_id','2953'),(2300,5980,'ea_booking_qty','1'),(2301,5980,'ea_booking_cost','20'),(2302,5980,'ea_booking_payment_id','paypal'),(2303,5980,'ea_booking_currency','USD'),(2304,5981,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2305,5981,'_thim_demo_content','yes'),(2306,5981,'ea_booking_user_id','12'),(2307,5981,'ea_booking_event_id','2953'),(2308,5981,'ea_booking_qty','1'),(2309,5981,'ea_booking_cost','20'),(2310,5981,'ea_booking_payment_id','paypal'),(2311,5981,'ea_booking_currency','USD'),(2312,6024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2313,6024,'_thim_demo_content','yes'),(2314,6024,'ea_booking_user_id','80'),(2315,6024,'ea_booking_event_id','3374'),(2316,6024,'ea_booking_qty','1'),(2317,6024,'ea_booking_cost','0'),(2318,6024,'ea_booking_payment_id',''),(2319,6024,'ea_booking_currency','USD'),(2320,6049,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2321,6049,'_thim_demo_content','yes'),(2322,6049,'ea_booking_user_id','10607'),(2323,6049,'ea_booking_event_id','3374'),(2324,6049,'ea_booking_qty','1'),(2325,6049,'ea_booking_cost','0'),(2326,6049,'ea_booking_payment_id',''),(2327,6049,'ea_booking_currency','USD'),(2328,6050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2329,6050,'_thim_demo_content','yes'),(2330,6050,'ea_booking_user_id','10607'),(2331,6050,'ea_booking_event_id','2953'),(2332,6050,'ea_booking_qty','1'),(2333,6050,'ea_booking_cost','20'),(2334,6050,'ea_booking_payment_id','paypal'),(2335,6050,'ea_booking_currency','USD'),(2336,6127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2337,6127,'_thim_demo_content','yes'),(2338,6127,'ea_booking_user_id','10607'),(2339,6127,'ea_booking_event_id','2953'),(2340,6127,'ea_booking_qty','1'),(2341,6127,'ea_booking_cost','20'),(2342,6127,'ea_booking_payment_id','paypal'),(2343,6127,'ea_booking_currency','USD'),(2344,6202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2345,6202,'_thim_demo_content','yes'),(2346,6202,'ea_booking_user_id','80'),(2347,6202,'ea_booking_event_id','2953'),(2348,6202,'ea_booking_qty','1'),(2349,6202,'ea_booking_cost','20'),(2350,6202,'ea_booking_payment_id','paypal'),(2351,6202,'ea_booking_currency','USD'),(2352,6255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2353,6255,'_thim_demo_content','yes'),(2354,6255,'ea_booking_user_id','14359'),(2355,6255,'ea_booking_event_id','2953'),(2356,6255,'ea_booking_qty','1'),(2357,6255,'ea_booking_cost','20'),(2358,6255,'ea_booking_payment_id','paypal'),(2359,6255,'ea_booking_currency','USD'),(2360,6256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2361,6256,'_thim_demo_content','yes'),(2362,6256,'ea_booking_user_id','14359'),(2363,6256,'ea_booking_event_id','3374'),(2364,6256,'ea_booking_qty','1'),(2365,6256,'ea_booking_cost','0'),(2366,6256,'ea_booking_payment_id',''),(2367,6256,'ea_booking_currency','USD'),(2368,6259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2369,6259,'_thim_demo_content','yes'),(2370,6259,'ea_booking_user_id','22654'),(2371,6259,'ea_booking_event_id','2953'),(2372,6259,'ea_booking_qty','1'),(2373,6259,'ea_booking_cost','20'),(2374,6259,'ea_booking_payment_id','paypal'),(2375,6259,'ea_booking_currency','USD'),(2376,6271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2377,6271,'_thim_demo_content','yes'),(2378,6271,'ea_booking_user_id','10607'),(2379,6271,'ea_booking_event_id','2953'),(2380,6271,'ea_booking_qty','1'),(2381,6271,'ea_booking_cost','20'),(2382,6271,'ea_booking_payment_id','paypal'),(2383,6271,'ea_booking_currency','USD'),(2384,6301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2385,6301,'_thim_demo_content','yes'),(2386,6301,'ea_booking_user_id','23023'),(2387,6301,'ea_booking_event_id','2948'),(2388,6301,'ea_booking_qty','1'),(2389,6301,'ea_booking_cost','30'),(2390,6301,'ea_booking_payment_id','paypal'),(2391,6301,'ea_booking_currency','USD'),(2392,6306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2393,6306,'_thim_demo_content','yes'),(2394,6306,'ea_booking_user_id','10607'),(2395,6306,'ea_booking_event_id','2953'),(2396,6306,'ea_booking_qty','4'),(2397,6306,'ea_booking_cost','80'),(2398,6306,'ea_booking_payment_id','paypal'),(2399,6306,'ea_booking_currency','USD'),(2400,6309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2401,6309,'_thim_demo_content','yes'),(2402,6309,'ea_booking_user_id','23912'),(2403,6309,'ea_booking_event_id','3374'),(2404,6309,'ea_booking_qty','1'),(2405,6309,'ea_booking_cost','0'),(2406,6309,'ea_booking_payment_id',''),(2407,6309,'ea_booking_currency','USD'),(2408,6318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2409,6318,'_thim_demo_content','yes'),(2410,6318,'ea_booking_user_id','1280'),(2411,6318,'ea_booking_event_id','2953'),(2412,6318,'ea_booking_qty','1'),(2413,6318,'ea_booking_cost','20'),(2414,6318,'ea_booking_payment_id','paypal'),(2415,6318,'ea_booking_currency','USD'),(2416,6330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2417,6330,'_thim_demo_content','yes'),(2418,6330,'ea_booking_user_id','10607'),(2419,6330,'ea_booking_event_id','2953'),(2420,6330,'ea_booking_qty','1'),(2421,6330,'ea_booking_cost','20'),(2422,6330,'ea_booking_payment_id','paypal'),(2423,6330,'ea_booking_currency','USD'),(2424,6354,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2425,6354,'_thim_demo_content','yes'),(2426,6354,'ea_booking_user_id','24488'),(2427,6354,'ea_booking_event_id','2953'),(2428,6354,'ea_booking_qty','1'),(2429,6354,'ea_booking_cost','20'),(2430,6354,'ea_booking_payment_id','paypal'),(2431,6354,'ea_booking_currency','USD'),(2432,6378,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2433,6378,'_thim_demo_content','yes'),(2434,6378,'ea_booking_user_id','10607'),(2435,6378,'ea_booking_event_id','2953'),(2436,6378,'ea_booking_qty','3'),(2437,6378,'ea_booking_cost','60'),(2438,6378,'ea_booking_payment_id','paypal'),(2439,6378,'ea_booking_currency','USD'),(2440,6393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2441,6393,'_thim_demo_content','yes'),(2442,6393,'ea_booking_user_id','10607'),(2443,6393,'ea_booking_event_id','2948'),(2444,6393,'ea_booking_qty','1'),(2445,6393,'ea_booking_cost','30'),(2446,6393,'ea_booking_payment_id','paypal'),(2447,6393,'ea_booking_currency','USD'),(2448,6438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2449,6438,'_thim_demo_content','yes'),(2450,6438,'ea_booking_user_id','10607'),(2451,6438,'ea_booking_event_id','2953'),(2452,6438,'ea_booking_qty','1'),(2453,6438,'ea_booking_cost','20'),(2454,6438,'ea_booking_payment_id','paypal'),(2455,6438,'ea_booking_currency','USD'),(2456,6504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2457,6504,'_thim_demo_content','yes'),(2458,6504,'ea_booking_user_id','25073'),(2459,6504,'ea_booking_event_id','2948'),(2460,6504,'ea_booking_qty','1'),(2461,6504,'ea_booking_cost','30'),(2462,6504,'ea_booking_payment_id','paypal'),(2463,6504,'ea_booking_currency','USD'),(2464,6572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2465,6572,'_thim_demo_content','yes'),(2466,6572,'ea_booking_user_id','80'),(2467,6572,'ea_booking_event_id','2953'),(2468,6572,'ea_booking_qty','1'),(2469,6572,'ea_booking_cost','20'),(2470,6572,'ea_booking_payment_id','paypal'),(2471,6572,'ea_booking_currency','USD'),(2472,6578,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2473,6578,'_thim_demo_content','yes'),(2474,6578,'ea_booking_user_id','10607'),(2475,6578,'ea_booking_event_id','2953'),(2476,6578,'ea_booking_qty','1'),(2477,6578,'ea_booking_cost','20'),(2478,6578,'ea_booking_payment_id','paypal'),(2479,6578,'ea_booking_currency','USD'),(2480,6580,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2481,6580,'_thim_demo_content','yes'),(2482,6580,'ea_booking_user_id','10607'),(2483,6580,'ea_booking_event_id','2953'),(2484,6580,'ea_booking_qty','1'),(2485,6580,'ea_booking_cost','20'),(2486,6580,'ea_booking_payment_id','paypal'),(2487,6580,'ea_booking_currency','USD'),(2488,3112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2489,3112,'_thim_demo_content','yes'),(2490,3112,'slide_template','default'),(2491,3112,'_bbp_last_active_time','2016-06-06 18:05:54'),(2492,3112,'_bbp_forum_subforum_count','0'),(2493,3112,'_bbp_reply_count','8'),(2494,3112,'_bbp_total_reply_count','8'),(2495,3112,'_bbp_topic_count','8'),(2496,3112,'_bbp_total_topic_count','8'),(2497,3112,'_bbp_topic_count_hidden','0'),(2498,3112,'_bbp_last_reply_id','6586'),(2499,3112,'_bbp_last_topic_id','6310'),(2500,3112,'_bbp_last_active_id','6586'),(2501,3135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2502,3135,'_thim_demo_content','yes'),(2503,3135,'_bbp_reply_count','0'),(2504,3135,'_bbp_topic_count','0'),(2505,3135,'_bbp_topic_count_hidden','0'),(2506,3135,'_bbp_total_reply_count','0'),(2507,3135,'_bbp_total_topic_count','0'),(2508,3135,'_bbp_last_topic_id','0'),(2509,3135,'_bbp_last_reply_id','0'),(2510,3135,'_bbp_last_active_id','0'),(2511,3135,'_bbp_last_active_time','0'),(2512,3135,'_bbp_forum_subforum_count','0'),(2513,3135,'_lpr_forum_course_id','1773'),(2514,3136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2515,3136,'_thim_demo_content','yes'),(2516,3136,'_bbp_reply_count','2'),(2517,3136,'_bbp_topic_count','3'),(2518,3136,'_bbp_topic_count_hidden','0'),(2519,3136,'_bbp_total_reply_count','2'),(2520,3136,'_bbp_total_topic_count','3'),(2521,3136,'_bbp_last_topic_id','4400'),(2522,3136,'_bbp_last_reply_id','4816'),(2523,3136,'_bbp_last_active_id','4816'),(2524,3136,'_bbp_last_active_time','2016-03-28 12:13:40'),(2525,3136,'_bbp_forum_subforum_count','0'),(2526,3136,'_lpr_forum_course_id','2460'),(2527,3137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2528,3137,'_thim_demo_content','yes'),(2529,3137,'_bbp_reply_count','0'),(2530,3137,'_bbp_topic_count','0'),(2531,3137,'_bbp_topic_count_hidden','0'),(2532,3137,'_bbp_total_reply_count','0'),(2533,3137,'_bbp_total_topic_count','0'),(2534,3137,'_bbp_last_topic_id','0'),(2535,3137,'_bbp_last_reply_id','0'),(2536,3137,'_bbp_last_active_id','0'),(2537,3137,'_bbp_last_active_time','0'),(2538,3137,'_bbp_forum_subforum_count','0'),(2539,3137,'_lpr_forum_course_id','2462'),(2540,3141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2541,3141,'_thim_demo_content','yes'),(2542,3141,'_bbp_reply_count','1'),(2543,3141,'_bbp_topic_count','2'),(2544,3141,'_bbp_topic_count_hidden','0'),(2545,3141,'_bbp_total_reply_count','1'),(2546,3141,'_bbp_total_topic_count','2'),(2547,3141,'_bbp_last_topic_id','4743'),(2548,3141,'_bbp_last_reply_id','4743'),(2549,3141,'_bbp_last_active_id','4743'),(2550,3141,'_bbp_last_active_time','2016-03-23 07:28:34'),(2551,3141,'_bbp_forum_subforum_count','0'),(2552,3141,'_lpr_forum_course_id','3138'),(2553,3321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2554,3321,'_thim_demo_content','yes'),(2555,3321,'_bbp_reply_count','0'),(2556,3321,'_bbp_topic_count','0'),(2557,3321,'_bbp_topic_count_hidden','0'),(2558,3321,'_bbp_total_reply_count','0'),(2559,3321,'_bbp_total_topic_count','0'),(2560,3321,'_bbp_last_topic_id','0'),(2561,3321,'_bbp_last_reply_id','0'),(2562,3321,'_bbp_last_active_id','0'),(2563,3321,'_bbp_last_active_time','0'),(2564,3321,'_bbp_forum_subforum_count','0'),(2565,3321,'_lpr_forum_course_id','3316'),(2566,3367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2567,3367,'_thim_demo_content','yes'),(2568,3367,'_bbp_reply_count','0'),(2569,3367,'_bbp_topic_count','0'),(2570,3367,'_bbp_topic_count_hidden','0'),(2571,3367,'_bbp_total_reply_count','0'),(2572,3367,'_bbp_total_topic_count','0'),(2573,3367,'_bbp_last_topic_id','0'),(2574,3367,'_bbp_last_reply_id','0'),(2575,3367,'_bbp_last_active_id','0'),(2576,3367,'_bbp_last_active_time','0'),(2577,3367,'_bbp_forum_subforum_count','0'),(2578,3367,'_lpr_forum_course_id','3361'),(2579,3368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2580,3368,'_thim_demo_content','yes'),(2581,3368,'_bbp_reply_count','0'),(2582,3368,'_bbp_topic_count','1'),(2583,3368,'_bbp_topic_count_hidden','0'),(2584,3368,'_bbp_total_reply_count','0'),(2585,3368,'_bbp_total_topic_count','1'),(2586,3368,'_bbp_last_topic_id','6312'),(2587,3368,'_bbp_last_reply_id','6312'),(2588,3368,'_bbp_last_active_id','6312'),(2589,3368,'_bbp_last_active_time','2016-05-02 04:38:41'),(2590,3368,'_bbp_forum_subforum_count','0'),(2591,3368,'_lpr_forum_course_id','1192'),(2592,3369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2593,3369,'_thim_demo_content','yes'),(2594,3369,'_bbp_reply_count','0'),(2595,3369,'_bbp_topic_count','0'),(2596,3369,'_bbp_topic_count_hidden','0'),(2597,3369,'_bbp_total_reply_count','0'),(2598,3369,'_bbp_total_topic_count','0'),(2599,3369,'_bbp_last_topic_id','0'),(2600,3369,'_bbp_last_reply_id','0'),(2601,3369,'_bbp_last_active_id','0'),(2602,3369,'_bbp_last_active_time','0'),(2603,3369,'_bbp_forum_subforum_count','0'),(2604,3369,'_lpr_forum_course_id','1784'),(2605,5744,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2606,5744,'_thim_demo_content','yes'),(2607,5744,'_lp_duration','10'),(2608,5744,'_lp_max_students','1000'),(2609,5744,'_lp_students','0'),(2610,5744,'_lp_retake_count','0'),(2611,5744,'_lp_co_teacher','11'),(2612,5744,'thim_course_duration','33 hours'),(2613,5744,'thim_course_skill_level','Beginner'),(2614,5744,'thim_course_language','English'),(2615,5744,'_lp_course_result','evaluate_lesson'),(2616,5744,'_lp_passing_condition','50'),(2617,5744,'_lp_payment','no'),(2618,5744,'_lp_required_enroll','yes'),(2619,5744,'_bbp_reply_count','0'),(2620,5744,'_bbp_topic_count','0'),(2621,5744,'_bbp_topic_count_hidden','0'),(2622,5744,'_bbp_total_reply_count','0'),(2623,5744,'_bbp_total_topic_count','0'),(2624,5744,'_bbp_last_topic_id','0'),(2625,5744,'_bbp_last_reply_id','0'),(2626,5744,'_bbp_last_active_id','0'),(2627,5744,'_bbp_last_active_time','0'),(2628,5744,'_bbp_forum_subforum_count','0'),(2629,5746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2630,5746,'_thim_demo_content','yes'),(2631,5746,'_lp_duration','10'),(2632,5746,'_lp_max_students','1000'),(2633,5746,'_lp_students','273'),(2634,5746,'_lp_retake_count','0'),(2635,5746,'_lp_co_teacher','1'),(2636,5746,'_lp_co_teacher','11'),(2637,5746,'thim_course_duration','3 hours'),(2638,5746,'thim_course_skill_level','All level'),(2639,5746,'thim_course_language','English'),(2640,5746,'_lp_course_result','evaluate_lesson'),(2641,5746,'_lp_passing_condition','80'),(2642,5746,'_lp_payment','no'),(2643,5746,'_lp_required_enroll','no'),(2644,5746,'_bbp_reply_count','0'),(2645,5746,'_bbp_topic_count','1'),(2646,5746,'_bbp_topic_count_hidden','0'),(2647,5746,'_bbp_total_reply_count','0'),(2648,5746,'_bbp_total_topic_count','1'),(2649,5746,'_bbp_last_topic_id','6810'),(2650,5746,'_bbp_last_reply_id','6810'),(2651,5746,'_bbp_last_active_id','6810'),(2652,5746,'_bbp_last_active_time','2016-09-05 01:01:22'),(2653,5746,'_bbp_forum_subforum_count','0'),(2654,5746,'slide_template','default'),(2655,5746,'_wpb_vc_js_status','false'),(2656,5746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2657,5746,'_yoast_wpseo_content_score','60'),(2658,5825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2659,5825,'_thim_demo_content','yes'),(2660,5825,'_lp_duration','10'),(2661,5825,'_lp_max_students','1000'),(2662,5825,'_lp_students','0'),(2663,5825,'_lp_retake_count','0'),(2664,5825,'thim_course_duration','50 hours'),(2665,5825,'thim_course_skill_level','All level'),(2666,5825,'thim_course_language','English'),(2667,5825,'_lp_course_result','evaluate_lesson'),(2668,5825,'_lp_payment','no'),(2669,5825,'_lp_required_enroll','yes'),(2670,5825,'_bbp_reply_count','0'),(2671,5825,'_bbp_topic_count','0'),(2672,5825,'_bbp_topic_count_hidden','0'),(2673,5825,'_bbp_total_reply_count','0'),(2674,5825,'_bbp_total_topic_count','0'),(2675,5825,'_bbp_last_topic_id','0'),(2676,5825,'_bbp_last_reply_id','0'),(2677,5825,'_bbp_last_active_id','0'),(2678,5825,'_bbp_last_active_time','0'),(2679,5825,'_bbp_forum_subforum_count','0'),(2680,6802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2681,6802,'_thim_demo_content','yes'),(2682,6802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2683,6802,'slide_template','default'),(2684,6802,'_wpb_vc_js_status','false'),(2685,6802,'_yoast_wpseo_content_score','30'),(2686,6802,'_bbp_last_active_time','2016-09-05 01:04:29'),(2687,6802,'_bbp_forum_subforum_count','0'),(2688,6802,'_bbp_reply_count','0'),(2689,6802,'_bbp_total_reply_count','0'),(2690,6802,'_bbp_topic_count','2'),(2691,6802,'_bbp_total_topic_count','2'),(2692,6802,'_bbp_topic_count_hidden','0'),(2693,6802,'_bbp_last_reply_id','6817'),(2694,6802,'_bbp_last_topic_id','6817'),(2695,6802,'_bbp_last_active_id','6817'),(2696,6803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2697,6803,'_thim_demo_content','yes'),(2698,6803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2699,6803,'slide_template','default'),(2700,6803,'_wpb_vc_js_status','false'),(2701,6803,'_yoast_wpseo_content_score','30'),(2702,6803,'_bbp_last_active_time','2016-09-05 01:03:59'),(2703,6803,'_bbp_forum_subforum_count','0'),(2704,6803,'_bbp_reply_count','0'),(2705,6803,'_bbp_total_reply_count','0'),(2706,6803,'_bbp_topic_count','4'),(2707,6803,'_bbp_total_topic_count','4'),(2708,6803,'_bbp_topic_count_hidden','0'),(2709,6803,'_bbp_last_reply_id','6816'),(2710,6803,'_bbp_last_topic_id','6816'),(2711,6803,'_bbp_last_active_id','6816'),(2712,6804,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2713,6804,'_thim_demo_content','yes'),(2714,6804,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2715,6804,'slide_template','default'),(2716,6804,'_wpb_vc_js_status','false'),(2717,6804,'_yoast_wpseo_content_score','30'),(2718,6804,'_bbp_last_active_time','2016-09-05 01:04:49'),(2719,6804,'_bbp_forum_subforum_count','0'),(2720,6804,'_bbp_reply_count','0'),(2721,6804,'_bbp_total_reply_count','0'),(2722,6804,'_bbp_topic_count','2'),(2723,6804,'_bbp_total_topic_count','2'),(2724,6804,'_bbp_topic_count_hidden','0'),(2725,6804,'_bbp_last_reply_id','6818'),(2726,6804,'_bbp_last_topic_id','6818'),(2727,6804,'_bbp_last_active_id','6818'),(2728,5063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2729,5063,'_thim_demo_content','yes'),(2730,5063,'_lp_duration','10'),(2731,5063,'_lp_max_students','1000'),(2732,5063,'_lp_retake_count','0'),(2734,5063,'_lp_passing_condition','50'),(2735,5063,'_lp_payment','yes'),(2736,5063,'_lp_required_enroll','yes'),(2737,5063,'_lp_students','7'),(2738,5063,'_lp_price','39'),(2739,5063,'_lp_co_teacher','7'),(2740,5063,'_thumbnail_id','3088'),(2741,5063,'slide_template',''),(2742,5063,'thim_mtb_using_custom_heading','0'),(2743,5063,'thim_mtb_hide_title_and_subtitle','0'),(2744,5063,'thim_mtb_custom_title',''),(2745,5063,'thim_subtitle',''),(2746,5063,'thim_mtb_hide_breadcrumbs','0'),(2747,5063,'thim_custom_heading_bg',''),(2748,5063,'thim_mtb_top_image',''),(2749,5063,'thim_mtb_bg_color',''),(2750,5063,'thim_mtb_text_color',''),(2751,5063,'thim_mtb_color_sub_title',''),(2752,5063,'thim_mtb_custom_layout','0'),(2753,5063,'thim_mtb_layout','full-content'),(2754,5063,'thim_mtb_no_padding','0'),(2755,5063,'thim_course_skill_level','Beginner'),(2756,5063,'thim_course_language','English'),(2757,5063,'thim_course_duration','9 hours'),(2758,5063,'1','evaluate_lesson'),(2759,5063,'_lp_course_result','evaluate_lesson'),(2760,5111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2761,5111,'_thim_demo_content','yes'),(2762,5111,'_lp_duration','10'),(2763,5111,'_lp_max_students','1000'),(2764,5111,'_lp_retake_count','0'),(2766,5111,'_lp_passing_condition','50'),(2767,5111,'_lp_payment','yes'),(2768,5111,'_lp_price','39'),(2769,5111,'_lp_required_enroll','yes'),(2770,5111,'_thumbnail_id','3070'),(2771,5111,'slide_template',''),(2772,5111,'thim_mtb_using_custom_heading','0'),(2773,5111,'thim_mtb_hide_title_and_subtitle','0'),(2774,5111,'thim_mtb_custom_title',''),(2775,5111,'thim_subtitle',''),(2776,5111,'thim_mtb_hide_breadcrumbs','0'),(2777,5111,'thim_custom_heading_bg',''),(2778,5111,'thim_mtb_top_image',''),(2779,5111,'thim_mtb_bg_color',''),(2780,5111,'thim_mtb_text_color',''),(2781,5111,'thim_mtb_color_sub_title',''),(2782,5111,'thim_mtb_custom_layout','0'),(2783,5111,'thim_mtb_layout','full-content'),(2784,5111,'thim_mtb_no_padding','0'),(2785,5111,'thim_course_skill_level','Beginner'),(2786,5111,'thim_course_language','English'),(2787,5111,'thim_course_duration','1 hour'),(2788,5111,'1','evaluate_lesson'),(2789,5111,'_lp_course_result','evaluate_lesson'),(2790,5143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2791,5143,'_thim_demo_content','yes'),(2792,5143,'_lp_duration','10'),(2793,5143,'_lp_max_students','1000'),(2794,5143,'_lp_retake_count','0'),(2795,5143,'_lp_passing_condition','50'),(2796,5143,'_lp_payment','yes'),(2797,5143,'_lp_required_enroll','yes'),(2798,5143,'_lp_price','50'),(2799,5143,'_thumbnail_id','2790'),(2800,5143,'slide_template','default'),(2801,5143,'thim_mtb_using_custom_heading','0'),(2802,5143,'thim_mtb_hide_title_and_subtitle','0'),(2803,5143,'thim_mtb_custom_title',''),(2804,5143,'thim_subtitle',''),(2805,5143,'thim_mtb_hide_breadcrumbs','0'),(2806,5143,'thim_custom_heading_bg',''),(2807,5143,'thim_mtb_top_image',''),(2808,5143,'thim_mtb_bg_color',''),(2809,5143,'thim_mtb_text_color',''),(2810,5143,'thim_mtb_color_sub_title',''),(2811,5143,'thim_mtb_custom_layout','0'),(2812,5143,'thim_mtb_layout','full-content'),(2813,5143,'thim_mtb_no_padding','0'),(2814,5143,'thim_course_skill_level','Beginner'),(2815,5143,'thim_course_language','English'),(2816,5143,'thim_course_duration','30 hours'),(2817,5143,'1','evaluate_lesson'),(2818,5143,'_lp_course_result','evaluate_lesson'),(2819,5143,'_lp_pmpro_levels','4'),(2820,5143,'_lp_course_status','publish'),(2821,5143,'_lp_cert',''),(2822,5143,'_yoast_wpseo_primary_course_category',''),(2823,5164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2824,5164,'_thim_demo_content','yes'),(2825,5164,'_lp_duration','10'),(2826,5164,'_lp_max_students','1000'),(2827,5164,'_lp_retake_count','0'),(2828,5164,'_lp_passing_condition','50'),(2829,5164,'_lp_payment','yes'),(2830,5164,'_lp_required_enroll','yes'),(2831,5164,'_lp_students','25'),(2832,5164,'_lp_price','59'),(2833,5164,'slide_template','default'),(2834,5164,'thim_mtb_using_custom_heading','0'),(2835,5164,'thim_mtb_hide_title_and_subtitle','0'),(2836,5164,'thim_mtb_custom_title',''),(2837,5164,'thim_subtitle',''),(2838,5164,'thim_mtb_hide_breadcrumbs','0'),(2839,5164,'thim_custom_heading_bg',''),(2840,5164,'thim_mtb_top_image',''),(2841,5164,'thim_mtb_bg_color',''),(2842,5164,'thim_mtb_text_color',''),(2843,5164,'thim_mtb_color_sub_title',''),(2844,5164,'thim_mtb_custom_layout','0'),(2845,5164,'thim_mtb_layout','full-content'),(2846,5164,'thim_mtb_no_padding','0'),(2847,5164,'thim_course_skill_level','Beginner'),(2848,5164,'thim_course_language','English'),(2849,5164,'_thumbnail_id','3284'),(2850,5164,'thim_course_duration','25 hours'),(2851,5164,'1','evaluate_lesson'),(2852,5164,'_lp_course_result','evaluate_lesson'),(2853,5164,'_lp_course_status','publish'),(2854,5164,'_lp_cert',''),(2855,5164,'_yoast_wpseo_primary_course_category',''),(2856,5181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2857,5181,'_thim_demo_content','yes'),(2858,5181,'_lp_duration','10'),(2859,5181,'_lp_max_students','1000'),(2860,5181,'_lp_retake_count','0'),(2861,5181,'_lp_passing_condition','50'),(2862,5181,'_lp_payment','yes'),(2863,5181,'_lp_required_enroll','yes'),(2864,5181,'_lp_students','7'),(2865,5181,'_lp_price','49'),(2866,5181,'_thumbnail_id','3079'),(2867,5181,'slide_template','default'),(2868,5181,'thim_mtb_using_custom_heading','0'),(2869,5181,'thim_mtb_hide_title_and_subtitle','0'),(2870,5181,'thim_mtb_custom_title',''),(2871,5181,'thim_subtitle',''),(2872,5181,'thim_mtb_hide_breadcrumbs','0'),(2873,5181,'thim_custom_heading_bg',''),(2874,5181,'thim_mtb_top_image',''),(2875,5181,'thim_mtb_bg_color',''),(2876,5181,'thim_mtb_text_color',''),(2877,5181,'thim_mtb_color_sub_title',''),(2878,5181,'thim_mtb_custom_layout','0'),(2879,5181,'thim_mtb_layout','full-content'),(2880,5181,'thim_mtb_no_padding','0'),(2881,5181,'thim_course_skill_level','Beginner'),(2882,5181,'thim_course_language','English'),(2883,5181,'thim_course_duration','15 hours'),(2884,5181,'1','evaluate_lesson'),(2885,5181,'_lp_course_result','evaluate_lesson'),(2886,5181,'_lp_course_status','publish'),(2887,5181,'_lp_cert',''),(2888,5181,'_yoast_wpseo_primary_course_category',''),(2889,5181,'_lp_pmpro_levels','3'),(2890,5206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2891,5206,'_thim_demo_content','yes'),(2892,5206,'_lp_duration','10'),(2893,5206,'_lp_max_students','1000'),(2894,5206,'_lp_retake_count','0'),(2895,5206,'_lp_passing_condition','50'),(2896,5206,'_lp_payment','yes'),(2897,5206,'_lp_price','159'),(2898,5206,'_lp_required_enroll','yes'),(2899,5206,'_lp_students','20'),(2900,5206,'_thumbnail_id','2788'),(2901,5206,'slide_template','default'),(2902,5206,'thim_mtb_using_custom_heading','0'),(2903,5206,'thim_mtb_hide_title_and_subtitle','0'),(2904,5206,'thim_mtb_custom_title',''),(2905,5206,'thim_subtitle',''),(2906,5206,'thim_mtb_hide_breadcrumbs','0'),(2907,5206,'thim_custom_heading_bg',''),(2908,5206,'thim_mtb_top_image',''),(2909,5206,'thim_mtb_bg_color',''),(2910,5206,'thim_mtb_text_color',''),(2911,5206,'thim_mtb_color_sub_title',''),(2912,5206,'thim_mtb_custom_layout','0'),(2913,5206,'thim_mtb_layout','full-content'),(2914,5206,'thim_mtb_no_padding','0'),(2915,5206,'thim_course_skill_level','Beginner'),(2916,5206,'thim_course_language','English'),(2917,5206,'thim_course_duration','40 hours'),(2918,5206,'1','evaluate_lesson'),(2919,5206,'_lp_course_result','evaluate_lesson'),(2920,5206,'_lp_pmpro_levels','4'),(2921,5206,'_lp_course_status','publish'),(2922,5206,'_lp_cert',''),(2923,5206,'_yoast_wpseo_primary_course_category',''),(2924,5212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2925,5212,'_thim_demo_content','yes'),(2926,5212,'_lp_duration','10'),(2927,5212,'_lp_max_students','1000'),(2928,5212,'_lp_retake_count','0'),(2929,5212,'_lp_passing_condition','50'),(2930,5212,'_lp_payment','yes'),(2931,5212,'_lp_price','94'),(2932,5212,'_lp_required_enroll','yes'),(2933,5212,'_lp_students','25'),(2934,5212,'_thumbnail_id','3237'),(2935,5212,'slide_template','default'),(2936,5212,'thim_mtb_using_custom_heading','0'),(2937,5212,'thim_mtb_hide_title_and_subtitle','0'),(2938,5212,'thim_mtb_custom_title',''),(2939,5212,'thim_subtitle',''),(2940,5212,'thim_mtb_hide_breadcrumbs','0'),(2941,5212,'thim_custom_heading_bg',''),(2942,5212,'thim_mtb_top_image',''),(2943,5212,'thim_mtb_bg_color',''),(2944,5212,'thim_mtb_text_color',''),(2945,5212,'thim_mtb_color_sub_title',''),(2946,5212,'thim_mtb_custom_layout','0'),(2947,5212,'thim_mtb_layout','full-content'),(2948,5212,'thim_mtb_no_padding','0'),(2949,5212,'thim_course_skill_level','Beginner'),(2950,5212,'thim_course_language','English'),(2951,5212,'thim_course_duration','30 hours'),(2952,5212,'1','evaluate_lesson'),(2953,5212,'_lp_course_result','evaluate_lesson'),(2954,5212,'_lp_pmpro_levels','3'),(2955,5212,'_lp_course_status','publish'),(2956,5212,'_lp_cert',''),(2957,5212,'_yoast_wpseo_primary_course_category',''),(2958,5227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2959,5227,'_thim_demo_content','yes'),(2960,5227,'_lp_duration','10'),(2961,5227,'_lp_max_students','1000'),(2962,5227,'_lp_retake_count','0'),(2963,5227,'_lp_passing_condition','50'),(2964,5227,'_lp_payment','yes'),(2965,5227,'_lp_price','99'),(2966,5227,'_lp_required_enroll','yes'),(2967,5227,'_lp_students','15'),(2968,5227,'_thumbnail_id','3089'),(2969,5227,'slide_template','default'),(2970,5227,'thim_mtb_using_custom_heading','0'),(2971,5227,'thim_mtb_hide_title_and_subtitle','0'),(2972,5227,'thim_mtb_custom_title',''),(2973,5227,'thim_subtitle',''),(2974,5227,'thim_mtb_hide_breadcrumbs','0'),(2975,5227,'thim_custom_heading_bg',''),(2976,5227,'thim_mtb_top_image',''),(2977,5227,'thim_mtb_bg_color',''),(2978,5227,'thim_mtb_text_color',''),(2979,5227,'thim_mtb_color_sub_title',''),(2980,5227,'thim_mtb_custom_layout','0'),(2981,5227,'thim_mtb_layout','full-content'),(2982,5227,'thim_mtb_no_padding','0'),(2983,5227,'thim_course_skill_level','Beginner'),(2984,5227,'thim_course_language','English'),(2985,5227,'thim_course_duration','25 hours'),(2986,5227,'1','evaluate_lesson'),(2987,5227,'_lp_course_result','evaluate_lesson'),(2988,5227,'_lp_pmpro_levels','3'),(2989,5227,'_lp_course_status','publish'),(2990,5227,'_lp_cert',''),(2991,5227,'_yoast_wpseo_primary_course_category',''),(2992,5227,'_lp_pmpro_levels','2'),(2993,5264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2994,5264,'_thim_demo_content','yes'),(2995,5264,'_lp_duration','10'),(2996,5264,'_lp_max_students','1000'),(2997,5264,'_lp_retake_count','0'),(2998,5264,'_lp_passing_condition','50'),(2999,5264,'_lp_payment','yes'),(3000,5264,'_lp_price','75'),(3001,5264,'_lp_required_enroll','yes'),(3002,5264,'_lp_students','25'),(3003,5264,'_thumbnail_id','3088'),(3004,5264,'slide_template','default'),(3005,5264,'thim_mtb_using_custom_heading','0'),(3006,5264,'thim_mtb_hide_title_and_subtitle','0'),(3007,5264,'thim_mtb_custom_title',''),(3008,5264,'thim_subtitle',''),(3009,5264,'thim_mtb_hide_breadcrumbs','0'),(3010,5264,'thim_custom_heading_bg',''),(3011,5264,'thim_mtb_top_image',''),(3012,5264,'thim_mtb_bg_color',''),(3013,5264,'thim_mtb_text_color',''),(3014,5264,'thim_mtb_color_sub_title',''),(3015,5264,'thim_mtb_custom_layout','0'),(3016,5264,'thim_mtb_layout','full-content'),(3017,5264,'thim_mtb_no_padding','0'),(3018,5264,'thim_course_skill_level','Beginner'),(3019,5264,'thim_course_language','English'),(3020,5264,'thim_course_duration','10 hours'),(3021,5264,'1','evaluate_lesson'),(3022,5264,'_lp_course_result','evaluate_lesson'),(3023,5264,'_lp_pmpro_levels','3'),(3024,5264,'_lp_course_status','publish'),(3025,5264,'_lp_cert',''),(3026,5264,'_yoast_wpseo_primary_course_category',''),(3027,5264,'_lp_pmpro_levels','2'),(3028,5286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3029,5286,'_thim_demo_content','yes'),(3030,5286,'_lp_duration','10 week'),(3031,5286,'_lp_max_students','1000'),(3032,5286,'_lp_retake_count','0'),(3033,5286,'_lp_passing_condition','80'),(3034,5286,'_lp_payment','yes'),(3035,5286,'_lp_price','20000'),(3036,5286,'_lp_required_enroll','yes'),(3037,5286,'_lp_students','50'),(3038,5286,'_lp_co_teacher','7'),(3039,5286,'_thumbnail_id','3313'),(3040,5286,'slide_template',''),(3041,5286,'thim_mtb_using_custom_heading','0'),(3042,5286,'thim_mtb_hide_title_and_subtitle','0'),(3045,5286,'thim_mtb_hide_breadcrumbs','0'),(3046,5286,'thim_custom_heading_bg',''),(3051,5286,'thim_mtb_custom_layout','0'),(3052,5286,'thim_mtb_layout','full-content'),(3053,5286,'thim_mtb_no_padding','0'),(3054,5286,'thim_course_skill_level','Beginner'),(3055,5286,'thim_course_language','English'),(3056,5286,'thim_course_duration','69 hours'),(3057,5286,'1','evaluate_lesson'),(3058,5286,'_lp_course_result','evaluate_lesson'),(3059,5286,'_lp_pmpro_levels','2'),(3060,5286,'_lp_course_status','publish'),(3061,5286,'_lp_cert',''),(3062,5286,'_yoast_wpseo_primary_course_category',''),(3063,5286,'_lp_pmpro_levels','1'),(3064,5299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3065,5299,'_thim_demo_content','yes'),(3066,5299,'_lp_duration','10 week'),(3067,5299,'_lp_max_students','1000'),(3068,5299,'_lp_retake_count','0'),(3069,5299,'_lp_passing_condition','50'),(3070,5299,'_lp_payment','no'),(3071,5299,'_lp_required_enroll','yes'),(3072,5299,'_lp_students','0'),(3073,5299,'_lp_co_teacher','11'),(3074,5299,'_thumbnail_id','2788'),(3075,5299,'slide_template','default'),(3076,5299,'thim_mtb_using_custom_heading','0'),(3077,5299,'thim_mtb_hide_title_and_subtitle','0'),(3078,5299,'thim_mtb_custom_title',''),(3079,5299,'thim_subtitle',''),(3080,5299,'thim_mtb_hide_breadcrumbs','0'),(3081,5299,'thim_custom_heading_bg',''),(3082,5299,'thim_mtb_top_image',''),(3083,5299,'thim_mtb_bg_color',''),(3084,5299,'thim_mtb_text_color',''),(3085,5299,'thim_mtb_color_sub_title',''),(3086,5299,'thim_mtb_custom_layout','0'),(3087,5299,'thim_mtb_layout','full-content'),(3088,5299,'thim_mtb_no_padding','0'),(3089,5299,'thim_course_skill_level','Beginner'),(3090,5299,'thim_course_language','English'),(3091,5299,'thim_course_duration','33 hours'),(3092,5299,'1','evaluate_lesson'),(3093,5299,'_lp_course_result','evaluate_lesson'),(3094,5299,'_lp_bbpress_forum_enable','yes'),(3095,5299,'_lpr_course_lesson_quiz',''),(3096,5299,'_lp_course_status','publish'),(3097,5299,'_lp_course_forum','5744'),(3098,5299,'_lp_bbpress_forum_enrolled_user','yes'),(3099,5299,'_lp_cert',''),(3100,5312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3101,5312,'_thim_demo_content','yes'),(3102,5312,'_lp_duration','10 week'),(3103,5312,'_lp_students','45'),(3104,5312,'_lp_max_students','1000'),(3105,5312,'_lp_retake_count','0'),(3106,5312,'_lp_passing_condition','50'),(3107,5312,'_lp_required_enroll','yes'),(3108,5312,'_lp_payment','yes'),(3109,5312,'_lp_price','15000'),(3110,5312,'_lp_co_teacher','11'),(3111,5312,'slide_template',''),(3112,5312,'_thumbnail_id','3234'),(3113,5312,'thim_course_skill_level','Beginner'),(3114,5312,'thim_course_language','English'),(3115,5312,'thim_course_duration','80 hours'),(3116,5312,'1','evaluate_lesson'),(3117,5312,'_lp_course_result','evaluate_lesson'),(3118,5312,'_lp_pmpro_levels','2'),(3119,5312,'_lp_course_status','publish'),(3120,5312,'_lp_cert',''),(3121,5312,'_yoast_wpseo_primary_course_category',''),(3122,5319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3123,5319,'_thim_demo_content','yes'),(3124,5319,'_lp_duration','100'),(3125,5319,'_lp_students','10'),(3126,5319,'_lp_max_students','1000'),(3127,5319,'_lp_retake_count','0'),(3128,5319,'_lp_passing_condition','50'),(3129,5319,'_lp_required_enroll','yes'),(3130,5319,'_lp_payment','yes'),(3131,5319,'_lp_price','50'),(3132,5319,'_lp_co_teacher','11'),(3133,5319,'slide_template','default'),(3134,5319,'_thumbnail_id','3313'),(3135,5319,'thim_course_skill_level','Beginner'),(3136,5319,'thim_course_language','English'),(3137,5319,'_dp_original','1773'),(3138,5319,'thim_course_duration','45 hours'),(3139,5319,'1','evaluate_lesson'),(3140,5319,'_lp_course_result','evaluate_lesson'),(3141,5319,'_lp_pmpro_levels','1'),(3142,5319,'_lp_course_status','publish'),(3143,5319,'_lp_cert',''),(3144,5319,'_yoast_wpseo_primary_course_category',''),(3145,5332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3146,5332,'_thim_demo_content','yes'),(3147,5332,'_lp_duration','100 week'),(3148,5332,'_lp_students','27'),(3149,5332,'_lp_max_students','1000'),(3150,5332,'_lp_retake_count','0'),(3151,5332,'_lp_passing_condition','50'),(3152,5332,'_lp_required_enroll','yes'),(3153,5332,'_lp_payment','yes'),(3154,5332,'_lp_price','10000'),(3155,5332,'_lp_co_teacher','11'),(3156,5332,'_thumbnail_id','3317'),(3157,5332,'slide_template',''),(3158,5332,'thim_course_skill_level','All level'),(3159,5332,'thim_course_language','English'),(3160,5332,'thim_course_duration','55 hours'),(3161,5332,'1','evaluate_lesson'),(3162,5332,'_lp_course_result','evaluate_lesson'),(3163,5332,'_lp_pmpro_levels','2'),(3164,5332,'_lp_course_status','publish'),(3165,5332,'_lp_cert',''),(3166,5332,'_yoast_wpseo_primary_course_category',''),(3167,5332,'_lp_pmpro_levels','1'),(3168,5345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3169,5345,'_thim_demo_content','yes'),(3170,5345,'_lp_duration','10'),(3171,5345,'_lp_max_students','1000'),(3172,5345,'_lp_retake_count','0'),(3173,5345,'_lp_passing_condition','50'),(3174,5345,'_lp_payment','yes'),(3175,5345,'_lp_required_enroll','yes'),(3176,5345,'_lp_price','36'),(3177,5345,'_lp_students','26'),(3178,5345,'_lp_co_teacher','11'),(3179,5345,'_thumbnail_id','3088'),(3180,5345,'slide_template','default'),(3181,5345,'thim_mtb_using_custom_heading','0'),(3182,5345,'thim_mtb_hide_title_and_subtitle','0'),(3183,5345,'thim_mtb_custom_title',''),(3184,5345,'thim_subtitle',''),(3185,5345,'thim_mtb_hide_breadcrumbs','0'),(3186,5345,'thim_custom_heading_bg',''),(3187,5345,'thim_mtb_top_image',''),(3188,5345,'thim_mtb_bg_color',''),(3189,5345,'thim_mtb_text_color',''),(3190,5345,'thim_mtb_color_sub_title',''),(3191,5345,'thim_mtb_custom_layout','0'),(3192,5345,'thim_mtb_layout','full-content'),(3193,5345,'thim_mtb_no_padding','0'),(3194,5345,'_dp_original','1192'),(3195,5345,'thim_course_duration','35 hours'),(3196,5345,'1','evaluate_lesson'),(3197,5345,'_lp_course_result','evaluate_lesson'),(3198,5345,'_lp_pmpro_levels','1'),(3199,5345,'_lp_course_status','publish'),(3200,5345,'_lp_cert',''),(3201,5345,'_yoast_wpseo_primary_course_category',''),(3202,5393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3203,5393,'_thim_demo_content','yes'),(3204,5393,'_lp_duration','10 week'),(3205,5393,'_lp_max_students','1000'),(3206,5393,'_lp_retake_count','0'),(3207,5393,'_lp_passing_condition','50'),(3208,5393,'_lp_payment','yes'),(3209,5393,'_lp_required_enroll','yes'),(3210,5393,'_lp_students','32'),(3211,5393,'_lp_price','20000'),(3212,5393,'_lp_co_teacher','11'),(3213,5393,'slide_template',''),(3214,5393,'thim_mtb_using_custom_heading','0'),(3215,5393,'thim_mtb_hide_title_and_subtitle','0'),(3218,5393,'thim_mtb_hide_breadcrumbs','0'),(3219,5393,'thim_custom_heading_bg',''),(3224,5393,'thim_mtb_custom_layout','0'),(3225,5393,'thim_mtb_layout','full-content'),(3226,5393,'thim_mtb_no_padding','0'),(3227,5393,'thim_course_skill_level','Beginner'),(3228,5393,'thim_course_language','English'),(3229,5393,'_thumbnail_id','3282'),(3230,5393,'_dp_original','1912'),(3231,5393,'thim_course_duration','60 hours'),(3232,5393,'1','evaluate_lesson'),(3233,5393,'_lp_course_result','evaluate_lesson'),(3234,5393,'_lp_pmpro_levels','1'),(3235,5393,'_lp_course_status','publish'),(3236,5393,'_lp_cert',''),(3237,5393,'_yoast_wpseo_primary_course_category',''),(3238,5407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3239,5407,'_thim_demo_content','yes'),(3240,5407,'_lp_duration','10 week'),(3241,5407,'_lp_max_students','1000'),(3242,5407,'_lp_retake_count','0'),(3243,5407,'_lp_passing_condition','50'),(3244,5407,'_lp_payment','yes'),(3245,5407,'_lp_required_enroll','yes'),(3246,5407,'_lp_students','28'),(3247,5407,'_lp_price','18000'),(3248,5407,'_lp_co_teacher','11'),(3249,5407,'_thumbnail_id','2790'),(3250,5407,'slide_template',''),(3251,5407,'thim_mtb_using_custom_heading','0'),(3252,5407,'thim_mtb_hide_title_and_subtitle','0'),(3255,5407,'thim_mtb_hide_breadcrumbs','0'),(3256,5407,'thim_custom_heading_bg',''),(3261,5407,'thim_mtb_custom_layout','0'),(3262,5407,'thim_mtb_layout','full-content'),(3263,5407,'thim_mtb_no_padding','0'),(3264,5407,'thim_course_skill_level','Beginner'),(3265,5407,'thim_course_language','English'),(3266,5407,'_dp_original','1481'),(3267,5407,'thim_course_duration','54 hours'),(3268,5407,'1','evaluate_lesson'),(3269,5407,'_lp_course_result','evaluate_lesson'),(3270,5407,'_lp_pmpro_levels','3'),(3271,5407,'_lp_course_status','publish'),(3272,5407,'_lp_cert',''),(3273,5407,'_yoast_wpseo_primary_course_category',''),(3274,5428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3275,5428,'_thim_demo_content','yes'),(3276,5428,'_lp_duration','10 week'),(3277,5428,'_lp_students','30'),(3278,5428,'_lp_max_students','1000'),(3279,5428,'_lp_retake_count','0'),(3280,5428,'_lp_passing_condition','80'),(3281,5428,'_lp_required_enroll','yes'),(3282,5428,'_lp_payment','no'),(3283,5428,'_lp_co_teacher','11'),(3284,5428,'_lp_co_teacher','1'),(3285,5428,'slide_template',''),(3286,5428,'thim_course_skill_level','All level'),(3287,5428,'thim_course_language','English'),(3288,5428,'_thumbnail_id','3079'),(3289,5428,'thim_course_duration','3 hours'),(3290,5428,'1','evaluate_lesson'),(3291,5428,'_lp_course_result','evaluate_lesson'),(3292,5428,'_lp_bbpress_forum_enable','yes'),(3293,5428,'_lpr_course_lesson_quiz',''),(3294,5428,'_lp_course_status','publish'),(3295,5428,'_lp_course_forum','5746'),(3296,5428,'_lp_bbpress_forum_enrolled_user','yes'),(3297,5428,'_lp_cert',''),(3298,5428,'_lp_price','15000'),(3299,5428,'_admin_hidden_sections',''),(3300,5428,'_oembed_1424981b154acec3a513a10030e7e24c','<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/rRWPl5-Hb4k?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3301,5428,'_oembed_time_1424981b154acec3a513a10030e7e24c','1473186607'),(3309,5064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3310,5064,'_thim_demo_content','yes'),(3311,5064,'_lp_duration','30 minute'),(3312,5064,'_lp_preview','no'),(3313,5064,'slide_template',''),(3314,5064,'_lp_course_result','no'),(3315,5064,'_lp_payment','no'),(3316,5065,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3317,5065,'_thim_demo_content','yes'),(3318,5065,'_lp_duration','30 minute'),(3319,5065,'_lp_preview','no'),(3320,5065,'slide_template',''),(3321,5082,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3322,5082,'_thim_demo_content','yes'),(3323,5082,'_lp_duration','30 minute'),(3324,5082,'_lp_preview','no'),(3325,5082,'slide_template',''),(3326,5084,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3327,5084,'_thim_demo_content','yes'),(3328,5084,'_lp_duration','30 minute'),(3329,5084,'_lp_preview','no'),(3330,5084,'slide_template',''),(3331,5087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3332,5087,'_thim_demo_content','yes'),(3333,5087,'_lp_duration','30 minute'),(3334,5087,'_lp_preview','no'),(3335,5087,'slide_template',''),(3336,5091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3337,5091,'_thim_demo_content','yes'),(3338,5091,'_lp_duration','30 minute'),(3339,5091,'_lp_preview','no'),(3340,5091,'slide_template',''),(3341,5112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3342,5112,'_thim_demo_content','yes'),(3343,5112,'_lp_duration','30 minute'),(3344,5112,'_lp_preview','no'),(3345,5112,'slide_template',''),(3346,5113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3347,5113,'_thim_demo_content','yes'),(3348,5113,'_lp_duration','30 minute'),(3349,5113,'_lp_preview','no'),(3350,5113,'slide_template',''),(3351,5114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3352,5114,'_thim_demo_content','yes'),(3353,5114,'_lp_duration','30 minute'),(3354,5114,'_lp_preview','no'),(3355,5114,'slide_template',''),(3356,5115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3357,5115,'_thim_demo_content','yes'),(3358,5115,'_lp_duration','30 minute'),(3359,5115,'_lp_preview','no'),(3360,5115,'slide_template',''),(3361,5116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3362,5116,'_thim_demo_content','yes'),(3363,5116,'_lp_duration','30 minute'),(3364,5116,'_lp_preview','no'),(3365,5116,'slide_template',''),(3366,5117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3367,5117,'_thim_demo_content','yes'),(3368,5117,'_lp_duration','30 minute'),(3369,5117,'_lp_preview','no'),(3370,5117,'slide_template',''),(3371,5118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3372,5118,'_thim_demo_content','yes'),(3373,5118,'_lp_duration','30 minute'),(3374,5118,'_lp_preview','no'),(3375,5118,'slide_template',''),(3376,5064,'_lp_duration','30 minute'),(3377,5064,'_lp_preview','no'),(3378,5064,'slide_template',''),(3379,5065,'_lp_duration','30 minute'),(3380,5065,'_lp_preview','no'),(3381,5065,'slide_template',''),(3382,5082,'_lp_duration','30 minute'),(3383,5082,'_lp_preview','no'),(3384,5082,'slide_template',''),(3385,5084,'_lp_duration','30 minute'),(3386,5084,'_lp_preview','no'),(3387,5084,'slide_template',''),(3388,5087,'_lp_duration','30 minute'),(3389,5087,'_lp_preview','no'),(3390,5087,'slide_template',''),(3391,5091,'_lp_duration','30 minute'),(3392,5091,'_lp_preview','no'),(3393,5091,'slide_template',''),(3394,6033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3395,6033,'_thim_demo_content','yes'),(3396,6033,'_lp_duration','30 minute'),(3397,6033,'_lp_preview','no'),(3398,6033,'slide_template',''),(3399,6033,'_lp_course_result','no'),(3400,6033,'_lp_payment','no'),(3401,6033,'_dp_original','5064'),(3402,5083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3403,5083,'_thim_demo_content','yes'),(3404,5083,'_lp_duration','30 minute'),(3405,5083,'_lp_preview','no'),(3406,5083,'slide_template',''),(3407,5085,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3408,5085,'_thim_demo_content','yes'),(3409,5085,'_lp_duration','30 minute'),(3410,5085,'_lp_preview','no'),(3411,5085,'slide_template',''),(3412,5086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3413,5086,'_thim_demo_content','yes'),(3414,5086,'_lp_duration','30 minute'),(3415,5086,'_lp_preview','no'),(3416,5086,'slide_template',''),(3417,5088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3418,5088,'_thim_demo_content','yes'),(3419,5088,'_lp_duration','30 minute'),(3420,5088,'_lp_preview','no'),(3421,5088,'slide_template',''),(3422,5089,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3423,5089,'_thim_demo_content','yes'),(3424,5089,'_lp_duration','30 minute'),(3425,5089,'_lp_preview','no'),(3426,5089,'slide_template',''),(3427,5119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3428,5119,'_thim_demo_content','yes'),(3429,5119,'_lp_duration','30 minute'),(3430,5119,'_lp_preview','no'),(3431,5119,'slide_template',''),(3432,5120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3433,5120,'_thim_demo_content','yes'),(3434,5120,'_lp_duration','30 minute'),(3435,5120,'_lp_preview','no'),(3436,5120,'slide_template',''),(3437,5121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3438,5121,'_thim_demo_content','yes'),(3439,5121,'_lp_duration','30 minute'),(3440,5121,'_lp_preview','no'),(3441,5121,'slide_template',''),(3442,5122,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3443,5122,'_thim_demo_content','yes'),(3444,5122,'_lp_duration','30 minute'),(3445,5122,'_lp_preview','no'),(3446,5122,'slide_template',''),(3447,5123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3448,5123,'_thim_demo_content','yes'),(3449,5123,'_lp_duration','30 minute'),(3450,5123,'_lp_preview','no'),(3451,5123,'slide_template',''),(3452,5124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3453,5124,'_thim_demo_content','yes'),(3454,5124,'_lp_duration','30 minute'),(3455,5124,'_lp_preview','no'),(3456,5124,'slide_template',''),(3457,5125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3458,5125,'_thim_demo_content','yes'),(3459,5125,'_lp_duration','30 minute'),(3460,5125,'_lp_preview','no'),(3461,5125,'slide_template',''),(3462,5126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3463,5126,'_thim_demo_content','yes'),(3464,5126,'_lp_duration','30 minute'),(3465,5126,'_lp_preview','no'),(3466,5127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3467,5127,'_thim_demo_content','yes'),(3468,5127,'_lp_duration','30 minute'),(3469,5127,'_lp_preview','no'),(3470,5128,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3471,5128,'_thim_demo_content','yes'),(3472,5128,'_lp_duration','30 minute'),(3473,5128,'_lp_preview','no'),(3474,5083,'_lp_duration','30 minute'),(3475,5083,'_lp_preview','no'),(3476,5083,'slide_template',''),(3477,5085,'_lp_duration','30 minute'),(3478,5085,'_lp_preview','no'),(3479,5085,'slide_template',''),(3480,5086,'_lp_duration','30 minute'),(3481,5086,'_lp_preview','no'),(3482,5086,'slide_template',''),(3483,5088,'_lp_duration','30 minute'),(3484,5088,'_lp_preview','no'),(3485,5088,'slide_template',''),(3486,5089,'_lp_duration','30 minute'),(3487,5089,'_lp_preview','no'),(3488,5089,'slide_template',''),(3489,5090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3490,5090,'_thim_demo_content','yes'),(3491,5090,'_lp_duration','30 minute'),(3492,5090,'_lp_preview','no'),(3493,5090,'slide_template',''),(3494,5144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3495,5144,'_thim_demo_content','yes'),(3496,5144,'_lp_duration','30 minute'),(3497,5144,'_lp_preview','yes'),(3498,5144,'slide_template',''),(3499,5145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3500,5145,'_thim_demo_content','yes'),(3501,5145,'_lp_duration','30 minute'),(3502,5145,'_lp_preview','no'),(3503,5145,'slide_template',''),(3504,5146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3505,5146,'_thim_demo_content','yes'),(3506,5146,'_lp_duration','30 minute'),(3507,5146,'_lp_preview','no'),(3508,5146,'slide_template',''),(3509,5147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3510,5147,'_thim_demo_content','yes'),(3511,5147,'_lp_duration','30 minute'),(3512,5147,'_lp_preview','no'),(3513,5147,'slide_template',''),(3514,5148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3515,5148,'_thim_demo_content','yes'),(3516,5148,'_lp_duration','30 minute'),(3517,5148,'_lp_preview','no'),(3518,5148,'slide_template',''),(3519,5149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3520,5149,'_thim_demo_content','yes'),(3521,5149,'_lp_duration','30 minute'),(3522,5149,'_lp_preview','no'),(3523,5149,'slide_template',''),(3524,5150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3525,5150,'_thim_demo_content','yes'),(3526,5150,'_lp_duration','30 minute'),(3527,5150,'_lp_preview','no'),(3528,5150,'slide_template',''),(3529,5151,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3530,5151,'_thim_demo_content','yes'),(3531,5151,'_lp_duration','30 minute'),(3532,5151,'_lp_preview','no'),(3533,5151,'slide_template',''),(3534,5152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3535,5152,'_thim_demo_content','yes'),(3536,5152,'_lp_duration','30 minute'),(3537,5152,'_lp_preview','no'),(3538,5152,'slide_template',''),(3539,5090,'_lp_duration','30 minute'),(3540,5090,'_lp_preview','no'),(3541,5090,'slide_template',''),(3542,5144,'_lp_duration','30 minute'),(3543,5144,'_lp_preview','yes'),(3544,5144,'slide_template',''),(3545,5145,'_lp_duration','30 minute'),(3546,5145,'_lp_preview','no'),(3547,5145,'slide_template',''),(3548,5146,'_lp_duration','30 minute'),(3549,5146,'_lp_preview','no'),(3550,5146,'slide_template',''),(3551,5147,'_lp_duration','30 minute'),(3552,5147,'_lp_preview','no'),(3553,5147,'slide_template',''),(3554,5148,'_lp_duration','30 minute'),(3555,5148,'_lp_preview','no'),(3556,5148,'slide_template',''),(3557,5149,'_lp_duration','30 minute'),(3558,5149,'_lp_preview','no'),(3559,5149,'slide_template',''),(3560,5150,'_lp_duration','30 minute'),(3561,5150,'_lp_preview','no'),(3562,5150,'slide_template',''),(3563,5151,'_lp_duration','30 minute'),(3564,5151,'_lp_preview','no'),(3565,5151,'slide_template',''),(3566,5152,'_lp_duration','30 minute'),(3567,5152,'_lp_preview','no'),(3568,5152,'slide_template',''),(3569,5153,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3570,5153,'_thim_demo_content','yes'),(3571,5153,'_lp_duration','30 minute'),(3572,5153,'_lp_preview','no'),(3573,5153,'slide_template',''),(3574,5154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3575,5154,'_thim_demo_content','yes'),(3576,5154,'_lp_duration','30 minute'),(3577,5154,'_lp_preview','no'),(3578,5154,'slide_template',''),(3579,5155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3580,5155,'_thim_demo_content','yes'),(3581,5155,'_lp_duration','30 minute'),(3582,5155,'_lp_preview','no'),(3583,5155,'slide_template',''),(3584,5156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3585,5156,'_thim_demo_content','yes'),(3586,5156,'_lp_duration','30 minute'),(3587,5156,'_lp_preview','no'),(3588,5156,'slide_template',''),(3589,5157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3590,5157,'_thim_demo_content','yes'),(3591,5157,'_lp_duration','30 minute'),(3592,5157,'_lp_preview','no'),(3593,5157,'slide_template',''),(3594,5158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3595,5158,'_thim_demo_content','yes'),(3596,5158,'_lp_duration','30 minute'),(3597,5158,'_lp_preview','no'),(3598,5158,'slide_template',''),(3599,5165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3600,5165,'_thim_demo_content','yes'),(3601,5165,'_lp_duration','30 minute'),(3602,5165,'_lp_preview','yes'),(3603,5165,'slide_template',''),(3604,5166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3605,5166,'_thim_demo_content','yes'),(3606,5166,'_lp_duration','30 minute'),(3607,5166,'_lp_preview','no'),(3608,5166,'slide_template',''),(3609,5167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3610,5167,'_thim_demo_content','yes'),(3611,5167,'_lp_duration','30 minute'),(3612,5167,'_lp_preview','no'),(3613,5167,'slide_template',''),(3614,5168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3615,5168,'_thim_demo_content','yes'),(3616,5168,'_lp_duration','30 minute'),(3617,5168,'_lp_preview','no'),(3618,5168,'slide_template',''),(3619,5169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3620,5169,'_thim_demo_content','yes'),(3621,5169,'_lp_duration','30 minute'),(3622,5169,'_lp_preview','no'),(3623,5169,'slide_template',''),(3624,5399,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3625,5399,'_thim_demo_content','yes'),(3626,5399,'_lp_duration','30 minute'),(3627,5399,'_lp_preview','no'),(3628,5399,'slide_template',''),(3629,5400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3630,5400,'_thim_demo_content','yes'),(3631,5400,'_lp_duration','30 minute'),(3632,5400,'_lp_preview','no'),(3633,5400,'slide_template',''),(3634,5401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3635,5401,'_thim_demo_content','yes'),(3636,5401,'_lp_duration','30 minute'),(3637,5401,'_lp_preview','no'),(3638,5401,'slide_template',''),(3639,5153,'_lp_duration','30 minute'),(3640,5153,'_lp_preview','no'),(3641,5153,'slide_template',''),(3642,5154,'_lp_duration','30 minute'),(3643,5154,'_lp_preview','no'),(3644,5154,'slide_template',''),(3645,5155,'_lp_duration','30 minute'),(3646,5155,'_lp_preview','no'),(3647,5155,'slide_template',''),(3648,5156,'_lp_duration','30 minute'),(3649,5156,'_lp_preview','no'),(3650,5156,'slide_template',''),(3651,5157,'_lp_duration','30 minute'),(3652,5157,'_lp_preview','no'),(3653,5157,'slide_template',''),(3654,5158,'_lp_duration','30 minute'),(3655,5158,'_lp_preview','no'),(3656,5158,'slide_template',''),(3657,5175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3658,5175,'_thim_demo_content','yes'),(3659,5175,'_lp_duration','30 minute'),(3660,5175,'_lp_preview','no'),(3661,5182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3662,5182,'_thim_demo_content','yes'),(3663,5182,'_lp_duration','30 minute'),(3664,5182,'_lp_preview','no'),(3665,5183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3666,5183,'_thim_demo_content','yes'),(3667,5183,'_lp_duration','30 minute'),(3668,5183,'_lp_preview','no'),(3669,5184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3670,5184,'_thim_demo_content','yes'),(3671,5184,'_lp_duration','30 minute'),(3672,5184,'_lp_preview','no'),(3673,5185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3674,5185,'_thim_demo_content','yes'),(3675,5185,'_lp_duration','30 minute'),(3676,5185,'_lp_preview','no'),(3677,5186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3678,5186,'_thim_demo_content','yes'),(3679,5186,'_lp_duration','30 minute'),(3680,5186,'_lp_preview','no'),(3681,5187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3682,5187,'_thim_demo_content','yes'),(3683,5187,'_lp_duration','30 minute'),(3684,5187,'_lp_preview','no'),(3685,5188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3686,5188,'_thim_demo_content','yes'),(3687,5188,'_lp_duration','30 minute'),(3688,5188,'_lp_preview','no'),(3689,5189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3690,5189,'_thim_demo_content','yes'),(3691,5189,'_lp_duration','30 minute'),(3692,5189,'_lp_preview','no'),(3693,5190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3694,5190,'_thim_demo_content','yes'),(3695,5190,'_lp_duration','30 minute'),(3696,5190,'_lp_preview','no'),(3697,5191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3698,5191,'_thim_demo_content','yes'),(3699,5191,'_lp_duration','30 minute'),(3700,5191,'_lp_preview','no'),(3701,5192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3702,5192,'_thim_demo_content','yes'),(3703,5192,'_lp_duration','30 minute'),(3704,5192,'_lp_preview','no'),(3705,5193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3706,5193,'_thim_demo_content','yes'),(3707,5193,'_lp_duration','30 minute'),(3708,5193,'_lp_preview','no'),(3709,5194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3710,5194,'_thim_demo_content','yes'),(3711,5194,'_lp_preview','no'),(3712,5195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3713,5195,'_thim_demo_content','yes'),(3714,5195,'_lp_duration','30 minute'),(3715,5195,'_lp_preview','no'),(3716,5196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3717,5196,'_thim_demo_content','yes'),(3718,5196,'_lp_preview','no'),(3719,5197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3720,5197,'_thim_demo_content','yes'),(3721,5197,'_lp_duration','30 minute'),(3722,5197,'_lp_preview','no'),(3723,5198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3724,5198,'_thim_demo_content','yes'),(3725,5198,'_lp_preview','no'),(3726,5199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3727,5199,'_thim_demo_content','yes'),(3728,5199,'_lp_preview','no'),(3729,5300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3730,5300,'_thim_demo_content','yes'),(3731,5300,'_lp_duration','30 minute'),(3732,5300,'_lp_preview','yes'),(3733,5300,'slide_template',''),(3734,5170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3735,5170,'_thim_demo_content','yes'),(3736,5170,'_lp_duration','30 minute'),(3737,5170,'_lp_preview','no'),(3738,5171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3739,5171,'_thim_demo_content','yes'),(3740,5171,'_lp_duration','30 minute'),(3741,5171,'_lp_preview','no'),(3742,5172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3743,5172,'_thim_demo_content','yes'),(3744,5172,'_lp_duration','30 minute'),(3745,5172,'_lp_preview','no'),(3746,5173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3747,5173,'_thim_demo_content','yes'),(3748,5173,'_lp_duration','30 minute'),(3749,5173,'_lp_preview','no'),(3750,5174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3751,5174,'_thim_demo_content','yes'),(3752,5174,'_lp_duration','30 minute'),(3753,5174,'_lp_preview','no'),(3754,5200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3755,5200,'_thim_demo_content','yes'),(3756,5200,'_lp_duration','30 minute'),(3757,5200,'_lp_preview','no'),(3758,5265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3759,5265,'_thim_demo_content','yes'),(3760,5265,'_lp_duration','30 minute'),(3761,5265,'_lp_preview','no'),(3762,5265,'slide_template',''),(3763,5287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3764,5287,'_thim_demo_content','yes'),(3765,5287,'_lp_duration','30 minute'),(3766,5287,'_lp_preview','yes'),(3767,5287,'slide_template',''),(3768,5288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3769,5288,'_thim_demo_content','yes'),(3770,5288,'_lp_duration','30 minute'),(3771,5288,'_lp_preview','no'),(3772,5289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3773,5289,'_thim_demo_content','yes'),(3774,5289,'_lp_duration','30 minute'),(3775,5289,'_lp_preview','no'),(3776,5290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3777,5290,'_thim_demo_content','yes'),(3778,5290,'_lp_duration','30 minute'),(3779,5290,'_lp_preview','no'),(3780,5291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3781,5291,'_thim_demo_content','yes'),(3782,5291,'_lp_duration','30 minute'),(3783,5291,'_lp_preview','no'),(3784,5292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3785,5292,'_thim_demo_content','yes'),(3786,5292,'_lp_duration','30 minute'),(3787,5292,'_lp_preview','no'),(3788,5293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3789,5293,'_thim_demo_content','yes'),(3790,5293,'_lp_duration','30 minute'),(3791,5293,'_lp_preview','no'),(3792,5301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3793,5301,'_thim_demo_content','yes'),(3794,5301,'_lp_duration','30 minute'),(3795,5301,'_lp_preview','no'),(3796,5301,'_lp_course_result','no'),(3797,5301,'_lp_payment','no'),(3798,5302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3799,5302,'_thim_demo_content','yes'),(3800,5302,'_lp_duration','30 minute'),(3801,5302,'_lp_preview','no'),(3802,5303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3803,5303,'_thim_demo_content','yes'),(3804,5303,'_lp_duration','30 minute'),(3805,5303,'_lp_preview','yes'),(3806,5303,'slide_template',''),(3807,5304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3808,5304,'_thim_demo_content','yes'),(3809,5304,'_lp_duration','30 minute'),(3810,5304,'_lp_preview','no'),(3811,5304,'slide_template',''),(3812,5305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3813,5305,'_thim_demo_content','yes'),(3814,5305,'_lp_duration','30 minute'),(3815,5305,'_lp_preview','no'),(3816,5306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3817,5306,'_thim_demo_content','yes'),(3818,5306,'_lp_duration','30 minute'),(3819,5306,'_lp_preview','no'),(3820,5213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3821,5213,'_thim_demo_content','yes'),(3822,5213,'_lp_duration','30 minute'),(3823,5213,'_lp_preview','yes'),(3824,5214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3825,5214,'_thim_demo_content','yes'),(3826,5214,'_lp_duration','30 minute'),(3827,5214,'_lp_preview','no'),(3828,5214,'slide_template',''),(3829,5215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3830,5215,'_thim_demo_content','yes'),(3831,5215,'_lp_duration','30 minute'),(3832,5215,'_lp_preview','no'),(3833,5216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3834,5216,'_thim_demo_content','yes'),(3835,5216,'_lp_duration','30 minute'),(3836,5216,'_lp_preview','no'),(3837,5266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3838,5266,'_thim_demo_content','yes'),(3839,5266,'_lp_duration','30 minute'),(3840,5266,'_lp_preview','yes'),(3841,5267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3842,5267,'_thim_demo_content','yes'),(3843,5267,'_lp_duration','30 minute'),(3844,5267,'_lp_preview','no'),(3845,5267,'slide_template',''),(3846,5268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3847,5268,'_thim_demo_content','yes'),(3848,5268,'_lp_preview','no'),(3849,5269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3850,5269,'_thim_demo_content','yes'),(3851,5269,'_lp_preview','no'),(3852,5270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3853,5270,'_thim_demo_content','yes'),(3854,5270,'_lp_preview','no'),(3855,5271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3856,5271,'_thim_demo_content','yes'),(3857,5271,'_lp_preview','no'),(3858,5272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3859,5272,'_thim_demo_content','yes'),(3860,5272,'_lp_preview','no'),(3861,5273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3862,5273,'_thim_demo_content','yes'),(3863,5273,'_lp_preview','no'),(3864,5274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3865,5274,'_thim_demo_content','yes'),(3866,5274,'_lp_preview','no'),(3867,5275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3868,5275,'_thim_demo_content','yes'),(3869,5275,'_lp_preview','no'),(3870,5276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3871,5276,'_thim_demo_content','yes'),(3872,5276,'_lp_preview','no'),(3873,5277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3874,5277,'_thim_demo_content','yes'),(3875,5277,'_lp_preview','no'),(3876,5278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3877,5278,'_thim_demo_content','yes'),(3878,5278,'_lp_preview','no'),(3879,5279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3880,5279,'_thim_demo_content','yes'),(3881,5279,'_lp_preview','no'),(3882,5280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3883,5280,'_thim_demo_content','yes'),(3884,5280,'_lp_preview','no'),(3885,5281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3886,5281,'_thim_demo_content','yes'),(3887,5281,'_lp_preview','no'),(3888,5217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3889,5217,'_thim_demo_content','yes'),(3890,5217,'_lp_duration','30 minute'),(3891,5217,'_lp_preview','no'),(3892,5218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3893,5218,'_thim_demo_content','yes'),(3894,5218,'_lp_preview','no'),(3895,5219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3896,5219,'_thim_demo_content','yes'),(3897,5219,'_lp_preview','no'),(3898,5220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3899,5220,'_thim_demo_content','yes'),(3900,5220,'_lp_preview','no'),(3901,5221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3902,5221,'_thim_demo_content','yes'),(3903,5221,'_lp_preview','no'),(3904,5228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3905,5228,'_thim_demo_content','yes'),(3906,5228,'_lp_duration','30 minute'),(3907,5228,'_lp_preview','no'),(3908,5229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3909,5229,'_thim_demo_content','yes'),(3910,5229,'_lp_duration','30 minute'),(3911,5229,'_lp_preview','no'),(3912,5230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3913,5230,'_thim_demo_content','yes'),(3914,5230,'_lp_duration','30 minute'),(3915,5230,'_lp_preview','no'),(3916,5231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3917,5231,'_thim_demo_content','yes'),(3918,5231,'_lp_duration','30 minute'),(3919,5231,'_lp_preview','no'),(3920,5232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3921,5232,'_thim_demo_content','yes'),(3922,5232,'_lp_duration','30 minute'),(3923,5232,'_lp_preview','no'),(3924,5233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3925,5233,'_thim_demo_content','yes'),(3926,5233,'_lp_duration','30 minute'),(3927,5233,'_lp_preview','no'),(3928,5234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3929,5234,'_thim_demo_content','yes'),(3930,5234,'_lp_duration','30 minute'),(3931,5234,'_lp_preview','no'),(3932,5235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3933,5235,'_thim_demo_content','yes'),(3934,5235,'_lp_duration','30 minute'),(3935,5235,'_lp_preview','no'),(3936,5236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3937,5236,'_thim_demo_content','yes'),(3938,5236,'_lp_duration','30 minute'),(3939,5236,'_lp_preview','no'),(3940,5237,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3941,5237,'_thim_demo_content','yes'),(3942,5237,'_lp_duration','30 minute'),(3943,5237,'_lp_preview','no'),(3944,5238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3945,5238,'_thim_demo_content','yes'),(3946,5238,'_lp_duration','30 minute'),(3947,5238,'_lp_preview','no'),(3948,5239,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3949,5239,'_thim_demo_content','yes'),(3950,5239,'_lp_duration','30 minute'),(3951,5239,'_lp_preview','no'),(3952,5240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3953,5240,'_thim_demo_content','yes'),(3954,5240,'_lp_duration','30 minute'),(3955,5240,'_lp_preview','no'),(3956,5241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3957,5241,'_thim_demo_content','yes'),(3958,5241,'_lp_duration','30 minute'),(3959,5241,'_lp_preview','no'),(3960,5242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3961,5242,'_thim_demo_content','yes'),(3962,5242,'_lp_duration','30 minute'),(3963,5242,'_lp_preview','no'),(3964,5243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3965,5243,'_thim_demo_content','yes'),(3966,5243,'_lp_duration','30 minute'),(3967,5243,'_lp_preview','no'),(3968,5244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3969,5244,'_thim_demo_content','yes'),(3970,5244,'_lp_duration','30 minute'),(3971,5244,'_lp_preview','no'),(3972,5245,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3973,5245,'_thim_demo_content','yes'),(3974,5245,'_lp_duration','30 minute'),(3975,5245,'_lp_preview','no'),(3976,5246,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3977,5246,'_thim_demo_content','yes'),(3978,5246,'_lp_duration','30 minute'),(3979,5246,'_lp_preview','no'),(3980,5247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3981,5247,'_thim_demo_content','yes'),(3982,5247,'_lp_duration','30 minute'),(3983,5247,'_lp_preview','no'),(3984,5248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3985,5248,'_thim_demo_content','yes'),(3986,5248,'_lp_duration','30 minute'),(3987,5248,'_lp_preview','no'),(3988,5249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3989,5249,'_thim_demo_content','yes'),(3990,5249,'_lp_duration','30 minute'),(3991,5249,'_lp_preview','no'),(3992,5250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3993,5250,'_thim_demo_content','yes'),(3994,5250,'_lp_duration','30 minute'),(3995,5250,'_lp_preview','no'),(3996,5251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3997,5251,'_thim_demo_content','yes'),(3998,5251,'_lp_duration','30 minute'),(3999,5251,'_lp_preview','no'),(4000,5252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4001,5252,'_thim_demo_content','yes'),(4002,5252,'_lp_duration','30 minute'),(4003,5252,'_lp_preview','no'),(4004,5253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4005,5253,'_thim_demo_content','yes'),(4006,5253,'_lp_duration','30 minute'),(4007,5253,'_lp_preview','no'),(4008,5254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4009,5254,'_thim_demo_content','yes'),(4010,5254,'_lp_duration','30 minute'),(4011,5254,'_lp_preview','no'),(4012,5255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4013,5255,'_thim_demo_content','yes'),(4014,5255,'_lp_duration','30 minute'),(4015,5255,'_lp_preview','no'),(4016,5256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4017,5256,'_thim_demo_content','yes'),(4018,5256,'_lp_duration','30 minute'),(4019,5256,'_lp_preview','no'),(4020,5257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4021,5257,'_thim_demo_content','yes'),(4022,5257,'_lp_duration','30 minute'),(4023,5257,'_lp_preview','no'),(4024,5429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4025,5429,'_thim_demo_content','yes'),(4026,5429,'_lp_duration','30 minute'),(4027,5429,'_lp_preview','yes'),(4028,5429,'slide_template','default'),(4029,5429,'_lp_course_result','no'),(4030,5429,'_lp_payment','no'),(4031,5430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4032,5430,'_thim_demo_content','yes'),(4033,5430,'_lp_duration','30 minute'),(4034,5430,'_lp_preview','yes'),(4035,5430,'slide_template','default'),(4036,5430,'_lp_course_result','no'),(4037,5430,'_lp_payment','no'),(4038,5430,'_oembed_1424981b154acec3a513a10030e7e24c','<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/rRWPl5-Hb4k?feature=oembed\" frameborder=\"0\" gesture=\"media\" allow=\"encrypted-media\" allowfullscreen></iframe>'),(4039,5430,'_oembed_time_1424981b154acec3a513a10030e7e24c','1515248531'),(4040,5431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4041,5431,'_thim_demo_content','yes'),(4042,5431,'_lp_duration','30 minute'),(4043,5431,'_lp_preview','yes'),(4044,5431,'slide_template','default'),(4045,5431,'_lp_course_result','no'),(4046,5431,'_lp_payment','no'),(4047,5432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4048,5432,'_thim_demo_content','yes'),(4049,5432,'_lp_duration','30 minute'),(4050,5432,'_lp_preview','yes'),(4051,5432,'slide_template','default'),(4052,5432,'_lp_course_result','no'),(4053,5432,'_lp_payment','no'),(4054,5433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4055,5433,'_thim_demo_content','yes'),(4056,5433,'_lp_duration','30 minute'),(4057,5433,'_lp_preview','yes'),(4058,5433,'slide_template','default'),(4059,5433,'_lp_course_result','no'),(4060,5433,'_lp_payment','no'),(4061,5313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4062,5313,'_thim_demo_content','yes'),(4063,5313,'_lp_preview','no'),(4064,5314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4065,5314,'_thim_demo_content','yes'),(4066,5314,'_lp_duration','30 minute'),(4067,5314,'_lp_preview','no'),(4068,5314,'slide_template',''),(4069,5315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4070,5315,'_thim_demo_content','yes'),(4071,5315,'_lp_duration','30 minute'),(4072,5315,'_lp_preview','no'),(4073,5315,'slide_template',''),(4074,5316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4075,5316,'_thim_demo_content','yes'),(4076,5316,'_lp_duration','30 minute'),(4077,5316,'_lp_preview','no'),(4078,5316,'slide_template',''),(4079,5320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4080,5320,'_thim_demo_content','yes'),(4081,5320,'_lp_duration','30 minute'),(4082,5320,'_lp_preview','no'),(4083,5320,'slide_template',''),(4084,5321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4085,5321,'_thim_demo_content','yes'),(4086,5321,'_lp_duration','30 minute'),(4087,5321,'_lp_preview','no'),(4088,5321,'slide_template',''),(4089,5322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4090,5322,'_thim_demo_content','yes'),(4091,5322,'_lp_duration','30 minute'),(4092,5322,'_lp_preview','no'),(4093,5322,'slide_template',''),(4094,5323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4095,5323,'_thim_demo_content','yes'),(4096,5323,'_lp_duration','30 minute'),(4097,5323,'_lp_preview','no'),(4098,5323,'slide_template',''),(4099,5324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4100,5324,'_thim_demo_content','yes'),(4101,5324,'_lp_duration','30 minute'),(4102,5324,'_lp_preview','no'),(4103,5324,'slide_template',''),(4104,5325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4105,5325,'_thim_demo_content','yes'),(4106,5325,'_lp_duration','30 minute'),(4107,5325,'_lp_preview','no'),(4108,5325,'slide_template',''),(4109,5326,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4110,5326,'_thim_demo_content','yes'),(4111,5326,'_lp_duration','30 minute'),(4112,5326,'_lp_preview','no'),(4113,5326,'slide_template',''),(4114,5327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4115,5327,'_thim_demo_content','yes'),(4116,5327,'_lp_duration','30 minute'),(4117,5327,'_lp_preview','no'),(4118,5327,'slide_template',''),(4119,5328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4120,5328,'_thim_demo_content','yes'),(4121,5328,'_lp_duration','30 minute'),(4122,5328,'_lp_preview','no'),(4123,5328,'slide_template',''),(4124,5329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4125,5329,'_thim_demo_content','yes'),(4126,5329,'_lp_duration','30 minute'),(4127,5329,'_lp_preview','no'),(4128,5329,'slide_template',''),(4129,5333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4130,5333,'_thim_demo_content','yes'),(4131,5333,'_lp_duration','30 minute'),(4132,5333,'_lp_preview','no'),(4133,5333,'slide_template',''),(4134,5334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4135,5334,'_thim_demo_content','yes'),(4136,5334,'_lp_duration','30 minute'),(4137,5334,'_lp_preview','no'),(4138,5334,'slide_template',''),(4139,5335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4140,5335,'_thim_demo_content','yes'),(4141,5335,'_lp_duration','30 minute'),(4142,5335,'_lp_preview','no'),(4143,5335,'slide_template',''),(4144,5336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4145,5336,'_thim_demo_content','yes'),(4146,5336,'_lp_duration','30 minute'),(4147,5336,'_lp_preview','no'),(4148,5336,'slide_template',''),(4149,5337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4150,5337,'_thim_demo_content','yes'),(4151,5337,'_lp_duration','30 minute'),(4152,5337,'_lp_preview','no'),(4153,5337,'slide_template',''),(4154,5434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4155,5434,'_thim_demo_content','yes'),(4156,5434,'_lp_duration','30 minute'),(4157,5434,'_lp_preview','yes'),(4158,5434,'slide_template','default'),(4159,5434,'_lp_course_result','no'),(4160,5434,'_lp_payment','no'),(4161,5021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4162,5021,'_thim_demo_content','yes'),(4163,5021,'_lp_duration','30 minute'),(4164,5021,'_lp_preview','no'),(4165,5021,'slide_template',''),(4166,5022,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4167,5022,'_thim_demo_content','yes'),(4168,5022,'_lp_preview','no'),(4169,5024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4170,5024,'_thim_demo_content','yes'),(4171,5024,'_lp_duration','30 minute'),(4172,5024,'_lp_preview','no'),(4173,5024,'slide_template',''),(4174,5025,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4175,5025,'_thim_demo_content','yes'),(4176,5025,'_lp_duration','30 minute'),(4177,5025,'_lp_preview','no'),(4178,5025,'slide_template',''),(4179,5026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4180,5026,'_thim_demo_content','yes'),(4181,5026,'_lp_duration','30 minute'),(4182,5026,'_lp_preview','no'),(4183,5026,'slide_template',''),(4184,5031,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4185,5031,'_thim_demo_content','yes'),(4186,5031,'_lp_duration','30 minute'),(4187,5031,'_lp_preview','yes'),(4188,5031,'slide_template',''),(4189,5031,'_lp_course_result','no'),(4190,5031,'_lp_payment','no'),(4191,5032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4192,5032,'_thim_demo_content','yes'),(4193,5032,'_lp_preview','no'),(4194,5033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4195,5033,'_thim_demo_content','yes'),(4196,5033,'_lp_preview','no'),(4197,5034,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4198,5034,'_thim_demo_content','yes'),(4199,5034,'_lp_duration','30 minute'),(4200,5034,'_lp_preview','no'),(4201,5034,'slide_template',''),(4202,5035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4203,5035,'_thim_demo_content','yes'),(4204,5035,'_lp_preview','no'),(4205,5040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4206,5040,'_thim_demo_content','yes'),(4207,5040,'_lp_duration','30 minute'),(4208,5040,'_lp_preview','yes'),(4209,5040,'slide_template',''),(4210,5338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4211,5338,'_thim_demo_content','yes'),(4212,5338,'_lp_preview','no'),(4213,5339,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4214,5339,'_thim_demo_content','yes'),(4215,5339,'_lp_preview','no'),(4216,5340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4217,5340,'_thim_demo_content','yes'),(4218,5340,'_lp_duration','30 minute'),(4219,5340,'_lp_preview','no'),(4220,5340,'slide_template',''),(4221,5341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4222,5341,'_thim_demo_content','yes'),(4223,5341,'_lp_duration','30 minute'),(4224,5341,'_lp_preview','no'),(4225,5341,'slide_template',''),(4226,5394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4227,5394,'_thim_demo_content','yes'),(4228,5394,'_lp_duration','30 minute'),(4229,5394,'_lp_preview','no'),(4230,5394,'slide_template',''),(4231,5395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4232,5395,'_thim_demo_content','yes'),(4233,5395,'_lp_duration','30 minute'),(4234,5395,'_lp_preview','no'),(4235,5395,'slide_template',''),(4236,5396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4237,5396,'_thim_demo_content','yes'),(4238,5396,'_lp_duration','30 minute'),(4239,5396,'_lp_preview','no'),(4240,5396,'slide_template',''),(4241,5397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4242,5397,'_thim_demo_content','yes'),(4243,5397,'_lp_duration','30 minute'),(4244,5397,'_lp_preview','no'),(4245,5397,'slide_template',''),(4246,5398,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4247,5398,'_thim_demo_content','yes'),(4248,5398,'_lp_duration','30 minute'),(4249,5398,'_lp_preview','no'),(4250,5398,'slide_template',''),(4251,5006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4252,5006,'_thim_demo_content','yes'),(4253,5006,'_lp_preview','no'),(4254,5009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4255,5009,'_thim_demo_content','yes'),(4256,5009,'_lp_preview','no'),(4257,5010,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4258,5010,'_thim_demo_content','yes'),(4259,5010,'_lp_preview','no'),(4260,5015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4261,5015,'_thim_demo_content','yes'),(4262,5015,'_lp_course_result','no'),(4263,5015,'_lp_payment','no'),(4264,5015,'_lp_preview','no'),(4265,5016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4266,5016,'_thim_demo_content','yes'),(4267,5016,'_lp_duration','30 minute'),(4268,5016,'_lp_preview','no'),(4269,5016,'slide_template',''),(4270,5019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4271,5019,'_thim_demo_content','yes'),(4272,5019,'_lp_preview','no'),(4273,5037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4274,5037,'_thim_demo_content','yes'),(4275,5037,'_lp_duration','30 minute'),(4276,5037,'_lp_preview','no'),(4277,5037,'slide_template',''),(4278,5037,'_lp_course_result','no'),(4279,5037,'_lp_payment','no'),(4280,5045,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4281,5045,'_thim_demo_content','yes'),(4282,5045,'_lp_course_result','no'),(4283,5045,'_lp_payment','no'),(4284,5045,'_lp_preview','yes'),(4285,5045,'slide_template','default'),(4286,5046,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4287,5046,'_thim_demo_content','yes'),(4288,5046,'_lp_preview','no'),(4289,5048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4290,5048,'_thim_demo_content','yes'),(4291,5048,'_lp_preview','no'),(4292,5050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4293,5050,'_thim_demo_content','yes'),(4294,5050,'_lp_duration','30 minute'),(4295,5050,'_lp_preview','yes'),(4296,5050,'_thumbnail_id','4418'),(4297,5050,'slide_template',''),(4298,5052,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4299,5052,'_thim_demo_content','yes'),(4300,5053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4301,5053,'_thim_demo_content','yes'),(4302,5053,'_lp_preview','no'),(4303,5054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4304,5054,'_thim_demo_content','yes'),(4305,5060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4306,5060,'_thim_demo_content','yes'),(4307,5814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4308,5814,'_thim_demo_content','yes'),(4309,5814,'_lp_duration','30 minute'),(4310,5814,'_lp_max_students','1000'),(4311,5814,'_lp_students','0'),(4312,5814,'_lp_retake_count','0'),(4313,5814,'thim_course_duration','50 hours'),(4314,5814,'thim_course_skill_level','All level'),(4315,5814,'thim_course_language','English'),(4316,5814,'_lp_course_result','evaluate_lesson'),(4317,5814,'_lp_payment','no'),(4318,5814,'_lp_required_enroll','yes'),(4319,5814,'_lp_preview','yes'),(4320,5814,'slide_template','default'),(4321,5815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4322,5815,'_thim_demo_content','yes'),(4323,5815,'_lp_preview','no'),(4324,5815,'_lp_course_result','no'),(4325,5815,'_lp_payment','no'),(4326,5849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4327,5849,'_thim_demo_content','yes'),(4328,5849,'_lp_duration','30 minute'),(4329,5849,'_lp_max_students','1000'),(4330,5849,'_lp_students','0'),(4331,5849,'_lp_retake_count','0'),(4332,5849,'thim_course_duration','50 hours'),(4333,5849,'thim_course_skill_level','All level'),(4334,5849,'thim_course_language','English'),(4335,5849,'_lp_course_result','evaluate_lesson'),(4336,5849,'_lp_payment','yes'),(4337,5849,'_lp_course_suggestion_price','25'),(4338,5849,'_lp_required_enroll','yes'),(4339,5849,'_lp_preview','no'),(4340,5850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4341,5850,'_thim_demo_content','yes'),(4342,5850,'_lp_preview','no'),(4343,5851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4344,5851,'_thim_demo_content','yes'),(4345,5851,'_lp_preview','no'),(4346,5851,'_lp_course_result','no'),(4347,5851,'_lp_payment','no'),(4348,5852,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4349,5852,'_thim_demo_content','yes'),(4350,5852,'_lp_preview','no'),(4351,5853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4352,5853,'_thim_demo_content','yes'),(4353,5853,'_lp_preview','no'),(4354,5853,'_lp_course_result','no'),(4355,5853,'_lp_payment','no'),(4356,5902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4357,5902,'_thim_demo_content','yes'),(4358,5902,'_lp_duration','30 minute'),(4359,5902,'_lp_preview','no'),(4360,5902,'_lp_course_result','no'),(4361,5902,'_lp_payment','no'),(4362,5919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4363,5919,'_thim_demo_content','yes'),(4364,5919,'_lp_duration','30 minute'),(4365,5919,'_lp_preview','no'),(4366,6068,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4367,6068,'_thim_demo_content','yes'),(4368,6068,'_lp_duration','30 minute'),(4369,6068,'_lp_preview','no'),(4370,6068,'_lp_course_result','no'),(4371,6068,'_lp_payment','no'),(4372,6068,'slide_template','default'),(4373,6111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4374,6111,'_thim_demo_content','yes'),(4375,6111,'_lp_duration','30 minute'),(4376,6111,'_lp_preview','yes'),(4377,6111,'_lp_course_result','no'),(4378,6111,'_lp_payment','no'),(4379,6111,'slide_template','default'),(4380,6177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4381,6177,'_thim_demo_content','yes'),(4382,6177,'_lp_duration','30 minute'),(4383,6177,'_lp_preview','no'),(4384,6179,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4385,6179,'_thim_demo_content','yes'),(4386,6179,'_lp_duration','30 minute'),(4387,6179,'_lp_max_students','1000'),(4388,6179,'_lp_students','0'),(4389,6179,'_lp_retake_count','0'),(4390,6179,'_lp_co_teacher','1'),(4391,6179,'thim_course_duration','50 hours'),(4392,6179,'thim_course_skill_level','All level'),(4393,6179,'thim_course_language','English'),(4394,6179,'_lp_course_result','evaluate_final_quiz'),(4395,6179,'_lp_passing_condition','75'),(4396,6179,'_lp_payment','no'),(4397,6179,'_lp_required_enroll','yes'),(4398,6179,'_lp_preview','no'),(4399,6180,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4400,6180,'_thim_demo_content','yes'),(4401,6180,'_lp_preview','no'),(4402,6181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4403,6181,'_thim_demo_content','yes'),(4404,6181,'_lp_preview','no'),(4405,6231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4406,6231,'_thim_demo_content','yes'),(4407,6231,'_lp_duration','30 minute'),(4408,6231,'_lp_preview','no'),(4409,6232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4410,6232,'_thim_demo_content','yes'),(4411,6232,'_lp_duration','30 minute'),(4412,6232,'_lp_preview','no'),(4413,6263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4414,6263,'_thim_demo_content','yes'),(4415,6263,'_lp_duration','30 minute'),(4416,6263,'_lp_preview','no'),(4417,6263,'_lp_course_result','no'),(4418,6263,'_lp_payment','no'),(4419,6316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4420,6316,'_thim_demo_content','yes'),(4421,6316,'_lp_duration','30 minute'),(4422,6316,'_lp_preview','no'),(4423,6316,'_lp_course_result','no'),(4424,6316,'_lp_payment','no'),(4425,6368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4426,6368,'_thim_demo_content','yes'),(4427,6368,'_lp_duration','30 minute'),(4428,6368,'_lp_max_students','1000'),(4429,6368,'_lp_students','0'),(4430,6368,'_lp_retake_count','0'),(4431,6368,'thim_course_duration','50 hours'),(4432,6368,'thim_course_skill_level','All level'),(4433,6368,'thim_course_language','English'),(4434,6368,'_lp_course_result','evaluate_lesson'),(4435,6368,'_lp_payment','no'),(4436,6368,'_lp_required_enroll','yes'),(4437,6368,'_lp_preview','no'),(4438,6369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4439,6369,'_thim_demo_content','yes'),(4440,6369,'_lp_preview','no'),(4441,6371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4442,6371,'_thim_demo_content','yes'),(4443,6371,'_lp_duration','30 minute'),(4444,6371,'thim_course_duration','50 hours'),(4445,6371,'thim_course_skill_level','All level'),(4446,6371,'thim_course_language','English'),(4447,6371,'_lp_course_result','evaluate_lesson'),(4448,6371,'_lp_payment','no'),(4449,6371,'_lp_required_enroll','yes'),(4450,6371,'_lp_preview','no'),(4451,6432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4452,6432,'_thim_demo_content','yes'),(4453,6432,'_lp_duration','30 minute'),(4454,6432,'_lp_preview','no'),(4455,6432,'_lp_course_result','no'),(4456,6432,'_lp_payment','no'),(4457,6449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4458,6449,'_thim_demo_content','yes'),(4459,6449,'_lp_preview','no'),(4460,6449,'_lp_course_result','no'),(4461,6449,'_lp_payment','no'),(4462,6450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4463,6450,'_thim_demo_content','yes'),(4464,6450,'_lp_preview','no'),(4465,6450,'_lp_course_result','no'),(4466,6450,'_lp_payment','no'),(4467,6451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4468,6451,'_thim_demo_content','yes'),(4469,6451,'_lp_preview','no'),(4470,6456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4471,6456,'_thim_demo_content','yes'),(4472,6456,'_lp_duration','30 minute'),(4473,6456,'_lp_preview','no'),(4474,6456,'_lp_course_result','no'),(4475,6456,'_lp_payment','no'),(4476,6480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4477,6480,'_thim_demo_content','yes'),(4478,6480,'_lp_duration','30 minute'),(4479,6480,'_lp_preview','no'),(4480,6480,'_lp_course_result','no'),(4481,6480,'_lp_payment','no'),(4482,5067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4483,5067,'_thim_demo_content','yes'),(4484,5067,'_lp_mark','1'),(4485,5067,'_lp_type','multi_choice'),(4486,5068,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4487,5068,'_thim_demo_content','yes'),(4488,5068,'_lp_mark','1'),(4489,5068,'_lp_type','multi_choice'),(4490,5069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4491,5069,'_thim_demo_content','yes'),(4492,5069,'_lp_mark','1'),(4493,5069,'_lp_type','multi_choice'),(4494,5070,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4495,5070,'_thim_demo_content','yes'),(4496,5070,'_lp_mark','1'),(4497,5070,'_lp_type','multi_choice'),(4498,5071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4499,5071,'_thim_demo_content','yes'),(4500,5071,'_lp_mark','1'),(4501,5071,'_lp_type','multi_choice'),(4502,5072,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4503,5072,'_thim_demo_content','yes'),(4504,5072,'_lp_mark','1'),(4505,5072,'_lp_type','multi_choice'),(4506,5073,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4507,5073,'_thim_demo_content','yes'),(4508,5073,'_lp_mark','1'),(4509,5073,'_lp_type','multi_choice'),(4510,5074,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4511,5074,'_thim_demo_content','yes'),(4512,5074,'_lp_mark','1'),(4513,5074,'_lp_type','multi_choice'),(4514,5067,'_lp_mark','1'),(4515,5067,'_lp_type','multi_choice'),(4516,5068,'_lp_mark','1'),(4517,5068,'_lp_type','multi_choice'),(4518,5069,'_lp_mark','1'),(4519,5069,'_lp_type','multi_choice'),(4520,5070,'_lp_mark','1'),(4521,5070,'_lp_type','multi_choice'),(4522,5071,'_lp_mark','1'),(4523,5071,'_lp_type','multi_choice'),(4524,5072,'_lp_mark','1'),(4525,5072,'_lp_type','multi_choice'),(4526,5073,'_lp_mark','1'),(4527,5073,'_lp_type','multi_choice'),(4528,5074,'_lp_mark','1'),(4529,5074,'_lp_type','multi_choice'),(4530,5924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4531,5924,'_thim_demo_content','yes'),(4532,5924,'_lp_type','true_or_false'),(4533,5075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4534,5075,'_thim_demo_content','yes'),(4535,5075,'_lp_mark','1'),(4536,5075,'_lp_type','multi_choice'),(4537,5076,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4538,5076,'_thim_demo_content','yes'),(4539,5076,'_lp_mark','1'),(4540,5076,'_lp_type','multi_choice'),(4541,5077,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4542,5077,'_thim_demo_content','yes'),(4543,5077,'_lp_mark','1'),(4544,5077,'_lp_type','multi_choice'),(4545,5078,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4546,5078,'_thim_demo_content','yes'),(4547,5078,'_lp_mark','1'),(4548,5078,'_lp_type','multi_choice'),(4549,5079,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4550,5079,'_thim_demo_content','yes'),(4551,5079,'_lp_mark','1'),(4552,5079,'_lp_type','multi_choice'),(4553,5080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4554,5080,'_thim_demo_content','yes'),(4555,5080,'_lp_mark','1'),(4556,5080,'_lp_type','multi_choice'),(4557,5081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4558,5081,'_thim_demo_content','yes'),(4559,5081,'_lp_mark','1'),(4560,5081,'_lp_type','multi_choice'),(4561,5093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4562,5093,'_thim_demo_content','yes'),(4563,5093,'_lp_mark','1'),(4564,5093,'_lp_type','multi_choice'),(4565,5094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4566,5094,'_thim_demo_content','yes'),(4567,5094,'_lp_mark','1'),(4568,5094,'_lp_type','multi_choice'),(4569,5094,'slide_template',''),(4570,5095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4571,5095,'_thim_demo_content','yes'),(4572,5095,'_lp_mark','1'),(4573,5095,'_lp_type','multi_choice'),(4574,5075,'_lp_mark','1'),(4575,5075,'_lp_type','multi_choice'),(4576,5076,'_lp_mark','1'),(4577,5076,'_lp_type','multi_choice'),(4578,5077,'_lp_mark','1'),(4579,5077,'_lp_type','multi_choice'),(4580,5078,'_lp_mark','1'),(4581,5078,'_lp_type','multi_choice'),(4582,5079,'_lp_mark','1'),(4583,5079,'_lp_type','multi_choice'),(4584,5080,'_lp_mark','1'),(4585,5080,'_lp_type','multi_choice'),(4586,5081,'_lp_mark','1'),(4587,5081,'_lp_type','multi_choice'),(4588,5093,'_lp_mark','1'),(4589,5093,'_lp_type','multi_choice'),(4590,5094,'_lp_mark','1'),(4591,5094,'_lp_type','multi_choice'),(4592,5094,'slide_template',''),(4593,5095,'_lp_mark','1'),(4594,5095,'_lp_type','multi_choice'),(4595,5096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4596,5096,'_thim_demo_content','yes'),(4597,5096,'_lp_mark','1'),(4598,5096,'_lp_type','multi_choice'),(4599,5097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4600,5097,'_thim_demo_content','yes'),(4601,5097,'_lp_mark','1'),(4602,5097,'_lp_type','multi_choice'),(4603,5098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4604,5098,'_thim_demo_content','yes'),(4605,5098,'_lp_mark','1'),(4606,5098,'_lp_type','multi_choice'),(4607,5099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4608,5099,'_thim_demo_content','yes'),(4609,5099,'_lp_mark','1'),(4610,5099,'_lp_type','multi_choice'),(4611,5100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4612,5100,'_thim_demo_content','yes'),(4613,5100,'_lp_mark','1'),(4614,5100,'_lp_type','multi_choice'),(4615,5101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4616,5101,'_thim_demo_content','yes'),(4617,5101,'_lp_mark','1'),(4618,5101,'_lp_type','multi_choice'),(4619,5102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4620,5102,'_thim_demo_content','yes'),(4621,5102,'_lp_mark','1'),(4622,5102,'_lp_type','multi_choice'),(4623,5103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4624,5103,'_thim_demo_content','yes'),(4625,5103,'_lp_mark','1'),(4626,5103,'_lp_type','multi_choice'),(4627,5104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4628,5104,'_thim_demo_content','yes'),(4629,5104,'_lp_mark','1'),(4630,5104,'_lp_type','multi_choice'),(4631,5105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4632,5105,'_thim_demo_content','yes'),(4633,5105,'_lp_mark','1'),(4634,5105,'_lp_type','multi_choice'),(4635,5096,'_lp_mark','1'),(4636,5096,'_lp_type','multi_choice'),(4637,5097,'_lp_mark','1'),(4638,5097,'_lp_type','multi_choice'),(4639,5098,'_lp_mark','1'),(4640,5098,'_lp_type','multi_choice'),(4641,5099,'_lp_mark','1'),(4642,5099,'_lp_type','multi_choice'),(4643,5100,'_lp_mark','1'),(4644,5100,'_lp_type','multi_choice'),(4645,5101,'_lp_mark','1'),(4646,5101,'_lp_type','multi_choice'),(4647,5102,'_lp_mark','1'),(4648,5102,'_lp_type','multi_choice'),(4649,5103,'_lp_mark','1'),(4650,5103,'_lp_type','multi_choice'),(4651,5104,'_lp_mark','1'),(4652,5104,'_lp_type','multi_choice'),(4653,5105,'_lp_mark','1'),(4654,5105,'_lp_type','multi_choice'),(4655,5106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4656,5106,'_thim_demo_content','yes'),(4657,5106,'_lp_mark','1'),(4658,5106,'_lp_type','multi_choice'),(4659,5107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4660,5107,'_thim_demo_content','yes'),(4661,5107,'_lp_mark','1'),(4662,5107,'_lp_type','multi_choice'),(4663,5108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4664,5108,'_thim_demo_content','yes'),(4665,5108,'_lp_mark','1'),(4666,5108,'_lp_type','multi_choice'),(4667,5109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4668,5109,'_thim_demo_content','yes'),(4669,5109,'_lp_mark','1'),(4670,5109,'_lp_type','multi_choice'),(4671,5110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4672,5110,'_thim_demo_content','yes'),(4673,5110,'_lp_mark','1'),(4674,5110,'_lp_type','multi_choice'),(4675,5130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4676,5130,'_thim_demo_content','yes'),(4677,5130,'_lp_mark','1'),(4678,5130,'_lp_type','single_choice'),(4679,5131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4680,5131,'_thim_demo_content','yes'),(4681,5131,'_lp_mark','1'),(4682,5131,'_lp_type','true_or_false'),(4683,5132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4684,5132,'_thim_demo_content','yes'),(4685,5132,'_lp_mark','1'),(4686,5132,'_lp_type','single_choice'),(4687,5133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4688,5133,'_thim_demo_content','yes'),(4689,5133,'_lp_mark','1'),(4690,5133,'_lp_type','true_or_false'),(4691,5134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4692,5134,'_thim_demo_content','yes'),(4693,5134,'_lp_mark','1'),(4694,5134,'_lp_type','true_or_false'),(4695,5135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4696,5135,'_thim_demo_content','yes'),(4697,5135,'_lp_mark','1'),(4698,5135,'_lp_type','single_choice'),(4699,5136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4700,5136,'_thim_demo_content','yes'),(4701,5136,'_lp_mark','1'),(4702,5136,'_lp_type','single_choice'),(4703,5137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4704,5137,'_thim_demo_content','yes'),(4705,5137,'_lp_mark','1'),(4706,5137,'_lp_type','true_or_false'),(4707,5138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4708,5138,'_thim_demo_content','yes'),(4709,5138,'_lp_mark','1'),(4710,5138,'_lp_type','true_or_false'),(4711,5139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4712,5139,'_thim_demo_content','yes'),(4713,5139,'_lp_mark','1'),(4714,5139,'_lp_type','true_or_false'),(4715,5106,'_lp_mark','1'),(4716,5106,'_lp_type','multi_choice'),(4717,5107,'_lp_mark','1'),(4718,5107,'_lp_type','multi_choice'),(4719,5108,'_lp_mark','1'),(4720,5108,'_lp_type','multi_choice'),(4721,5109,'_lp_mark','1'),(4722,5109,'_lp_type','multi_choice'),(4723,5110,'_lp_mark','1'),(4724,5110,'_lp_type','multi_choice'),(4725,5140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4726,5140,'_thim_demo_content','yes'),(4727,5140,'_lp_mark','1'),(4728,5140,'_lp_type','single_choice'),(4729,5141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4730,5141,'_thim_demo_content','yes'),(4731,5141,'_lp_mark','1'),(4732,5141,'_lp_type','true_or_false'),(4733,5142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4734,5142,'_thim_demo_content','yes'),(4735,5142,'_lp_mark','1'),(4736,5142,'_lp_type','single_choice'),(4737,5161,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4738,5161,'_thim_demo_content','yes'),(4739,5161,'_lp_mark','1'),(4740,5161,'_lp_type','single_choice'),(4741,5161,'slide_template',''),(4742,5162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4743,5162,'_thim_demo_content','yes'),(4744,5162,'_lp_mark','1'),(4745,5162,'_lp_type','single_choice'),(4746,5162,'_lp_mark','1'),(4747,5162,'_lp_type','single_choice'),(4748,5161,'_lp_mark','1'),(4749,5161,'_lp_type','single_choice'),(4750,5161,'slide_template',''),(4751,5162,'_lp_mark','1'),(4752,5162,'_lp_type','single_choice'),(4753,5161,'_lp_mark','1'),(4754,5161,'_lp_type','single_choice'),(4755,5161,'slide_template',''),(4756,5162,'_lp_mark','1'),(4757,5162,'_lp_type','single_choice'),(4758,5161,'_lp_mark','1'),(4759,5161,'_lp_type','single_choice'),(4760,5161,'slide_template',''),(4761,5161,'_lp_mark','1'),(4762,5161,'_lp_type','single_choice'),(4763,5161,'slide_template',''),(4764,5162,'_lp_mark','1'),(4765,5162,'_lp_type','single_choice'),(4766,5162,'_lp_mark','1'),(4767,5162,'_lp_type','single_choice'),(4768,5161,'_lp_mark','1'),(4769,5161,'_lp_type','single_choice'),(4770,5161,'slide_template',''),(4771,5161,'_lp_mark','1'),(4772,5161,'_lp_type','single_choice'),(4773,5161,'slide_template',''),(4774,5161,'_lp_mark','1'),(4775,5161,'_lp_type','single_choice'),(4776,5161,'slide_template',''),(4777,5161,'_lp_mark','1'),(4778,5161,'_lp_type','single_choice'),(4779,5161,'slide_template','default'),(4780,5161,'_lp_mark','1'),(4781,5161,'_lp_type','single_choice'),(4782,5161,'slide_template',''),(4783,5161,'_lp_mark','1'),(4784,5161,'_lp_type','single_choice'),(4785,5161,'slide_template',''),(4786,5160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4787,5160,'_thim_demo_content','yes'),(4788,5160,'_lp_mark','1'),(4789,5160,'_lp_type','multi_choice'),(4790,5163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4791,5163,'_thim_demo_content','yes'),(4792,5163,'_lp_mark','1'),(4793,5163,'_lp_type','true_or_false'),(4794,5160,'_lp_mark','1'),(4795,5160,'_lp_type','multi_choice'),(4796,5163,'_lp_mark','1'),(4797,5163,'_lp_type','true_or_false'),(4798,5160,'_lp_mark','1'),(4799,5160,'_lp_type','multi_choice'),(4800,5163,'_lp_mark','1'),(4801,5163,'_lp_type','true_or_false'),(4802,5160,'_lp_mark','1'),(4803,5160,'_lp_type','multi_choice'),(4804,5163,'_lp_mark','1'),(4805,5163,'_lp_type','true_or_false'),(4806,5160,'_lp_mark','1'),(4807,5160,'_lp_type','multi_choice'),(4808,5163,'_lp_mark','1'),(4809,5163,'_lp_type','true_or_false'),(4810,5163,'_lp_mark','1'),(4811,5163,'_lp_type','true_or_false'),(4812,5163,'_lp_mark','1'),(4813,5163,'_lp_type','true_or_false'),(4814,5163,'_lp_mark','1'),(4815,5163,'_lp_type','true_or_false'),(4816,5162,'_lp_mark','1'),(4817,5162,'_lp_type','single_choice'),(4818,5162,'_lp_mark','1'),(4819,5162,'_lp_type','single_choice'),(4820,5163,'_lp_mark','1'),(4821,5163,'_lp_type','true_or_false'),(4822,5163,'_lp_mark','1'),(4823,5163,'_lp_type','true_or_false'),(4824,5162,'_lp_mark','1'),(4825,5162,'_lp_type','single_choice'),(4826,5162,'_lp_mark','1'),(4827,5162,'_lp_type','single_choice'),(4828,5163,'_lp_mark','1'),(4829,5163,'_lp_type','true_or_false'),(4830,5028,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4831,5028,'_thim_demo_content','yes'),(4832,5028,'_lp_mark','1'),(4833,5028,'_lp_type','fill_in_blank'),(4834,5029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4835,5029,'_thim_demo_content','yes'),(4836,5029,'_lp_mark','1'),(4837,5029,'_lp_type','single_choice'),(4838,5042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4839,5042,'_thim_demo_content','yes'),(4840,5042,'_lp_mark','1'),(4841,5042,'_lp_type','multi_choice'),(4842,5042,'_yoast_wpseo_metadesc','This'),(4843,5043,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4844,5043,'_thim_demo_content','yes'),(4845,5043,'_lp_mark','1'),(4846,5043,'_lp_type','multi_choice'),(4847,5043,'_yoast_wpseo_metadesc','This'),(4848,5057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4849,5057,'_thim_demo_content','yes'),(4850,5057,'_lp_mark','1'),(4851,5057,'_lp_type','single_choice'),(4852,5160,'_lp_mark','1'),(4853,5160,'_lp_type','multi_choice'),(4854,5160,'_lp_mark','1'),(4855,5160,'_lp_type','multi_choice'),(4856,5160,'_lp_mark','1'),(4857,5160,'_lp_type','multi_choice'),(4858,5160,'_lp_mark','1'),(4859,5160,'_lp_type','multi_choice'),(4860,5318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4861,5318,'_thim_demo_content','yes'),(4862,5318,'_lp_mark','1'),(4863,5318,'_lp_type','true_or_false'),(4864,5331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4865,5331,'_thim_demo_content','yes'),(4866,5331,'_lp_mark','1'),(4867,5331,'_lp_type','true_or_false'),(4868,5343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4869,5343,'_thim_demo_content','yes'),(4870,5343,'_lp_mark','1'),(4871,5343,'_lp_type','true_or_false'),(4872,5344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4873,5344,'_thim_demo_content','yes'),(4874,5344,'_lp_mark','1'),(4875,5344,'_lp_type','multi_choice'),(4876,5160,'_lp_mark','1'),(4877,5160,'_lp_type','multi_choice'),(4878,5160,'_lp_mark','1'),(4879,5160,'_lp_type','multi_choice'),(4880,5436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4881,5436,'_thim_demo_content','yes'),(4882,5436,'_lp_mark','2'),(4883,5436,'_lp_type','true_or_false'),(4884,5436,'slide_template','default'),(4885,5437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4886,5437,'_thim_demo_content','yes'),(4887,5437,'_lp_mark','1'),(4888,5437,'_lp_type','multi_choice'),(4889,5437,'slide_template','default'),(4890,5438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4891,5438,'_thim_demo_content','yes'),(4892,5438,'_lp_mark','3'),(4893,5438,'_lp_type','single_choice'),(4894,5438,'slide_template','default'),(4895,5439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4896,5439,'_thim_demo_content','yes'),(4897,5439,'_lp_mark','1'),(4898,5439,'_lp_type','fill_in_blank'),(4899,5439,'slide_template',''),(4900,5440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4901,5440,'_thim_demo_content','yes'),(4902,5440,'_lp_mark','1'),(4903,5440,'_lp_type','sorting_choice'),(4904,5018,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4905,5018,'_thim_demo_content','yes'),(4906,5018,'_lp_mark','1'),(4907,5018,'_lp_type','single_choice'),(4908,5058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4909,5058,'_thim_demo_content','yes'),(4910,5058,'_lp_mark','1'),(4911,5058,'_lp_type','single_choice'),(4912,5771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4913,5771,'_thim_demo_content','yes'),(4914,5771,'_lp_type','true_or_false'),(4915,6201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4916,6201,'_thim_demo_content','yes'),(4917,6201,'_lp_type','multi_choice'),(4918,6241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4919,6241,'_thim_demo_content','yes'),(4920,6241,'_lp_type','single_choice'),(4921,6241,'slide_template','default'),(4922,6241,'_lp_mark','1'),(4923,6404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4924,6404,'_thim_demo_content','yes'),(4925,6404,'_lp_type','true_or_false'),(4926,5066,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4927,5066,'_thim_demo_content','yes'),(4928,5066,'_lp_duration','10'),(4929,5066,'_lp_show_result','yes'),(4930,5066,'_lp_retake_count','3'),(4931,5066,'_lp_show_explanation','no'),(4932,5066,'_lp_show_hint','yes'),(4933,5066,'slide_template',''),(4934,5092,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4935,5092,'_thim_demo_content','yes'),(4936,5092,'_lp_duration','15'),(4937,5092,'_lp_retake_count','3'),(4938,5092,'_lp_show_result','yes'),(4939,5092,'_lp_show_explanation','no'),(4940,5092,'_lp_show_hint','yes'),(4941,5092,'slide_template',''),(4942,5129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4943,5129,'_thim_demo_content','yes'),(4944,5129,'_lp_duration','10'),(4945,5129,'_lp_show_result','no'),(4946,5129,'_lp_retake_count','0'),(4947,5129,'_lp_show_check_answer','no'),(4948,5129,'_lp_show_explanation','no'),(4949,5129,'_lp_show_hint','yes'),(4950,5129,'slide_template',''),(4951,5176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4952,5176,'_thim_demo_content','yes'),(4953,5176,'_lp_duration','10'),(4954,5176,'_lp_show_result','no'),(4955,5176,'_lp_retake_count','0'),(4956,5176,'_lp_show_check_answer','no'),(4957,5176,'_lp_show_explanation','no'),(4958,5176,'_lp_show_hint','yes'),(4959,5176,'thim_mtb_using_custom_heading','0'),(4960,5176,'thim_mtb_hide_title_and_subtitle','0'),(4961,5176,'thim_mtb_custom_title',''),(4962,5176,'thim_subtitle',''),(4963,5176,'thim_mtb_hide_breadcrumbs','0'),(4964,5176,'thim_custom_heading_bg',''),(4965,5176,'thim_mtb_top_image',''),(4966,5176,'thim_mtb_bg_color',''),(4967,5176,'thim_mtb_text_color',''),(4968,5176,'thim_mtb_color_sub_title',''),(4969,5176,'thim_mtb_custom_layout','0'),(4970,5176,'thim_mtb_layout','full-content'),(4971,5176,'thim_mtb_no_padding','0'),(4972,5176,'slide_template',''),(4973,5176,'_lp_duration','10'),(4974,5176,'_lp_show_result','no'),(4975,5176,'_lp_retake_count','0'),(4976,5176,'_lp_show_check_answer','no'),(4977,5176,'_lp_show_explanation','no'),(4978,5176,'_lp_show_hint','yes'),(4979,5176,'thim_mtb_using_custom_heading','0'),(4980,5176,'thim_mtb_hide_title_and_subtitle','0'),(4981,5176,'thim_mtb_custom_title',''),(4982,5176,'thim_subtitle',''),(4983,5176,'thim_mtb_hide_breadcrumbs','0'),(4984,5176,'thim_custom_heading_bg',''),(4985,5176,'thim_mtb_top_image',''),(4986,5176,'thim_mtb_bg_color',''),(4987,5176,'thim_mtb_text_color',''),(4988,5176,'thim_mtb_color_sub_title',''),(4989,5176,'thim_mtb_custom_layout','0'),(4990,5176,'thim_mtb_layout','full-content'),(4991,5176,'thim_mtb_no_padding','0'),(4992,5176,'slide_template',''),(4993,5222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4994,5222,'_thim_demo_content','yes'),(4995,5222,'_lp_duration','10'),(4996,5222,'_lp_show_result','no'),(4997,5222,'_lp_show_explanation','no'),(4998,5222,'_lp_show_hint','yes'),(4999,5222,'thim_mtb_using_custom_heading','0'),(5000,5222,'thim_mtb_hide_title_and_subtitle','0'),(5001,5222,'thim_mtb_custom_title',''),(5002,5222,'thim_subtitle',''),(5003,5222,'thim_mtb_hide_breadcrumbs','0'),(5004,5222,'thim_custom_heading_bg',''),(5005,5222,'thim_mtb_top_image',''),(5006,5222,'thim_mtb_bg_color',''),(5007,5222,'thim_mtb_text_color',''),(5008,5222,'thim_mtb_color_sub_title',''),(5009,5222,'thim_mtb_custom_layout','0'),(5010,5222,'thim_mtb_layout','full-content'),(5011,5222,'thim_mtb_no_padding','0'),(5012,5258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5013,5258,'_thim_demo_content','yes'),(5014,5258,'_lp_show_explanation','no'),(5015,5258,'_lp_show_hint','yes'),(5016,5259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5017,5259,'_thim_demo_content','yes'),(5018,5259,'_lp_duration','10'),(5019,5259,'_lp_show_result','no'),(5020,5259,'_lp_show_explanation','no'),(5021,5259,'_lp_show_hint','yes'),(5022,5259,'thim_mtb_using_custom_heading','0'),(5023,5259,'thim_mtb_hide_title_and_subtitle','0'),(5024,5259,'thim_mtb_custom_title',''),(5025,5259,'thim_subtitle',''),(5026,5259,'thim_mtb_hide_breadcrumbs','0'),(5027,5259,'thim_custom_heading_bg',''),(5028,5259,'thim_mtb_top_image',''),(5029,5259,'thim_mtb_bg_color',''),(5030,5259,'thim_mtb_text_color',''),(5031,5259,'thim_mtb_color_sub_title',''),(5032,5259,'thim_mtb_custom_layout','0'),(5033,5259,'thim_mtb_layout','full-content'),(5034,5259,'thim_mtb_no_padding','0'),(5035,5282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5036,5282,'_thim_demo_content','yes'),(5037,5282,'_lp_duration','10'),(5038,5282,'_lp_show_result','no'),(5039,5282,'_lp_show_explanation','no'),(5040,5282,'_lp_show_hint','yes'),(5041,5282,'thim_mtb_using_custom_heading','0'),(5042,5282,'thim_mtb_hide_title_and_subtitle','0'),(5043,5282,'thim_mtb_custom_title',''),(5044,5282,'thim_subtitle',''),(5045,5282,'thim_mtb_hide_breadcrumbs','0'),(5046,5282,'thim_custom_heading_bg',''),(5047,5282,'thim_mtb_top_image',''),(5048,5282,'thim_mtb_bg_color',''),(5049,5282,'thim_mtb_text_color',''),(5050,5282,'thim_mtb_color_sub_title',''),(5051,5282,'thim_mtb_custom_layout','0'),(5052,5282,'thim_mtb_layout','full-content'),(5053,5282,'thim_mtb_no_padding','0'),(5054,5294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5055,5294,'_thim_demo_content','yes'),(5056,5294,'_lp_duration','10'),(5057,5294,'_lp_show_result','yes'),(5058,5294,'_lp_show_check_answer','yes'),(5059,5294,'_lp_retake_count','0'),(5060,5294,'_lp_show_explanation','no'),(5061,5294,'_lp_show_hint','yes'),(5062,5294,'thim_mtb_using_custom_heading','0'),(5063,5294,'thim_mtb_hide_title_and_subtitle','0'),(5064,5294,'thim_mtb_custom_title',''),(5065,5294,'thim_subtitle',''),(5066,5294,'thim_mtb_hide_breadcrumbs','0'),(5067,5294,'thim_custom_heading_bg',''),(5068,5294,'thim_mtb_top_image',''),(5069,5294,'thim_mtb_bg_color',''),(5070,5294,'thim_mtb_text_color',''),(5071,5294,'thim_mtb_color_sub_title',''),(5072,5294,'thim_mtb_custom_layout','0'),(5073,5294,'thim_mtb_layout','full-content'),(5074,5294,'thim_mtb_no_padding','0'),(5075,5294,'slide_template',''),(5076,5307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5077,5307,'_thim_demo_content','yes'),(5078,5307,'_lp_duration','100'),(5079,5307,'_lp_show_result','yes'),(5080,5307,'_lp_show_check_answer','yes'),(5081,5307,'_lp_retake_count','10'),(5082,5307,'_lp_show_explanation','no'),(5083,5307,'_lp_show_hint','yes'),(5084,5307,'thim_mtb_using_custom_heading','0'),(5085,5307,'thim_mtb_hide_title_and_subtitle','0'),(5086,5307,'thim_mtb_custom_title',''),(5087,5307,'thim_subtitle',''),(5088,5307,'thim_mtb_hide_breadcrumbs','0'),(5089,5307,'thim_custom_heading_bg',''),(5090,5307,'thim_mtb_top_image',''),(5091,5307,'thim_mtb_bg_color',''),(5092,5307,'thim_mtb_text_color',''),(5093,5307,'thim_mtb_color_sub_title',''),(5094,5307,'thim_mtb_custom_layout','0'),(5095,5307,'thim_mtb_layout','full-content'),(5096,5307,'thim_mtb_no_padding','0'),(5097,5307,'slide_template',''),(5098,5307,'1','yes'),(5099,5307,'_lp_type','true_or_false'),(5100,5066,'_lp_duration','10'),(5101,5066,'_lp_show_result','yes'),(5102,5066,'_lp_retake_count','3'),(5103,5066,'_lp_show_explanation','no'),(5104,5066,'_lp_show_hint','yes'),(5105,5066,'slide_template',''),(5106,5092,'_lp_duration','15'),(5107,5092,'_lp_retake_count','3'),(5108,5092,'_lp_show_result','yes'),(5109,5092,'_lp_show_explanation','no'),(5110,5092,'_lp_show_hint','yes'),(5111,5092,'slide_template',''),(5112,6243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5113,6243,'_thim_demo_content','yes'),(5114,6243,'_lp_show_result','no'),(5115,6243,'_lp_show_check_answer','no'),(5116,6243,'_lp_show_hint','no'),(5117,6243,'slide_template','default'),(5118,6243,'_lp_type','true_or_false'),(5119,6243,'_lp_duration','10'),(5120,6243,'_lp_retake_count','1'),(5121,6243,'_lp_show_explanation','yes'),(5122,5017,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5123,5017,'_thim_demo_content','yes'),(5124,5017,'_lp_duration','0'),(5125,5017,'_lp_show_result','yes'),(5126,5017,'_lp_show_check_answer','no'),(5127,5017,'_lp_show_explanation','no'),(5128,5017,'_lp_show_hint','no'),(5129,5017,'slide_template','default'),(5130,5017,'1','yes'),(5131,5017,'_lp_type','true_or_false'),(5132,5017,'_admin_hidden_questions','a:1:{i:0;s:4:\"5018\";}'),(5133,5017,'_lp_retake_count','0'),(5134,5027,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5135,5027,'_thim_demo_content','yes'),(5136,5027,'_lp_duration','10'),(5137,5027,'_lp_show_result','no'),(5138,5027,'_lp_show_check_answer','no'),(5139,5027,'_lp_show_explanation','no'),(5140,5027,'_lp_show_hint','yes'),(5141,5027,'slide_template',''),(5142,5027,'1','yes'),(5143,5027,'_lp_type','true_or_false'),(5144,5038,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5145,5038,'_thim_demo_content','yes'),(5146,5038,'_lp_show_explanation','no'),(5147,5038,'_lp_show_hint','yes'),(5148,5038,'1','yes'),(5149,5038,'_lp_type','true_or_false'),(5150,5041,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5151,5041,'_thim_demo_content','yes'),(5152,5041,'_lp_duration','10'),(5153,5041,'_lp_show_result','no'),(5154,5041,'_lp_show_check_answer','yes'),(5155,5041,'_lp_show_explanation','no'),(5156,5041,'_lp_show_hint','yes'),(5157,5041,'slide_template',''),(5158,5041,'_yoast_wpseo_metadesc','This'),(5159,5041,'1','yes'),(5160,5041,'_lp_type','true_or_false'),(5161,5047,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5162,5047,'_thim_demo_content','yes'),(5163,5047,'_lp_duration','10'),(5164,5047,'_lp_show_result','no'),(5165,5047,'_lp_show_check_answer','no'),(5166,5047,'_lp_show_explanation','no'),(5167,5047,'_lp_show_hint','yes'),(5168,5047,'slide_template',''),(5169,5047,'1','yes'),(5170,5047,'_lp_type','true_or_false'),(5171,5056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5172,5056,'_thim_demo_content','yes'),(5173,5056,'_lp_duration','10'),(5174,5056,'_lp_show_result','yes'),(5175,5056,'_lp_show_check_answer','yes'),(5176,5056,'_lp_show_explanation','no'),(5177,5056,'_lp_show_hint','yes'),(5178,5056,'slide_template',''),(5179,5056,'1','yes'),(5180,5056,'_lp_type','true_or_false'),(5181,5061,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5182,5061,'_thim_demo_content','yes'),(5183,5061,'_lp_show_explanation','no'),(5184,5061,'_lp_show_hint','yes'),(5185,5061,'1','yes'),(5186,5061,'_lp_type','true_or_false'),(5187,5159,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5188,5159,'_thim_demo_content','yes'),(5189,5159,'_lp_duration','10'),(5190,5159,'_lp_show_result','no'),(5191,5159,'_lp_show_explanation','no'),(5192,5159,'_lp_show_hint','yes'),(5193,5159,'thim_mtb_using_custom_heading','0'),(5194,5159,'thim_mtb_hide_title_and_subtitle','0'),(5195,5159,'thim_mtb_custom_title',''),(5196,5159,'thim_subtitle',''),(5197,5159,'thim_mtb_hide_breadcrumbs','0'),(5198,5159,'thim_custom_heading_bg',''),(5199,5159,'thim_mtb_top_image',''),(5200,5159,'thim_mtb_bg_color',''),(5201,5159,'thim_mtb_text_color',''),(5202,5159,'thim_mtb_color_sub_title',''),(5203,5159,'thim_mtb_custom_layout','0'),(5204,5159,'thim_mtb_layout','full-content'),(5205,5159,'thim_mtb_no_padding','0'),(5206,5207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5207,5207,'_thim_demo_content','yes'),(5208,5207,'_lp_duration','10'),(5209,5207,'_lp_show_result','no'),(5210,5207,'_lp_show_explanation','no'),(5211,5207,'_lp_show_hint','yes'),(5212,5207,'thim_mtb_using_custom_heading','0'),(5213,5207,'thim_mtb_hide_title_and_subtitle','0'),(5214,5207,'thim_mtb_custom_title',''),(5215,5207,'thim_subtitle',''),(5216,5207,'thim_mtb_hide_breadcrumbs','0'),(5217,5207,'thim_custom_heading_bg',''),(5218,5207,'thim_mtb_top_image',''),(5219,5207,'thim_mtb_bg_color',''),(5220,5207,'thim_mtb_text_color',''),(5221,5207,'thim_mtb_color_sub_title',''),(5222,5207,'thim_mtb_custom_layout','0'),(5223,5207,'thim_mtb_layout','full-content'),(5224,5207,'thim_mtb_no_padding','0'),(5225,5317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5226,5317,'_thim_demo_content','yes'),(5227,5317,'_lp_duration','10'),(5228,5317,'_lp_show_result','no'),(5229,5317,'_lp_show_check_answer','no'),(5230,5317,'_lp_show_explanation','no'),(5231,5317,'_lp_show_hint','yes'),(5232,5317,'slide_template',''),(5233,5330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5234,5330,'_thim_demo_content','yes'),(5235,5330,'_lp_duration','10'),(5236,5330,'_lp_show_result','no'),(5237,5330,'_lp_show_check_answer','no'),(5238,5330,'_lp_show_explanation','no'),(5239,5330,'_lp_show_hint','yes'),(5240,5330,'slide_template',''),(5241,5342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5242,5342,'_thim_demo_content','yes'),(5243,5342,'_lp_duration','10'),(5244,5342,'_lp_show_result','no'),(5245,5342,'_lp_show_check_answer','no'),(5246,5342,'_lp_show_explanation','no'),(5247,5342,'_lp_show_hint','yes'),(5248,5342,'slide_template',''),(5249,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5250,5402,'_thim_demo_content','yes'),(5251,5402,'_lp_duration','10'),(5252,5402,'_lp_show_result','no'),(5253,5402,'_lp_show_explanation','no'),(5254,5402,'_lp_show_hint','yes'),(5255,5402,'thim_mtb_using_custom_heading','0'),(5256,5402,'thim_mtb_hide_title_and_subtitle','0'),(5257,5402,'thim_mtb_custom_title',''),(5258,5402,'thim_subtitle',''),(5259,5402,'thim_mtb_hide_breadcrumbs','0'),(5260,5402,'thim_custom_heading_bg',''),(5261,5402,'thim_mtb_top_image',''),(5262,5402,'thim_mtb_bg_color',''),(5263,5402,'thim_mtb_text_color',''),(5264,5402,'thim_mtb_color_sub_title',''),(5265,5402,'thim_mtb_custom_layout','0'),(5266,5402,'thim_mtb_layout','full-content'),(5267,5402,'thim_mtb_no_padding','0'),(5268,5159,'_lp_duration','10'),(5269,5159,'_lp_show_result','no'),(5270,5159,'_lp_show_explanation','no'),(5271,5159,'_lp_show_hint','yes'),(5272,5159,'thim_mtb_using_custom_heading','0'),(5273,5159,'thim_mtb_hide_title_and_subtitle','0'),(5274,5159,'thim_mtb_custom_title',''),(5275,5159,'thim_subtitle',''),(5276,5159,'thim_mtb_hide_breadcrumbs','0'),(5277,5159,'thim_custom_heading_bg',''),(5278,5159,'thim_mtb_top_image',''),(5279,5159,'thim_mtb_bg_color',''),(5280,5159,'thim_mtb_text_color',''),(5281,5159,'thim_mtb_color_sub_title',''),(5282,5159,'thim_mtb_custom_layout','0'),(5283,5159,'thim_mtb_layout','full-content'),(5284,5159,'thim_mtb_no_padding','0'),(5285,5159,'1','yes'),(5286,5159,'_lp_type','true_or_false'),(5287,5159,'_lp_show_check_answer','no'),(5288,5435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5289,5435,'_thim_demo_content','yes'),(5290,5435,'_lp_duration','10'),(5291,5435,'_lp_show_result','no'),(5292,5435,'_lp_show_check_answer','yes'),(5293,5435,'_lp_retake_count','20'),(5294,5435,'_lp_show_explanation','no'),(5295,5435,'_lp_show_hint','yes'),(5296,5435,'slide_template','default'),(5297,5435,'1','yes'),(5298,5435,'_lp_type','true_or_false'),(5299,6233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5300,6233,'_thim_demo_content','yes'),(5301,6233,'_lp_duration','10'),(5302,6233,'_lp_preview','no'),(5303,6239,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5304,6239,'_thim_demo_content','yes'),(5305,6239,'_lp_show_result','yes'),(5306,6239,'_lp_show_check_answer','no'),(5307,6239,'_lp_show_hint','no'),(5308,6239,'slide_template','default'),(5309,6239,'_lp_duration','10'),(5310,6239,'_lp_retake_count','0'),(5311,6239,'1','yes'),(5312,6239,'_lp_type','true_or_false'),(5313,3101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5314,3101,'_thim_demo_content','yes'),(5315,3101,'_mc4wp_settings','a:8:{s:15:\"required_fields\";s:5:\"EMAIL\";s:5:\"lists\";a:1:{i:0;s:10:\"d241e6294d\";}s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:5:\"basic\";s:17:\"replace_interests\";s:1:\"1\";}'),(5316,3101,'text_subscribed','Thank you, your sign-up request was successful! Please check your e-mail inbox.'),(5317,3101,'text_error','Oops. Something went wrong. Please try again later.'),(5318,3101,'text_invalid_email','Please provide a valid email address.'),(5319,3101,'text_already_subscribed','Given email address is already subscribed, thank you!'),(5320,3101,'text_required_field_missing','Please fill in the required fields.'),(5321,3101,'text_unsubscribed','You were successfully unsubscribed.'),(5322,3101,'text_not_subscribed','Given email address is not subscribed.'),(5323,3383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5324,3383,'_thim_demo_content','yes'),(5325,3383,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:0:\"\";s:5:\"lists\";a:1:{i:0;s:10:\"aeab708a10\";}s:12:\"double_optin\";s:1:\"1\";s:12:\"send_welcome\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:5:\"basic\";}'),(5326,3383,'text_subscribed','Thank you, your sign-up request was successful! Please check your e-mail inbox.'),(5327,3383,'text_invalid_email','Please provide a valid email address.'),(5328,3383,'text_required_field_missing','Please fill in the required fields.'),(5329,3383,'text_already_subscribed','Given email address is already subscribed, thank you!'),(5330,3383,'text_error','Oops. Something went wrong. Please try again later.'),(5331,3383,'text_unsubscribed','You were successfully unsubscribed.'),(5332,3383,'text_not_subscribed','Given email address is not subscribed.'),(5333,4853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5334,4853,'_thim_demo_content','yes'),(5335,4853,'slide_template','default'),(5336,2908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5337,2908,'_thim_demo_content','yes'),(5338,2908,'_thumbnail_id','2909'),(5339,2908,'slide_template','default'),(5340,2908,'regency','Co-Founder'),(5341,2908,'face_url','#'),(5342,2908,'twitter_url','#'),(5343,2908,'skype_url','#'),(5344,2908,'linkedin_url','#'),(5345,2910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5346,2910,'_thim_demo_content','yes'),(5347,2910,'_thumbnail_id','2917'),(5348,2910,'slide_template','default'),(5349,2910,'regency','Copyrighter'),(5350,2910,'face_url','#'),(5351,2910,'twitter_url','#'),(5352,2910,'skype_url','#'),(5353,2910,'linkedin_url','#'),(5354,2910,'_dp_original','2908'),(5355,2911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5356,2911,'_thim_demo_content','yes'),(5357,2911,'_thumbnail_id','2918'),(5358,2911,'slide_template','default'),(5359,2911,'regency','Web Developer'),(5360,2911,'face_url','#'),(5361,2911,'twitter_url','#'),(5362,2911,'skype_url','#'),(5363,2911,'linkedin_url','#'),(5364,2911,'_dp_original','2908'),(5365,2912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5366,2912,'_thim_demo_content','yes'),(5367,2912,'_thumbnail_id','2919'),(5368,2912,'slide_template','default'),(5369,2912,'regency','Art Director'),(5370,2912,'face_url','#'),(5371,2912,'twitter_url','#'),(5372,2912,'skype_url','#'),(5373,2912,'linkedin_url','#'),(5374,2912,'_dp_original','2908'),(5375,2913,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5376,2913,'_thim_demo_content','yes'),(5377,2913,'_thumbnail_id','2920'),(5378,2913,'slide_template','default'),(5379,2913,'regency','Support Manager'),(5380,2913,'face_url','#'),(5381,2913,'twitter_url','#'),(5382,2913,'skype_url','#'),(5383,2913,'linkedin_url','#'),(5384,2913,'_dp_original','2908'),(5385,2914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5386,2914,'_thim_demo_content','yes'),(5387,2914,'_thumbnail_id','2921'),(5388,2914,'slide_template','default'),(5389,2914,'regency','Office Manager'),(5390,2914,'face_url','#'),(5391,2914,'twitter_url','#'),(5392,2914,'skype_url','#'),(5393,2914,'linkedin_url','#'),(5394,2914,'_dp_original','2908'),(5395,2915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5396,2915,'_thim_demo_content','yes'),(5397,2915,'_thumbnail_id','2922'),(5398,2915,'slide_template','default'),(5399,2915,'regency','Creative Director'),(5400,2915,'face_url','#'),(5401,2915,'twitter_url','#'),(5402,2915,'skype_url','#'),(5403,2915,'linkedin_url','#'),(5404,2915,'_dp_original','2908'),(5405,2915,'_wp_old_slug','clever'),(5406,2916,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5407,2916,'_thim_demo_content','yes'),(5408,2916,'_thumbnail_id','2923'),(5409,2916,'slide_template','default'),(5410,2916,'regency','Js Developer'),(5411,2916,'face_url','#'),(5412,2916,'twitter_url','#'),(5413,2916,'linkedin_url','#'),(5414,2916,'_dp_original','2908'),(5415,2916,'dribbble_url','#'),(5416,4439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5417,4439,'_thim_demo_content','yes'),(5418,4439,'_thumbnail_id','3712'),(5419,4439,'slide_template','default'),(5420,4416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5421,4416,'_thim_demo_content','yes'),(5422,4416,'_thumbnail_id','4418'),(5423,4416,'slide_template',''),(5424,4416,'thim_mtb_using_custom_heading','0'),(5425,4416,'thim_mtb_hide_title_and_subtitle','0'),(5426,4416,'thim_mtb_custom_title',''),(5427,4416,'thim_subtitle',''),(5428,4416,'thim_mtb_hide_breadcrumbs','0'),(5429,4416,'thim_custom_heading_bg',''),(5430,4416,'thim_mtb_top_image',''),(5431,4416,'thim_mtb_bg_color',''),(5432,4416,'thim_mtb_text_color',''),(5433,4416,'thim_mtb_color_sub_title',''),(5434,4416,'thim_mtb_custom_layout','0'),(5435,4416,'thim_mtb_layout','sidebar-left'),(5436,4416,'thim_mtb_no_padding','0'),(5437,4416,'thim_portfolio_bg_color_ef','#39f9f3'),(5438,4416,'feature_images','size12'),(5439,4416,'selectPortfolio','portfolio_type_image'),(5440,4416,'project_video_type','youtube'),(5441,4416,'_dp_original','4413'),(5442,4442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5443,4442,'_thim_demo_content','yes'),(5444,4442,'_thumbnail_id','4443'),(5445,4442,'slide_template',''),(5446,4442,'thim_mtb_using_custom_heading','0'),(5447,4442,'thim_mtb_hide_title_and_subtitle','0'),(5448,4442,'thim_mtb_custom_title',''),(5449,4442,'thim_subtitle',''),(5450,4442,'thim_mtb_hide_breadcrumbs','0'),(5451,4442,'thim_custom_heading_bg',''),(5452,4442,'thim_mtb_top_image',''),(5453,4442,'thim_mtb_bg_color',''),(5454,4442,'thim_mtb_text_color',''),(5455,4442,'thim_mtb_color_sub_title',''),(5456,4442,'thim_mtb_custom_layout','0'),(5457,4442,'thim_mtb_layout','sidebar-left'),(5458,4442,'thim_mtb_no_padding','0'),(5459,4442,'thim_portfolio_bg_color_ef','#7427f9'),(5460,4442,'feature_images','size11'),(5461,4442,'selectPortfolio','portfolio_type_left_floating_sidebar'),(5462,4442,'project_video_type','youtube'),(5463,4442,'_dp_original','4430'),(5464,4725,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5465,4725,'_thim_demo_content','yes'),(5466,4725,'slide_template','default'),(5467,4725,'thim_mtb_using_custom_heading','0'),(5468,4725,'thim_mtb_hide_title_and_subtitle','0'),(5469,4725,'thim_mtb_custom_title',''),(5470,4725,'thim_subtitle',''),(5471,4725,'thim_mtb_hide_breadcrumbs','0'),(5472,4725,'thim_custom_heading_bg',''),(5473,4725,'thim_mtb_top_image',''),(5474,4725,'thim_mtb_bg_color',''),(5475,4725,'thim_mtb_text_color',''),(5476,4725,'thim_mtb_color_sub_title',''),(5477,4725,'thim_mtb_custom_layout','0'),(5478,4725,'thim_mtb_layout','sidebar-left'),(5479,4725,'thim_mtb_no_padding','0'),(5480,4725,'thim_portfolio_bg_color_ef',''),(5481,4725,'feature_images','random'),(5482,4725,'selectPortfolio','portfolio_type_image'),(5483,4725,'project_video_type','youtube'),(5484,4725,'_yoast_wpseo_primary_portfolio_category',''),(5485,4410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5486,4410,'_thim_demo_content','yes'),(5487,4410,'_thumbnail_id','4411'),(5488,4410,'slide_template','default'),(5489,4410,'thim_mtb_using_custom_heading','0'),(5490,4410,'thim_mtb_hide_title_and_subtitle','0'),(5491,4410,'thim_mtb_custom_title',''),(5492,4410,'thim_subtitle',''),(5493,4410,'thim_mtb_hide_breadcrumbs','0'),(5494,4410,'thim_custom_heading_bg',''),(5495,4410,'thim_mtb_top_image',''),(5496,4410,'thim_mtb_bg_color',''),(5497,4410,'thim_mtb_text_color',''),(5498,4410,'thim_mtb_color_sub_title',''),(5499,4410,'thim_mtb_custom_layout','0'),(5500,4410,'thim_mtb_layout','sidebar-left'),(5501,4410,'thim_mtb_no_padding','0'),(5502,4410,'thim_portfolio_bg_color_ef','#ffb606'),(5503,4410,'feature_images','size11'),(5504,4410,'selectPortfolio','portfolio_type_vertical_stacked'),(5505,4410,'project_video_type','youtube'),(5506,4412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5507,4412,'_thim_demo_content','yes'),(5508,4412,'_thumbnail_id','4414'),(5509,4412,'slide_template',''),(5510,4412,'thim_mtb_using_custom_heading','0'),(5511,4412,'thim_mtb_hide_title_and_subtitle','0'),(5512,4412,'thim_mtb_custom_title',''),(5513,4412,'thim_subtitle',''),(5514,4412,'thim_mtb_hide_breadcrumbs','0'),(5515,4412,'thim_custom_heading_bg',''),(5516,4412,'thim_mtb_top_image',''),(5517,4412,'thim_mtb_bg_color',''),(5518,4412,'thim_mtb_text_color',''),(5519,4412,'thim_mtb_color_sub_title',''),(5520,4412,'thim_mtb_custom_layout','0'),(5521,4412,'thim_mtb_layout','sidebar-left'),(5522,4412,'thim_mtb_no_padding','0'),(5523,4412,'thim_portfolio_bg_color_ef','#46557f'),(5524,4412,'feature_images','size12'),(5525,4412,'selectPortfolio','portfolio_type_image'),(5526,4412,'project_video_type','youtube'),(5527,4412,'_dp_original','4410'),(5528,4413,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5529,4413,'_thim_demo_content','yes'),(5530,4413,'slide_template','default'),(5531,4413,'thim_mtb_using_custom_heading','0'),(5532,4413,'thim_mtb_hide_title_and_subtitle','0'),(5533,4413,'thim_mtb_custom_title',''),(5534,4413,'thim_subtitle',''),(5535,4413,'thim_mtb_hide_breadcrumbs','0'),(5536,4413,'thim_custom_heading_bg',''),(5537,4413,'thim_mtb_top_image',''),(5538,4413,'thim_mtb_bg_color',''),(5539,4413,'thim_mtb_text_color',''),(5540,4413,'thim_mtb_color_sub_title',''),(5541,4413,'thim_mtb_custom_layout','0'),(5542,4413,'thim_mtb_layout','sidebar-left'),(5543,4413,'thim_mtb_no_padding','0'),(5544,4413,'thim_portfolio_bg_color_ef','#ef5c37'),(5545,4413,'feature_images','size11'),(5546,4413,'selectPortfolio','portfolio_type_image'),(5547,4413,'project_video_type','youtube'),(5548,4413,'_dp_original','4410'),(5549,4413,'_thumbnail_id','4427'),(5550,4417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5551,4417,'_thim_demo_content','yes'),(5552,4417,'_thumbnail_id','4419'),(5553,4417,'slide_template','default'),(5554,4417,'thim_mtb_using_custom_heading','0'),(5555,4417,'thim_mtb_hide_title_and_subtitle','0'),(5556,4417,'thim_mtb_custom_title',''),(5557,4417,'thim_subtitle',''),(5558,4417,'thim_mtb_hide_breadcrumbs','0'),(5559,4417,'thim_custom_heading_bg',''),(5560,4417,'thim_mtb_top_image',''),(5561,4417,'thim_mtb_bg_color',''),(5562,4417,'thim_mtb_text_color',''),(5563,4417,'thim_mtb_color_sub_title',''),(5564,4417,'thim_mtb_custom_layout','0'),(5565,4417,'thim_mtb_layout','sidebar-left'),(5566,4417,'thim_mtb_no_padding','0'),(5567,4417,'thim_portfolio_bg_color_ef','#d5f218'),(5568,4417,'feature_images','size12'),(5569,4417,'selectPortfolio','portfolio_type_image'),(5570,4417,'project_video_type','youtube'),(5571,4417,'_dp_original','4413'),(5572,4420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5573,4420,'_thim_demo_content','yes'),(5574,4420,'_thumbnail_id','4422'),(5575,4420,'slide_template',''),(5576,4420,'thim_mtb_using_custom_heading','0'),(5577,4420,'thim_mtb_hide_title_and_subtitle','0'),(5578,4420,'thim_mtb_custom_title',''),(5579,4420,'thim_subtitle',''),(5580,4420,'thim_mtb_hide_breadcrumbs','0'),(5581,4420,'thim_custom_heading_bg',''),(5582,4420,'thim_mtb_top_image',''),(5583,4420,'thim_mtb_bg_color',''),(5584,4420,'thim_mtb_text_color',''),(5585,4420,'thim_mtb_color_sub_title',''),(5586,4420,'thim_mtb_custom_layout','0'),(5587,4420,'thim_mtb_layout','sidebar-left'),(5588,4420,'thim_mtb_no_padding','0'),(5589,4420,'thim_portfolio_bg_color_ef','#d5f218'),(5590,4420,'feature_images','size12'),(5591,4420,'selectPortfolio','portfolio_type_image'),(5592,4420,'project_video_type','youtube'),(5593,4420,'_dp_original','4417'),(5594,4421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5595,4421,'_thim_demo_content','yes'),(5596,4421,'_thumbnail_id','4423'),(5597,4421,'slide_template','default'),(5598,4421,'thim_mtb_using_custom_heading','0'),(5599,4421,'thim_mtb_hide_title_and_subtitle','0'),(5600,4421,'thim_mtb_custom_title',''),(5601,4421,'thim_subtitle',''),(5602,4421,'thim_mtb_hide_breadcrumbs','0'),(5603,4421,'thim_custom_heading_bg',''),(5604,4421,'thim_mtb_top_image',''),(5605,4421,'thim_mtb_bg_color',''),(5606,4421,'thim_mtb_text_color',''),(5607,4421,'thim_mtb_color_sub_title',''),(5608,4421,'thim_mtb_custom_layout','0'),(5609,4421,'thim_mtb_layout','sidebar-left'),(5610,4421,'thim_mtb_no_padding','0'),(5611,4421,'thim_portfolio_bg_color_ef','#39f9f3'),(5612,4421,'feature_images','size21'),(5613,4421,'selectPortfolio','portfolio_type_left_floating_sidebar'),(5614,4421,'project_video_type','youtube'),(5615,4421,'_dp_original','4417'),(5616,4421,'_wp_old_slug','opened-book-2'),(5617,4428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5618,4428,'_thim_demo_content','yes'),(5619,4428,'_thumbnail_id','4429'),(5620,4428,'slide_template','default'),(5621,4428,'thim_mtb_using_custom_heading','0'),(5622,4428,'thim_mtb_hide_title_and_subtitle','0'),(5623,4428,'thim_mtb_custom_title',''),(5624,4428,'thim_subtitle',''),(5625,4428,'thim_mtb_hide_breadcrumbs','0'),(5626,4428,'thim_custom_heading_bg',''),(5627,4428,'thim_mtb_top_image',''),(5628,4428,'thim_mtb_bg_color',''),(5629,4428,'thim_mtb_text_color',''),(5630,4428,'thim_mtb_color_sub_title',''),(5631,4428,'thim_mtb_custom_layout','0'),(5632,4428,'thim_mtb_layout','sidebar-left'),(5633,4428,'thim_mtb_no_padding','0'),(5634,4428,'thim_portfolio_bg_color_ef','#46557f'),(5635,4428,'feature_images','size22'),(5636,4428,'selectPortfolio','portfolio_type_right_floating_sidebar'),(5637,4428,'project_video_type','youtube'),(5638,4428,'_dp_original','4420'),(5639,4430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5640,4430,'_thim_demo_content','yes'),(5641,4430,'slide_template','default'),(5642,4430,'thim_mtb_using_custom_heading','0'),(5643,4430,'thim_mtb_hide_title_and_subtitle','0'),(5644,4430,'thim_mtb_custom_title',''),(5645,4430,'thim_subtitle',''),(5646,4430,'thim_mtb_hide_breadcrumbs','0'),(5647,4430,'thim_custom_heading_bg',''),(5648,4430,'thim_mtb_top_image',''),(5649,4430,'thim_mtb_bg_color',''),(5650,4430,'thim_mtb_text_color',''),(5651,4430,'thim_mtb_color_sub_title',''),(5652,4430,'thim_mtb_custom_layout','0'),(5653,4430,'thim_mtb_layout','sidebar-left'),(5654,4430,'thim_mtb_no_padding','0'),(5655,4430,'thim_portfolio_bg_color_ef','#7427f9'),(5656,4430,'feature_images','size11'),(5657,4430,'selectPortfolio','portfolio_type_right_floating_sidebar'),(5658,4430,'project_video_type','youtube'),(5659,4430,'_dp_original','4428'),(5660,4430,'_thumbnail_id','6616'),(5661,4430,'_yoast_wpseo_primary_portfolio_category',''),(5662,4430,'_yoast_wpseo_content_score','30'),(5663,4431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5664,4431,'_thim_demo_content','yes'),(5665,4431,'_thumbnail_id','4435'),(5666,4431,'slide_template','default'),(5667,4431,'thim_mtb_using_custom_heading','0'),(5668,4431,'thim_mtb_hide_title_and_subtitle','0'),(5669,4431,'thim_mtb_custom_title',''),(5670,4431,'thim_subtitle',''),(5671,4431,'thim_mtb_hide_breadcrumbs','0'),(5672,4431,'thim_custom_heading_bg',''),(5673,4431,'thim_mtb_top_image',''),(5674,4431,'thim_mtb_bg_color',''),(5675,4431,'thim_mtb_text_color',''),(5676,4431,'thim_mtb_color_sub_title',''),(5677,4431,'thim_mtb_custom_layout','0'),(5678,4431,'thim_mtb_layout','sidebar-left'),(5679,4431,'thim_mtb_no_padding','0'),(5680,4431,'thim_portfolio_bg_color_ef','#ef5c37'),(5681,4431,'feature_images','size12'),(5682,4431,'selectPortfolio','portfolio_type_image'),(5683,4431,'project_video_type','youtube'),(5684,4431,'_dp_original','4417'),(5685,4432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5686,4432,'_thim_demo_content','yes'),(5687,4432,'_thumbnail_id','4436'),(5688,4432,'slide_template','default'),(5689,4432,'thim_mtb_using_custom_heading','0'),(5690,4432,'thim_mtb_hide_title_and_subtitle','0'),(5691,4432,'thim_mtb_custom_title',''),(5692,4432,'thim_subtitle',''),(5693,4432,'thim_mtb_hide_breadcrumbs','0'),(5694,4432,'thim_custom_heading_bg',''),(5695,4432,'thim_mtb_top_image',''),(5696,4432,'thim_mtb_bg_color',''),(5697,4432,'thim_mtb_text_color',''),(5698,4432,'thim_mtb_color_sub_title',''),(5699,4432,'thim_mtb_custom_layout','0'),(5700,4432,'thim_mtb_layout','sidebar-left'),(5701,4432,'thim_mtb_no_padding','0'),(5702,4432,'thim_portfolio_bg_color_ef','#ffb606'),(5703,4432,'feature_images','size21'),(5704,4432,'selectPortfolio','portfolio_type_left_floating_sidebar'),(5705,4432,'project_video_type','youtube'),(5706,4432,'_wp_old_slug','opened-book-2'),(5707,4432,'_dp_original','4421'),(5708,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5709,135,'_thim_demo_content','yes'),(5710,135,'_visibility','visible'),(5711,135,'_stock_status','instock'),(5712,135,'total_sales','45'),(5713,135,'_downloadable','no'),(5714,135,'_virtual','no'),(5715,135,'_product_image_gallery','1733,1734'),(5716,135,'_regular_price','35.4'),(5717,135,'_sale_price',''),(5718,135,'_tax_status',''),(5719,135,'_tax_class',''),(5720,135,'_purchase_note',''),(5721,135,'_featured','no'),(5722,135,'_weight',''),(5723,135,'_length',''),(5724,135,'_width',''),(5725,135,'_height',''),(5726,135,'_sku',''),(5727,135,'_product_attributes','a:0:{}'),(5728,135,'_sale_price_dates_from',''),(5729,135,'_sale_price_dates_to',''),(5730,135,'_price','35.4'),(5731,135,'_sold_individually',''),(5732,135,'_stock',''),(5733,135,'_backorders','no'),(5734,135,'_manage_stock','no'),(5735,135,'_crosssell_ids','a:0:{}'),(5736,135,'_wp_old_slug','woo-ninja-2'),(5737,135,'_upsell_ids','a:0:{}'),(5738,135,'slide_template','default'),(5739,135,'thim_mtb_using_custom_heading','0'),(5740,135,'thim_mtb_hide_title_and_subtitle','0'),(5741,135,'thim_mtb_custom_title',''),(5742,135,'thim_subtitle',''),(5743,135,'thim_custom_heading_bg',''),(5744,135,'thim_mtb_top_image',''),(5745,135,'thim_mtb_bg_color',''),(5746,135,'thim_mtb_text_color',''),(5747,135,'thim_mtb_custom_layout','0'),(5748,135,'thim_mtb_layout','full-content'),(5749,135,'thim_mtb_no_padding','0'),(5750,135,'_thumbnail_id','1732'),(5751,135,'_wp_old_slug','cooked-dark'),(5752,135,'_product_version','2.4.8'),(5753,135,'thim_mtb_hide_breadcrumbs','0'),(5754,135,'thim_mtb_color_sub_title',''),(5755,135,'_wc_rating_count','a:0:{}'),(5756,135,'_wc_review_count','0'),(5757,135,'_wc_average_rating','0'),(5758,135,'_lpr_course','133'),(5759,136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5760,136,'_thim_demo_content','yes'),(5761,136,'_visibility','visible'),(5762,136,'_stock_status','instock'),(5763,136,'total_sales','51'),(5764,136,'_downloadable','no'),(5765,136,'_virtual','no'),(5766,136,'_product_image_gallery','1725'),(5767,136,'_regular_price','11.8'),(5768,136,'_sale_price',''),(5769,136,'_tax_status',''),(5770,136,'_tax_class',''),(5771,136,'_purchase_note',''),(5772,136,'_featured','no'),(5773,136,'_weight',''),(5774,136,'_length',''),(5775,136,'_width',''),(5776,136,'_height',''),(5777,136,'_sku',''),(5778,136,'_product_attributes','a:0:{}'),(5779,136,'_sale_price_dates_from',''),(5780,136,'_sale_price_dates_to',''),(5781,136,'_price','11.8'),(5782,136,'_sold_individually',''),(5783,136,'_stock',''),(5784,136,'_backorders','no'),(5785,136,'_manage_stock','no'),(5786,136,'_crosssell_ids','a:1:{i:0;i:53;}'),(5787,136,'_wp_old_slug','patient-ninja'),(5788,136,'_upsell_ids','a:0:{}'),(5789,136,'slide_template','default'),(5790,136,'thim_mtb_using_custom_heading','0'),(5791,136,'thim_mtb_hide_title_and_subtitle','0'),(5792,136,'thim_mtb_custom_title',''),(5793,136,'thim_subtitle',''),(5794,136,'thim_custom_heading_bg',''),(5795,136,'thim_mtb_top_image',''),(5796,136,'thim_mtb_bg_color',''),(5797,136,'thim_mtb_text_color',''),(5798,136,'thim_mtb_custom_layout','0'),(5799,136,'thim_mtb_layout','full-content'),(5800,136,'thim_mtb_no_padding','0'),(5801,136,'_thumbnail_id','1724'),(5802,136,'_wp_old_slug','happy-coffee'),(5803,136,'_product_version','2.4.8'),(5804,136,'thim_mtb_hide_breadcrumbs','0'),(5805,136,'thim_mtb_color_sub_title',''),(5806,136,'_wc_rating_count','a:0:{}'),(5807,136,'_wc_review_count','0'),(5808,136,'_wc_average_rating','0'),(5809,136,'_lpr_course','133'),(5810,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5811,137,'_thim_demo_content','yes'),(5812,137,'_thumbnail_id','1721'),(5813,137,'_visibility','visible'),(5814,137,'_stock_status','instock'),(5815,137,'total_sales','36'),(5816,137,'_downloadable','no'),(5817,137,'_virtual','no'),(5818,137,'_product_image_gallery','1722,1723'),(5819,137,'_regular_price','35.3'),(5820,137,'_sale_price',''),(5821,137,'_tax_status',''),(5822,137,'_tax_class',''),(5823,137,'_purchase_note',''),(5824,137,'_featured','no'),(5825,137,'_weight',''),(5826,137,'_length',''),(5827,137,'_width',''),(5828,137,'_height',''),(5829,137,'_sku',''),(5830,137,'_product_attributes','a:0:{}'),(5831,137,'_sale_price_dates_from',''),(5832,137,'_sale_price_dates_to',''),(5833,137,'_price','35.3'),(5834,137,'_sold_individually',''),(5835,137,'_stock',''),(5836,137,'_backorders','no'),(5837,137,'_manage_stock','no'),(5838,137,'_crosssell_ids','a:0:{}'),(5839,137,'_wp_old_slug','happy-ninja-2'),(5840,137,'_upsell_ids','a:0:{}'),(5841,137,'slide_template','default'),(5842,137,'thim_mtb_using_custom_heading','0'),(5843,137,'thim_mtb_hide_title_and_subtitle','0'),(5844,137,'thim_mtb_custom_title',''),(5845,137,'thim_subtitle',''),(5846,137,'thim_custom_heading_bg',''),(5847,137,'thim_mtb_top_image',''),(5848,137,'thim_mtb_bg_color',''),(5849,137,'thim_mtb_text_color',''),(5850,137,'thim_mtb_custom_layout','0'),(5851,137,'thim_mtb_layout','full-content'),(5852,137,'thim_mtb_no_padding','0'),(5853,137,'_wp_old_slug','caramel-cheesecake'),(5854,137,'_product_version','2.4.8'),(5855,137,'thim_mtb_hide_breadcrumbs','0'),(5856,137,'thim_mtb_color_sub_title',''),(5857,137,'_wc_rating_count','a:0:{}'),(5858,137,'_wc_review_count','0'),(5859,137,'_wc_average_rating','0'),(5860,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5861,138,'_thim_demo_content','yes'),(5862,138,'_visibility','visible'),(5863,138,'_stock_status','instock'),(5864,138,'total_sales','55'),(5865,138,'_downloadable','no'),(5866,138,'_virtual','no'),(5867,138,'_product_image_gallery','1740'),(5868,138,'_regular_price','35'),(5869,138,'_sale_price',''),(5870,138,'_tax_status',''),(5871,138,'_tax_class',''),(5872,138,'_purchase_note',''),(5873,138,'_featured','no'),(5874,138,'_weight',''),(5875,138,'_length',''),(5876,138,'_width',''),(5877,138,'_height',''),(5878,138,'_sku',''),(5879,138,'_product_attributes','a:0:{}'),(5880,138,'_sale_price_dates_from',''),(5881,138,'_sale_price_dates_to',''),(5882,138,'_price','35'),(5883,138,'_sold_individually',''),(5884,138,'_stock',''),(5885,138,'_backorders','no'),(5886,138,'_manage_stock','no'),(5887,138,'_crosssell_ids','a:0:{}'),(5888,138,'_wp_old_slug','ninja-silhouette-2'),(5889,138,'_upsell_ids','a:0:{}'),(5890,138,'slide_template','default'),(5891,138,'thim_mtb_using_custom_heading','0'),(5892,138,'thim_mtb_hide_title_and_subtitle','0'),(5893,138,'thim_mtb_custom_title',''),(5894,138,'thim_subtitle',''),(5895,138,'thim_custom_heading_bg',''),(5896,138,'thim_mtb_top_image',''),(5897,138,'thim_mtb_bg_color',''),(5898,138,'thim_mtb_text_color',''),(5899,138,'thim_mtb_custom_layout','0'),(5900,138,'thim_mtb_layout','full-content'),(5901,138,'thim_mtb_no_padding','0'),(5902,138,'_wp_old_slug','pine-cockles'),(5903,138,'_product_version','2.4.8'),(5904,138,'_thumbnail_id','1737'),(5905,138,'thim_mtb_hide_breadcrumbs','0'),(5906,138,'thim_mtb_color_sub_title',''),(5907,138,'_wc_rating_count','a:0:{}'),(5908,138,'_wc_review_count','0'),(5909,138,'_wc_average_rating','0'),(5910,138,'_lpr_course','133'),(5911,1690,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5912,1690,'_thim_demo_content','yes'),(5913,1690,'_visibility','visible'),(5914,1690,'_stock_status','instock'),(5915,1690,'total_sales','22'),(5916,1690,'_downloadable','no'),(5917,1690,'_virtual','no'),(5918,1690,'_product_image_gallery','1716'),(5919,1690,'_regular_price','20.4'),(5920,1690,'_sale_price','18.2'),(5921,1690,'_tax_status',''),(5922,1690,'_tax_class',''),(5923,1690,'_purchase_note',''),(5924,1690,'_featured','no'),(5925,1690,'_weight',''),(5926,1690,'_length',''),(5927,1690,'_width',''),(5928,1690,'_height',''),(5929,1690,'_sku',''),(5930,1690,'_product_attributes','a:0:{}'),(5931,1690,'_sale_price_dates_from',''),(5932,1690,'_sale_price_dates_to',''),(5933,1690,'_price','18.2'),(5934,1690,'_sold_individually',''),(5935,1690,'_stock','3'),(5936,1690,'_backorders','no'),(5937,1690,'_manage_stock','yes'),(5938,1690,'_upsell_ids','a:1:{i:0;i:60;}'),(5939,1690,'_wp_old_slug','woo-logo'),(5940,1690,'_crosssell_ids','a:0:{}'),(5941,1690,'slide_template','default'),(5942,1690,'thim_mtb_using_custom_heading','0'),(5943,1690,'thim_mtb_hide_title_and_subtitle','0'),(5944,1690,'thim_mtb_custom_title',''),(5945,1690,'thim_subtitle',''),(5946,1690,'thim_custom_heading_bg',''),(5947,1690,'thim_mtb_top_image',''),(5948,1690,'thim_mtb_bg_color',''),(5949,1690,'thim_mtb_text_color',''),(5950,1690,'thim_mtb_custom_layout','0'),(5951,1690,'thim_mtb_layout','full-content'),(5952,1690,'thim_mtb_no_padding','0'),(5953,1690,'_thumbnail_id','1715'),(5954,1690,'_wp_old_slug','chipotle-mexican-grill'),(5955,1690,'_product_version','2.5.3'),(5956,1690,'thim_mtb_hide_breadcrumbs','0'),(5957,1690,'thim_mtb_color_sub_title',''),(5958,1690,'_wc_rating_count','a:0:{}'),(5959,1690,'_wc_review_count','0'),(5960,1690,'_wc_average_rating','0'),(5961,1691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5962,1691,'_thim_demo_content','yes'),(5963,1691,'_visibility','visible'),(5964,1691,'_stock_status','instock'),(5965,1691,'total_sales','61'),(5966,1691,'_downloadable','no'),(5967,1691,'_virtual','no'),(5968,1691,'_product_image_gallery','1712'),(5969,1691,'_regular_price','20'),(5970,1691,'_sale_price',''),(5971,1691,'_tax_status',''),(5972,1691,'_tax_class',''),(5973,1691,'_purchase_note',''),(5974,1691,'_featured','no'),(5975,1691,'_weight',''),(5976,1691,'_length',''),(5977,1691,'_width',''),(5978,1691,'_height',''),(5979,1691,'_sku',''),(5980,1691,'_product_attributes','a:0:{}'),(5981,1691,'_sale_price_dates_from',''),(5982,1691,'_sale_price_dates_to',''),(5983,1691,'_price','20'),(5984,1691,'_sold_individually',''),(5985,1691,'_stock',''),(5986,1691,'_backorders','no'),(5987,1691,'_manage_stock','no'),(5988,1691,'_upsell_ids','a:0:{}'),(5989,1691,'_crosssell_ids','a:0:{}'),(5990,1691,'slide_template','default'),(5991,1691,'thim_mtb_using_custom_heading','0'),(5992,1691,'thim_mtb_hide_title_and_subtitle','0'),(5993,1691,'thim_mtb_custom_title',''),(5994,1691,'thim_subtitle',''),(5995,1691,'thim_custom_heading_bg',''),(5996,1691,'thim_mtb_top_image',''),(5997,1691,'thim_mtb_bg_color',''),(5998,1691,'thim_mtb_text_color',''),(5999,1691,'thim_mtb_custom_layout','0'),(6000,1691,'thim_mtb_layout','full-content'),(6001,1691,'thim_mtb_no_padding','0'),(6002,1691,'_wp_old_slug','premium-quality'),(6003,1691,'_wp_old_slug','british'),(6004,1691,'_thumbnail_id','1711'),(6005,1691,'_wp_old_slug','mint-pavlova'),(6006,1691,'_product_version','2.4.8'),(6007,1691,'thim_mtb_hide_breadcrumbs','0'),(6008,1691,'thim_mtb_color_sub_title',''),(6009,1691,'_wc_rating_count','a:0:{}'),(6010,1691,'_wc_review_count','0'),(6011,1691,'_wc_average_rating','0'),(6012,1692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6013,1692,'_thim_demo_content','yes'),(6014,1692,'_visibility','visible'),(6015,1692,'_stock_status','instock'),(6016,1692,'total_sales','52'),(6017,1692,'_downloadable','no'),(6018,1692,'_virtual','no'),(6019,1692,'_product_image_gallery','1739'),(6020,1692,'_regular_price','15'),(6021,1692,'_sale_price','12'),(6022,1692,'_tax_status',''),(6023,1692,'_tax_class',''),(6024,1692,'_purchase_note',''),(6025,1692,'_featured','no'),(6026,1692,'_weight',''),(6027,1692,'_length',''),(6028,1692,'_width',''),(6029,1692,'_height',''),(6030,1692,'_sku',''),(6031,1692,'_product_attributes','a:0:{}'),(6032,1692,'_sale_price_dates_from',''),(6033,1692,'_sale_price_dates_to',''),(6034,1692,'_price','12'),(6035,1692,'_sold_individually',''),(6036,1692,'_stock',''),(6037,1692,'_backorders','no'),(6038,1692,'_manage_stock','no'),(6039,1692,'_min_variation_price','20'),(6040,1692,'_max_variation_price','20'),(6041,1692,'_min_variation_regular_price','20'),(6042,1692,'_max_variation_regular_price','20'),(6043,1692,'_min_variation_sale_price',''),(6044,1692,'_max_variation_sale_price',''),(6045,1692,'_default_attributes','a:0:{}'),(6046,1692,'_wp_old_slug','share-your-idea'),(6047,1692,'_upsell_ids','a:0:{}'),(6048,1692,'_min_price_variation_id','1699'),(6049,1692,'_max_price_variation_id','1699'),(6050,1692,'_min_regular_price_variation_id','1699'),(6051,1692,'_max_regular_price_variation_id','1699'),(6052,1692,'_min_sale_price_variation_id',''),(6053,1692,'_max_sale_price_variation_id',''),(6054,1692,'_wp_old_slug','ship-your-idea'),(6055,1692,'_crosssell_ids','a:0:{}'),(6056,1692,'slide_template','default'),(6057,1692,'thim_mtb_using_custom_heading','0'),(6058,1692,'thim_mtb_hide_title_and_subtitle','0'),(6059,1692,'thim_mtb_custom_title',''),(6060,1692,'thim_subtitle',''),(6061,1692,'thim_custom_heading_bg',''),(6062,1692,'thim_mtb_top_image',''),(6063,1692,'thim_mtb_bg_color',''),(6064,1692,'thim_mtb_text_color',''),(6065,1692,'thim_mtb_custom_layout','0'),(6066,1692,'thim_mtb_layout','full-content'),(6067,1692,'thim_mtb_no_padding','0'),(6068,1692,'_thumbnail_id','1738'),(6069,1692,'_wp_old_slug','middle-eastern'),(6070,1692,'_product_version','2.4.8'),(6071,1692,'thim_mtb_hide_breadcrumbs','0'),(6072,1692,'thim_mtb_color_sub_title',''),(6073,1692,'_wc_rating_count','a:0:{}'),(6074,1692,'_wc_review_count','0'),(6075,1692,'_wc_average_rating','0'),(6076,1693,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6077,1693,'_thim_demo_content','yes'),(6078,1693,'_visibility','visible'),(6079,1693,'_stock_status','instock'),(6080,1693,'total_sales','69'),(6081,1693,'_downloadable','no'),(6082,1693,'_virtual','no'),(6083,1693,'_product_image_gallery','1709,1710'),(6084,1693,'_regular_price','20.1'),(6085,1693,'_sale_price',''),(6086,1693,'_tax_status',''),(6087,1693,'_tax_class',''),(6088,1693,'_purchase_note',''),(6089,1693,'_featured','no'),(6090,1693,'_weight',''),(6091,1693,'_length',''),(6092,1693,'_width',''),(6093,1693,'_height',''),(6094,1693,'_sku',''),(6095,1693,'_product_attributes','a:0:{}'),(6096,1693,'_sale_price_dates_from',''),(6097,1693,'_sale_price_dates_to',''),(6098,1693,'_price','20.1'),(6099,1693,'_sold_individually',''),(6100,1693,'_stock',''),(6101,1693,'_backorders','no'),(6102,1693,'_manage_stock','no'),(6103,1693,'_crosssell_ids','a:0:{}'),(6104,1693,'_upsell_ids','a:1:{i:0;i:56;}'),(6105,1693,'_wp_old_slug','ninja-silhouette'),(6106,1693,'slide_template','default'),(6107,1693,'thim_mtb_using_custom_heading','0'),(6108,1693,'thim_mtb_hide_title_and_subtitle','0'),(6109,1693,'thim_mtb_custom_title',''),(6110,1693,'thim_subtitle',''),(6111,1693,'thim_custom_heading_bg',''),(6112,1693,'thim_mtb_top_image',''),(6113,1693,'thim_mtb_bg_color',''),(6114,1693,'thim_mtb_text_color',''),(6115,1693,'thim_mtb_custom_layout','0'),(6116,1693,'thim_mtb_layout','full-content'),(6117,1693,'thim_mtb_no_padding','0'),(6118,1693,'_thumbnail_id','1708'),(6119,1693,'_wp_old_slug','fruit-pound-cake'),(6120,1693,'_product_version','2.4.8'),(6121,1693,'thim_mtb_hide_breadcrumbs','0'),(6122,1693,'thim_mtb_color_sub_title',''),(6123,1693,'_wc_rating_count','a:0:{}'),(6124,1693,'_wc_review_count','0'),(6125,1693,'_wc_average_rating','0'),(6126,1694,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6127,1694,'_thim_demo_content','yes'),(6128,1694,'_visibility','visible'),(6129,1694,'_stock_status','instock'),(6130,1694,'total_sales','68'),(6131,1694,'_downloadable','no'),(6132,1694,'_virtual','no'),(6133,1694,'_product_image_gallery','1714'),(6134,1694,'_regular_price','22.8'),(6135,1694,'_sale_price',''),(6136,1694,'_tax_status',''),(6137,1694,'_tax_class',''),(6138,1694,'_purchase_note',''),(6139,1694,'_featured','no'),(6140,1694,'_weight',''),(6141,1694,'_length',''),(6142,1694,'_width',''),(6143,1694,'_height',''),(6144,1694,'_sku',''),(6145,1694,'_product_attributes','a:0:{}'),(6146,1694,'_sale_price_dates_from',''),(6147,1694,'_sale_price_dates_to',''),(6148,1694,'_price','22.8'),(6149,1694,'_sold_individually',''),(6150,1694,'_stock',''),(6151,1694,'_backorders','no'),(6152,1694,'_manage_stock','no'),(6153,1694,'_crosssell_ids','a:0:{}'),(6154,1694,'_upsell_ids','a:1:{i:0;i:47;}'),(6155,1694,'_wp_old_slug','woo-ninja'),(6156,1694,'slide_template','default'),(6157,1694,'thim_mtb_using_custom_heading','0'),(6158,1694,'thim_mtb_hide_title_and_subtitle','0'),(6159,1694,'thim_mtb_custom_title',''),(6160,1694,'thim_subtitle',''),(6161,1694,'thim_custom_heading_bg',''),(6162,1694,'thim_mtb_top_image',''),(6163,1694,'thim_mtb_bg_color',''),(6164,1694,'thim_mtb_text_color',''),(6165,1694,'thim_mtb_custom_layout','0'),(6166,1694,'thim_mtb_layout','full-content'),(6167,1694,'thim_mtb_no_padding','0'),(6168,1694,'_thumbnail_id','1713'),(6169,1694,'_wp_old_slug','ginger-cockles'),(6170,1694,'_product_version','2.4.8'),(6171,1694,'thim_mtb_hide_breadcrumbs','0'),(6172,1694,'thim_mtb_color_sub_title',''),(6173,1694,'_wc_rating_count','a:0:{}'),(6174,1694,'_wc_review_count','0'),(6175,1694,'_wc_average_rating','0'),(6176,1695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6177,1695,'_thim_demo_content','yes'),(6178,1695,'_visibility','visible'),(6179,1695,'_stock_status','instock'),(6180,1695,'total_sales','51'),(6181,1695,'_downloadable','no'),(6182,1695,'_virtual','no'),(6183,1695,'_product_image_gallery','1727'),(6184,1695,'_regular_price','18.3'),(6185,1695,'_sale_price',''),(6186,1695,'_tax_status',''),(6187,1695,'_tax_class',''),(6188,1695,'_purchase_note',''),(6189,1695,'_featured','no'),(6190,1695,'_weight',''),(6191,1695,'_length',''),(6192,1695,'_width',''),(6193,1695,'_height',''),(6194,1695,'_sku',''),(6195,1695,'_product_attributes','a:0:{}'),(6196,1695,'_sale_price_dates_from',''),(6197,1695,'_sale_price_dates_to',''),(6198,1695,'_price','18.3'),(6199,1695,'_sold_individually',''),(6200,1695,'_stock',''),(6201,1695,'_backorders','no'),(6202,1695,'_manage_stock','no'),(6203,1695,'_crosssell_ids','a:0:{}'),(6204,1695,'_upsell_ids','a:1:{i:0;i:53;}'),(6205,1695,'_wp_old_slug','happy-ninja'),(6206,1695,'slide_template','default'),(6207,1695,'thim_mtb_using_custom_heading','0'),(6208,1695,'thim_mtb_hide_title_and_subtitle','0'),(6209,1695,'thim_mtb_custom_title',''),(6210,1695,'thim_subtitle',''),(6211,1695,'thim_custom_heading_bg',''),(6212,1695,'thim_mtb_top_image',''),(6213,1695,'thim_mtb_bg_color',''),(6214,1695,'thim_mtb_text_color',''),(6215,1695,'thim_mtb_custom_layout','0'),(6216,1695,'thim_mtb_layout','full-content'),(6217,1695,'thim_mtb_no_padding','0'),(6218,1695,'_thumbnail_id','1726'),(6219,1695,'_wp_old_slug','grilled-northern'),(6220,1695,'_product_version','2.4.8'),(6221,1695,'thim_mtb_hide_breadcrumbs','0'),(6222,1695,'thim_mtb_color_sub_title',''),(6223,1695,'_wc_rating_count','a:0:{}'),(6224,1695,'_wc_review_count','0'),(6225,1695,'_wc_average_rating','0'),(6226,1696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6227,1696,'_thim_demo_content','yes'),(6228,1696,'_visibility','visible'),(6229,1696,'_stock_status','instock'),(6230,1696,'total_sales','65'),(6231,1696,'_downloadable','no'),(6232,1696,'_virtual','no'),(6233,1696,'_product_image_gallery','1720'),(6234,1696,'_regular_price','21'),(6235,1696,'_sale_price','17'),(6236,1696,'_tax_status',''),(6237,1696,'_tax_class',''),(6238,1696,'_purchase_note',''),(6239,1696,'_featured','no'),(6240,1696,'_weight',''),(6241,1696,'_length',''),(6242,1696,'_width',''),(6243,1696,'_height',''),(6244,1696,'_sku',''),(6245,1696,'_product_attributes','a:0:{}'),(6246,1696,'_sale_price_dates_from',''),(6247,1696,'_sale_price_dates_to',''),(6248,1696,'_price','17'),(6249,1696,'_sold_individually',''),(6250,1696,'_stock',''),(6251,1696,'_backorders','no'),(6252,1696,'_manage_stock','no'),(6253,1696,'_min_variation_price','30'),(6254,1696,'_max_variation_price','35'),(6255,1696,'_min_variation_regular_price','35'),(6256,1696,'_max_variation_regular_price','35'),(6257,1696,'_min_variation_sale_price','30'),(6258,1696,'_max_variation_sale_price','30'),(6259,1696,'_default_attributes','a:0:{}'),(6260,1696,'_crosssell_ids','a:1:{i:0;i:22;}'),(6261,1696,'_min_price_variation_id','42'),(6262,1696,'_max_price_variation_id','41'),(6263,1696,'_min_regular_price_variation_id','42'),(6264,1696,'_max_regular_price_variation_id','42'),(6265,1696,'_min_sale_price_variation_id','42'),(6266,1696,'_max_sale_price_variation_id','42'),(6267,1696,'_wp_old_slug','ship-your-idea-2'),(6268,1696,'_upsell_ids','a:0:{}'),(6269,1696,'slide_template','default'),(6270,1696,'thim_mtb_using_custom_heading','0'),(6271,1696,'thim_mtb_hide_title_and_subtitle','0'),(6272,1696,'thim_mtb_custom_title',''),(6273,1696,'thim_subtitle',''),(6274,1696,'thim_custom_heading_bg',''),(6275,1696,'thim_mtb_top_image',''),(6276,1696,'thim_mtb_bg_color',''),(6277,1696,'thim_mtb_text_color',''),(6278,1696,'thim_mtb_custom_layout','0'),(6279,1696,'thim_mtb_layout','full-content'),(6280,1696,'thim_mtb_no_padding','0'),(6281,1696,'_thumbnail_id','1719'),(6282,1696,'_wp_old_slug','caramel-cheesecake-2'),(6283,1696,'_product_version','2.4.8'),(6284,1696,'thim_mtb_hide_breadcrumbs','0'),(6285,1696,'thim_mtb_color_sub_title',''),(6286,1696,'_wc_rating_count','a:0:{}'),(6287,1696,'_wc_review_count','0'),(6288,1696,'_wc_average_rating','0'),(6289,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6290,139,'_thim_demo_content','yes'),(6291,139,'_visibility','visible'),(6292,139,'_stock_status','instock'),(6293,139,'total_sales','70'),(6294,139,'_downloadable','no'),(6295,139,'_virtual','no'),(6296,139,'_product_image_gallery','1718'),(6297,139,'_regular_price','35'),(6298,139,'_sale_price',''),(6299,139,'_tax_status',''),(6300,139,'_tax_class',''),(6301,139,'_purchase_note',''),(6302,139,'_featured','no'),(6303,139,'_weight',''),(6304,139,'_length',''),(6305,139,'_width',''),(6306,139,'_height',''),(6307,139,'_sku',''),(6308,139,'_product_attributes','a:0:{}'),(6309,139,'_sale_price_dates_from',''),(6310,139,'_sale_price_dates_to',''),(6311,139,'_price','35'),(6312,139,'_sold_individually',''),(6313,139,'_stock',''),(6314,139,'_backorders','no'),(6315,139,'_manage_stock','no'),(6316,139,'_crosssell_ids','a:0:{}'),(6317,139,'_wp_old_slug','woo-logo-2'),(6318,139,'_upsell_ids','a:0:{}'),(6319,139,'slide_template','default'),(6320,139,'thim_mtb_using_custom_heading','0'),(6321,139,'thim_mtb_hide_title_and_subtitle','0'),(6322,139,'thim_mtb_custom_title',''),(6323,139,'thim_subtitle',''),(6324,139,'thim_custom_heading_bg',''),(6325,139,'thim_mtb_top_image',''),(6326,139,'thim_mtb_bg_color',''),(6327,139,'thim_mtb_text_color',''),(6328,139,'thim_mtb_custom_layout','0'),(6329,139,'thim_mtb_layout','full-content'),(6330,139,'thim_mtb_no_padding','0'),(6331,139,'_thumbnail_id','1717'),(6332,139,'_wp_old_slug','blanched-garlic'),(6333,139,'_product_version','2.4.8'),(6334,139,'thim_mtb_hide_breadcrumbs','0'),(6335,139,'thim_mtb_color_sub_title',''),(6336,139,'_wc_rating_count','a:0:{}'),(6337,139,'_wc_review_count','0'),(6338,139,'_wc_average_rating','0'),(6339,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6340,140,'_thim_demo_content','yes'),(6341,140,'_visibility','visible'),(6342,140,'_stock_status','instock'),(6343,140,'total_sales','48'),(6344,140,'_downloadable','no'),(6345,140,'_virtual','no'),(6346,140,'_product_image_gallery','1704,1705'),(6347,140,'_regular_price','15'),(6348,140,'_sale_price',''),(6349,140,'_tax_status',''),(6350,140,'_tax_class',''),(6351,140,'_purchase_note',''),(6352,140,'_featured','no'),(6353,140,'_weight',''),(6354,140,'_length',''),(6355,140,'_width',''),(6356,140,'_height',''),(6357,140,'_sku',''),(6358,140,'_product_attributes','a:0:{}'),(6359,140,'_sale_price_dates_from',''),(6360,140,'_sale_price_dates_to',''),(6361,140,'_price','15'),(6362,140,'_sold_individually',''),(6363,140,'_stock',''),(6364,140,'_backorders','no'),(6365,140,'_manage_stock','no'),(6366,140,'_upsell_ids','a:1:{i:0;i:22;}'),(6367,140,'_crosssell_ids','a:1:{i:0;i:22;}'),(6368,140,'_wp_old_slug','ship-your-idea-3'),(6369,140,'slide_template','default'),(6370,140,'thim_mtb_using_custom_heading','0'),(6371,140,'thim_mtb_hide_title_and_subtitle','0'),(6372,140,'thim_mtb_custom_title',''),(6373,140,'thim_subtitle',''),(6374,140,'thim_custom_heading_bg',''),(6375,140,'thim_mtb_top_image',''),(6376,140,'thim_mtb_bg_color',''),(6377,140,'thim_mtb_text_color',''),(6378,140,'thim_mtb_custom_layout','0'),(6379,140,'thim_mtb_layout','full-content'),(6380,140,'thim_mtb_no_padding','0'),(6381,140,'_thumbnail_id','1703'),(6382,140,'_product_version','2.4.8'),(6383,140,'_wp_old_slug','cardamom-milk'),(6384,140,'thim_mtb_hide_breadcrumbs','0'),(6385,140,'thim_mtb_color_sub_title',''),(6386,140,'_wc_rating_count','a:0:{}'),(6387,140,'_wc_review_count','0'),(6388,140,'_wc_average_rating','0'),(6389,140,'_lpr_course','133'),(6390,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6391,141,'_thim_demo_content','yes'),(6392,141,'_visibility','visible'),(6393,141,'_stock_status','instock'),(6394,141,'total_sales','52'),(6395,141,'_downloadable','no'),(6396,141,'_virtual','no'),(6397,141,'_product_image_gallery','1729'),(6398,141,'_regular_price','15'),(6399,141,'_sale_price',''),(6400,141,'_tax_status',''),(6401,141,'_tax_class',''),(6402,141,'_purchase_note',''),(6403,141,'_featured','no'),(6404,141,'_weight',''),(6405,141,'_length',''),(6406,141,'_width',''),(6407,141,'_height',''),(6408,141,'_sku',''),(6409,141,'_product_attributes','a:0:{}'),(6410,141,'_sale_price_dates_from',''),(6411,141,'_sale_price_dates_to',''),(6412,141,'_price','15'),(6413,141,'_sold_individually',''),(6414,141,'_stock',''),(6415,141,'_backorders','no'),(6416,141,'_manage_stock','no'),(6417,141,'_crosssell_ids','a:1:{i:0;i:47;}'),(6418,141,'_wp_old_slug','woo-ninja-3'),(6419,141,'_upsell_ids','a:0:{}'),(6420,141,'slide_template','default'),(6421,141,'thim_mtb_using_custom_heading','0'),(6422,141,'thim_mtb_hide_title_and_subtitle','0'),(6423,141,'thim_mtb_custom_title',''),(6424,141,'thim_subtitle',''),(6425,141,'thim_custom_heading_bg',''),(6426,141,'thim_mtb_top_image',''),(6427,141,'thim_mtb_bg_color',''),(6428,141,'thim_mtb_text_color',''),(6429,141,'thim_mtb_custom_layout','0'),(6430,141,'thim_mtb_layout','full-content'),(6431,141,'thim_mtb_no_padding','0'),(6432,141,'_thumbnail_id','1728'),(6433,141,'_wp_old_slug','infused-mint'),(6434,141,'_product_version','2.4.8'),(6435,141,'thim_mtb_hide_breadcrumbs','0'),(6436,141,'thim_mtb_color_sub_title',''),(6437,141,'_wc_rating_count','a:0:{}'),(6438,141,'_wc_review_count','0'),(6439,141,'_wc_average_rating','0'),(6440,141,'_lpr_course','133'),(6441,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6442,142,'_thim_demo_content','yes'),(6443,142,'_visibility','visible'),(6444,142,'_stock_status','instock'),(6445,142,'total_sales','75'),(6446,142,'_downloadable','no'),(6447,142,'_virtual','no'),(6448,142,'_product_image_gallery','1707'),(6449,142,'_regular_price','15'),(6450,142,'_sale_price',''),(6451,142,'_tax_status',''),(6452,142,'_tax_class',''),(6453,142,'_purchase_note',''),(6454,142,'_featured','no'),(6455,142,'_weight',''),(6456,142,'_length',''),(6457,142,'_width',''),(6458,142,'_height',''),(6459,142,'_sku',''),(6460,142,'_product_attributes','a:0:{}'),(6461,142,'_sale_price_dates_from',''),(6462,142,'_sale_price_dates_to',''),(6463,142,'_price','15'),(6464,142,'_sold_individually',''),(6465,142,'_stock',''),(6466,142,'_backorders','no'),(6467,142,'_manage_stock','no'),(6468,142,'_crosssell_ids','a:1:{i:0;i:60;}'),(6469,142,'_wp_old_slug','woo-logo-3'),(6470,142,'_upsell_ids','a:0:{}'),(6471,142,'slide_template','default'),(6472,142,'thim_mtb_using_custom_heading','0'),(6473,142,'thim_mtb_hide_title_and_subtitle','0'),(6474,142,'thim_mtb_custom_title',''),(6475,142,'thim_subtitle',''),(6476,142,'thim_custom_heading_bg',''),(6477,142,'thim_mtb_top_image',''),(6478,142,'thim_mtb_bg_color',''),(6479,142,'thim_mtb_text_color',''),(6480,142,'thim_mtb_custom_layout','0'),(6481,142,'thim_mtb_layout','full-content'),(6482,142,'thim_mtb_no_padding','0'),(6483,142,'_thumbnail_id','1706'),(6484,142,'_wp_old_slug','lemon-ice-cream'),(6485,142,'_product_version','2.4.8'),(6486,142,'thim_mtb_hide_breadcrumbs','0'),(6487,142,'thim_mtb_color_sub_title',''),(6488,142,'_wc_rating_count','a:0:{}'),(6489,142,'_wc_review_count','0'),(6490,142,'_wc_average_rating','0'),(6491,142,'_lpr_course','133'),(6492,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6493,143,'_thim_demo_content','yes'),(6494,143,'_visibility','visible'),(6495,143,'_stock_status','instock'),(6496,143,'total_sales','18'),(6497,143,'_downloadable','yes'),(6498,143,'_virtual','no'),(6499,143,'_product_image_gallery','1736'),(6500,143,'_regular_price','9.6'),(6501,143,'_sale_price',''),(6502,143,'_tax_status',''),(6503,143,'_tax_class',''),(6504,143,'_purchase_note',''),(6505,143,'_featured','no'),(6506,143,'_weight',''),(6507,143,'_length',''),(6508,143,'_width',''),(6509,143,'_height',''),(6510,143,'_sku',''),(6511,143,'_product_attributes','a:0:{}'),(6512,143,'_sale_price_dates_from',''),(6513,143,'_sale_price_dates_to',''),(6514,143,'_price','9.6'),(6515,143,'_sold_individually',''),(6516,143,'_stock',''),(6517,143,'_backorders','no'),(6518,143,'_manage_stock','no'),(6519,143,'_file_paths','a:0:{}'),(6520,143,'_download_limit',''),(6521,143,'_download_expiry',''),(6522,143,'_wp_old_slug','woo-album-1'),(6523,143,'_upsell_ids','a:0:{}'),(6524,143,'_crosssell_ids','a:0:{}'),(6525,143,'_downloadable_files','a:0:{}'),(6526,143,'_download_type',''),(6527,143,'slide_template','default'),(6528,143,'thim_mtb_using_custom_heading','0'),(6529,143,'thim_mtb_hide_title_and_subtitle','0'),(6530,143,'thim_mtb_custom_title',''),(6531,143,'thim_subtitle',''),(6532,143,'thim_custom_heading_bg',''),(6533,143,'thim_mtb_top_image',''),(6534,143,'thim_mtb_bg_color',''),(6535,143,'thim_mtb_text_color',''),(6536,143,'thim_mtb_custom_layout','0'),(6537,143,'thim_mtb_layout','full-content'),(6538,143,'thim_mtb_no_padding','0'),(6539,143,'_thumbnail_id','1735'),(6540,143,'_wp_old_slug','chocolate'),(6541,143,'_product_version','2.4.8'),(6542,143,'thim_mtb_hide_breadcrumbs','0'),(6543,143,'thim_mtb_color_sub_title',''),(6544,143,'_wc_rating_count','a:0:{}'),(6545,143,'_wc_review_count','0'),(6546,143,'_wc_average_rating','0'),(6547,143,'_lpr_course','133'),(6548,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6549,144,'_thim_demo_content','yes'),(6550,144,'_visibility','visible'),(6551,144,'_stock_status','instock'),(6552,144,'total_sales','40'),(6553,144,'_downloadable','yes'),(6554,144,'_virtual','no'),(6555,144,'_product_image_gallery','1742,1743'),(6556,144,'_regular_price','9.5'),(6557,144,'_sale_price',''),(6558,144,'_tax_status',''),(6559,144,'_tax_class',''),(6560,144,'_purchase_note',''),(6561,144,'_featured','no'),(6562,144,'_weight',''),(6563,144,'_length',''),(6564,144,'_width',''),(6565,144,'_height',''),(6566,144,'_sku',''),(6567,144,'_product_attributes','a:0:{}'),(6568,144,'_sale_price_dates_from',''),(6569,144,'_sale_price_dates_to',''),(6570,144,'_price','9.5'),(6571,144,'_sold_individually',''),(6572,144,'_stock',''),(6573,144,'_backorders','no'),(6574,144,'_manage_stock','no'),(6575,144,'_file_paths','a:0:{}'),(6576,144,'_download_limit',''),(6577,144,'_download_expiry',''),(6578,144,'_wp_old_slug','woo-album-3'),(6579,144,'_upsell_ids','a:0:{}'),(6580,144,'_crosssell_ids','a:0:{}'),(6581,144,'_downloadable_files','a:0:{}'),(6582,144,'_download_type',''),(6583,144,'slide_template',''),(6584,144,'thim_mtb_using_custom_heading','0'),(6585,144,'thim_mtb_hide_title_and_subtitle','0'),(6586,144,'thim_mtb_custom_title',''),(6587,144,'thim_subtitle',''),(6588,144,'thim_custom_heading_bg',''),(6589,144,'thim_mtb_top_image',''),(6590,144,'thim_mtb_bg_color',''),(6591,144,'thim_mtb_text_color',''),(6592,144,'thim_mtb_custom_layout','0'),(6593,144,'thim_mtb_layout','full-content'),(6594,144,'thim_mtb_no_padding','0'),(6595,144,'_thumbnail_id','1741'),(6596,144,'_wp_old_slug','fried-egg'),(6597,144,'_product_version','2.4.8'),(6598,144,'thim_mtb_hide_breadcrumbs','0'),(6599,144,'thim_mtb_color_sub_title',''),(6600,144,'_wc_rating_count','a:0:{}'),(6601,144,'_wc_review_count','0'),(6602,144,'_wc_average_rating','0'),(6603,144,'_lpr_course','133'),(6604,145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6605,145,'_thim_demo_content','yes'),(6606,145,'_visibility','visible'),(6607,145,'_stock_status','instock'),(6608,145,'total_sales','52'),(6609,145,'_downloadable','yes'),(6610,145,'_virtual','no'),(6611,145,'_product_image_gallery','1731'),(6612,145,'_regular_price','9'),(6613,145,'_sale_price',''),(6614,145,'_tax_status',''),(6615,145,'_tax_class',''),(6616,145,'_purchase_note',''),(6617,145,'_featured','yes'),(6618,145,'_weight',''),(6619,145,'_length',''),(6620,145,'_width',''),(6621,145,'_height',''),(6622,145,'_sku',''),(6623,145,'_product_attributes','a:0:{}'),(6624,145,'_sale_price_dates_from',''),(6625,145,'_sale_price_dates_to',''),(6626,145,'_price','9'),(6627,145,'_sold_individually',''),(6628,145,'_stock',''),(6629,145,'_backorders','no'),(6630,145,'_manage_stock','no'),(6631,145,'_file_paths','a:0:{}'),(6632,145,'_download_limit',''),(6633,145,'_download_expiry',''),(6634,145,'_wp_old_slug','woo-album-4'),(6635,145,'_upsell_ids','a:0:{}'),(6636,145,'_crosssell_ids','a:0:{}'),(6637,145,'_downloadable_files','a:0:{}'),(6638,145,'_download_type',''),(6639,145,'slide_template',''),(6640,145,'thim_mtb_using_custom_heading','0'),(6641,145,'thim_mtb_hide_title_and_subtitle','0'),(6642,145,'thim_mtb_custom_title',''),(6643,145,'thim_subtitle',''),(6644,145,'thim_custom_heading_bg',''),(6645,145,'thim_mtb_top_image',''),(6646,145,'thim_mtb_bg_color',''),(6647,145,'thim_mtb_text_color',''),(6648,145,'thim_mtb_custom_layout','0'),(6649,145,'thim_mtb_layout','full-content'),(6650,145,'thim_mtb_no_padding','0'),(6651,145,'_thumbnail_id','1730'),(6652,145,'_wp_old_slug','pan-fried-salty'),(6653,145,'_product_version','2.4.8'),(6654,145,'thim_mtb_hide_breadcrumbs','0'),(6655,145,'thim_mtb_color_sub_title',''),(6656,145,'_wc_rating_count','a:0:{}'),(6657,145,'_wc_review_count','0'),(6658,145,'_wc_average_rating','0'),(6659,145,'_lpr_course','133'),(6660,2821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6661,2821,'_thim_demo_content','yes'),(6662,2821,'slide_template','default'),(6663,2821,'regency','Wordpress Developer'),(6664,2821,'_thumbnail_id','2822'),(6665,2823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6666,2823,'_thim_demo_content','yes'),(6667,2823,'slide_template','default'),(6668,2823,'regency','CEO at Thimpress'),(6669,2823,'_thumbnail_id','2828'),(6670,2823,'_dp_original','2821'),(6671,2824,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6672,2824,'_thim_demo_content','yes'),(6673,2824,'slide_template','default'),(6674,2824,'regency','Copyrighter'),(6675,2824,'_thumbnail_id','2829'),(6676,2824,'_dp_original','2821'),(6677,2825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6678,2825,'_thim_demo_content','yes'),(6679,2825,'slide_template','default'),(6680,2825,'regency','Art director'),(6681,2825,'_thumbnail_id','2830'),(6682,2825,'_dp_original','2821'),(6683,2826,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6684,2826,'_thim_demo_content','yes'),(6685,2826,'slide_template','default'),(6686,2826,'regency','Designer'),(6687,2826,'_thumbnail_id','2831'),(6688,2826,'_dp_original','2821'),(6689,2827,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6690,2827,'_thim_demo_content','yes'),(6691,2827,'slide_template','default'),(6692,2827,'regency','Front-end Developer'),(6693,2827,'_thumbnail_id','2832'),(6694,2827,'_dp_original','2821'),(6695,3502,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6696,3502,'_thim_demo_content','yes'),(6697,3502,'_bbp_forum_id','3141'),(6698,3502,'_bbp_topic_id','3501'),(6699,3502,'_bbp_author_ip','176.92.127.195'),(6700,3895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6701,3895,'_thim_demo_content','yes'),(6702,3895,'_bbp_forum_id','3112'),(6703,3895,'_bbp_topic_id','3120'),(6704,3895,'_bbp_author_ip','203.128.31.114'),(6705,3896,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6706,3896,'_thim_demo_content','yes'),(6707,3896,'_bbp_forum_id','3112'),(6708,3896,'_bbp_topic_id','3120'),(6709,3896,'_bbp_author_ip','203.128.31.114'),(6710,4228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6711,4228,'_thim_demo_content','yes'),(6712,4228,'_bbp_forum_id','3136'),(6713,4228,'_bbp_topic_id','3929'),(6714,4228,'_bbp_author_ip','85.130.50.50'),(6715,4278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6716,4278,'_thim_demo_content','yes'),(6717,4278,'_bbp_forum_id','3112'),(6718,4278,'_bbp_topic_id','3120'),(6719,4278,'_bbp_author_ip','82.17.253.91'),(6720,4398,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6721,4398,'_thim_demo_content','yes'),(6722,4398,'_bbp_forum_id','3112'),(6723,4398,'_bbp_topic_id','3120'),(6724,4398,'_bbp_author_ip','87.59.127.142'),(6725,4537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6726,4537,'_thim_demo_content','yes'),(6727,4537,'_bbp_forum_id','3112'),(6728,4537,'_bbp_topic_id','3119'),(6729,4537,'_bbp_author_ip','114.120.238.46'),(6730,4657,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6731,4657,'_thim_demo_content','yes'),(6732,4657,'_bbp_forum_id','3112'),(6733,4657,'_bbp_topic_id','3120'),(6734,4657,'_bbp_author_ip','118.137.120.185'),(6735,4816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6736,4816,'_thim_demo_content','yes'),(6737,4816,'_bbp_forum_id','3136'),(6738,4816,'_bbp_topic_id','4400'),(6739,4816,'_bbp_author_ip','85.103.28.162'),(6740,6311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6741,6311,'_thim_demo_content','yes'),(6742,6311,'_bbp_forum_id','3112'),(6743,6311,'_bbp_topic_id','6310'),(6744,6311,'_bbp_author_ip','141.101.102.54'),(6745,6586,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6746,6586,'_thim_demo_content','yes'),(6747,6586,'_bbp_forum_id','3112'),(6748,6586,'_bbp_topic_id','6310'),(6749,6586,'_bbp_author_ip','188.114.111.238'),(6750,3114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6751,3114,'_thim_demo_content','yes'),(6752,3114,'slide_template','default'),(6753,3114,'_bbp_forum_id','3112'),(6754,3114,'_bbp_topic_id','3114'),(6755,3114,'_bbp_author_ip','27.67.7.179'),(6756,3114,'_bbp_last_active_time','2015-12-04 07:25:45'),(6757,3114,'_bbp_reply_count','0'),(6758,3114,'_bbp_reply_count_hidden','0'),(6759,3114,'_bbp_last_active_id','3114'),(6760,3114,'_bbp_voice_count','1'),(6761,3116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6762,3116,'_thim_demo_content','yes'),(6763,3116,'slide_template','default'),(6764,3116,'_bbp_forum_id','3112'),(6765,3116,'_bbp_topic_id','3116'),(6766,3116,'_bbp_author_ip','27.67.7.179'),(6767,3116,'_bbp_last_active_time','2015-12-04 07:28:29'),(6768,3116,'_bbp_reply_count','0'),(6769,3116,'_bbp_reply_count_hidden','0'),(6770,3116,'_bbp_last_active_id','3116'),(6771,3116,'_bbp_voice_count','1'),(6772,3116,'_dp_original','3114'),(6773,3117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6774,3117,'_thim_demo_content','yes'),(6775,3117,'slide_template','default'),(6776,3117,'_bbp_forum_id','3112'),(6777,3117,'_bbp_topic_id','3117'),(6778,3117,'_bbp_author_ip','27.67.7.179'),(6779,3117,'_bbp_last_active_time','2015-12-04 07:29:05'),(6780,3117,'_bbp_reply_count','0'),(6781,3117,'_bbp_reply_count_hidden','0'),(6782,3117,'_bbp_last_active_id','3117'),(6783,3117,'_bbp_voice_count','1'),(6784,3117,'_dp_original','3114'),(6785,3118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6786,3118,'_thim_demo_content','yes'),(6787,3118,'slide_template','default'),(6788,3118,'_bbp_forum_id','3112'),(6789,3118,'_bbp_topic_id','3118'),(6790,3118,'_bbp_author_ip','27.67.7.179'),(6791,3118,'_bbp_last_active_time','2015-12-04 07:30:05'),(6792,3118,'_bbp_reply_count','0'),(6793,3118,'_bbp_reply_count_hidden','0'),(6794,3118,'_bbp_last_active_id','3118'),(6795,3118,'_bbp_voice_count','1'),(6796,3118,'_dp_original','3114'),(6797,3118,'_wp_old_slug','lms-wordpress-plugin-2'),(6798,3119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6799,3119,'_thim_demo_content','yes'),(6800,3119,'slide_template','default'),(6801,3119,'_bbp_forum_id','3112'),(6802,3119,'_bbp_topic_id','3119'),(6803,3119,'_bbp_author_ip','27.67.7.179'),(6804,3119,'_bbp_last_active_time','2016-03-07 23:32:24'),(6805,3119,'_bbp_reply_count','1'),(6806,3119,'_bbp_reply_count_hidden','0'),(6807,3119,'_bbp_last_active_id','4537'),(6808,3119,'_bbp_voice_count','2'),(6809,3119,'_dp_original','3114'),(6810,3119,'_bbp_last_reply_id','4537'),(6811,3120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6812,3120,'_thim_demo_content','yes'),(6813,3120,'slide_template','default'),(6814,3120,'_bbp_forum_id','3112'),(6815,3120,'_bbp_topic_id','3120'),(6816,3120,'_bbp_author_ip','27.67.7.179'),(6817,3120,'_bbp_last_active_time','2016-03-17 05:44:49'),(6818,3120,'_bbp_reply_count','5'),(6819,3120,'_bbp_reply_count_hidden','0'),(6820,3120,'_bbp_last_active_id','4657'),(6821,3120,'_bbp_voice_count','5'),(6822,3120,'_dp_original','3114'),(6823,3120,'_bbp_last_reply_id','4657'),(6824,3501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6825,3501,'_thim_demo_content','yes'),(6826,3501,'_bbp_forum_id','3141'),(6827,3501,'_bbp_topic_id','3501'),(6828,3501,'_bbp_author_ip','176.92.127.195'),(6829,3501,'_bbp_last_reply_id','3502'),(6830,3501,'_bbp_last_active_id','3502'),(6831,3501,'_bbp_last_active_time','2016-01-02 19:08:43'),(6832,3501,'_bbp_reply_count','1'),(6833,3501,'_bbp_reply_count_hidden','0'),(6834,3501,'_bbp_voice_count','1'),(6835,3501,'slide_template','default'),(6836,3501,'_wp_old_slug','fnjrrjrjrjr-h-h-s-e'),(6837,3929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6838,3929,'_thim_demo_content','yes'),(6839,3929,'_bbp_forum_id','3136'),(6840,3929,'_bbp_topic_id','3929'),(6841,3929,'_bbp_author_ip','84.62.104.205'),(6842,3929,'_bbp_last_reply_id','4228'),(6843,3929,'_bbp_last_active_id','4228'),(6844,3929,'_bbp_last_active_time','2016-02-21 22:25:34'),(6845,3929,'_bbp_reply_count','1'),(6846,3929,'_bbp_reply_count_hidden','0'),(6847,3929,'_bbp_voice_count','2'),(6848,4207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6849,4207,'_thim_demo_content','yes'),(6850,4207,'_bbp_forum_id','3136'),(6851,4207,'_bbp_topic_id','4207'),(6852,4207,'_bbp_author_ip','185.57.74.47'),(6853,4207,'_bbp_last_reply_id','0'),(6854,4207,'_bbp_last_active_id','4207'),(6855,4207,'_bbp_last_active_time','2016-02-19 21:17:18'),(6856,4207,'_bbp_reply_count','0'),(6857,4207,'_bbp_reply_count_hidden','0'),(6858,4207,'_bbp_voice_count','1'),(6859,4400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6860,4400,'_thim_demo_content','yes'),(6861,4400,'_bbp_forum_id','3136'),(6862,4400,'_bbp_topic_id','4400'),(6863,4400,'_bbp_author_ip','190.195.13.235'),(6864,4400,'_bbp_last_reply_id','4816'),(6865,4400,'_bbp_last_active_id','4816'),(6866,4400,'_bbp_last_active_time','2016-03-28 12:13:40'),(6867,4400,'_bbp_reply_count','1'),(6868,4400,'_bbp_reply_count_hidden','0'),(6869,4400,'_bbp_voice_count','2'),(6870,4743,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6871,4743,'_thim_demo_content','yes'),(6872,4743,'_bbp_forum_id','3141'),(6873,4743,'_bbp_topic_id','4743'),(6874,4743,'_bbp_author_ip','175.139.173.222'),(6875,4743,'_bbp_last_reply_id','0'),(6876,4743,'_bbp_last_active_id','4743'),(6877,4743,'_bbp_last_active_time','2016-03-23 07:28:35'),(6878,4743,'_bbp_reply_count','0'),(6879,4743,'_bbp_reply_count_hidden','0'),(6880,4743,'_bbp_voice_count','1'),(6881,4785,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6882,4785,'_thim_demo_content','yes'),(6883,4785,'_bbp_forum_id','3112'),(6884,4785,'_bbp_topic_id','4785'),(6885,4785,'_bbp_author_ip','118.137.120.185'),(6886,4785,'_bbp_last_reply_id','0'),(6887,4785,'_bbp_last_active_id','4785'),(6888,4785,'_bbp_last_active_time','2016-03-26 04:38:26'),(6889,4785,'_bbp_reply_count','0'),(6890,4785,'_bbp_reply_count_hidden','0'),(6891,4785,'_bbp_voice_count','1'),(6892,6310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6893,6310,'_thim_demo_content','yes'),(6894,6310,'_bbp_forum_id','3112'),(6895,6310,'_bbp_topic_id','6310'),(6896,6310,'_bbp_author_ip','141.101.102.54'),(6897,6310,'_bbp_last_reply_id','6586'),(6898,6310,'_bbp_last_active_id','6586'),(6899,6310,'_bbp_last_active_time','2016-06-06 18:05:54'),(6900,6310,'_bbp_reply_count','2'),(6901,6310,'_bbp_reply_count_hidden','0'),(6902,6310,'_bbp_voice_count','1'),(6903,6312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6904,6312,'_thim_demo_content','yes'),(6905,6312,'_bbp_forum_id','3368'),(6906,6312,'_bbp_topic_id','6312'),(6907,6312,'_bbp_author_ip','141.101.102.54'),(6908,6312,'_bbp_last_reply_id','0'),(6909,6312,'_bbp_last_active_id','6312'),(6910,6312,'_bbp_last_active_time','2016-05-02 04:38:42'),(6911,6312,'_bbp_reply_count','0'),(6912,6312,'_bbp_reply_count_hidden','0'),(6913,6312,'_bbp_voice_count','1'),(6914,6810,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6915,6810,'_thim_demo_content','yes'),(6916,6810,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6917,6810,'slide_template','default'),(6918,6810,'_wpb_vc_js_status','false'),(6919,6810,'_bbp_forum_id','5746'),(6920,6810,'_bbp_topic_id','6810'),(6921,6810,'_bbp_author_ip','222.254.34.52'),(6922,6810,'_bbp_last_active_time','2016-09-05 01:01:22'),(6923,6810,'_bbp_reply_count','0'),(6924,6810,'_bbp_reply_count_hidden','0'),(6925,6810,'_yoast_wpseo_content_score','30'),(6926,6810,'_bbp_last_active_id','6810'),(6927,6810,'_bbp_voice_count','1'),(6928,6811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6929,6811,'_thim_demo_content','yes'),(6930,6811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6931,6811,'slide_template','default'),(6932,6811,'_wpb_vc_js_status','false'),(6933,6811,'_bbp_forum_id','6804'),(6934,6811,'_bbp_topic_id','6811'),(6935,6811,'_bbp_author_ip','222.254.34.52'),(6936,6811,'_bbp_last_active_time','2016-09-05 01:01:49'),(6937,6811,'_bbp_reply_count','0'),(6938,6811,'_bbp_reply_count_hidden','0'),(6939,6811,'_yoast_wpseo_content_score','30'),(6940,6811,'_bbp_last_active_id','6811'),(6941,6811,'_bbp_voice_count','1'),(6942,6812,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6943,6812,'_thim_demo_content','yes'),(6944,6812,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6945,6812,'slide_template','default'),(6946,6812,'_wpb_vc_js_status','false'),(6947,6812,'_bbp_forum_id','6802'),(6948,6812,'_bbp_topic_id','6812'),(6949,6812,'_bbp_author_ip','222.254.34.52'),(6950,6812,'_bbp_last_active_time','2016-09-05 01:02:12'),(6951,6812,'_bbp_reply_count','0'),(6952,6812,'_bbp_reply_count_hidden','0'),(6953,6812,'_yoast_wpseo_content_score','30'),(6954,6812,'_bbp_last_active_id','6812'),(6955,6812,'_bbp_voice_count','1'),(6956,6813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6957,6813,'_thim_demo_content','yes'),(6958,6813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6959,6813,'slide_template','default'),(6960,6813,'_wpb_vc_js_status','false'),(6961,6813,'_bbp_forum_id','6803'),(6962,6813,'_bbp_topic_id','6813'),(6963,6813,'_bbp_author_ip','222.254.34.52'),(6964,6813,'_bbp_last_active_time','2016-09-05 01:02:32'),(6965,6813,'_bbp_reply_count','0'),(6966,6813,'_bbp_reply_count_hidden','0'),(6967,6813,'_yoast_wpseo_content_score','30'),(6968,6813,'_bbp_last_active_id','6813'),(6969,6813,'_bbp_voice_count','1'),(6970,6814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6971,6814,'_thim_demo_content','yes'),(6972,6814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6973,6814,'slide_template','default'),(6974,6814,'_wpb_vc_js_status','false'),(6975,6814,'_bbp_forum_id','6803'),(6976,6814,'_bbp_topic_id','6814'),(6977,6814,'_bbp_author_ip','222.254.34.52'),(6978,6814,'_bbp_last_active_time','2016-09-05 01:02:51'),(6979,6814,'_bbp_reply_count','0'),(6980,6814,'_bbp_reply_count_hidden','0'),(6981,6814,'_yoast_wpseo_content_score','90'),(6982,6814,'_bbp_last_active_id','6814'),(6983,6814,'_bbp_voice_count','1'),(6984,6815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6985,6815,'_thim_demo_content','yes'),(6986,6815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6987,6815,'slide_template','default'),(6988,6815,'_wpb_vc_js_status','false'),(6989,6815,'_bbp_forum_id','6803'),(6990,6815,'_bbp_topic_id','6815'),(6991,6815,'_bbp_author_ip','222.254.34.52'),(6992,6815,'_bbp_last_active_time','2016-09-05 01:03:37'),(6993,6815,'_bbp_reply_count','0'),(6994,6815,'_bbp_reply_count_hidden','0'),(6995,6815,'_yoast_wpseo_content_score','30'),(6996,6815,'_bbp_last_active_id','6815'),(6997,6815,'_bbp_voice_count','1'),(6998,6816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6999,6816,'_thim_demo_content','yes'),(7000,6816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7001,6816,'slide_template','default'),(7002,6816,'_wpb_vc_js_status','false'),(7003,6816,'_bbp_forum_id','6803'),(7004,6816,'_bbp_topic_id','6816'),(7005,6816,'_bbp_author_ip','222.254.34.52'),(7006,6816,'_bbp_last_active_time','2016-09-05 01:03:59'),(7007,6816,'_bbp_reply_count','0'),(7008,6816,'_bbp_reply_count_hidden','0'),(7009,6816,'_yoast_wpseo_content_score','30'),(7010,6816,'_bbp_last_active_id','6816'),(7011,6816,'_bbp_voice_count','1'),(7012,6817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7013,6817,'_thim_demo_content','yes'),(7014,6817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7015,6817,'slide_template','default'),(7016,6817,'_wpb_vc_js_status','false'),(7017,6817,'_bbp_forum_id','6802'),(7018,6817,'_bbp_topic_id','6817'),(7019,6817,'_bbp_author_ip','222.254.34.52'),(7020,6817,'_bbp_last_active_time','2016-09-05 01:04:29'),(7021,6817,'_bbp_reply_count','0'),(7022,6817,'_bbp_reply_count_hidden','0'),(7023,6817,'_yoast_wpseo_content_score','60'),(7024,6817,'_bbp_last_active_id','6817'),(7025,6817,'_bbp_voice_count','1'),(7026,6818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7027,6818,'_thim_demo_content','yes'),(7028,6818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7029,6818,'slide_template','default'),(7030,6818,'_wpb_vc_js_status','false'),(7031,6818,'_bbp_forum_id','6804'),(7032,6818,'_bbp_topic_id','6818'),(7033,6818,'_bbp_author_ip','222.254.34.52'),(7034,6818,'_bbp_last_active_time','2016-09-05 01:04:49'),(7035,6818,'_bbp_reply_count','0'),(7036,6818,'_bbp_reply_count_hidden','0'),(7037,6818,'_yoast_wpseo_content_score','30'),(7038,6818,'_bbp_last_active_id','6818'),(7039,6818,'_bbp_voice_count','1'),(7040,6867,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7041,6867,'_thim_demo_content','yes'),(7042,6867,'_form','<p>[text* your-name placeholder \"Emri *\"] </p>\n<p>[email* your-email placeholder \"Email *\"] </p>\n<p>[text* your-subject placeholder \"Subjekti *\"] </p>\n<p>[textarea* your-message placeholder \"Mesazhi *\"] </p>\n<p>[submit \"Dergo\"]</p>'),(7043,6867,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:11:\"[your-name]\";s:9:\"recipient\";s:22:\"andi.xhafa21@yahoo.com\";s:4:\"body\";s:143:\"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 IT Works\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7044,6867,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:29:\"Educo <minhkhmt1k3@gmail.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\";s:18:\"additional_headers\";s:31:\"Reply-To: minhkhmt1k3@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7045,6867,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(7046,6867,'_additional_settings',''),(7047,6867,'_locale','en_US'),(7048,6867,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7050,85,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7051,85,'_thim_demo_content','yes'),(7052,85,'_form','<p>[text* your-name placeholder \"Your Name *\"] </p>\n<p>[email* your-email placeholder \"Email *\"] </p>\n<p>[tel* phone placeholder \"Phone *\"]</p>\n<p>[submit \"Get It Now\"]</p>'),(7053,85,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:35:\"[your-name] <minhkhmt1k3@gmail.com>\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\";s:9:\"recipient\";s:21:\"minhkhmt1k3@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7054,85,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:29:\"Educo <minhkhmt1k3@gmail.com>\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: minhkhmt1k3@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7055,85,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(7056,85,'_additional_settings',''),(7057,85,'_locale','en_US'),(7058,85,'_config_errors','a:1:{s:11:\"mail.sender\";i:103;}'),(7059,2948,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7060,2948,'_thim_demo_content','yes'),(7061,2948,'_wp_old_slug','auto-draft'),(7062,2948,'slide_template','default'),(7063,2948,'_wpnonce','5a5bfbeb01'),(7064,2948,'_wp_http_referer','/wp-admin/post.php?post=2948&action=edit'),(7065,2948,'user_ID','12'),(7066,2948,'action','editpost'),(7067,2948,'originalaction','editpost'),(7068,2948,'post_author','1'),(7069,2948,'post_type','tp_event'),(7070,2948,'original_post_status','tp-event-happenning'),(7071,2948,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/events/eduma-summer-2016/'),(7072,2948,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/events/eduma-summer-2016/'),(7073,2948,'post_ID','2948'),(7074,2948,'meta-box-order-nonce','320c268db8'),(7075,2948,'closedpostboxesnonce','8b7333db55'),(7076,2948,'post_title','Eduma Autumn 2016'),(7077,2948,'samplepermalinknonce','1a2379e08d'),(7078,2948,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7079,2948,'wp-preview',''),(7080,2948,'hidden_post_status','tp-event-happenning'),(7081,2948,'post_status','publish'),(7082,2948,'hidden_post_password',''),(7083,2948,'hidden_post_visibility','public'),(7084,2948,'visibility','public'),(7085,2948,'post_password',''),(7086,2948,'mm','11'),(7087,2948,'jj','20'),(7088,2948,'aa','2015'),(7089,2948,'hh','09'),(7090,2948,'mn','55'),(7091,2948,'ss','59'),(7092,2948,'hidden_mm','11'),(7093,2948,'cur_mm','07'),(7094,2948,'hidden_jj','20'),(7095,2948,'cur_jj','08'),(7096,2948,'hidden_aa','2015'),(7097,2948,'cur_aa','2016'),(7098,2948,'hidden_hh','09'),(7099,2948,'cur_hh','10'),(7100,2948,'hidden_mn','55'),(7101,2948,'cur_mn','48'),(7102,2948,'original_publish','Publish'),(7103,2948,'publish','Publish'),(7104,2948,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7105,2948,'advanced_view','1'),(7106,2948,'post_name',''),(7107,2948,'post_author_override','1'),(7108,2948,'tp_event_date_start','2016-09-01'),(7109,2948,'tp_event_time_start','8:00 AM'),(7110,2948,'tp_event_date_end','2016-09-30'),(7111,2948,'tp_event_time_end','5:00 PM'),(7112,2948,'tp_event_shortcode','[tp_event_countdown events=\"2948\"]'),(7113,2948,'post_mime_type',''),(7114,2948,'ID','2948'),(7115,2948,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7116,2948,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7117,2948,'comment_status','open'),(7118,2948,'ping_status','closed'),(7119,2948,'_lpr_duration','10'),(7120,2948,'tp_event_location','London, UK'),(7121,2948,'thim_event_meta_boxes_nonce','67cea322f0'),(7122,2948,'thim_event_members','a:5:{i:0;s:4:\"2913\";i:1;s:4:\"2912\";i:2;s:4:\"2911\";i:3;s:4:\"2910\";i:4;s:4:\"2908\";}'),(7123,2948,'keep_private','private'),(7124,2948,'_status','publish'),(7125,2948,'_inline_edit','b09e7a2af4'),(7126,2948,'post_view','list'),(7127,2948,'screen','edit-tp_event'),(7128,2948,'edit_date','true'),(7129,2948,'post_date','2015-11-20 09:55:59'),(7130,2948,'post_date_gmt','2015-11-20 09:55:59'),(7131,2948,'_wp_old_slug','bsu-aviation-open-house'),(7132,2948,'add_comment_nonce','bacf5f5204'),(7133,2948,'_ajax_fetch_list_nonce','310c2fc23b'),(7134,2948,'_wp_old_slug','test2'),(7135,2948,'_thumbnail_id','3701'),(7136,2948,'yoast_wpseo_focuskw_text_input',''),(7137,2948,'yoast_wpseo_focuskw',''),(7138,2948,'yoast_wpseo_title',''),(7139,2948,'yoast_wpseo_metadesc',''),(7140,2948,'yoast_wpseo_linkdex','-1835'),(7141,2948,'yoast_wpseo_meta-robots-noindex','0'),(7142,2948,'yoast_wpseo_meta-robots-nofollow','0'),(7143,2948,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7144,2948,'yoast_wpseo_canonical',''),(7145,2948,'yoast_wpseo_opengraph-title',''),(7146,2948,'yoast_wpseo_opengraph-description',''),(7147,2948,'yoast_wpseo_opengraph-image',''),(7148,2948,'yoast_wpseo_twitter-title',''),(7149,2948,'yoast_wpseo_twitter-description',''),(7150,2948,'yoast_wpseo_twitter-image',''),(7151,2948,'_wp_old_slug','eduma-spring-2016'),(7152,2948,'thimpress_event_metabox','e712926451'),(7153,2948,'thimpress_event_auth_quantity','250'),(7154,2948,'thimpress_event_auth_cost','30'),(7155,2948,'yoast_wpseo_content_score','60'),(7156,2948,'_yoast_wpseo_content_score','60'),(7157,2948,'_wp_old_slug','eduma-summer-2016'),(7158,2948,'tp_event_qty','250'),(7159,2948,'tp_event_price','30'),(7160,2948,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7161,2951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7162,2951,'_thim_demo_content','yes'),(7163,2951,'_wp_old_slug','auto-draft'),(7164,2951,'slide_template','default'),(7165,2951,'_wpnonce','8ab824ab84'),(7166,2951,'_wp_http_referer','/wp-admin/post.php?post=2951&action=edit'),(7167,2951,'user_ID','12'),(7168,2951,'action','editpost'),(7169,2951,'originalaction','editpost'),(7170,2951,'post_author','1'),(7171,2951,'post_type','tp_event'),(7172,2951,'original_post_status','tp-event-expired'),(7173,2951,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7174,2951,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7175,2951,'post_ID','2951'),(7176,2951,'meta-box-order-nonce','0b00d1d88c'),(7177,2951,'closedpostboxesnonce','6e24c815f1'),(7178,2951,'post_title','Happy New Year 2016'),(7179,2951,'samplepermalinknonce','179af68155'),(7180,2951,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7181,2951,'wp-preview',''),(7182,2951,'hidden_post_status','tp-event-expired'),(7183,2951,'post_status','publish'),(7184,2951,'hidden_post_password',''),(7185,2951,'hidden_post_visibility','public'),(7186,2951,'visibility','public'),(7187,2951,'post_password',''),(7188,2951,'mm','11'),(7189,2951,'jj','20'),(7190,2951,'aa','2015'),(7191,2951,'hh','10'),(7192,2951,'mn','00'),(7193,2951,'ss','49'),(7194,2951,'hidden_mm','11'),(7195,2951,'cur_mm','04'),(7196,2951,'hidden_jj','20'),(7197,2951,'cur_jj','08'),(7198,2951,'hidden_aa','2015'),(7199,2951,'cur_aa','2016'),(7200,2951,'hidden_hh','10'),(7201,2951,'cur_hh','04'),(7202,2951,'hidden_mn','00'),(7203,2951,'cur_mn','39'),(7204,2951,'original_publish','Publish'),(7205,2951,'publish','Publish'),(7206,2951,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7207,2951,'advanced_view','1'),(7208,2951,'post_name','happy-new-year-2016'),(7209,2951,'post_author_override','1'),(7210,2951,'tp_event_date_start','2015-12-31'),(7211,2951,'tp_event_time_start','8:00 AM'),(7212,2951,'tp_event_date_end','2016-01-11'),(7213,2951,'tp_event_time_end','5:00 PM'),(7214,2951,'tp_event_shortcode','[tp_event_countdown events=\"2951\"]'),(7215,2951,'post_mime_type',''),(7216,2951,'ID','2951'),(7217,2951,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7218,2951,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7219,2951,'comment_status','open'),(7220,2951,'ping_status','closed'),(7221,2951,'_dp_original','2948'),(7222,2951,'_wp_old_slug','bsu-aviation-open-house-2'),(7223,2951,'_lpr_duration','10'),(7224,2951,'tp_event_location','Paris, French'),(7225,2951,'thim_event_meta_boxes_nonce','c97ad48a88'),(7226,2951,'thim_event_members','a:5:{i:0;s:4:\"2915\";i:1;s:4:\"2914\";i:2;s:4:\"2912\";i:3;s:4:\"2911\";i:4;s:4:\"2908\";}'),(7227,2951,'_thumbnail_id','3099'),(7228,2951,'_wp_old_slug','elegant-light-box-paper-cut-dioramas'),(7229,2951,'add_comment_nonce','6e75614ddc'),(7230,2951,'_ajax_fetch_list_nonce','465f77af78'),(7231,2951,'_wp_old_slug','happy-new-year-2016-2'),(7232,2951,'_wp_old_slug','test-happy-new-year-2016'),(7233,2951,'thimpress_event_metabox','1ca6ecfed0'),(7234,2951,'thimpress_event_auth_quantity','1000'),(7235,2951,'thimpress_event_auth_cost','0'),(7236,2951,'yoast_wpseo_focuskw_text_input',''),(7237,2951,'yoast_wpseo_focuskw',''),(7238,2951,'yoast_wpseo_title',''),(7239,2951,'yoast_wpseo_metadesc',''),(7240,2951,'yoast_wpseo_linkdex','-2216'),(7241,2951,'yoast_wpseo_meta-robots-noindex','0'),(7242,2951,'yoast_wpseo_meta-robots-nofollow','0'),(7243,2951,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7244,2951,'yoast_wpseo_canonical',''),(7245,2951,'yoast_wpseo_opengraph-title',''),(7246,2951,'yoast_wpseo_opengraph-description',''),(7247,2951,'yoast_wpseo_opengraph-image',''),(7248,2951,'yoast_wpseo_twitter-title',''),(7249,2951,'yoast_wpseo_twitter-description',''),(7250,2951,'yoast_wpseo_twitter-image',''),(7251,2951,'tp_event_qty','1000'),(7252,2951,'tp_event_price','0'),(7253,2951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7254,2952,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7255,2952,'_thim_demo_content','yes'),(7256,2952,'_wp_old_slug','auto-draft'),(7257,2952,'_wp_old_slug','bsu-aviation-open-house-2'),(7258,2952,'slide_template','default'),(7259,2952,'_wpnonce','46b2f0160d'),(7260,2952,'_wp_http_referer','/wp-admin/post.php?post=2952&action=edit&message=6'),(7261,2952,'user_ID','12'),(7262,2952,'action','editpost'),(7263,2952,'originalaction','editpost'),(7264,2952,'post_author','1'),(7265,2952,'post_type','tp_event'),(7266,2952,'original_post_status','tp-event-expired'),(7267,2952,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/post.php?post=2952&action=edit'),(7268,2952,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/post.php?post=2952&action=edit'),(7269,2952,'post_ID','2952'),(7270,2952,'meta-box-order-nonce','0b00d1d88c'),(7271,2952,'closedpostboxesnonce','6e24c815f1'),(7272,2952,'post_title','Elegant Light Box Paper Cut Dioramas'),(7273,2952,'samplepermalinknonce','179af68155'),(7274,2952,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7275,2952,'wp-preview',''),(7276,2952,'hidden_post_status','tp-event-expired'),(7277,2952,'post_status','publish'),(7278,2952,'hidden_post_password',''),(7279,2952,'hidden_post_visibility','public'),(7280,2952,'visibility','public'),(7281,2952,'post_password',''),(7282,2952,'mm','11'),(7283,2952,'jj','20'),(7284,2952,'aa','2015'),(7285,2952,'hh','10'),(7286,2952,'mn','12'),(7287,2952,'ss','44'),(7288,2952,'hidden_mm','11'),(7289,2952,'cur_mm','04'),(7290,2952,'hidden_jj','20'),(7291,2952,'cur_jj','08'),(7292,2952,'hidden_aa','2015'),(7293,2952,'cur_aa','2016'),(7294,2952,'hidden_hh','10'),(7295,2952,'cur_hh','04'),(7296,2952,'hidden_mn','12'),(7297,2952,'cur_mn','39'),(7298,2952,'original_publish','Publish'),(7299,2952,'publish','Publish'),(7300,2952,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7301,2952,'advanced_view','1'),(7302,2952,'post_name','elegant-light-box-paper-cut-dioramas-1'),(7303,2952,'post_author_override','1'),(7304,2952,'tp_event_date_start','2017-12-18'),(7305,2952,'tp_event_time_start','08:00'),(7306,2952,'tp_event_date_end','2018-03-28'),(7307,2952,'tp_event_time_end','17:00'),(7308,2952,'tp_event_shortcode','[tp_event_countdown events=\"2952\"]'),(7309,2952,'post_mime_type',''),(7310,2952,'ID','2952'),(7311,2952,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7312,2952,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7313,2952,'comment_status','open'),(7314,2952,'ping_status','closed'),(7315,2952,'_dp_original','2951'),(7316,2952,'tp_event_location','Vancouver, Canada'),(7317,2952,'thim_event_meta_boxes_nonce','c97ad48a88'),(7318,2952,'thim_event_members','a:5:{i:0;s:4:\"2916\";i:1;s:4:\"2915\";i:2;s:4:\"2914\";i:3;s:4:\"2913\";i:4;s:4:\"2910\";}'),(7319,2952,'_thumbnail_id','3099'),(7320,2952,'_wp_old_slug','elegant-light-box-paper-cut-dioramas-2'),(7321,2952,'add_comment_nonce','6e75614ddc'),(7322,2952,'_ajax_fetch_list_nonce','465f77af78'),(7323,2952,'_lpr_duration','10'),(7324,2952,'_status','publish'),(7325,2952,'_inline_edit','1e3cc26151'),(7326,2952,'post_view','list'),(7327,2952,'screen','edit-tp_event'),(7328,2952,'edit_date','true'),(7329,2952,'post_date','2015-11-20 10:12:44'),(7330,2952,'post_date_gmt','2015-11-20 10:12:44'),(7331,2952,'_wp_old_slug','elegant-light-box-paper-cut-dioramas'),(7332,2952,'thimpress_event_metabox','1ca6ecfed0'),(7333,2952,'thimpress_event_auth_quantity','150'),(7334,2952,'thimpress_event_auth_cost','60'),(7335,2952,'yoast_wpseo_focuskw_text_input',''),(7336,2952,'yoast_wpseo_focuskw',''),(7337,2952,'yoast_wpseo_title',''),(7338,2952,'yoast_wpseo_metadesc',''),(7339,2952,'yoast_wpseo_linkdex','-2209'),(7340,2952,'yoast_wpseo_meta-robots-noindex','0'),(7341,2952,'yoast_wpseo_meta-robots-nofollow','0'),(7342,2952,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7343,2952,'yoast_wpseo_canonical',''),(7344,2952,'yoast_wpseo_opengraph-title',''),(7345,2952,'yoast_wpseo_opengraph-description',''),(7346,2952,'yoast_wpseo_opengraph-image',''),(7347,2952,'yoast_wpseo_twitter-title',''),(7348,2952,'yoast_wpseo_twitter-description',''),(7349,2952,'yoast_wpseo_twitter-image',''),(7350,2952,'tp_event_qty','150'),(7351,2952,'tp_event_price','60'),(7352,2952,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7353,2952,'tp_event_note',''),(7354,2952,'_yoast_wpseo_primary_tp_event_category',''),(7355,2952,'_yst_is_cornerstone',''),(7356,2952,'_wpb_vc_js_status','false'),(7357,2952,'_yoast_wpseo_content_score','60'),(7358,2953,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7359,2953,'_thim_demo_content','yes'),(7360,2953,'_wp_old_slug','auto-draft'),(7361,2953,'slide_template','default'),(7362,2953,'_wpnonce','4e579b7407'),(7363,2953,'_wp_http_referer','/wp-admin/post.php?post=2953&action=edit'),(7364,2953,'user_ID','12'),(7365,2953,'action','editpost'),(7366,2953,'originalaction','editpost'),(7367,2953,'post_author','1'),(7368,2953,'post_type','tp_event'),(7369,2953,'original_post_status','tp-event-happenning'),(7370,2953,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/events/build-education-website-using-wordpress/'),(7371,2953,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/events/build-education-website-using-wordpress/'),(7372,2953,'post_ID','2953'),(7373,2953,'meta-box-order-nonce','320c268db8'),(7374,2953,'closedpostboxesnonce','8b7333db55'),(7375,2953,'post_title','Build Education Website Using WordPress'),(7376,2953,'samplepermalinknonce','1a2379e08d'),(7377,2953,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7378,2953,'wp-preview',''),(7379,2953,'hidden_post_status','tp-event-happenning'),(7380,2953,'post_status','publish'),(7381,2953,'hidden_post_password',''),(7382,2953,'hidden_post_visibility','public'),(7383,2953,'visibility','public'),(7384,2953,'post_password',''),(7385,2953,'mm','11'),(7386,2953,'jj','20'),(7387,2953,'aa','2015'),(7388,2953,'hh','10'),(7389,2953,'mn','12'),(7390,2953,'ss','47'),(7391,2953,'hidden_mm','11'),(7392,2953,'cur_mm','07'),(7393,2953,'hidden_jj','20'),(7394,2953,'cur_jj','08'),(7395,2953,'hidden_aa','2015'),(7396,2953,'cur_aa','2016'),(7397,2953,'hidden_hh','10'),(7398,2953,'cur_hh','10'),(7399,2953,'hidden_mn','12'),(7400,2953,'cur_mn','48'),(7401,2953,'original_publish','Publish'),(7402,2953,'publish','Publish'),(7403,2953,'excerpt','Tech you how to build a complete Learning Management System with WordPress and LearnPress.'),(7404,2953,'advanced_view','1'),(7405,2953,'post_name','build-education-website-using-wordpress'),(7406,2953,'post_author_override','1'),(7407,2953,'tp_event_date_start','2016-06-09'),(7408,2953,'tp_event_time_start','08:00'),(7409,2953,'tp_event_date_end','2018-08-10'),(7410,2953,'tp_event_time_end','17:00'),(7411,2953,'tp_event_shortcode','[tp_event_countdown events=\"2953\"]'),(7412,2953,'post_mime_type',''),(7413,2953,'ID','2953'),(7414,2953,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7415,2953,'post_excerpt','Tech you how to build a complete Learning Management System with WordPress and LearnPress.'),(7416,2953,'comment_status','open'),(7417,2953,'ping_status','closed'),(7418,2953,'_dp_original','2948'),(7419,2953,'_lpr_duration','10'),(7420,2953,'tp_event_location','Chicago, US'),(7421,2953,'thim_event_meta_boxes_nonce','67cea322f0'),(7422,2953,'thim_event_members','a:5:{i:0;s:4:\"2916\";i:1;s:4:\"2914\";i:2;s:4:\"2912\";i:3;s:4:\"2911\";i:4;s:4:\"2908\";}'),(7423,2953,'add_comment_nonce','bacf5f5204'),(7424,2953,'_ajax_fetch_list_nonce','310c2fc23b'),(7425,2953,'_wp_old_slug','test'),(7426,2953,'_wp_old_slug','bsu-aviation-open-house'),(7427,2953,'_wp_old_slug','bsu-aviation-open-house-2'),(7428,2953,'_status','publish'),(7429,2953,'_inline_edit','1e3cc26151'),(7430,2953,'post_view','list'),(7431,2953,'screen','edit-tp_event'),(7432,2953,'edit_date','true'),(7433,2953,'post_date','2015-11-20 10:12:47'),(7434,2953,'post_date_gmt','2015-11-20 10:12:47'),(7435,2953,'_thumbnail_id','3702'),(7436,2953,'yoast_wpseo_focuskw_text_input',''),(7437,2953,'yoast_wpseo_focuskw',''),(7438,2953,'yoast_wpseo_title',''),(7439,2953,'yoast_wpseo_metadesc',''),(7440,2953,'yoast_wpseo_linkdex','-1830'),(7441,2953,'yoast_wpseo_meta-robots-noindex','0'),(7442,2953,'yoast_wpseo_meta-robots-nofollow','0'),(7443,2953,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7444,2953,'yoast_wpseo_canonical',''),(7445,2953,'yoast_wpseo_opengraph-title',''),(7446,2953,'yoast_wpseo_opengraph-description',''),(7447,2953,'yoast_wpseo_opengraph-image',''),(7448,2953,'yoast_wpseo_twitter-title',''),(7449,2953,'yoast_wpseo_twitter-description',''),(7450,2953,'yoast_wpseo_twitter-image',''),(7451,2953,'thimpress_event_metabox','0c5440c707'),(7452,2953,'thimpress_event_auth_quantity','100'),(7453,2953,'thimpress_event_auth_cost','20'),(7454,2953,'_wp_old_slug','bsu-aviation-open-house-23'),(7455,2953,'yoast_wpseo_content_score','60'),(7456,2953,'_yoast_wpseo_content_score','60'),(7457,2953,'tp_event_qty','100'),(7458,2953,'tp_event_price','20'),(7459,2953,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7460,2953,'thim_mtb_using_custom_heading','0'),(7461,2953,'thim_mtb_hide_title_and_subtitle','0'),(7462,2953,'thim_mtb_hide_breadcrumbs','0'),(7463,2953,'thim_mtb_bg_opacity','1'),(7464,2953,'thim_mtb_custom_layout','0'),(7465,2953,'thim_mtb_no_padding','0'),(7466,2953,'_yoast_wpseo_primary_tp_event_category',''),(7467,2953,'_wpb_vc_js_status','false'),(7468,3062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7469,3062,'_thim_demo_content','yes'),(7470,3062,'_thumbnail_id','3088'),(7471,3062,'_wp_old_slug','auto-draft'),(7472,3062,'_wp_old_slug','bsu-aviation-open-house-2'),(7473,3062,'slide_template','default'),(7474,3062,'_wpnonce','4eef9b6c27'),(7475,3062,'_wp_http_referer','/wp-admin/post.php?post=3062&action=edit'),(7476,3062,'user_ID','12'),(7477,3062,'action','editpost'),(7478,3062,'originalaction','editpost'),(7479,3062,'post_author','1'),(7480,3062,'post_type','tp_event'),(7481,3062,'original_post_status','tp-event-expired'),(7482,3062,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7483,3062,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7484,3062,'post_ID','3062'),(7485,3062,'meta-box-order-nonce','0b00d1d88c'),(7486,3062,'closedpostboxesnonce','6e24c815f1'),(7487,3062,'post_title','Eduma Autumn 2015'),(7488,3062,'samplepermalinknonce','179af68155'),(7489,3062,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7490,3062,'wp-preview',''),(7491,3062,'hidden_post_status','tp-event-expired'),(7492,3062,'post_status','publish'),(7493,3062,'hidden_post_password',''),(7494,3062,'hidden_post_visibility','public'),(7495,3062,'visibility','public'),(7496,3062,'post_password',''),(7497,3062,'mm','11'),(7498,3062,'jj','30'),(7499,3062,'aa','2015'),(7500,3062,'hh','09'),(7501,3062,'mn','34'),(7502,3062,'ss','42'),(7503,3062,'hidden_mm','11'),(7504,3062,'cur_mm','04'),(7505,3062,'hidden_jj','30'),(7506,3062,'cur_jj','08'),(7507,3062,'hidden_aa','2015'),(7508,3062,'cur_aa','2016'),(7509,3062,'hidden_hh','09'),(7510,3062,'cur_hh','04'),(7511,3062,'hidden_mn','34'),(7512,3062,'cur_mn','42'),(7513,3062,'original_publish','Publish'),(7514,3062,'publish','Publish'),(7515,3062,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7516,3062,'advanced_view','1'),(7517,3062,'post_name','eduma-autumn-2015'),(7518,3062,'post_author_override','1'),(7519,3062,'tp_event_date_start','2017-09-30'),(7520,3062,'tp_event_time_start','08:00'),(7521,3062,'tp_event_date_end','2017-10-15'),(7522,3062,'tp_event_time_end','17:00'),(7523,3062,'tp_event_shortcode','[tp_event_countdown events=\"3062\"]'),(7524,3062,'post_mime_type',''),(7525,3062,'ID','3062'),(7526,3062,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7527,3062,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7528,3062,'comment_status','open'),(7529,3062,'ping_status','closed'),(7530,3062,'_lpr_duration','10'),(7531,3062,'tp_event_location','Venice, Italy'),(7532,3062,'thim_event_meta_boxes_nonce','c97ad48a88'),(7533,3062,'thim_event_members','a:5:{i:0;s:4:\"2915\";i:1;s:4:\"2914\";i:2;s:4:\"2912\";i:3;s:4:\"2911\";i:4;s:4:\"2908\";}'),(7534,3062,'_dp_original','2951'),(7535,3062,'data',''),(7536,3062,'interval','15'),(7537,3062,'_nonce','53d6278abe'),(7538,3062,'screen_id','tp_event'),(7539,3062,'has_focus','true'),(7540,3062,'thimpress_event_metabox','1ca6ecfed0'),(7541,3062,'thimpress_event_auth_quantity','110'),(7542,3062,'thimpress_event_auth_cost','0'),(7543,3062,'yoast_wpseo_focuskw_text_input',''),(7544,3062,'yoast_wpseo_focuskw',''),(7545,3062,'yoast_wpseo_title',''),(7546,3062,'yoast_wpseo_metadesc',''),(7547,3062,'yoast_wpseo_linkdex','-2216'),(7548,3062,'yoast_wpseo_meta-robots-noindex','0'),(7549,3062,'yoast_wpseo_meta-robots-nofollow','0'),(7550,3062,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7551,3062,'yoast_wpseo_canonical',''),(7552,3062,'yoast_wpseo_opengraph-title',''),(7553,3062,'yoast_wpseo_opengraph-description',''),(7554,3062,'yoast_wpseo_opengraph-image',''),(7555,3062,'yoast_wpseo_twitter-title',''),(7556,3062,'yoast_wpseo_twitter-description',''),(7557,3062,'yoast_wpseo_twitter-image',''),(7558,3062,'add_comment_nonce','6e75614ddc'),(7559,3062,'_ajax_fetch_list_nonce','465f77af78'),(7560,3062,'tp_event_qty','110'),(7561,3062,'tp_event_price','0'),(7562,3062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7563,3062,'tp_event_note',''),(7564,3062,'_yoast_wpseo_primary_tp_event_category',''),(7565,3062,'_yst_is_cornerstone',''),(7566,3062,'_wpb_vc_js_status','false'),(7567,3062,'_yoast_wpseo_content_score','60'),(7568,3063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7569,3063,'_thim_demo_content','yes'),(7570,3063,'_thumbnail_id','3089'),(7571,3063,'_wp_old_slug','auto-draft'),(7572,3063,'slide_template','default'),(7573,3063,'_wpnonce','e5af3c8628'),(7574,3063,'_wp_http_referer','/wp-admin/post.php?post=3063&action=edit'),(7575,3063,'user_ID','12'),(7576,3063,'action','editpost'),(7577,3063,'originalaction','editpost'),(7578,3063,'post_author','1'),(7579,3063,'post_type','tp_event'),(7580,3063,'original_post_status','tp-event-expired'),(7581,3063,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7582,3063,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7583,3063,'post_ID','3063'),(7584,3063,'meta-box-order-nonce','0b00d1d88c'),(7585,3063,'closedpostboxesnonce','6e24c815f1'),(7586,3063,'post_title','Summer School 2015'),(7587,3063,'samplepermalinknonce','179af68155'),(7588,3063,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7589,3063,'wp-preview',''),(7590,3063,'hidden_post_status','tp-event-expired'),(7591,3063,'post_status','publish'),(7592,3063,'hidden_post_password',''),(7593,3063,'hidden_post_visibility','public'),(7594,3063,'visibility','public'),(7595,3063,'post_password',''),(7596,3063,'mm','11'),(7597,3063,'jj','30'),(7598,3063,'aa','2015'),(7599,3063,'hh','09'),(7600,3063,'mn','32'),(7601,3063,'ss','22'),(7602,3063,'hidden_mm','11'),(7603,3063,'cur_mm','04'),(7604,3063,'hidden_jj','30'),(7605,3063,'cur_jj','08'),(7606,3063,'hidden_aa','2015'),(7607,3063,'cur_aa','2016'),(7608,3063,'hidden_hh','09'),(7609,3063,'cur_hh','04'),(7610,3063,'hidden_mn','32'),(7611,3063,'cur_mn','39'),(7612,3063,'original_publish','Publish'),(7613,3063,'publish','Publish'),(7614,3063,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7615,3063,'advanced_view','1'),(7616,3063,'post_name','summer-school-2015'),(7617,3063,'post_author_override','1'),(7618,3063,'tp_event_date_start','2017-08-20'),(7619,3063,'tp_event_time_start','08:00'),(7620,3063,'tp_event_date_end','2017-09-30'),(7621,3063,'tp_event_time_end','17:00'),(7622,3063,'tp_event_shortcode','[tp_event_countdown events=\"3063\"]'),(7623,3063,'post_mime_type',''),(7624,3063,'ID','3063'),(7625,3063,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7626,3063,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7627,3063,'comment_status','open'),(7628,3063,'ping_status','closed'),(7629,3063,'_lpr_duration','10'),(7630,3063,'tp_event_location','NewYork, USA'),(7631,3063,'thim_event_meta_boxes_nonce','c97ad48a88'),(7632,3063,'thim_event_members','a:3:{i:0;s:4:\"2916\";i:1;s:4:\"2915\";i:2;s:4:\"2910\";}'),(7633,3063,'_dp_original','2948'),(7634,3063,'data',''),(7635,3063,'interval','15'),(7636,3063,'_nonce','53d6278abe'),(7637,3063,'screen_id','tp_event'),(7638,3063,'has_focus','true'),(7639,3063,'thimpress_event_metabox','1ca6ecfed0'),(7640,3063,'thimpress_event_auth_quantity','300'),(7641,3063,'thimpress_event_auth_cost','0'),(7642,3063,'yoast_wpseo_focuskw_text_input',''),(7643,3063,'yoast_wpseo_focuskw',''),(7644,3063,'yoast_wpseo_title',''),(7645,3063,'yoast_wpseo_metadesc',''),(7646,3063,'yoast_wpseo_linkdex','-2216'),(7647,3063,'yoast_wpseo_meta-robots-noindex','0'),(7648,3063,'yoast_wpseo_meta-robots-nofollow','0'),(7649,3063,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7650,3063,'yoast_wpseo_canonical',''),(7651,3063,'yoast_wpseo_opengraph-title',''),(7652,3063,'yoast_wpseo_opengraph-description',''),(7653,3063,'yoast_wpseo_opengraph-image',''),(7654,3063,'yoast_wpseo_twitter-title',''),(7655,3063,'yoast_wpseo_twitter-description',''),(7656,3063,'yoast_wpseo_twitter-image',''),(7657,3063,'add_comment_nonce','6e75614ddc'),(7658,3063,'_ajax_fetch_list_nonce','465f77af78'),(7659,3063,'tp_event_qty','300'),(7660,3063,'tp_event_price','0'),(7661,3063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7662,3063,'tp_event_note',''),(7663,3063,'_yoast_wpseo_primary_tp_event_category',''),(7664,3063,'_yst_is_cornerstone',''),(7665,3063,'_wpb_vc_js_status','false'),(7666,3063,'_yoast_wpseo_content_score','60'),(7667,3208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7668,3208,'_thim_demo_content','yes'),(7669,3208,'data',''),(7670,3208,'interval','15'),(7671,3208,'_nonce','bad8b7b436'),(7672,3208,'action','editpost'),(7673,3208,'screen_id','tp_event'),(7674,3208,'has_focus','true'),(7675,3208,'slide_template','default'),(7676,3208,'_wpnonce','5d2920ab68'),(7677,3208,'_wp_http_referer','/wp-admin/post.php?post=3208&action=edit'),(7678,3208,'user_ID','12'),(7679,3208,'originalaction','editpost'),(7680,3208,'post_author','1'),(7681,3208,'post_type','tp_event'),(7682,3208,'original_post_status','tp-event-expired'),(7683,3208,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7684,3208,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7685,3208,'post_ID','3208'),(7686,3208,'meta-box-order-nonce','0b00d1d88c'),(7687,3208,'closedpostboxesnonce','6e24c815f1'),(7688,3208,'post_title','Good Intentions or Good Results?'),(7689,3208,'samplepermalinknonce','179af68155'),(7690,3208,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7691,3208,'wp-preview',''),(7692,3208,'hidden_post_status','tp-event-expired'),(7693,3208,'post_status','publish'),(7694,3208,'hidden_post_password',''),(7695,3208,'hidden_post_visibility','public'),(7696,3208,'visibility','public'),(7697,3208,'post_password',''),(7698,3208,'mm','12'),(7699,3208,'jj','11'),(7700,3208,'aa','2015'),(7701,3208,'hh','07'),(7702,3208,'mn','54'),(7703,3208,'ss','28'),(7704,3208,'hidden_mm','12'),(7705,3208,'cur_mm','04'),(7706,3208,'hidden_jj','11'),(7707,3208,'cur_jj','08'),(7708,3208,'hidden_aa','2015'),(7709,3208,'cur_aa','2016'),(7710,3208,'hidden_hh','07'),(7711,3208,'cur_hh','04'),(7712,3208,'hidden_mn','54'),(7713,3208,'cur_mn','39'),(7714,3208,'original_publish','Publish'),(7715,3208,'publish','Publish'),(7716,3208,'excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7717,3208,'advanced_view','1'),(7718,3208,'comment_status','open'),(7719,3208,'add_comment_nonce','6e75614ddc'),(7720,3208,'_ajax_fetch_list_nonce','465f77af78'),(7721,3208,'post_name','good-intentions-or-good-results'),(7722,3208,'post_author_override','1'),(7723,3208,'tp_event_date_start','2016-01-06'),(7724,3208,'tp_event_time_start','00:00'),(7725,3208,'tp_event_date_end','2018-02-07'),(7726,3208,'tp_event_time_end','17:00'),(7727,3208,'tp_event_location','Birmingham, UK'),(7728,3208,'tp_event_shortcode','[tp_event_countdown events=\"3208\"]'),(7729,3208,'thim_event_meta_boxes_nonce','c97ad48a88'),(7730,3208,'post_mime_type',''),(7731,3208,'ID','3208'),(7732,3208,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7733,3208,'post_excerpt','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat'),(7734,3208,'ping_status','closed'),(7735,3208,'thim_event_members','a:4:{i:0;s:4:\"2916\";i:1;s:4:\"2915\";i:2;s:4:\"2913\";i:3;s:4:\"2911\";}'),(7736,3208,'_lpr_duration','10'),(7737,3208,'_wp_old_slug','eduma-autumn-2015-2'),(7738,3208,'_wp_old_slug','welcome-december'),(7739,3208,'_thumbnail_id','3703'),(7740,3208,'thimpress_event_metabox','1ca6ecfed0'),(7741,3208,'thimpress_event_auth_quantity','200'),(7742,3208,'thimpress_event_auth_cost','40'),(7743,3208,'yoast_wpseo_focuskw_text_input',''),(7744,3208,'yoast_wpseo_focuskw',''),(7745,3208,'yoast_wpseo_title',''),(7746,3208,'yoast_wpseo_metadesc',''),(7747,3208,'yoast_wpseo_linkdex','-2209'),(7748,3208,'yoast_wpseo_meta-robots-noindex','0'),(7749,3208,'yoast_wpseo_meta-robots-nofollow','0'),(7750,3208,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7751,3208,'yoast_wpseo_canonical',''),(7752,3208,'yoast_wpseo_opengraph-title',''),(7753,3208,'yoast_wpseo_opengraph-description',''),(7754,3208,'yoast_wpseo_opengraph-image',''),(7755,3208,'yoast_wpseo_twitter-title',''),(7756,3208,'yoast_wpseo_twitter-description',''),(7757,3208,'yoast_wpseo_twitter-image',''),(7758,3208,'tp_event_qty','200'),(7759,3208,'tp_event_price','40'),(7760,3208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7761,3208,'thim_mtb_using_custom_heading','0'),(7762,3208,'thim_mtb_hide_title_and_subtitle','0'),(7763,3208,'thim_mtb_hide_breadcrumbs','0'),(7764,3208,'thim_mtb_bg_opacity','1'),(7765,3208,'thim_mtb_custom_layout','0'),(7766,3208,'thim_mtb_no_padding','0'),(7767,3208,'_yoast_wpseo_primary_tp_event_category',''),(7768,3208,'_wpb_vc_js_status','false'),(7769,3208,'_yoast_wpseo_content_score','60'),(7770,3374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7771,3374,'_thim_demo_content','yes'),(7772,3374,'data',''),(7773,3374,'interval','15'),(7774,3374,'_nonce','24e275475a'),(7775,3374,'action','editpost'),(7776,3374,'screen_id','tp_event'),(7777,3374,'has_focus','true'),(7778,3374,'_thumbnail_id','3098'),(7779,3374,'slide_template','default'),(7780,3374,'_wpnonce','0fc8c8f87e'),(7781,3374,'_wp_http_referer','/wp-admin/post.php?post=3374&action=edit'),(7782,3374,'user_ID','12'),(7783,3374,'originalaction','editpost'),(7784,3374,'post_author','1'),(7785,3374,'post_type','tp_event'),(7786,3374,'original_post_status','tp-event-upcoming'),(7787,3374,'referredby','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7788,3374,'_wp_original_http_referer','http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/edit.php?post_type=tp_event'),(7789,3374,'auto_draft',''),(7790,3374,'post_ID','3374'),(7791,3374,'meta-box-order-nonce','b9094410ce'),(7792,3374,'closedpostboxesnonce','bb19ea4a49'),(7793,3374,'post_title','Education Autumn Tour 2016'),(7794,3374,'samplepermalinknonce','906591cb07'),(7795,3374,'content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7796,3374,'wp-preview',''),(7797,3374,'hidden_post_status','tp-event-upcoming'),(7798,3374,'post_status','publish'),(7799,3374,'hidden_post_password',''),(7800,3374,'hidden_post_visibility','public'),(7801,3374,'visibility','public'),(7802,3374,'post_password',''),(7803,3374,'mm','11'),(7804,3374,'jj','19'),(7805,3374,'aa','2015'),(7806,3374,'hh','01'),(7807,3374,'mn','48'),(7808,3374,'ss','25'),(7809,3374,'hidden_mm','11'),(7810,3374,'cur_mm','05'),(7811,3374,'hidden_jj','19'),(7812,3374,'cur_jj','30'),(7813,3374,'hidden_aa','2015'),(7814,3374,'cur_aa','2016'),(7815,3374,'hidden_hh','01'),(7816,3374,'cur_hh','08'),(7817,3374,'hidden_mn','48'),(7818,3374,'cur_mn','16'),(7819,3374,'original_publish','Publish'),(7820,3374,'publish','Publish'),(7821,3374,'excerpt','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'),(7822,3374,'advanced_view','1'),(7823,3374,'comment_status','open'),(7824,3374,'post_name','education-autumn-tour-2016'),(7825,3374,'post_author_override','1'),(7826,3374,'tp_event_date_start','2018-09-06'),(7827,3374,'tp_event_time_start','07:00'),(7828,3374,'tp_event_date_end','2018-11-15'),(7829,3374,'tp_event_time_end','06:00'),(7830,3374,'tp_event_location','Berlin, Germany'),(7831,3374,'tp_event_shortcode','[tp_event_countdown events=\"3374\"]'),(7832,3374,'thim_event_meta_boxes_nonce','5dd12fba44'),(7833,3374,'thim_event_members','a:5:{i:0;s:4:\"2914\";i:1;s:4:\"2912\";i:2;s:4:\"2911\";i:3;s:4:\"2910\";i:4;s:4:\"2908\";}'),(7834,3374,'post_mime_type',''),(7835,3374,'ID','3374'),(7836,3374,'post_content','EVENT DESCRIPTION Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. EVENT CONTENT Over 37 lectures and 55.5 hours of content! LIVE PROJECT End to End Software Testing Training Included. Learn Software Testing and Automation basics from a professional trainer from your own desk. Information packed practical training starting from basics to advanced testing techniques. Best suitable for beginners to advanced level users and who learn faster when demonstrated. Course content designed by considering current software testing technology and the job market. Practical assignments at the end of every session. Practical learning experience with live project work and examples.'),(7837,3374,'post_excerpt','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'),(7838,3374,'ping_status','closed'),(7839,3374,'_lpr_duration','10'),(7840,3374,'_wp_old_slug','bsu-aviation-open-house'),(7841,3374,'add_comment_nonce','f5afb6ac95'),(7842,3374,'_ajax_fetch_list_nonce','00acb3639d'),(7843,3374,'_wp_old_slug','2-bsu-aviation-open-house'),(7844,3374,'_status','publish'),(7845,3374,'_inline_edit','1e3cc26151'),(7846,3374,'post_view','list'),(7847,3374,'screen','edit-tp_event'),(7848,3374,'edit_date','true'),(7849,3374,'post_date','2015-11-19 01:48:25'),(7850,3374,'post_date_gmt','2015-11-19 01:48:25'),(7851,3374,'_wp_old_slug','bsu-aviation-open-house-event'),(7852,3374,'thimpress_event_metabox','c335f86ced'),(7853,3374,'thimpress_event_auth_quantity','500'),(7854,3374,'thimpress_event_auth_cost','0'),(7855,3374,'yoast_wpseo_focuskw_text_input',''),(7856,3374,'yoast_wpseo_focuskw',''),(7857,3374,'yoast_wpseo_title',''),(7858,3374,'yoast_wpseo_metadesc',''),(7859,3374,'yoast_wpseo_linkdex','-1560'),(7860,3374,'yoast_wpseo_meta-robots-noindex','0'),(7861,3374,'yoast_wpseo_meta-robots-nofollow','0'),(7862,3374,'yoast_wpseo_meta-robots-adv','a:1:{i:0;s:1:\"-\";}'),(7863,3374,'yoast_wpseo_canonical',''),(7864,3374,'yoast_wpseo_opengraph-title',''),(7865,3374,'yoast_wpseo_opengraph-description',''),(7866,3374,'yoast_wpseo_opengraph-image',''),(7867,3374,'yoast_wpseo_twitter-title',''),(7868,3374,'yoast_wpseo_twitter-description',''),(7869,3374,'yoast_wpseo_twitter-image',''),(7870,3374,'tp_event_qty','500'),(7871,3374,'tp_event_price','0'),(7872,3374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7873,3374,'thim_mtb_using_custom_heading','0'),(7874,3374,'thim_mtb_hide_title_and_subtitle','0'),(7875,3374,'thim_mtb_hide_breadcrumbs','0'),(7876,3374,'thim_mtb_bg_opacity','1'),(7877,3374,'thim_mtb_custom_layout','0'),(7878,3374,'thim_mtb_no_padding','0'),(7879,3374,'_yoast_wpseo_primary_tp_event_category',''),(7880,3374,'_wpb_vc_js_status','false'),(7881,3374,'_yoast_wpseo_content_score','60'),(8018,6873,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8019,6873,'_menu_item_type','post_type_archive'),(8020,6873,'_menu_item_menu_item_parent','0'),(8021,6873,'_menu_item_object_id','-219'),(8022,6873,'_menu_item_object','lp_course'),(8023,6873,'_menu_item_target',''),(8024,6873,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8025,6873,'_menu_item_xfn',''),(8026,6873,'_menu_item_url',''),(8027,6873,'_thim_demo_content','yes'),(8028,6873,'_menu-item-tp-megamenu',''),(8029,6873,'_menu-item-tp-item-style',''),(8030,6873,'_menu-item-tp-menu-icon',''),(8031,6873,'_menu-item-tp-bg-color',''),(8032,6873,'_menu-item-tp-bg-image',''),(8033,6873,'_menu-item-tp-hide-text',''),(8034,6873,'_menu-item-tp-disable-link',''),(8035,6873,'_menu-item-tp-full-width-dropdown',''),(8036,6873,'_menu-item-tp-submenu-columns','1'),(8037,6873,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(8038,6873,'_menu-item-tp-submenu-type','standard'),(8039,6873,'_menu-item-tp-widget-area',''),(8040,6873,'_menu-item-tp-bg-image-repeat','repeat'),(8041,6873,'_menu-item-tp-bg-image-attachment','scroll'),(8042,6873,'_menu-item-tp-bg-image-position','center'),(8043,6873,'_menu-item-tp-bg-image-size','auto'),(8044,6873,'tc-mega-menu','a:1:{s:6:\"layout\";s:7:\"default\";}'),(8045,6874,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8046,6874,'_menu_item_type','post_type_archive'),(8047,6874,'_menu_item_menu_item_parent','0'),(8048,6874,'_menu_item_object_id','-256'),(8049,6874,'_menu_item_object','lp_course'),(8050,6874,'_menu_item_target',''),(8051,6874,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8052,6874,'_menu_item_xfn',''),(8053,6874,'_menu_item_url',''),(8054,6874,'_thim_demo_content','yes'),(8055,6874,'_menu-item-tp-megamenu',''),(8056,6874,'_menu-item-tp-item-style',''),(8057,6874,'_menu-item-tp-menu-icon',''),(8058,6874,'_menu-item-tp-bg-color',''),(8059,6874,'_menu-item-tp-bg-image',''),(8060,6874,'_menu-item-tp-hide-text',''),(8061,6874,'_menu-item-tp-disable-link',''),(8062,6874,'_menu-item-tp-target-blank',''),(8063,6874,'_menu-item-tp-full-width-dropdown',''),(8064,6874,'_menu-item-tp-submenu-columns','1'),(8065,6874,'_menu-item-tp-side-dropdown-elements','drop_to_right'),(8066,6874,'_menu-item-tp-submenu-type','widget_area'),(8067,6874,'_menu-item-tp-widget-area','widget_area_megamenu'),(8068,6874,'_menu-item-tp-bg-image-repeat','repeat'),(8069,6874,'_menu-item-tp-bg-image-attachment','scroll'),(8070,6874,'_menu-item-tp-bg-image-position','center'),(8071,6874,'_menu-item-tp-bg-image-size','auto'),(8072,6874,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"builder\";}'),(8073,6874,'tc_mega_menu_content','[vc_row css=\".vc_custom_1489547424485{margin-bottom: 0px !important;}\"][vc_column width=\"1/2\" el_class=\"width-31\" css=\".vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}\"][vc_wp_custommenu title=\"Kategorite\" nav_menu=\"51\" el_class=\"thim-megamenu-vc\"][/vc_column][vc_column width=\"1/2\" el_class=\"width-31\"][thim-courses title=\"Kursi i Ri\" limit=\"1\" featured=\"\" order=\"latest\" layout=\"megamenu\"][/vc_column][/vc_row]'),(8074,6874,'tc_mega_menu_page_builder','vc'),(8086,9,'_wp_attached_file','2015/10/favicon.png'),(8087,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:54;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2015/10/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8088,9,'_thim_demo_content','yes'),(8089,9,'_wp_attached_file','2015/10/favicon.png'),(8090,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:54;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2015/10/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8091,36,'_wp_attached_file','2015/10/top-slider.jpg'),(8092,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2015/10/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"top-slider-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"top-slider-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8093,36,'_thim_demo_content','yes'),(8094,36,'_wp_attached_file','2015/10/top-slider.jpg'),(8095,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2015/10/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"top-slider-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"top-slider-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8096,50,'_wp_attached_file','2015/10/logo-top-1.png'),(8097,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:61;s:6:\"height\";i:52;s:4:\"file\";s:22:\"2015/10/logo-top-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8098,50,'_thim_demo_content','yes'),(8099,50,'_wp_attached_file','2015/10/logo-top-1.png'),(8100,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:61;s:6:\"height\";i:52;s:4:\"file\";s:22:\"2015/10/logo-top-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8101,52,'_wp_attached_file','2015/10/bg-register-now.jpg'),(8102,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:617;s:4:\"file\";s:27:\"2015/10/bg-register-now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-150x150.jpg\";s:5:\"width\";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:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg-register-now-768x296.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg-register-now-1024x395.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-register-now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg-register-now-600x231.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg-register-now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg-register-now-600x231.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8103,52,'_thim_demo_content','yes'),(8104,52,'_wp_attached_file','2015/10/bg-register-now.jpg'),(8105,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:617;s:4:\"file\";s:27:\"2015/10/bg-register-now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-150x150.jpg\";s:5:\"width\";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:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg-register-now-768x296.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg-register-now-1024x395.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-register-now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg-register-now-600x231.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg-register-now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg-register-now-600x231.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-register-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8106,74,'_wp_attached_file','2015/10/N0f499s.jpg'),(8107,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:19:\"2015/10/N0f499s.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"N0f499s-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:20:\"N0f499s-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"N0f499s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"N0f499s-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"N0f499s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"N0f499s-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8108,74,'_thim_demo_content','yes'),(8109,74,'_wp_attached_file','2015/10/N0f499s.jpg'),(8110,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:19:\"2015/10/N0f499s.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"N0f499s-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:20:\"N0f499s-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"N0f499s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"N0f499s-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"N0f499s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"N0f499s-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"N0f499s-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8111,75,'_wp_attached_file','2015/10/twin-room.jpg'),(8112,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2015/10/twin-room.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"twin-room-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"twin-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"twin-room-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"twin-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"twin-room-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8113,75,'_thim_demo_content','yes'),(8114,75,'_wp_attached_file','2015/10/twin-room.jpg'),(8115,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2015/10/twin-room.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"twin-room-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"twin-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"twin-room-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"twin-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"twin-room-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"twin-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8116,76,'_wp_attached_file','2015/10/twin-room-2.jpg'),(8117,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2015/10/twin-room-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-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:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"twin-room-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"twin-room-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"twin-room-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"twin-room-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"twin-room-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8118,76,'_thim_demo_content','yes'),(8119,76,'_wp_attached_file','2015/10/twin-room-2.jpg'),(8120,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2015/10/twin-room-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-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:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"twin-room-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"twin-room-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"twin-room-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"twin-room-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"twin-room-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8121,77,'_wp_attached_file','2015/10/twin-room-3.jpg'),(8122,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2015/10/twin-room-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"twin-room-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"twin-room-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"twin-room-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"twin-room-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"twin-room-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8123,77,'_thim_demo_content','yes'),(8124,77,'_wp_attached_file','2015/10/twin-room-3.jpg'),(8125,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2015/10/twin-room-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"twin-room-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"twin-room-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"twin-room-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"twin-room-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"twin-room-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"twin-room-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8126,79,'_wp_attached_file','2015/10/bg-lastest-news.jpg'),(8127,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:587;s:4:\"file\";s:27:\"2015/10/bg-lastest-news.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-150x150.jpg\";s:5:\"width\";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:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg-lastest-news-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-lastest-news-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg-lastest-news-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8128,79,'_thim_demo_content','yes'),(8129,79,'_wp_attached_file','2015/10/bg-lastest-news.jpg'),(8130,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:587;s:4:\"file\";s:27:\"2015/10/bg-lastest-news.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-150x150.jpg\";s:5:\"width\";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:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg-lastest-news-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-lastest-news-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg-lastest-news-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-lastest-news-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8131,6876,'_wp_attached_file','2018/03/demo_image.jpg'),(8132,6876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2018/03/demo_image.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"demo_image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"demo_image-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8133,6876,'_thim_demo_attachment','yes'),(8134,6876,'_thim_demo_content','yes'),(8135,6876,'_wp_attached_file','2015/01/shutterstock_145765004_huge.jpg'),(8136,6876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2018/03/demo_image.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"demo_image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"demo_image-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8137,6876,'_lpr_course','133'),(8138,1703,'_wp_attached_file','2013/06/Bag-fabric.jpg'),(8139,1703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Bag-fabric.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-150x150.jpg\";s:5:\"width\";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:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8140,1703,'_thim_demo_content','yes'),(8141,1703,'_wp_attached_file','2013/06/Bag-fabric.jpg'),(8142,1703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Bag-fabric.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-150x150.jpg\";s:5:\"width\";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:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Bag-fabric-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bag-fabric-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8143,1704,'_wp_attached_file','2013/06/Bag-fabric-2.jpg'),(8144,1704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2013/06/Bag-fabric-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-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:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8145,1704,'_thim_demo_content','yes'),(8146,1704,'_wp_attached_file','2013/06/Bag-fabric-2.jpg'),(8147,1704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2013/06/Bag-fabric-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-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:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8148,1705,'_wp_attached_file','2013/06/Bag-fabric-3.jpg'),(8149,1705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2013/06/Bag-fabric-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8150,1705,'_thim_demo_content','yes'),(8151,1705,'_wp_attached_file','2013/06/Bag-fabric-3.jpg'),(8152,1705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2013/06/Bag-fabric-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Bag-fabric-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Bag-fabric-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8153,1706,'_wp_attached_file','2013/06/Bracelet.jpg'),(8154,1706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Bracelet.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Bracelet-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Bracelet-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8155,1706,'_thim_demo_content','yes'),(8156,1706,'_wp_attached_file','2013/06/Bracelet.jpg'),(8157,1706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Bracelet.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Bracelet-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Bracelet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Bracelet-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Bracelet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8158,1707,'_wp_attached_file','2013/06/Bracelet-2.jpg'),(8159,1707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Bracelet-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8160,1707,'_thim_demo_content','yes'),(8161,1707,'_wp_attached_file','2013/06/Bracelet-2.jpg'),(8162,1707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Bracelet-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Bracelet-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bracelet-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8163,1708,'_wp_attached_file','2013/06/Brauhaus.jpg'),(8164,1708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Brauhaus.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Brauhaus-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Brauhaus-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8165,1708,'_thim_demo_content','yes'),(8166,1708,'_wp_attached_file','2013/06/Brauhaus.jpg'),(8167,1708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Brauhaus.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Brauhaus-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Brauhaus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Brauhaus-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Brauhaus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8168,1709,'_wp_attached_file','2013/06/Brauhaus-2.jpg'),(8169,1709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Brauhaus-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8170,1709,'_thim_demo_content','yes'),(8171,1709,'_wp_attached_file','2013/06/Brauhaus-2.jpg'),(8172,1709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Brauhaus-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Brauhaus-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8173,1710,'_wp_attached_file','2013/06/Brauhaus-3.jpg'),(8174,1710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Brauhaus-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8175,1710,'_thim_demo_content','yes'),(8176,1710,'_wp_attached_file','2013/06/Brauhaus-3.jpg'),(8177,1710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2013/06/Brauhaus-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Brauhaus-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Brauhaus-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8178,1711,'_wp_attached_file','2013/06/Buschla.jpg'),(8179,1711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Buschla.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Buschla-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Buschla-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8180,1711,'_thim_demo_content','yes'),(8181,1711,'_wp_attached_file','2013/06/Buschla.jpg'),(8182,1711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Buschla.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Buschla-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Buschla-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Buschla-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Buschla-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8183,1712,'_wp_attached_file','2013/06/Buschla-2.jpg'),(8184,1712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Buschla-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-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:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Buschla-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Buschla-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8185,1712,'_thim_demo_content','yes'),(8186,1712,'_wp_attached_file','2013/06/Buschla-2.jpg'),(8187,1712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Buschla-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-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:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Buschla-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Buschla-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Buschla-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Buschla-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8188,1713,'_wp_attached_file','2013/06/Chutney.jpg'),(8189,1713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Chutney.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Chutney-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Chutney-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8190,1713,'_thim_demo_content','yes'),(8191,1713,'_wp_attached_file','2013/06/Chutney.jpg'),(8192,1713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Chutney.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Chutney-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Chutney-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Chutney-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chutney-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8193,1713,'_lpr_course','1792'),(8194,1714,'_wp_attached_file','2013/06/Chutney-2.jpg'),(8195,1714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Chutney-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-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:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Chutney-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Chutney-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8196,1714,'_thim_demo_content','yes'),(8197,1714,'_wp_attached_file','2013/06/Chutney-2.jpg'),(8198,1714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Chutney-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-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:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Chutney-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Chutney-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Chutney-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Chutney-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8199,1714,'_lpr_course','1792'),(8200,1715,'_wp_attached_file','2013/06/Corkscrew.jpg'),(8201,1715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Corkscrew.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Corkscrew-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Corkscrew-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8202,1715,'_thim_demo_content','yes'),(8203,1715,'_wp_attached_file','2013/06/Corkscrew.jpg'),(8204,1715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Corkscrew.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Corkscrew-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Corkscrew-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Corkscrew-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Corkscrew-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8205,1715,'_lpr_course','1792'),(8206,1716,'_wp_attached_file','2013/06/Corkscrew-2.jpg'),(8207,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Corkscrew-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-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:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8208,1716,'_thim_demo_content','yes'),(8209,1716,'_wp_attached_file','2013/06/Corkscrew-2.jpg'),(8210,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Corkscrew-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-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:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Corkscrew-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Corkscrew-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8211,1716,'_lpr_course','1792'),(8212,1717,'_wp_attached_file','2013/06/Cup-crown-pattern.jpg'),(8213,1717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Cup-crown-pattern.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-150x150.jpg\";s:5:\"width\";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:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8214,1717,'_thim_demo_content','yes'),(8215,1717,'_wp_attached_file','2013/06/Cup-crown-pattern.jpg'),(8216,1717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Cup-crown-pattern.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-150x150.jpg\";s:5:\"width\";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:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Cup-crown-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Cup-crown-pattern-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8217,1717,'_lpr_course','1792'),(8218,1718,'_wp_attached_file','2013/06/Cup-crown-pattern-2.jpg'),(8219,1718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2013/06/Cup-crown-pattern-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-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:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8220,1718,'_thim_demo_content','yes'),(8221,1718,'_wp_attached_file','2013/06/Cup-crown-pattern-2.jpg'),(8222,1718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2013/06/Cup-crown-pattern-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-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:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Cup-crown-pattern-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8223,1718,'_lpr_course','1792'),(8224,1719,'_wp_attached_file','2013/06/Cup-princely-break.jpg'),(8225,1719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/06/Cup-princely-break.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-150x150.jpg\";s:5:\"width\";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:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8226,1719,'_thim_demo_content','yes'),(8227,1719,'_wp_attached_file','2013/06/Cup-princely-break.jpg'),(8228,1719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/06/Cup-princely-break.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-150x150.jpg\";s:5:\"width\";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:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Cup-princely-break-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Cup-princely-break-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8229,1719,'_lpr_course','1792'),(8230,1720,'_wp_attached_file','2013/06/Cup-princely-break-2.jpg'),(8231,1720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2013/06/Cup-princely-break-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-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:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8232,1720,'_thim_demo_content','yes'),(8233,1720,'_wp_attached_file','2013/06/Cup-princely-break-2.jpg'),(8234,1720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2013/06/Cup-princely-break-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-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:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"Cup-princely-break-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Cup-princely-break-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8235,1720,'_lpr_course','1792'),(8236,1721,'_wp_attached_file','2013/06/daham.jpg'),(8237,1721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2013/06/daham.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"daham-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"daham-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8238,1721,'_thim_demo_content','yes'),(8239,1721,'_wp_attached_file','2013/06/daham.jpg'),(8240,1721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2013/06/daham.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"daham-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"daham-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"daham-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"daham-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8241,1721,'_lpr_course','1792'),(8242,1722,'_wp_attached_file','2013/06/daham-2.jpg'),(8243,1722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/daham-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-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:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"daham-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"daham-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8244,1722,'_thim_demo_content','yes'),(8245,1722,'_wp_attached_file','2013/06/daham-2.jpg'),(8246,1722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/daham-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-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:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"daham-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"daham-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"daham-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8247,1722,'_lpr_course','1792'),(8248,1723,'_wp_attached_file','2013/06/daham-3.jpg'),(8249,1723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/daham-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"daham-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"daham-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8250,1723,'_thim_demo_content','yes'),(8251,1723,'_wp_attached_file','2013/06/daham-3.jpg'),(8252,1723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/daham-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"daham-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"daham-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"daham-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"daham-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8253,1723,'_lpr_course','1792'),(8254,1724,'_wp_attached_file','2013/06/Funka.jpg'),(8255,1724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2013/06/Funka.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Funka-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Funka-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8256,1724,'_thim_demo_content','yes'),(8257,1724,'_wp_attached_file','2013/06/Funka.jpg'),(8258,1724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2013/06/Funka.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Funka-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"Funka-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Funka-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Funka-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8259,1724,'_lpr_course','1792'),(8260,1725,'_wp_attached_file','2013/06/Funka-2.jpg'),(8261,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Funka-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-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:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Funka-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Funka-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8262,1725,'_thim_demo_content','yes'),(8263,1725,'_wp_attached_file','2013/06/Funka-2.jpg'),(8264,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2013/06/Funka-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-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:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Funka-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Funka-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Funka-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Funka-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8265,1725,'_lpr_course','1792'),(8266,1726,'_wp_attached_file','2013/06/Fursten-hutchen.jpg'),(8267,1726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Fursten-hutchen.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-150x150.jpg\";s:5:\"width\";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:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8268,1726,'_thim_demo_content','yes'),(8269,1726,'_wp_attached_file','2013/06/Fursten-hutchen.jpg'),(8270,1726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Fursten-hutchen.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-150x150.jpg\";s:5:\"width\";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:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Fursten-hutchen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Fursten-hutchen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8271,1726,'_lpr_course','1792'),(8272,1727,'_wp_attached_file','2013/06/Fursten-hutchen-2.jpg'),(8273,1727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Fursten-hutchen-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8274,1727,'_thim_demo_content','yes'),(8275,1727,'_wp_attached_file','2013/06/Fursten-hutchen-2.jpg'),(8276,1727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Fursten-hutchen-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Fursten-hutchen-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Fursten-hutchen-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8277,1727,'_lpr_course','1792'),(8278,1728,'_wp_attached_file','2013/06/Karton.jpg'),(8279,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2013/06/Karton.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"Karton-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Karton-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8280,1728,'_thim_demo_content','yes'),(8281,1728,'_wp_attached_file','2013/06/Karton.jpg'),(8282,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2013/06/Karton.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"Karton-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"Karton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Karton-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Karton-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8283,1728,'_lpr_course','1792'),(8284,1729,'_wp_attached_file','2013/06/Karton-2.jpg'),(8285,1729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Karton-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-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:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Karton-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Karton-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8286,1729,'_thim_demo_content','yes'),(8287,1729,'_wp_attached_file','2013/06/Karton-2.jpg'),(8288,1729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/Karton-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-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:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Karton-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Karton-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Karton-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Karton-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8289,1729,'_lpr_course','1792'),(8290,1730,'_wp_attached_file','2013/06/Keychains.jpg'),(8291,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Keychains.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Keychains-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Keychains-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Keychains-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Keychains-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Keychains-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8292,1730,'_thim_demo_content','yes'),(8293,1730,'_wp_attached_file','2013/06/Keychains.jpg'),(8294,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/06/Keychains.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Keychains-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Keychains-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Keychains-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"Keychains-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Keychains-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Keychains-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8295,1730,'_lpr_course','1792'),(8296,1731,'_wp_attached_file','2013/06/Keychains-2.jpg'),(8297,1731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Keychains-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-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:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Keychains-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Keychains-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Keychains-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Keychains-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Keychains-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8298,1731,'_thim_demo_content','yes'),(8299,1731,'_wp_attached_file','2013/06/Keychains-2.jpg'),(8300,1731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Keychains-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-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:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Keychains-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Keychains-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Keychains-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Keychains-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Keychains-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Keychains-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8301,1732,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich.jpg'),(8302,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2013/06/Klappkarte-Kreuzstich.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-150x150.jpg\";s:5:\"width\";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:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8303,1732,'_thim_demo_content','yes'),(8304,1732,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich.jpg'),(8305,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2013/06/Klappkarte-Kreuzstich.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-150x150.jpg\";s:5:\"width\";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:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Klappkarte-Kreuzstich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8306,1733,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich-2.jpg'),(8307,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2013/06/Klappkarte-Kreuzstich-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-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:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8308,1733,'_thim_demo_content','yes'),(8309,1733,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich-2.jpg'),(8310,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2013/06/Klappkarte-Kreuzstich-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-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:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8311,1734,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich-3.jpg'),(8312,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2013/06/Klappkarte-Kreuzstich-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8313,1734,'_thim_demo_content','yes'),(8314,1734,'_wp_attached_file','2013/06/Klappkarte-Kreuzstich-3.jpg'),(8315,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2013/06/Klappkarte-Kreuzstich-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Klappkarte-Kreuzstich-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8316,1735,'_wp_attached_file','2013/06/Luggage-tag.jpg'),(8317,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Luggage-tag.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8318,1735,'_thim_demo_content','yes'),(8319,1735,'_wp_attached_file','2013/06/Luggage-tag.jpg'),(8320,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2013/06/Luggage-tag.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Luggage-tag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Luggage-tag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8321,1736,'_wp_attached_file','2013/06/Luggage-tag-2.jpg'),(8322,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2013/06/Luggage-tag-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-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:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8323,1736,'_thim_demo_content','yes'),(8324,1736,'_wp_attached_file','2013/06/Luggage-tag-2.jpg'),(8325,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2013/06/Luggage-tag-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-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:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"Luggage-tag-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Luggage-tag-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8326,1737,'_wp_attached_file','2013/06/Princely-pencil.jpg'),(8327,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Princely-pencil.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-150x150.jpg\";s:5:\"width\";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:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8328,1737,'_thim_demo_content','yes'),(8329,1737,'_wp_attached_file','2013/06/Princely-pencil.jpg'),(8330,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Princely-pencil.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-150x150.jpg\";s:5:\"width\";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:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Princely-pencil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Princely-pencil-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8331,1738,'_wp_attached_file','2013/06/Smartphone-cases.jpg'),(8332,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2013/06/Smartphone-cases.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8333,1738,'_thim_demo_content','yes'),(8334,1738,'_wp_attached_file','2013/06/Smartphone-cases.jpg'),(8335,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2013/06/Smartphone-cases.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Smartphone-cases-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Smartphone-cases-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8336,1739,'_wp_attached_file','2013/06/Smartphone-cases-2.jpg'),(8337,1739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/06/Smartphone-cases-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8338,1739,'_thim_demo_content','yes'),(8339,1739,'_wp_attached_file','2013/06/Smartphone-cases-2.jpg'),(8340,1739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/06/Smartphone-cases-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Smartphone-cases-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Smartphone-cases-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8341,1740,'_wp_attached_file','2013/06/Princely-pencil-2.jpg'),(8342,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Princely-pencil-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8343,1740,'_thim_demo_content','yes'),(8344,1740,'_wp_attached_file','2013/06/Princely-pencil-2.jpg'),(8345,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2013/06/Princely-pencil-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Princely-pencil-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Princely-pencil-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8346,1741,'_wp_attached_file','2013/06/Wood-postcard.jpg'),(8347,1741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2013/06/Wood-postcard.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-150x150.jpg\";s:5:\"width\";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:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8348,1741,'_thim_demo_content','yes'),(8349,1741,'_wp_attached_file','2013/06/Wood-postcard.jpg'),(8350,1741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2013/06/Wood-postcard.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-150x150.jpg\";s:5:\"width\";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:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"Wood-postcard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Wood-postcard-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8351,1742,'_wp_attached_file','2013/06/Wood-postcard-2.jpg'),(8352,1742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Wood-postcard-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8353,1742,'_thim_demo_content','yes'),(8354,1742,'_wp_attached_file','2013/06/Wood-postcard-2.jpg'),(8355,1742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Wood-postcard-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8356,1743,'_wp_attached_file','2013/06/Wood-postcard-3.jpg'),(8357,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Wood-postcard-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8358,1743,'_thim_demo_content','yes'),(8359,1743,'_wp_attached_file','2013/06/Wood-postcard-3.jpg'),(8360,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2013/06/Wood-postcard-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Wood-postcard-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Wood-postcard-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8361,1748,'_wp_attached_file','2015/10/logo-top-2.png'),(8362,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:51;s:4:\"file\";s:22:\"2015/10/logo-top-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8363,1748,'_thim_demo_content','yes'),(8364,1748,'_wp_attached_file','2015/10/logo-top-2.png'),(8365,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:51;s:4:\"file\";s:22:\"2015/10/logo-top-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8366,1749,'_wp_attached_file','2015/10/logo-top-3.png'),(8367,1749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:59;s:6:\"height\";i:50;s:4:\"file\";s:22:\"2015/10/logo-top-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8368,1749,'_thim_demo_content','yes'),(8369,1749,'_wp_attached_file','2015/10/logo-top-3.png'),(8370,1749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:59;s:6:\"height\";i:50;s:4:\"file\";s:22:\"2015/10/logo-top-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8371,1769,'_wp_attached_file','2015/10/blog-2.jpg'),(8372,1769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-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:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-2-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-2-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-2-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8373,1769,'_thim_demo_content','yes'),(8374,1769,'_wp_attached_file','2015/10/blog-2.jpg'),(8375,1769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-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:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-2-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-2-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-2-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8376,1770,'_wp_attached_file','2015/10/blog-3.jpg'),(8377,1770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-3-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-3-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-3-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8378,1770,'_thim_demo_content','yes'),(8379,1770,'_wp_attached_file','2015/10/blog-3.jpg'),(8380,1770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-3-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-3-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-3-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8381,1771,'_wp_attached_file','2015/10/blog-4.jpg'),(8382,1771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-4-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-4-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-4-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8383,1771,'_thim_demo_content','yes'),(8384,1771,'_wp_attached_file','2015/10/blog-4.jpg'),(8385,1771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-4-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-4-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-4-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8386,1779,'_wp_attached_file','2015/11/learnpress-course1.jpg'),(8387,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2015/11/learnpress-course1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-150x150.jpg\";s:5:\"width\";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:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8388,1779,'_thim_demo_content','yes'),(8389,1779,'_wp_attached_file','2015/11/learnpress-course1.jpg'),(8390,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2015/11/learnpress-course1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-150x150.jpg\";s:5:\"width\";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:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"learnpress-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"learnpress-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8391,1780,'_wp_attached_file','2015/11/011.jpg'),(8392,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/011.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8393,1780,'_thim_demo_content','yes'),(8394,1780,'_wp_attached_file','2015/11/011.jpg'),(8395,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/011.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8396,1781,'_wp_attached_file','2015/11/231.jpg'),(8397,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/231.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8398,1781,'_thim_demo_content','yes'),(8399,1781,'_wp_attached_file','2015/11/231.jpg'),(8400,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/231.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"231-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8401,1782,'_wp_attached_file','2015/11/php-course1.jpg'),(8402,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2015/11/php-course1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8403,1782,'_thim_demo_content','yes'),(8404,1782,'_wp_attached_file','2015/11/php-course1.jpg'),(8405,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2015/11/php-course1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"php-course1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"php-course1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8406,1783,'_wp_attached_file','2015/11/101.jpg'),(8407,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/101.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8408,1783,'_thim_demo_content','yes'),(8409,1783,'_wp_attached_file','2015/11/101.jpg'),(8410,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/101.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"101-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"101-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8411,1785,'_wp_attached_file','2015/11/111.jpg'),(8412,1785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/111.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8413,1785,'_thim_demo_content','yes'),(8414,1785,'_wp_attached_file','2015/11/111.jpg'),(8415,1785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/111.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8416,1793,'_wp_attached_file','2015/11/081.jpg'),(8417,1793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/081.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"081-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8418,1793,'_thim_demo_content','yes'),(8419,1793,'_wp_attached_file','2015/11/081.jpg'),(8420,1793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/081.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"081-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"081-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"081-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8421,1913,'_wp_attached_file','2015/11/141.jpg'),(8422,1913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/141.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8423,1913,'_thim_demo_content','yes'),(8424,1913,'_wp_attached_file','2015/11/141.jpg'),(8425,1913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/141.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8426,2411,'_wp_attached_file','2015/11/071.jpg'),(8427,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/071.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"071-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8428,2411,'_thim_demo_content','yes'),(8429,2411,'_wp_attached_file','2015/11/071.jpg'),(8430,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/071.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"071-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"071-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8431,2413,'_wp_attached_file','2015/11/091.jpg'),(8432,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/091.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"091-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8433,2413,'_thim_demo_content','yes'),(8434,2413,'_wp_attached_file','2015/11/091.jpg'),(8435,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/091.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"091-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"091-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"091-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8436,2415,'_wp_attached_file','2015/11/061.jpg'),(8437,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/061.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"061-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8438,2415,'_thim_demo_content','yes'),(8439,2415,'_wp_attached_file','2015/11/061.jpg'),(8440,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/061.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"061-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"061-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8441,2461,'_wp_attached_file','2015/11/051.jpg'),(8442,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/051.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8443,2461,'_thim_demo_content','yes'),(8444,2461,'_wp_attached_file','2015/11/051.jpg'),(8445,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/051.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8446,2463,'_wp_attached_file','2015/11/041.jpg'),(8447,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/041.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8448,2463,'_thim_demo_content','yes'),(8449,2463,'_wp_attached_file','2015/11/041.jpg'),(8450,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2015/11/041.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"041-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"041-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8451,2788,'_wp_attached_file','2015/06/course-1.jpg'),(8452,2788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-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:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-1-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8453,2788,'_thim_demo_content','yes'),(8454,2788,'_wp_attached_file','2015/06/course-1.jpg'),(8455,2788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-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:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-1-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8456,2790,'_wp_attached_file','2015/06/course-2.jpg'),(8457,2790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-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:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-2-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8458,2790,'_thim_demo_content','yes'),(8459,2790,'_wp_attached_file','2015/06/course-2.jpg'),(8460,2790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-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:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-2-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8461,2809,'_wp_attached_file','2015/11/bg-home-2.jpg'),(8462,2809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2015/11/bg-home-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-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:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-home-2-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-home-2-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-home-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-home-2-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-home-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-home-2-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8463,2809,'_thim_demo_content','yes'),(8464,2809,'_wp_attached_file','2015/11/bg-home-2.jpg'),(8465,2809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2015/11/bg-home-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-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:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-home-2-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-home-2-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-home-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-home-2-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-home-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-home-2-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-home-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8466,2818,'_wp_attached_file','2015/11/transparent.png'),(8467,2818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2015/11/transparent.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"transparent-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:23:\"transparent-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:24:\"transparent-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"transparent-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"transparent-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"transparent-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8468,2818,'_thim_demo_content','yes'),(8469,2818,'_wp_attached_file','2015/11/transparent.png'),(8470,2818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2015/11/transparent.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"transparent-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:23:\"transparent-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:24:\"transparent-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"transparent-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"transparent-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"transparent-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8471,2822,'_wp_attached_file','2015/11/jackson.jpg'),(8472,2822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2015/11/jackson.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8473,2822,'_thim_demo_content','yes'),(8474,2822,'_wp_attached_file','2015/11/jackson.jpg'),(8475,2822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2015/11/jackson.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8476,2828,'_wp_attached_file','2015/11/anthony.jpg'),(8477,2828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2015/11/anthony.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8478,2828,'_thim_demo_content','yes'),(8479,2828,'_wp_attached_file','2015/11/anthony.jpg'),(8480,2828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2015/11/anthony.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8481,2829,'_wp_attached_file','2015/11/elsie.jpg'),(8482,2829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2015/11/elsie.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8483,2829,'_thim_demo_content','yes'),(8484,2829,'_wp_attached_file','2015/11/elsie.jpg'),(8485,2829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2015/11/elsie.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8486,2830,'_wp_attached_file','2015/11/john-doe.jpg'),(8487,2830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2015/11/john-doe.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8488,2830,'_thim_demo_content','yes'),(8489,2830,'_wp_attached_file','2015/11/john-doe.jpg'),(8490,2830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2015/11/john-doe.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8491,2831,'_wp_attached_file','2015/11/manuel.jpg'),(8492,2831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2015/11/manuel.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8493,2831,'_thim_demo_content','yes'),(8494,2831,'_wp_attached_file','2015/11/manuel.jpg'),(8495,2831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2015/11/manuel.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8496,2832,'_wp_attached_file','2015/11/peter.jpg'),(8497,2832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2015/11/peter.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8498,2832,'_thim_demo_content','yes'),(8499,2832,'_wp_attached_file','2015/11/peter.jpg'),(8500,2832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2015/11/peter.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8501,2847,'_wp_attached_file','2015/11/logo.png'),(8502,2847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2015/11/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(8503,2847,'_thim_demo_content','yes'),(8504,2847,'_wp_attached_file','2015/11/logo.png'),(8505,2847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2015/11/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(8506,2848,'_wp_attached_file','2015/11/logo-sticky.png'),(8507,2848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:23:\"2015/11/logo-sticky.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(8508,2848,'_thim_demo_content','yes'),(8509,2848,'_wp_attached_file','2015/11/logo-sticky.png'),(8510,2848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:23:\"2015/11/logo-sticky.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sticky-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(8511,2892,'_wp_attached_file','2015/11/become-teacher.jpg'),(8512,2892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:478;s:4:\"file\";s:26:\"2015/11/become-teacher.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-150x150.jpg\";s:5:\"width\";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:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"become-teacher-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"become-teacher-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"become-teacher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"become-teacher-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"become-teacher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"become-teacher-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8513,2892,'_thim_demo_content','yes'),(8514,2892,'_wp_attached_file','2015/11/become-teacher.jpg'),(8515,2892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:478;s:4:\"file\";s:26:\"2015/11/become-teacher.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-150x150.jpg\";s:5:\"width\";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:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"become-teacher-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"become-teacher-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"become-teacher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"become-teacher-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"become-teacher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"become-teacher-600x245.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"become-teacher-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8516,2904,'_wp_attached_file','2015/11/slider-1.jpg'),(8517,2904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-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:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-1-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8518,2904,'_thim_demo_content','yes'),(8519,2904,'_wp_attached_file','2015/11/slider-1.jpg'),(8520,2904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-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:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-1-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8521,2909,'_wp_attached_file','2015/11/team-4.jpg'),(8522,2909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8523,2909,'_thim_demo_content','yes'),(8524,2909,'_wp_attached_file','2015/11/team-4.jpg'),(8525,2909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8526,2917,'_wp_attached_file','2015/11/team-8.jpg'),(8527,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8528,2917,'_thim_demo_content','yes'),(8529,2917,'_wp_attached_file','2015/11/team-8.jpg'),(8530,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8531,2918,'_wp_attached_file','2015/11/team-1.jpg'),(8532,2918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8533,2918,'_thim_demo_content','yes'),(8534,2918,'_wp_attached_file','2015/11/team-1.jpg'),(8535,2918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8536,2919,'_wp_attached_file','2015/11/team-2.jpg'),(8537,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8538,2919,'_thim_demo_content','yes'),(8539,2919,'_wp_attached_file','2015/11/team-2.jpg'),(8540,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8541,2920,'_wp_attached_file','2015/11/team-6.jpg'),(8542,2920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8543,2920,'_thim_demo_content','yes'),(8544,2920,'_wp_attached_file','2015/11/team-6.jpg'),(8545,2920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8546,2921,'_wp_attached_file','2015/11/team-5.jpg'),(8547,2921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8548,2921,'_thim_demo_content','yes'),(8549,2921,'_wp_attached_file','2015/11/team-5.jpg'),(8550,2921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8551,2922,'_wp_attached_file','2015/11/team-3.jpg'),(8552,2922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8553,2922,'_thim_demo_content','yes'),(8554,2922,'_wp_attached_file','2015/11/team-3.jpg'),(8555,2922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8556,2923,'_wp_attached_file','2015/11/team-7.jpg'),(8557,2923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8558,2923,'_thim_demo_content','yes'),(8559,2923,'_wp_attached_file','2015/11/team-7.jpg'),(8560,2923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/11/team-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8561,2935,'_wp_attached_file','2015/11/bg-parallax-about-us.jpg'),(8562,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/11/bg-parallax-about-us.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-150x150.jpg\";s:5:\"width\";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:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"bg-parallax-about-us-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8563,2935,'_thim_demo_content','yes'),(8564,2935,'_wp_attached_file','2015/11/bg-parallax-about-us.jpg'),(8565,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/11/bg-parallax-about-us.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-150x150.jpg\";s:5:\"width\";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:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"bg-parallax-about-us-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"bg-parallax-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"bg-parallax-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8566,2945,'_wp_attached_file','2015/11/demo_image.jpg'),(8567,2945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2015/11/demo_image.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"demo_image-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"demo_image-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8568,2945,'_thim_demo_content','yes'),(8569,2945,'_wp_attached_file','2015/11/demo_image.jpg'),(8570,2945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2015/11/demo_image.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"demo_image-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"demo_image-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"demo_image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"demo_image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"demo_image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8571,3056,'_wp_attached_file','2015/10/blog-1.jpg'),(8572,3056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-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:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-1-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-1-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-1-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8573,3056,'_thim_demo_content','yes'),(8574,3056,'_wp_attached_file','2015/10/blog-1.jpg'),(8575,3056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2015/10/blog-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-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:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-1-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-1-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-1-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8576,3059,'_wp_attached_file','2015/11/slider-2.jpg'),(8577,3059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-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:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-2-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-2-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-2-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-2-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8578,3059,'_thim_demo_content','yes'),(8579,3059,'_wp_attached_file','2015/11/slider-2.jpg'),(8580,3059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-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:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-2-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-2-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-2-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-2-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8581,3060,'_wp_attached_file','2015/11/slider-3.jpg'),(8582,3060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-3-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-3-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-3-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-3-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8583,3060,'_thim_demo_content','yes'),(8584,3060,'_wp_attached_file','2015/11/slider-3.jpg'),(8585,3060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2015/11/slider-3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-3-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-3-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-3-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-3-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8586,3070,'_wp_attached_file','2015/06/course-3.jpg'),(8587,3070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-3-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8588,3070,'_thim_demo_content','yes'),(8589,3070,'_wp_attached_file','2015/06/course-3.jpg'),(8590,3070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-3-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8591,3077,'_wp_attached_file','2015/06/course-8.jpg'),(8592,3077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-8-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-8-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-8-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8593,3077,'_thim_demo_content','yes'),(8594,3077,'_wp_attached_file','2015/06/course-8.jpg'),(8595,3077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-8-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-8-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-8-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8596,3079,'_wp_attached_file','2015/11/course-4.jpg'),(8597,3079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/11/course-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-4-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8598,3079,'_thim_demo_content','yes'),(8599,3079,'_wp_attached_file','2015/11/course-4.jpg'),(8600,3079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/11/course-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-4-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8601,3088,'_wp_attached_file','2015/06/course-6.jpg'),(8602,3088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-6-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-6-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-6-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8603,3088,'_thim_demo_content','yes'),(8604,3088,'_wp_attached_file','2015/06/course-6.jpg'),(8605,3088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-6-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-6-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-6-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8606,3089,'_wp_attached_file','2015/06/course-7.jpg'),(8607,3089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-7-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8608,3089,'_thim_demo_content','yes'),(8609,3089,'_wp_attached_file','2015/06/course-7.jpg'),(8610,3089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-7-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8611,3098,'_wp_attached_file','2015/11/event-1.jpg'),(8612,3098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-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:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-1-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8613,3098,'_thim_demo_content','yes'),(8614,3098,'_wp_attached_file','2015/11/event-1.jpg'),(8615,3098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-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:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-1-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-1-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8616,3099,'_wp_attached_file','2015/11/event-2.jpg'),(8617,3099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-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:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-2-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8618,3099,'_thim_demo_content','yes'),(8619,3099,'_wp_attached_file','2015/11/event-2.jpg'),(8620,3099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-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:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-2-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-2-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8621,3102,'_wp_attached_file','2015/12/bg-footer.jpg'),(8622,3102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2015/12/bg-footer.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8623,3102,'_thim_demo_content','yes'),(8624,3102,'_wp_attached_file','2015/12/bg-footer.jpg'),(8625,3102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2015/12/bg-footer.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8626,3168,'_wp_attached_file','2015/12/certificate-template.jpg'),(8627,3168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:583;s:4:\"file\";s:32:\"2015/12/certificate-template.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-150x150.jpg\";s:5:\"width\";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:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"certificate-template-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"certificate-template-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"certificate-template-600x416.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"certificate-template-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"certificate-template-600x416.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8628,3168,'_thim_demo_content','yes'),(8629,3168,'_wp_attached_file','2015/12/certificate-template.jpg'),(8630,3168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:583;s:4:\"file\";s:32:\"2015/12/certificate-template.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-150x150.jpg\";s:5:\"width\";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:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"certificate-template-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:32:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"certificate-template-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"certificate-template-600x416.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"certificate-template-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"certificate-template-600x416.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"certificate-template-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8631,3175,'_wp_attached_file','2015/12/imgpsh_fullsize.jpeg'),(8632,3175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:28:\"2015/12/imgpsh_fullsize.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-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:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-768x543.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"imgpsh_fullsize-1024x724.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-600x424.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-600x424.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8633,3175,'_thim_demo_content','yes'),(8634,3175,'_wp_attached_file','2015/12/imgpsh_fullsize.jpeg'),(8635,3175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:28:\"2015/12/imgpsh_fullsize.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-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:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-768x543.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"imgpsh_fullsize-1024x724.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x212.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-600x424.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"imgpsh_fullsize-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-600x424.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"imgpsh_fullsize-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8636,3181,'_wp_attached_file','2015/12/eduma.png'),(8637,3181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:17:\"2015/12/eduma.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"eduma-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"eduma-1024x724.png\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"eduma-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"eduma-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"eduma-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"eduma-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8638,3181,'_thim_demo_content','yes'),(8639,3181,'_wp_attached_file','2015/12/eduma.png'),(8640,3181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:17:\"2015/12/eduma.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"eduma-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"eduma-1024x724.png\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"eduma-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"eduma-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"eduma-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"eduma-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"eduma-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8641,3186,'_wp_attached_file','2015/12/Untitled.png'),(8642,3186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1192;s:6:\"height\";i:732;s:4:\"file\";s:20:\"2015/12/Untitled.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-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:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Untitled-768x472.png\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Untitled-1024x629.png\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Untitled-600x368.png\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Untitled-600x368.png\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8643,3186,'_thim_demo_content','yes'),(8644,3186,'_wp_attached_file','2015/12/Untitled.png'),(8645,3186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1192;s:6:\"height\";i:732;s:4:\"file\";s:20:\"2015/12/Untitled.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-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:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Untitled-768x472.png\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Untitled-1024x629.png\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Untitled-600x368.png\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"Untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Untitled-600x368.png\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8646,3203,'_wp_attached_file','2015/12/Eduma-learnling.mp4'),(8647,3203,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2141640;s:8:\"filesize\";i:3073838;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:11;s:16:\"length_formatted\";s:4:\"0:11\";s:5:\"width\";i:1920;s:6:\"height\";i:1088;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1439018496;}'),(8648,3203,'_thim_demo_content','yes'),(8649,3203,'_wp_attached_file','2015/12/Eduma-learnling.mp4'),(8650,3203,'_wp_attachment_metadata','a:9:{s:7:\"bitrate\";i:2141640;s:8:\"filesize\";i:3073838;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:11;s:16:\"length_formatted\";s:4:\"0:11\";s:5:\"width\";i:1920;s:6:\"height\";i:1088;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";}'),(8651,3206,'_wp_attached_file','2015/12/bg-video.png'),(8652,3206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/12/bg-video.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-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:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-video-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-video-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x221.png\";s:5:\"width\";i:600;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x221.png\";s:5:\"width\";i:600;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8653,3206,'_thim_demo_content','yes'),(8654,3206,'_wp_attached_file','2015/12/bg-video.png'),(8655,3206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/12/bg-video.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-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:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-video-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-video-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x221.png\";s:5:\"width\";i:600;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x221.png\";s:5:\"width\";i:600;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8656,3234,'_wp_attached_file','2015/11/course-9.jpg'),(8657,3234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/11/course-9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-9-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-9-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-9-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8658,3234,'_thim_demo_content','yes'),(8659,3234,'_wp_attached_file','2015/11/course-9.jpg'),(8660,3234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/11/course-9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-9-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-9-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-9-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8661,3237,'_wp_attached_file','2015/06/course-12.jpg'),(8662,3237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/06/course-12.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-12-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-12-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-12-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8663,3237,'_thim_demo_content','yes'),(8664,3237,'_wp_attached_file','2015/06/course-12.jpg'),(8665,3237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/06/course-12.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-12-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-12-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-12-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8666,3282,'_wp_attached_file','2015/06/course-5.jpg'),(8667,3282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-5-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-5-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-5-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8668,3282,'_thim_demo_content','yes'),(8669,3282,'_wp_attached_file','2015/06/course-5.jpg'),(8670,3282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/06/course-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"course-5-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"course-5-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"course-5-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8671,3284,'_wp_attached_file','2015/06/course-11.jpg'),(8672,3284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/06/course-11.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-11-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-11-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-11-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8673,3284,'_thim_demo_content','yes'),(8674,3284,'_wp_attached_file','2015/06/course-11.jpg'),(8675,3284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/06/course-11.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-11-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-11-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-11-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8676,3313,'_wp_attached_file','2015/12/course-16.jpg'),(8677,3313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/12/course-16.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-16-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-16-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-16-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8678,3313,'_thim_demo_content','yes'),(8679,3313,'_wp_attached_file','2015/12/course-16.jpg'),(8680,3313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/12/course-16.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-16-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-16-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-16-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8681,3317,'_wp_attached_file','2015/12/course-10.jpg'),(8682,3317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/12/course-10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-10-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-10-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-10-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8683,3317,'_thim_demo_content','yes'),(8684,3317,'_wp_attached_file','2015/12/course-10.jpg'),(8685,3317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/12/course-10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"course-10-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"course-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"course-10-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"course-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"course-10-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"course-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8686,3384,'_wp_attached_file','2015/12/ad.jpg'),(8687,3384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:359;s:4:\"file\";s:14:\"2015/12/ad.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"ad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"ad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8688,3384,'_thim_demo_content','yes'),(8689,3384,'_wp_attached_file','2015/12/ad.jpg'),(8690,3384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:359;s:4:\"file\";s:14:\"2015/12/ad.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"ad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"ad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"ad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8691,3387,'_wp_attached_file','2015/12/bg-page.jpg'),(8692,3387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/12/bg-page.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"bg-page-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"bg-page-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"bg-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"bg-page-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"bg-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"bg-page-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8693,3387,'_thim_demo_content','yes'),(8694,3387,'_wp_attached_file','2015/12/bg-page.jpg'),(8695,3387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/12/bg-page.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"bg-page-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"bg-page-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-page-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"bg-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"bg-page-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"bg-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"bg-page-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8696,3390,'_wp_attached_file','2015/12/1.jpg'),(8697,3390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8698,3390,'_thim_demo_content','yes'),(8699,3390,'_wp_attached_file','2015/12/1.jpg'),(8700,3390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8701,3391,'_wp_attached_file','2015/12/2.jpg'),(8702,3391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"2-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8703,3391,'_thim_demo_content','yes'),(8704,3391,'_wp_attached_file','2015/12/2.jpg'),(8705,3391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"2-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8706,3392,'_wp_attached_file','2015/12/3.jpg'),(8707,3392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"3-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"3-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8708,3392,'_thim_demo_content','yes'),(8709,3392,'_wp_attached_file','2015/12/3.jpg'),(8710,3392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"3-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"3-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8711,3393,'_wp_attached_file','2015/12/4.jpg'),(8712,3393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"4-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8713,3393,'_thim_demo_content','yes'),(8714,3393,'_wp_attached_file','2015/12/4.jpg'),(8715,3393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"4-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8716,3394,'_wp_attached_file','2015/12/5.jpg'),(8717,3394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"5-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"5-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8718,3394,'_thim_demo_content','yes'),(8719,3394,'_wp_attached_file','2015/12/5.jpg'),(8720,3394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"5-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"5-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8721,3395,'_wp_attached_file','2015/12/7.jpg'),(8722,3395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/7.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"7-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"7-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8723,3395,'_thim_demo_content','yes'),(8724,3395,'_wp_attached_file','2015/12/7.jpg'),(8725,3395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/7.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"7-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"7-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8726,3396,'_wp_attached_file','2015/12/6.jpg'),(8727,3396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"6-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"6-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8728,3396,'_thim_demo_content','yes'),(8729,3396,'_wp_attached_file','2015/12/6.jpg'),(8730,3396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"6-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"6-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"6-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8731,3397,'_wp_attached_file','2015/12/8.jpg'),(8732,3397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/8.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"8-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"8-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8733,3397,'_thim_demo_content','yes'),(8734,3397,'_wp_attached_file','2015/12/8.jpg'),(8735,3397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2015/12/8.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:12:\"8-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"8-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"8-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8736,3418,'_wp_attached_file','2015/12/hero_slide_2.jpg'),(8737,3418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2015/12/hero_slide_2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_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:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8738,3418,'_thim_demo_content','yes'),(8739,3418,'_wp_attached_file','2015/12/hero_slide_2.jpg'),(8740,3418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2015/12/hero_slide_2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_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:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8741,3419,'_wp_attached_file','2015/12/hero_slide_3.jpg'),(8742,3419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2015/12/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8743,3419,'_thim_demo_content','yes'),(8744,3419,'_wp_attached_file','2015/12/hero_slide_3.jpg'),(8745,3419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2015/12/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8746,6876,'_wp_attached_file','2015/06/pdf-test.pdf'),(8747,6876,'_wp_attached_file','2015/06/New-Text-Document.doc'),(8748,6876,'_wp_attached_file','2016/01/HR.docx'),(8749,3670,'_wp_attached_file','2016/01/intructor-account.jpg'),(8750,3670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2016/01/intructor-account.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-150x150.jpg\";s:5:\"width\";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:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"intructor-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"intructor-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8751,3670,'_thim_demo_content','yes'),(8752,3670,'_wp_attached_file','2016/01/intructor-account.jpg'),(8753,3670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2016/01/intructor-account.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-150x150.jpg\";s:5:\"width\";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:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"intructor-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"intructor-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"intructor-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8754,3671,'_wp_attached_file','2016/01/learner-account.jpg'),(8755,3671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2016/01/learner-account.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-150x150.jpg\";s:5:\"width\";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:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"learner-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"learner-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8756,3671,'_thim_demo_content','yes'),(8757,3671,'_wp_attached_file','2016/01/learner-account.jpg'),(8758,3671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2016/01/learner-account.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-150x150.jpg\";s:5:\"width\";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:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"learner-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"learner-account-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"learner-account-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8759,3683,'_wp_attached_file','2015/10/maker-map.png'),(8760,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:117;s:4:\"file\";s:21:\"2015/10/maker-map.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"maker-map-91x100.png\";s:5:\"width\";i:91;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"maker-map-91x100.png\";s:5:\"width\";i:91;s:6:\"height\";i:100;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:{}}}'),(8761,3683,'_thim_demo_content','yes'),(8762,3683,'_wp_attached_file','2015/10/maker-map.png'),(8763,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:117;s:4:\"file\";s:21:\"2015/10/maker-map.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"maker-map-91x100.png\";s:5:\"width\";i:91;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"maker-map-91x100.png\";s:5:\"width\";i:91;s:6:\"height\";i:100;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:{}}}'),(8764,3701,'_wp_attached_file','2015/11/event-7.jpg'),(8765,3701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-7-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8766,3701,'_thim_demo_content','yes'),(8767,3701,'_wp_attached_file','2015/11/event-7.jpg'),(8768,3701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-7-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-7-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8769,3702,'_wp_attached_file','2015/11/event-4.jpg'),(8770,3702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-4-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8771,3702,'_thim_demo_content','yes'),(8772,3702,'_wp_attached_file','2015/11/event-4.jpg'),(8773,3702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/11/event-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-4-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-4-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8774,3703,'_wp_attached_file','2015/12/event-3.jpg'),(8775,3703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/12/event-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-3-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8776,3703,'_thim_demo_content','yes'),(8777,3703,'_wp_attached_file','2015/12/event-3.jpg'),(8778,3703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2015/12/event-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"event-3-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"event-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"event-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"event-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"event-3-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"event-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8779,3704,'_wp_attached_file','2016/01/blog-5.jpg'),(8780,3704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-5-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-5-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-5-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8781,3704,'_thim_demo_content','yes'),(8782,3704,'_wp_attached_file','2016/01/blog-5.jpg'),(8783,3704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-5-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-5-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-5-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8784,3706,'_wp_attached_file','2016/01/blog-6.jpg'),(8785,3706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-6-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-6-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-6-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8786,3706,'_thim_demo_content','yes'),(8787,3706,'_wp_attached_file','2016/01/blog-6.jpg'),(8788,3706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-6-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-6-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-6-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8789,3711,'_wp_attached_file','2016/01/blog-8.jpg'),(8790,3711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-8-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-8-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-8-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8791,3711,'_thim_demo_content','yes'),(8792,3711,'_wp_attached_file','2016/01/blog-8.jpg'),(8793,3711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-8-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-8-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-8-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8794,3712,'_wp_attached_file','2016/01/blog-7.jpg'),(8795,3712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-7-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-7-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-7-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8796,3712,'_thim_demo_content','yes'),(8797,3712,'_wp_attached_file','2016/01/blog-7.jpg'),(8798,3712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-7-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-7-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-7-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8799,3714,'_wp_attached_file','2016/01/blog-9.jpg'),(8800,3714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-9-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-9-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-9-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8801,3714,'_thim_demo_content','yes'),(8802,3714,'_wp_attached_file','2016/01/blog-9.jpg'),(8803,3714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:445;s:4:\"file\";s:18:\"2016/01/blog-9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog-9-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"blog-9-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"blog-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"blog-9-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8804,3750,'_wp_attached_file','2016/01/top-slider.jpg'),(8805,3750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2016/01/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-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:22:\"top-slider-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:23:\"top-slider-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8806,3750,'_thim_demo_content','yes'),(8807,3750,'_wp_attached_file','2016/01/top-slider.jpg'),(8808,3750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2016/01/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-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:22:\"top-slider-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:23:\"top-slider-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8809,3752,'_wp_attached_file','2016/01/hero_slide_2.jpg'),(8810,3752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/01/hero_slide_2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_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:24:\"hero_slide_2-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:24:\"hero_slide_2-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:25:\"hero_slide_2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8811,3752,'_thim_demo_content','yes'),(8812,3752,'_wp_attached_file','2016/01/hero_slide_2.jpg'),(8813,3752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/01/hero_slide_2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_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:24:\"hero_slide_2-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:24:\"hero_slide_2-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:25:\"hero_slide_2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8814,3845,'_wp_attached_file','2016/01/kids-1093758_1920.jpg'),(8815,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2016/01/kids-1093758_1920.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-150x150.jpg\";s:5:\"width\";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:\"kids-1093758_1920-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:29:\"kids-1093758_1920-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:30:\"kids-1093758_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"kids-1093758_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"kids-1093758_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8816,3845,'_thim_demo_content','yes'),(8817,3845,'_wp_attached_file','2016/01/kids-1093758_1920.jpg'),(8818,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2016/01/kids-1093758_1920.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-150x150.jpg\";s:5:\"width\";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:\"kids-1093758_1920-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:29:\"kids-1093758_1920-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:30:\"kids-1093758_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"kids-1093758_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"kids-1093758_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"kids-1093758_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8819,3846,'_wp_attached_file','2016/01/globe-967305_1920.jpg'),(8820,3846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1369;s:4:\"file\";s:29:\"2016/01/globe-967305_1920.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-150x150.jpg\";s:5:\"width\";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:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"globe-967305_1920-1024x730.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"globe-967305_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"globe-967305_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8821,3846,'_thim_demo_content','yes'),(8822,3846,'_wp_attached_file','2016/01/globe-967305_1920.jpg'),(8823,3846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1369;s:4:\"file\";s:29:\"2016/01/globe-967305_1920.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-150x150.jpg\";s:5:\"width\";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:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"globe-967305_1920-1024x730.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"globe-967305_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"globe-967305_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"globe-967305_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8824,3860,'_wp_attached_file','2016/01/01.jpg'),(8825,3860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:14:\"2016/01/01.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"01-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:14:\"01-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:15:\"01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:14:\"01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"01-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"01-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8826,3860,'_thim_demo_content','yes'),(8827,3860,'_wp_attached_file','2016/01/01.jpg'),(8828,3860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:14:\"2016/01/01.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"01-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:14:\"01-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:15:\"01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:14:\"01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"01-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"01-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8829,3861,'_wp_attached_file','2016/01/logo01-e1454016875444.png'),(8830,3861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5;s:6:\"height\";i:3;s:4:\"file\";s:33:\"2016/01/logo01-e1454016875444.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8831,3861,'_thim_demo_content','yes'),(8832,3861,'_wp_attached_file','2016/01/logo01-e1454016875444.png'),(8833,3861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5;s:6:\"height\";i:3;s:4:\"file\";s:33:\"2016/01/logo01-e1454016875444.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8834,3861,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:745;s:6:\"height\";i:1053;s:4:\"file\";s:10:\"logo01.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"logo01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:18:\"logo01-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:19:\"logo01-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"logo01-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:18:\"logo01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:18:\"logo01-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:18:\"logo01-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1454016875444\";a:3:{s:5:\"width\";i:92;s:6:\"height\";i:57;s:4:\"file\";s:25:\"logo01-e1454016799102.png\";}}'),(8835,3872,'_wp_attached_file','2016/01/hero_slide_3.jpg'),(8836,3872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2016/01/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8837,3872,'_thim_demo_content','yes'),(8838,3872,'_wp_attached_file','revslider/home-page/hero_slide_3.jpg'),(8839,3872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:24:\"2016/01/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hero_slide_3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8840,3873,'_wp_attached_file','2016/01/slide_5.jpg'),(8841,3873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2016/01/slide_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_5-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:19:\"slide_5-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:20:\"slide_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8842,3873,'_thim_demo_content','yes'),(8843,3873,'_wp_attached_file','revslider/home-page/slide_5.jpg'),(8844,3873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2016/01/slide_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_5-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:19:\"slide_5-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:20:\"slide_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8845,3966,'_wp_attached_file','2016/02/hero_slide_3.jpg'),(8846,3966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/02/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-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:24:\"hero_slide_3-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:25:\"hero_slide_3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8847,3966,'_thim_demo_content','yes'),(8848,3966,'_wp_attached_file','2016/02/hero_slide_3.jpg'),(8849,3966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/02/hero_slide_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-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:24:\"hero_slide_3-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:25:\"hero_slide_3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hero_slide_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"hero_slide_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8850,3967,'_wp_attached_file','2016/02/slide_5.jpg'),(8851,3967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2016/02/slide_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_5-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:19:\"slide_5-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:20:\"slide_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8852,3967,'_thim_demo_content','yes'),(8853,3967,'_wp_attached_file','2016/02/slide_5.jpg'),(8854,3967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2016/02/slide_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_5-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:19:\"slide_5-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:20:\"slide_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slide_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8855,3968,'_wp_attached_file','2016/02/top-slider.jpg'),(8856,3968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2016/02/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-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:22:\"top-slider-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:23:\"top-slider-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8857,3968,'_thim_demo_content','yes'),(8858,3968,'_wp_attached_file','2016/02/top-slider.jpg'),(8859,3968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2016/02/top-slider.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-150x150.jpg\";s:5:\"width\";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:\"top-slider-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:22:\"top-slider-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:23:\"top-slider-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-slider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-slider-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-slider-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8860,4273,'_wp_attached_file','2016/02/11695945_926594224064699_3490818432882818536_n.png'),(8861,4273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:636;s:4:\"file\";s:58:\"2016/02/11695945_926594224064699_3490818432882818536_n.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-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:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-600x398.png\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-600x398.png\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8862,4273,'_thim_demo_content','yes'),(8863,4273,'_wp_attached_file','2016/02/11695945_926594224064699_3490818432882818536_n.png'),(8864,4273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:636;s:4:\"file\";s:58:\"2016/02/11695945_926594224064699_3490818432882818536_n.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-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:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-600x398.png\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-600x398.png\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"11695945_926594224064699_3490818432882818536_n-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8865,4385,'_wp_attached_file','2016/02/megamenu.jpg'),(8866,4385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:252;s:6:\"height\";i:359;s:4:\"file\";s:20:\"2016/02/megamenu.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"megamenu-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"megamenu-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8867,4385,'_thim_demo_content','yes'),(8868,4385,'_wp_attached_file','2016/02/megamenu.jpg'),(8869,4385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:252;s:6:\"height\";i:359;s:4:\"file\";s:20:\"2016/02/megamenu.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"megamenu-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"megamenu-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"megamenu-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8870,4411,'_wp_attached_file','2016/03/book-1.jpg'),(8871,4411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-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:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"book-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8872,4411,'_thim_demo_content','yes'),(8873,4411,'_wp_attached_file','2016/03/book-1.jpg'),(8874,4411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-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:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"book-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8875,4414,'_wp_attached_file','2016/03/book-2.jpg'),(8876,4414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-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:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"book-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8877,4414,'_thim_demo_content','yes'),(8878,4414,'_wp_attached_file','2016/03/book-2.jpg'),(8879,4414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-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:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"book-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8880,4418,'_wp_attached_file','2016/03/book-5.jpg'),(8881,4418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-5-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:18:\"book-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8882,4418,'_thim_demo_content','yes'),(8883,4418,'_wp_attached_file','2016/03/book-5.jpg'),(8884,4418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-5-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:18:\"book-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8885,4419,'_wp_attached_file','2016/03/book-4.jpg'),(8886,4419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-4-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:18:\"book-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8887,4419,'_thim_demo_content','yes'),(8888,4419,'_wp_attached_file','2016/03/book-4.jpg'),(8889,4419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-4-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:18:\"book-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8890,4422,'_wp_attached_file','2016/03/portfolio-course.jpg'),(8891,4422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:28:\"2016/03/portfolio-course.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-course-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:28:\"portfolio-course-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"portfolio-course-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-course-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-course-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8892,4422,'_thim_demo_content','yes'),(8893,4422,'_wp_attached_file','2016/03/portfolio-course.jpg'),(8894,4422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:28:\"2016/03/portfolio-course.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-course-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:28:\"portfolio-course-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:28:\"portfolio-course-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-course-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-course-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8895,4423,'_wp_attached_file','2016/03/portfolio-course-3.jpg'),(8896,4423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:30:\"2016/03/portfolio-course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-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:30:\"portfolio-course-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"portfolio-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"portfolio-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8897,4423,'_thim_demo_content','yes'),(8898,4423,'_wp_attached_file','2016/03/portfolio-course-3.jpg'),(8899,4423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:30:\"2016/03/portfolio-course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-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:30:\"portfolio-course-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"portfolio-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"portfolio-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8900,4427,'_wp_attached_file','2016/03/book-3.jpg'),(8901,4427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:18:\"2016/03/book-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-3-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:18:\"book-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8902,4427,'_thim_demo_content','yes'),(8903,4427,'_wp_attached_file','2016/03/book-3.jpg'),(8904,4427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:18:\"2016/03/book-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-3-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:18:\"book-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8905,4429,'_wp_attached_file','2016/03/portfolio-course-5.jpg'),(8906,4429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:30:\"2016/03/portfolio-course-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-150x150.jpg\";s:5:\"width\";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:\"portfolio-course-5-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:30:\"portfolio-course-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8907,4429,'_thim_demo_content','yes'),(8908,4429,'_wp_attached_file','2016/03/portfolio-course-5.jpg'),(8909,4429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:30:\"2016/03/portfolio-course-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-150x150.jpg\";s:5:\"width\";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:\"portfolio-course-5-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:30:\"portfolio-course-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"portfolio-course-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"portfolio-course-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8910,4435,'_wp_attached_file','2016/03/presentation-3.jpg'),(8911,4435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2016/03/presentation-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"presentation-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"presentation-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"presentation-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"presentation-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"presentation-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8912,4435,'_thim_demo_content','yes'),(8913,4435,'_wp_attached_file','2016/03/presentation-3.jpg'),(8914,4435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2016/03/presentation-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"presentation-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"presentation-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"presentation-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"presentation-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"presentation-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8915,4436,'_wp_attached_file','2016/03/presentation-2.jpg'),(8916,4436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2016/03/presentation-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-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:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"presentation-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"presentation-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"presentation-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8917,4436,'_thim_demo_content','yes'),(8918,4436,'_wp_attached_file','2016/03/presentation-2.jpg'),(8919,4436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2016/03/presentation-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-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:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"presentation-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"presentation-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"presentation-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"presentation-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"presentation-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8920,4443,'_wp_attached_file','2016/03/book-6.jpg'),(8921,4443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-6-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:18:\"book-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8922,4443,'_thim_demo_content','yes'),(8923,4443,'_wp_attached_file','2016/03/book-6.jpg'),(8924,4443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:18:\"2016/03/book-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"book-6-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:18:\"book-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:18:\"book-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"book-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"book-6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"book-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"book-6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"book-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8925,5730,'_wp_attached_file','2016/04/bg-video.jpg'),(8926,5730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2016/04/bg-video.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-video-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-video-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x206.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x206.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8927,5730,'_thim_demo_content','yes'),(8928,5730,'_wp_attached_file','revslider/home-page-video/bg-video.jpg'),(8929,5730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2016/04/bg-video.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bg-video-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-video-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x206.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bg-video-600x206.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8930,5731,'_wp_attached_file','2016/04/Eduma-learnling.mp4'),(8931,5731,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2141640;s:8:\"filesize\";i:3073838;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:11;s:16:\"length_formatted\";s:4:\"0:11\";s:5:\"width\";i:1920;s:6:\"height\";i:1088;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1439018496;}'),(8932,5731,'_thim_demo_content','yes'),(8933,5731,'_wp_attached_file','revslider/home-page-video/Eduma-learnling.mp4'),(8934,5736,'_wp_attached_file','2016/04/eduma-certificate.png'),(8935,5736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:29:\"2016/04/eduma-certificate.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"eduma-certificate-1024x724.png\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"eduma-certificate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"eduma-certificate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8936,5736,'_thim_demo_content','yes'),(8937,5736,'_wp_attached_file','2016/04/eduma-certificate.png'),(8938,5736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:29:\"2016/04/eduma-certificate.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"eduma-certificate-1024x724.png\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"eduma-certificate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"eduma-certificate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-600x424.png\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"eduma-certificate-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8939,5841,'_wp_attached_file','2015/10/bg_register_now.jpg'),(8940,5841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:790;s:4:\"file\";s:27:\"2015/10/bg_register_now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-150x150.jpg\";s:5:\"width\";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:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg_register_now-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg_register_now-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg_register_now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg_register_now-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg_register_now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg_register_now-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8941,5841,'_thim_demo_content','yes'),(8942,5841,'_wp_attached_file','2015/10/bg_register_now.jpg'),(8943,5841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:790;s:4:\"file\";s:27:\"2015/10/bg_register_now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-150x150.jpg\";s:5:\"width\";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:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg_register_now-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg_register_now-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:27:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg_register_now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"bg_register_now-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"bg_register_now-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"bg_register_now-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"bg_register_now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8944,5854,'_wp_attached_file','2015/10/bg_lastest_new.jpg'); INSERT INTO `codingal_postmeta` VALUES (8945,5854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:790;s:4:\"file\";s:26:\"2015/10/bg_lastest_new.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-150x150.jpg\";s:5:\"width\";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:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg_lastest_new-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"bg_lastest_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"bg_lastest_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8946,5854,'_thim_demo_content','yes'),(8947,5854,'_wp_attached_file','2015/10/bg_lastest_new.jpg'),(8948,5854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:790;s:4:\"file\";s:26:\"2015/10/bg_lastest_new.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-150x150.jpg\";s:5:\"width\";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:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg_lastest_new-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"bg_lastest_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"bg_lastest_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_lastest_new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8949,6071,'_wp_attached_file','2016/04/Screen-Shot-2016-04-20-at-9.55.39-AM.png'),(8950,6071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:491;s:4:\"file\";s:48:\"2016/04/Screen-Shot-2016-04-20-at-9.55.39-AM.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8951,6071,'_thim_demo_content','yes'),(8952,6071,'_wp_attached_file','2016/04/Screen-Shot-2016-04-20-at-9.55.39-AM.png'),(8953,6071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:491;s:4:\"file\";s:48:\"2016/04/Screen-Shot-2016-04-20-at-9.55.39-AM.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-204x300.png\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-20-at-9.55.39-AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8954,6093,'_wp_attached_file','2016/04/Mezei_filozofia_holokauszt.docx'),(8955,6093,'_thim_demo_content','yes'),(8956,6093,'_wp_attached_file','2016/04/Mezei_filozofia_holokauszt.docx'),(8957,6094,'_wp_attached_file','2016/04/holokauszt_eloadas_febr26.docx'),(8958,6094,'_thim_demo_content','yes'),(8959,6094,'_wp_attached_file','2016/04/holokauszt_eloadas_febr26.docx'),(8960,6141,'_wp_attached_file','2016/04/bg_lastest_new-300x148.jpg'),(8961,6141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:148;s:4:\"file\";s:34:\"2016/04/bg_lastest_new-300x148.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-150x148.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8962,6141,'_thim_demo_content','yes'),(8963,6141,'_wp_attached_file','2016/04/bg_lastest_new-300x148.jpg'),(8964,6141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:148;s:4:\"file\";s:34:\"2016/04/bg_lastest_new-300x148.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-150x148.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"bg_lastest_new-300x148-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8965,6141,'_wp_attachment_image_alt','test'),(8966,6608,'_wp_attached_file','2015/07/kid-course-6.jpg'),(8967,6608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-6-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:24:\"kid-course-6-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-6-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-6-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-6-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8968,6608,'_thim_demo_content','yes'),(8969,6608,'_wp_attached_file','2015/07/kid-course-6.jpg'),(8970,6608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-6-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:24:\"kid-course-6-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-6-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-6-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-6-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8971,6609,'_wp_attached_file','2015/07/kid-course-1.jpg'),(8972,6609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-1-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:24:\"kid-course-1-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8973,6609,'_thim_demo_content','yes'),(8974,6609,'_wp_attached_file','2015/07/kid-course-1.jpg'),(8975,6609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-1-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:24:\"kid-course-1-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8976,6610,'_wp_attached_file','2015/07/kid-course-2.jpg'),(8977,6610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-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:24:\"kid-course-2-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:24:\"kid-course-2-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-2-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-2-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-2-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8978,6610,'_thim_demo_content','yes'),(8979,6610,'_wp_attached_file','2015/07/kid-course-2.jpg'),(8980,6610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-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:24:\"kid-course-2-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:24:\"kid-course-2-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-2-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-2-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-2-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8981,6611,'_wp_attached_file','2015/07/kid-course-3.jpg'),(8982,6611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-3-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:24:\"kid-course-3-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-3-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-3-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8983,6611,'_thim_demo_content','yes'),(8984,6611,'_wp_attached_file','2015/07/kid-course-3.jpg'),(8985,6611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-3-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:24:\"kid-course-3-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-3-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-3-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8986,6612,'_wp_attached_file','2015/07/kid-course-4.jpg'),(8987,6612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-4-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:24:\"kid-course-4-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-4-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-4-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-4-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8988,6612,'_thim_demo_content','yes'),(8989,6612,'_wp_attached_file','2015/07/kid-course-4.jpg'),(8990,6612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/07/kid-course-4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kid-course-4-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:24:\"kid-course-4-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:24:\"kid-course-4-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kid-course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"kid-course-4-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"kid-course-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"kid-course-4-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kid-course-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8991,6616,'_wp_attached_file','2016/03/presentaion-1.jpg'),(8992,6616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2016/03/presentaion-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"presentaion-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"presentaion-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"presentaion-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"presentaion-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"presentaion-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8993,6616,'_thim_demo_content','yes'),(8994,6616,'_wp_attached_file','2016/03/presentaion-1.jpg'),(8995,6616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2016/03/presentaion-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"presentaion-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"presentaion-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"presentaion-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"presentaion-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"presentaion-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"presentaion-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8996,6702,'_wp_attached_file','2016/08/slider-6.jpg'),(8997,6702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2016/08/slider-6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-6-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:20:\"slider-6-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:21:\"slider-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8998,6702,'_thim_demo_content','yes'),(8999,6702,'_wp_attached_file','revslider/home-university/slider-6.jpg'),(9000,6702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2016/08/slider-6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-6-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:20:\"slider-6-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:21:\"slider-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"slider-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slider-6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slider-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slider-6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9001,6703,'_wp_attached_file','2016/08/hero_slider_4.jpg'),(9002,6703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2016/08/hero_slider_4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-150x150.jpg\";s:5:\"width\";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:\"hero_slider_4-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:25:\"hero_slider_4-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:26:\"hero_slider_4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hero_slider_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"hero_slider_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9003,6703,'_thim_demo_content','yes'),(9004,6703,'_wp_attached_file','revslider/home-university/hero_slider_4.jpg'),(9005,6703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2016/08/hero_slider_4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-150x150.jpg\";s:5:\"width\";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:\"hero_slider_4-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:25:\"hero_slider_4-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:26:\"hero_slider_4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hero_slider_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"hero_slider_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9006,6704,'_wp_attached_file','2016/08/hero_slider_5.jpg'),(9007,6704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2016/08/hero_slider_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-150x150.jpg\";s:5:\"width\";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:\"hero_slider_5-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:25:\"hero_slider_5-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:26:\"hero_slider_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hero_slider_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"hero_slider_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9008,6704,'_thim_demo_content','yes'),(9009,6704,'_wp_attached_file','revslider/home-university/hero_slider_5.jpg'),(9010,6704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2016/08/hero_slider_5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-150x150.jpg\";s:5:\"width\";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:\"hero_slider_5-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:25:\"hero_slider_5-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:26:\"hero_slider_5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hero_slider_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"hero_slider_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hero_slider_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9011,6705,'_wp_attached_file','2016/08/university.jpg'),(9012,6705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:190;s:4:\"file\";s:22:\"2016/08/university.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"university-150x150.jpg\";s:5:\"width\";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:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"university-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"university-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9013,6705,'_thim_demo_content','yes'),(9014,6705,'_wp_attached_file','2016/08/university.jpg'),(9015,6705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:190;s:4:\"file\";s:22:\"2016/08/university.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"university-150x150.jpg\";s:5:\"width\";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:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"university-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"university-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"university-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9016,6707,'_wp_attached_file','2016/08/bg_banner_3.jpg'),(9017,6707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2016/08/bg_banner_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg_banner_3-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"bg_banner_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-600x263.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"bg_banner_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-600x263.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9018,6707,'_thim_demo_content','yes'),(9019,6707,'_wp_attached_file','2016/08/bg_banner_3.jpg'),(9020,6707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2016/08/bg_banner_3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg_banner_3-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"bg_banner_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-600x263.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"bg_banner_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-600x263.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_banner_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9021,6713,'_wp_attached_file','2016/08/bg-buy-now.jpg'),(9022,6713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2016/08/bg-buy-now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-768x98.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-buy-now-1024x131.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-buy-now-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-600x77.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"bg-buy-now-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-600x77.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9023,6713,'_thim_demo_content','yes'),(9024,6713,'_wp_attached_file','2016/08/bg-buy-now.jpg'),(9025,6713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2016/08/bg-buy-now.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-768x98.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-buy-now-1024x131.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-buy-now-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-600x77.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"bg-buy-now-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-buy-now-600x77.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-buy-now-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9026,6717,'_wp_attached_file','2016/08/partner-1.png'),(9027,6717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9028,6717,'_thim_demo_content','yes'),(9029,6717,'_wp_attached_file','2016/08/partner-1.png'),(9030,6717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9031,6718,'_wp_attached_file','2016/08/partner-2.png'),(9032,6718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9033,6718,'_thim_demo_content','yes'),(9034,6718,'_wp_attached_file','2016/08/partner-2.png'),(9035,6718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9036,6719,'_wp_attached_file','2016/08/partner-3.png'),(9037,6719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9038,6719,'_thim_demo_content','yes'),(9039,6719,'_wp_attached_file','2016/08/partner-3.png'),(9040,6719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9041,6720,'_wp_attached_file','2016/08/partner-4.png'),(9042,6720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9043,6720,'_thim_demo_content','yes'),(9044,6720,'_wp_attached_file','2016/08/partner-4.png'),(9045,6720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9046,6721,'_wp_attached_file','2016/08/partner-5.png'),(9047,6721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9048,6721,'_thim_demo_content','yes'),(9049,6721,'_wp_attached_file','2016/08/partner-5.png'),(9050,6721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/08/partner-5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"partner-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9051,6722,'_wp_attached_file','2016/08/partner-1-1.png'),(9052,6722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2016/08/partner-1-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9053,6722,'_thim_demo_content','yes'),(9054,6722,'_wp_attached_file','2016/08/partner-1-1.png'),(9055,6722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2016/08/partner-1-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9056,6723,'_wp_attached_file','2016/08/partner-2-1.png'),(9057,6723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2016/08/partner-2-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9058,6723,'_thim_demo_content','yes'),(9059,6723,'_wp_attached_file','2016/08/partner-2-1.png'),(9060,6723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2016/08/partner-2-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9061,6731,'_wp_attached_file','2016/08/languages-slider-1.jpg'),(9062,6731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2016/08/languages-slider-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-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:30:\"languages-slider-1-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:31:\"languages-slider-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"languages-slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"languages-slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9063,6731,'_thim_demo_content','yes'),(9064,6731,'_wp_attached_file','revslider/home-languages-school/languages-slider-1.jpg'),(9065,6731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2016/08/languages-slider-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-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:30:\"languages-slider-1-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:31:\"languages-slider-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"languages-slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"languages-slider-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9066,6732,'_wp_attached_file','2016/08/languages-slider-2.jpg'),(9067,6732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2016/08/languages-slider-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-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:30:\"languages-slider-2-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:31:\"languages-slider-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"languages-slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"languages-slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9068,6732,'_thim_demo_content','yes'),(9069,6732,'_wp_attached_file','revslider/home-languages-school/languages-slider-2.jpg'),(9070,6732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2016/08/languages-slider-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-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:30:\"languages-slider-2-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:31:\"languages-slider-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"languages-slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"languages-slider-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"languages-slider-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9071,6737,'_wp_attached_file','2016/08/bussiness-english.jpg'),(9072,6737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:29:\"2016/08/bussiness-english.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-150x150.jpg\";s:5:\"width\";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:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"bussiness-english-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"bussiness-english-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9073,6737,'_thim_demo_content','yes'),(9074,6737,'_wp_attached_file','2016/08/bussiness-english.jpg'),(9075,6737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:29:\"2016/08/bussiness-english.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-150x150.jpg\";s:5:\"width\";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:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"bussiness-english-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"bussiness-english-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"bussiness-english-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9076,6738,'_wp_attached_file','2016/08/junior-program.jpg'),(9077,6738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:26:\"2016/08/junior-program.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-150x150.jpg\";s:5:\"width\";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:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"junior-program-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"junior-program-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9078,6738,'_thim_demo_content','yes'),(9079,6738,'_wp_attached_file','2016/08/junior-program.jpg'),(9080,6738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:26:\"2016/08/junior-program.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-150x150.jpg\";s:5:\"width\";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:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"junior-program-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"junior-program-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"junior-program-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9081,6739,'_wp_attached_file','2016/08/language-tests.jpg'),(9082,6739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:26:\"2016/08/language-tests.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-150x150.jpg\";s:5:\"width\";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:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"language-tests-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"language-tests-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9083,6739,'_thim_demo_content','yes'),(9084,6739,'_wp_attached_file','2016/08/language-tests.jpg'),(9085,6739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:220;s:4:\"file\";s:26:\"2016/08/language-tests.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-150x150.jpg\";s:5:\"width\";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:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:26:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"language-tests-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"language-tests-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"language-tests-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9086,6760,'_wp_attached_file','2016/08/top-banner.jpg'),(9087,6760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:870;s:4:\"file\";s:22:\"2016/08/top-banner.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-150x150.jpg\";s:5:\"width\";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:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"top-banner-768x418.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"top-banner-1024x557.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-banner-600x326.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-banner-600x326.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9088,6760,'_thim_demo_content','yes'),(9089,6760,'_wp_attached_file','2016/08/top-banner.jpg'),(9090,6760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:870;s:4:\"file\";s:22:\"2016/08/top-banner.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-150x150.jpg\";s:5:\"width\";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:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"top-banner-768x418.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"top-banner-1024x557.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:22:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"top-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"top-banner-600x326.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"top-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"top-banner-600x326.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"top-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9091,4488,'_wp_attached_file','2016/03/tp-chameleon.zip'),(9092,4488,'_thim_demo_content','yes'),(9093,4488,'_wp_attached_file','2016/03/tp-chameleon.zip'),(9094,4488,'_wp_attachment_context','upgrader'),(9095,4941,'_wp_attached_file','2016/04/learnpress-woo-payment.zip'),(9096,4941,'_thim_demo_content','yes'),(9097,4941,'_wp_attached_file','2016/04/learnpress-woo-payment.zip'),(9098,4941,'_wp_attachment_context','upgrader'),(9099,6766,'_wp_attached_file','2016/08/slider-one-cour-1.jpg'),(9100,6766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2016/08/slider-one-cour-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-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:29:\"slider-one-cour-1-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:30:\"slider-one-cour-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"slider-one-cour-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"slider-one-cour-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9101,6766,'_thim_demo_content','yes'),(9102,6766,'_wp_attached_file','revslider/home-one-course/slider-one-cour-1.jpg'),(9103,6766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2016/08/slider-one-cour-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-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:29:\"slider-one-cour-1-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:30:\"slider-one-cour-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"slider-one-cour-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"slider-one-cour-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"slider-one-cour-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9104,6767,'_wp_attached_file','2016/08/price-slider.png'),(9105,6767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:116;s:4:\"file\";s:24:\"2016/08/price-slider.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"price-slider-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"price-slider-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9106,6767,'_thim_demo_content','yes'),(9107,6767,'_wp_attached_file','revslider/home-one-course/price-slider.png'),(9108,6767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:116;s:4:\"file\";s:24:\"2016/08/price-slider.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"price-slider-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"price-slider-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9109,6768,'_wp_attached_file','2016/08/slider-one-instructor.jpg'),(9110,6768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2016/08/slider-one-instructor.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-150x150.jpg\";s:5:\"width\";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:\"slider-one-instructor-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:33:\"slider-one-instructor-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:34:\"slider-one-instructor-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"slider-one-instructor-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"slider-one-instructor-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9111,6768,'_thim_demo_content','yes'),(9112,6768,'_wp_attached_file','revslider/home-one-instructor/slider-one-instructor.jpg'),(9113,6768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2016/08/slider-one-instructor.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-150x150.jpg\";s:5:\"width\";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:\"slider-one-instructor-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:33:\"slider-one-instructor-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:34:\"slider-one-instructor-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"slider-one-instructor-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"slider-one-instructor-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"slider-one-instructor-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9114,6775,'_wp_attached_file','2016/08/hello-there.png'),(9115,6775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:497;s:4:\"file\";s:23:\"2016/08/hello-there.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"hello-there-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"hello-there-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9116,6775,'_thim_demo_content','yes'),(9117,6775,'_wp_attached_file','2016/08/hello-there.png'),(9118,6775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:497;s:4:\"file\";s:23:\"2016/08/hello-there.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"hello-there-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"hello-there-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"hello-there-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9119,6877,'_wp_attached_file','2017/10/bg-footer.jpg'),(9120,6877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/10/bg-footer.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9121,6877,'_thim_demo_content','yes'),(9122,6877,'_wp_attached_file','2017/10/bg-footer.jpg'),(9123,6877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/10/bg-footer.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"single_course\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"course_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-footer-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"bg-footer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"bg-footer-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9129,6879,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9130,6879,'_lp_page','yes'),(9131,6880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9132,6880,'_lp_page','yes'),(9133,5428,'_edit_lock','1523283440:1'),(9140,6711,'_edit_lock','1523288607:1'),(9141,6711,'_edit_last','1'),(9143,6885,'_wp_attached_file','2018/03/newLogo.png'),(9144,6885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2018/03/newLogo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"newLogo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"newLogo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"newLogo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(9158,6771,'_edit_lock','1522490536:1'),(9159,2911,'_edit_lock','1522490835:1'),(9164,2901,'_edit_lock','1523225916:1'),(9165,2901,'_edit_last','1'),(9167,5428,'_edit_last','1'),(9168,5428,'thim_mtb_using_custom_heading','0'),(9169,5428,'thim_mtb_hide_title_and_subtitle','0'),(9170,5428,'thim_mtb_hide_breadcrumbs','0'),(9171,5428,'thim_mtb_bg_opacity','1'),(9172,5428,'thim_mtb_custom_layout','0'),(9173,5428,'thim_mtb_no_padding','0'),(9174,5428,'_lp_featured','no'),(9175,5428,'_lp_block_lesson_content','no'),(9176,5428,'_lp_course_author','2'),(9178,2778,'_edit_lock','1523284039:1'),(9179,5407,'_edit_lock','1523282484:1'),(9180,2916,'_edit_lock','1522493304:1'),(9181,5393,'_edit_lock','1523282435:1'),(9185,6894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9186,6894,'_menu_item_type','post_type'),(9187,6894,'_menu_item_menu_item_parent','0'),(9188,6894,'_menu_item_object_id','2901'),(9189,6894,'_menu_item_object','page'),(9190,6894,'_menu_item_target',''),(9191,6894,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9192,6894,'_menu_item_xfn',''),(9193,6894,'_menu_item_url',''),(9194,6894,'_menu_item_orphaned','1522495671'),(9195,6895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9196,6895,'_menu_item_type','post_type'),(9197,6895,'_menu_item_menu_item_parent','6899'),(9198,6895,'_menu_item_object_id','2901'),(9199,6895,'_menu_item_object','page'),(9200,6895,'_menu_item_target',''),(9201,6895,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9202,6895,'_menu_item_xfn',''),(9203,6895,'_menu_item_url',''),(9205,6895,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9206,2827,'_edit_lock','1523281097:1'),(9207,2827,'_edit_last','1'),(9208,2827,'thim_mtb_using_custom_heading','0'),(9209,2827,'thim_mtb_hide_title_and_subtitle','0'),(9210,2827,'thim_mtb_hide_breadcrumbs','0'),(9211,2827,'thim_mtb_bg_opacity','1'),(9212,2827,'thim_mtb_custom_layout','0'),(9213,2827,'thim_mtb_no_padding','0'),(9214,2826,'_edit_lock','1523281100:1'),(9215,2826,'_edit_last','1'),(9216,2826,'thim_mtb_using_custom_heading','0'),(9217,2826,'thim_mtb_hide_title_and_subtitle','0'),(9218,2826,'thim_mtb_hide_breadcrumbs','0'),(9219,2826,'thim_mtb_bg_opacity','1'),(9220,2826,'thim_mtb_custom_layout','0'),(9221,2826,'thim_mtb_no_padding','0'),(9222,2825,'_edit_lock','1523281100:1'),(9223,2825,'_edit_last','1'),(9224,2825,'thim_mtb_using_custom_heading','0'),(9225,2825,'thim_mtb_hide_title_and_subtitle','0'),(9226,2825,'thim_mtb_hide_breadcrumbs','0'),(9227,2825,'thim_mtb_bg_opacity','1'),(9228,2825,'thim_mtb_custom_layout','0'),(9229,2825,'thim_mtb_no_padding','0'),(9230,2824,'_edit_lock','1523281100:1'),(9231,2824,'_edit_last','1'),(9232,2824,'thim_mtb_using_custom_heading','0'),(9233,2824,'thim_mtb_hide_title_and_subtitle','0'),(9234,2824,'thim_mtb_hide_breadcrumbs','0'),(9235,2824,'thim_mtb_bg_opacity','1'),(9236,2824,'thim_mtb_custom_layout','0'),(9237,2824,'thim_mtb_no_padding','0'),(9238,2823,'_edit_lock','1523281101:1'),(9239,2823,'_edit_last','1'),(9240,2823,'thim_mtb_using_custom_heading','0'),(9241,2823,'thim_mtb_hide_title_and_subtitle','0'),(9242,2823,'thim_mtb_hide_breadcrumbs','0'),(9243,2823,'thim_mtb_bg_opacity','1'),(9244,2823,'thim_mtb_custom_layout','0'),(9245,2823,'thim_mtb_no_padding','0'),(9246,2821,'_edit_lock','1523281101:1'),(9247,2821,'_edit_last','1'),(9248,2821,'thim_mtb_using_custom_heading','0'),(9249,2821,'thim_mtb_hide_title_and_subtitle','0'),(9250,2821,'thim_mtb_hide_breadcrumbs','0'),(9251,2821,'thim_mtb_bg_opacity','1'),(9252,2821,'thim_mtb_custom_layout','0'),(9253,2821,'thim_mtb_no_padding','0'),(9254,6896,'_wp_attached_file','2018/03/ledjoni.png'),(9255,6896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2018/03/ledjoni.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ledjoni-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"ledjoni-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"ledjoni-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(9258,5407,'_edit_last','1'),(9259,5407,'_lp_featured','no'),(9260,5407,'_lp_block_lesson_content','no'),(9261,5407,'_lp_course_author','2'),(9262,8,'_edit_lock','1522669731:1'),(9263,4995,'_edit_lock','1522590150:1'),(9264,87,'_edit_lock','1522675308:1'),(9265,87,'_edit_last','1'),(9276,6867,'_config_errors','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(9280,3208,'tp_event_status','expired'),(9281,3062,'tp_event_status','expired'),(9282,3063,'tp_event_status','expired'),(9283,2953,'tp_event_status','happening'),(9284,2952,'tp_event_status','happening'),(9285,2951,'tp_event_status','expired'),(9286,2948,'tp_event_status','expired'),(9287,3374,'tp_event_status','upcoming'),(9288,6899,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9289,6899,'_menu_item_type','custom'),(9290,6899,'_menu_item_menu_item_parent','0'),(9291,6899,'_menu_item_object_id','6899'),(9292,6899,'_menu_item_object','custom'),(9293,6899,'_menu_item_target',''),(9294,6899,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9295,6899,'_menu_item_xfn',''),(9296,6899,'_menu_item_url','#'),(9298,6899,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9299,6900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9300,6900,'_edit_lock','1523225800:1'),(9301,6900,'_edit_last','1'),(9303,6900,'thim_mtb_using_custom_heading','0'),(9304,6900,'thim_mtb_hide_title_and_subtitle','0'),(9305,6900,'thim_mtb_hide_breadcrumbs','0'),(9306,6900,'thim_mtb_bg_opacity','1'),(9307,6900,'thim_mtb_custom_layout','0'),(9308,6900,'thim_mtb_no_padding','0'),(9309,6900,'slide_template','default'),(9310,6900,'_wpb_vc_js_status','true'),(9313,6901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9314,6901,'_menu_item_type','post_type'),(9315,6901,'_menu_item_menu_item_parent','6899'),(9316,6901,'_menu_item_object_id','6900'),(9317,6901,'_menu_item_object','page'),(9318,6901,'_menu_item_target',''),(9319,6901,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9320,6901,'_menu_item_xfn',''),(9321,6901,'_menu_item_url',''),(9323,6901,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9324,5043,'_edit_lock','1523225992:1'),(9326,91,'_edit_lock','1523276674:1'),(9327,91,'_edit_last','1'),(9329,2778,'_edit_last','1'),(9331,2778,'_wpb_vc_js_status','false'),(9332,12,'_edit_lock','1523280466:1'),(9334,59,'_edit_lock','1523281138:1'),(9335,59,'_edit_last','1'),(9338,59,'_wp_old_date','2015-10-20'),(9339,59,'thim_group_chat','a:0:{}'),(9342,59,'_wp_old_slug','admin-earns-scholarship'),(9343,3698,'_edit_lock','1523281151:1'),(9344,3698,'_edit_last','1'),(9347,3698,'_wp_old_slug','online-learning-glossary'),(9348,3698,'_wp_old_date','2016-01-20'),(9349,3698,'thim_group_chat','a:0:{}'),(9350,3699,'_edit_lock','1523281237:1'),(9351,3101,'_wp_old_date','2015-12-03'),(9352,3101,'text_no_lists_selected','Please select at least one list.'),(9353,3101,'text_updated','Thank you, your records have been updated!'),(9354,3699,'_edit_last','1'),(9357,3699,'_wp_old_slug','tips-to-succeed-in-an-online-course'),(9358,3699,'thim_group_chat','a:0:{}'),(9359,5428,'_wp_old_slug','learnpress-101'),(9360,5428,'_lp_sale_price','12000'),(9361,6904,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9362,6904,'_menu_item_type','post_type'),(9363,6904,'_menu_item_menu_item_parent','0'),(9364,6904,'_menu_item_object_id','3698'),(9365,6904,'_menu_item_object','post'),(9366,6904,'_menu_item_target',''),(9367,6904,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9368,6904,'_menu_item_xfn',''),(9369,6904,'_menu_item_url',''),(9372,6906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9373,6906,'_menu_item_type','post_type'),(9374,6906,'_menu_item_menu_item_parent','0'),(9375,6906,'_menu_item_object_id','3698'),(9376,6906,'_menu_item_object','post'),(9377,6906,'_menu_item_target',''),(9378,6906,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9379,6906,'_menu_item_xfn',''),(9380,6906,'_menu_item_url',''),(9385,5286,'_edit_lock','1523288698:1'),(9388,5286,'_edit_last','1'),(9389,5286,'_wp_old_slug','python'),(9390,5286,'_lp_featured','no'),(9391,5286,'_lp_block_lesson_content','no'),(9392,5286,'_lp_course_author','2'),(9393,5286,'_wp_old_date','2015-06-13'),(9394,5312,'_edit_lock','1523282303:1'),(9395,5312,'_edit_last','1'),(9396,5312,'thim_mtb_using_custom_heading','0'),(9397,5312,'thim_mtb_hide_title_and_subtitle','0'),(9398,5312,'thim_mtb_hide_breadcrumbs','0'),(9399,5312,'thim_mtb_bg_opacity','1'),(9400,5312,'thim_mtb_custom_layout','0'),(9401,5312,'thim_mtb_no_padding','0'),(9402,5312,'_lp_featured','no'),(9403,5312,'_lp_block_lesson_content','no'),(9404,5312,'_lp_course_author','2'),(9405,5312,'_wp_old_slug','your-complete-guide-to-photography'),(9439,5393,'_edit_last','1'),(9440,5393,'_wp_old_slug','learning-jquery-mobile-for-beginners'),(9441,5393,'_lp_featured','no'),(9442,5393,'_lp_block_lesson_content','no'),(9443,5393,'_lp_course_author','2'),(9444,5332,'_edit_lock','1523282999:1'),(9447,5332,'_edit_last','1'),(9448,5332,'thim_mtb_using_custom_heading','0'),(9449,5332,'thim_mtb_hide_title_and_subtitle','0'),(9450,5332,'thim_mtb_hide_breadcrumbs','0'),(9451,5332,'thim_mtb_bg_opacity','1'),(9452,5332,'thim_mtb_custom_layout','0'),(9453,5332,'thim_mtb_no_padding','0'),(9454,5332,'_lp_featured','no'),(9455,5332,'_lp_block_lesson_content','no'),(9456,5332,'_lp_course_author','2'),(9458,71,'_edit_lock','1523283295:1'),(9459,71,'_edit_last','1'),(9462,71,'thim_group_chat','a:0:{}'),(9483,6921,'_wpb_vc_js_status','true'),(9484,6921,'tc_hook_after_save_post','a:2:{i:0;s:17:\"Thim_Menu_Manager\";i:1;s:19:\"update_menu_content\";}'),(9485,6921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9486,6921,'tc_extra','6874'),(9489,6921,'_edit_lock','1523287168:1'),(9490,6922,'_wpb_vc_js_status','false'),(9491,6922,'tc_hook_after_save_post','a:2:{i:0;s:17:\"Thim_Menu_Manager\";i:1;s:19:\"update_menu_content\";}'),(9492,6922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9493,6921,'_edit_last','1'),(9494,6921,'slide_template','default'),(9496,6923,'_wpb_vc_js_status','true'),(9497,6923,'tc_hook_after_save_post','a:2:{i:0;s:17:\"Thim_Menu_Manager\";i:1;s:19:\"update_menu_content\";}'),(9498,6923,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9499,6922,'tc_extra','6929'),(9501,6922,'_edit_lock','1523284651:1'),(9504,6922,'_edit_last','1'),(9505,6922,'slide_template','default'),(9506,6923,'tc_extra','6874'),(9507,6923,'_wpb_shortcodes_custom_css','.vc_custom_1489547424485{margin-bottom: 0px !important;}.vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}'),(9508,6923,'_edit_lock','1523287095:1'),(9509,6923,'_edit_last','1'),(9510,6923,'slide_template','default'),(9511,4526,'_edit_lock','1523284605:1'),(9512,6920,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"builder\";}'),(9513,4526,'_edit_last','1'),(9515,6925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9516,6925,'_menu_item_type','post_type'),(9517,6925,'_menu_item_menu_item_parent','0'),(9518,6925,'_menu_item_object_id','6516'),(9519,6925,'_menu_item_object','page'),(9520,6925,'_menu_item_target',''),(9521,6925,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9522,6925,'_menu_item_xfn',''),(9523,6925,'_menu_item_url',''),(9524,6925,'_menu_item_orphaned','1523284656'),(9525,6926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9526,6926,'_menu_item_type','post_type'),(9527,6926,'_menu_item_menu_item_parent','0'),(9528,6926,'_menu_item_object_id','59'),(9529,6926,'_menu_item_object','post'),(9530,6926,'_menu_item_target',''),(9531,6926,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9532,6926,'_menu_item_xfn',''),(9533,6926,'_menu_item_url',''),(9534,6926,'_menu_item_orphaned','1523284666'),(9535,6927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9536,6927,'_menu_item_type','taxonomy'),(9537,6927,'_menu_item_menu_item_parent','0'),(9538,6927,'_menu_item_object_id','16'),(9539,6927,'_menu_item_object','category'),(9540,6927,'_menu_item_target',''),(9541,6927,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9542,6927,'_menu_item_xfn',''),(9543,6927,'_menu_item_url',''),(9544,6927,'_menu_item_orphaned','1523284673'),(9545,6928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9546,6928,'_menu_item_type','taxonomy'),(9547,6928,'_menu_item_menu_item_parent','0'),(9548,6928,'_menu_item_object_id','1'),(9549,6928,'_menu_item_object','category'),(9550,6928,'_menu_item_target',''),(9551,6928,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9552,6928,'_menu_item_xfn',''),(9553,6928,'_menu_item_url',''),(9554,6928,'_menu_item_orphaned','1523284679'),(9555,6927,'tc_mega_menu_content','[vc_row css=\".vc_custom_1489547424485{margin-bottom: 0px !important;}\"][vc_column el_class=\"width-31\" css=\".vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}\"][vc_wp_custommenu nav_menu=\"51\" el_class=\"thim-megamenu-vc\"][/vc_column][/vc_row]'),(9556,6927,'tc_mega_menu_page_builder','vc'),(9557,6921,'_wpb_shortcodes_custom_css','.vc_custom_1489547424485{margin-bottom: 0px !important;}.vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}'),(9558,6927,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"builder\";}'),(9559,6929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9560,6929,'_menu_item_type','post_type'),(9561,6929,'_menu_item_menu_item_parent','0'),(9562,6929,'_menu_item_object_id','6700'),(9563,6929,'_menu_item_object','page'),(9564,6929,'_menu_item_target',''),(9565,6929,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9566,6929,'_menu_item_xfn',''),(9567,6929,'_menu_item_url',''),(9568,6929,'_menu_item_orphaned','1523284771'),(9569,6929,'tc_mega_menu_content',''),(9570,6929,'tc_mega_menu_page_builder','default'),(9573,6896,'_wp_attachment_wp_user_avatar','2'),(9574,6931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9575,6931,'_menu_item_type','custom'),(9576,6931,'_menu_item_menu_item_parent','0'),(9577,6931,'_menu_item_object_id','6931'),(9578,6931,'_menu_item_object','custom'),(9579,6931,'_menu_item_target',''),(9580,6931,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9581,6931,'_menu_item_xfn',''),(9582,6931,'_menu_item_url','http://itworks.coding.al/course-category/backend/'),(9584,6932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9585,6932,'_menu_item_type','custom'),(9586,6932,'_menu_item_menu_item_parent','0'),(9587,6932,'_menu_item_object_id','6932'),(9588,6932,'_menu_item_object','custom'),(9589,6932,'_menu_item_target',''),(9590,6932,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9591,6932,'_menu_item_xfn',''),(9592,6932,'_menu_item_url','http://itworks.coding.al/course-category/css/'),(9594,6933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9595,6933,'_menu_item_type','custom'),(9596,6933,'_menu_item_menu_item_parent','0'),(9597,6933,'_menu_item_object_id','6933'),(9598,6933,'_menu_item_object','custom'),(9599,6933,'_menu_item_target',''),(9600,6933,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9601,6933,'_menu_item_xfn',''),(9602,6933,'_menu_item_url','http://itworks.coding.al/course-category/frontend/'),(9604,6934,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9605,6934,'_menu_item_type','custom'),(9606,6934,'_menu_item_menu_item_parent','0'),(9607,6934,'_menu_item_object_id','6934'),(9608,6934,'_menu_item_object','custom'),(9609,6934,'_menu_item_target',''),(9610,6934,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9611,6934,'_menu_item_xfn',''),(9612,6934,'_menu_item_url','http://itworks.coding.al/course-category/general/'),(9614,6935,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9615,6935,'_menu_item_type','custom'),(9616,6935,'_menu_item_menu_item_parent','0'),(9617,6935,'_menu_item_object_id','6935'),(9618,6935,'_menu_item_object','custom'),(9619,6935,'_menu_item_target',''),(9620,6935,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9621,6935,'_menu_item_xfn',''),(9622,6935,'_menu_item_url','http://itworks.coding.al/course-category/it-software/'),(9624,6936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9625,6936,'_menu_item_type','custom'),(9626,6936,'_menu_item_menu_item_parent','0'),(9627,6936,'_menu_item_object_id','6936'),(9628,6936,'_menu_item_object','custom'),(9629,6936,'_menu_item_target',''),(9630,6936,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9631,6936,'_menu_item_xfn',''),(9632,6936,'_menu_item_url','http://itworks.coding.al/course-category/photography/'),(9634,6931,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9635,6932,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9636,6933,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9637,6934,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9638,6935,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9639,6936,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9640,6937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9641,6937,'_menu_item_type','post_type'),(9642,6937,'_menu_item_menu_item_parent','0'),(9643,6937,'_menu_item_object_id','6711'),(9644,6937,'_menu_item_object','page'),(9645,6937,'_menu_item_target',''),(9646,6937,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9647,6937,'_menu_item_xfn',''),(9648,6937,'_menu_item_url',''),(9650,6937,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9654,6939,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9655,6939,'_menu_item_type','custom'),(9656,6939,'_menu_item_menu_item_parent','0'),(9657,6939,'_menu_item_object_id','6939'),(9658,6939,'_menu_item_object','custom'),(9659,6939,'_menu_item_target',''),(9660,6939,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9661,6939,'_menu_item_xfn',''),(9662,6939,'_menu_item_url','#'),(9664,6940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9665,6940,'_menu_item_type','custom'),(9666,6940,'_menu_item_menu_item_parent','6939'),(9667,6940,'_menu_item_object_id','6940'),(9668,6940,'_menu_item_object','custom'),(9669,6940,'_menu_item_target',''),(9670,6940,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9671,6940,'_menu_item_xfn',''),(9672,6940,'_menu_item_url','#'),(9674,6941,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9675,6941,'_menu_item_type','custom'),(9676,6941,'_menu_item_menu_item_parent','6939'),(9677,6941,'_menu_item_object_id','6941'),(9678,6941,'_menu_item_object','custom'),(9679,6941,'_menu_item_target',''),(9680,6941,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9681,6941,'_menu_item_xfn',''),(9682,6941,'_menu_item_url','#'),(9684,6939,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9685,6940,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9686,6941,'tc-mega-menu','a:3:{s:4:\"icon\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"layout\";s:7:\"default\";}'),(9696,6947,'_wp_attached_file','2018/03/logo.png'),(9697,6947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2018/03/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(9700,6948,'_wp_attached_file','2018/03/logo-v2.png'),(9701,6948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2018/03/logo-v2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v2-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v2-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v2-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(9706,6951,'_wp_attached_file','2018/03/logo-v8.png'),(9707,6951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2018/03/logo-v8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v8-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v8-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-v8-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;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:{}}}'),(9717,6958,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); /*!40000 ALTER TABLE `codingal_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_posts` -- DROP TABLE IF EXISTS `codingal_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=6959 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_posts` -- LOCK TABLES `codingal_posts` WRITE; /*!40000 ALTER TABLE `codingal_posts` DISABLE KEYS */; INSERT INTO `codingal_posts` VALUES (2,1,'2018-03-29 22:58:55','2018-03-29 22:58:55','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://itworks.coding.al/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-03-29 22:58:55','2018-03-29 22:58:55','',0,'http://itworks.coding.al/?page_id=2',0,'page','',0),(4,1,'2015-10-17 03:53:11','2015-10-17 03:53:11','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world-2','','','2015-10-17 03:53:11','2015-10-17 03:53:11','',0,'http://demo.thimpress.com/eduma/?p=1',0,'post','',0),(5,1,'2015-10-19 04:06:29','2015-10-19 04:06:29','[yith_wcwl_wishlist]','Wishlist','','publish','closed','closed','','wishlist','','','2015-10-19 04:06:29','2015-10-19 04:06:29','',0,'http://demo.thimpress.com/eduma/?page_id=5',0,'page','',0),(6,1,'2015-10-19 04:06:39','2015-10-19 04:06:39','','Activity','','publish','closed','closed','','activity','','','2015-10-19 04:06:39','2015-10-19 04:06:39','',0,'http://demo.thimpress.com/eduma/?page_id=6',0,'page','',0),(7,1,'2015-10-19 04:06:39','2015-10-19 04:06:39','','Members','','publish','closed','closed','','members','','','2015-10-19 04:06:39','2015-10-19 04:06:39','',0,'http://demo.thimpress.com/eduma/?page_id=7',0,'page','',0),(8,1,'2015-10-19 04:06:42','2015-10-19 04:06:42','[learn_press_profile]','Profile','','publish','closed','closed','','profile','','','2015-10-19 04:06:42','2015-10-19 04:06:42','',0,'http://demo.thimpress.com/eduma/?page_id=8',0,'page','',0),(9,1,'2015-10-19 04:07:32','2015-10-19 04:07:32','','favicon','','inherit','open','closed','','favicon','','','2015-10-19 04:07:32','2015-10-19 04:07:32','',0,'http://itworks.coding.al/wp-content/uploads/2015/10/favicon.png',0,'attachment','image/png',0),(12,1,'2015-10-19 04:23:53','2015-10-19 04:23:53','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][rev_slider alias=\"home-page\"][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"thim-best-industry\" css=\".vc_custom_1471005335630{margin-right: -2px !important;margin-left: -2px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1471791457305{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}\"][thim-icon-box line_after_title=\"\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"View More\" read_more_text_color=\"#ffb606\" read_more_text_hover_color=\"#ffb606\" icon_type=\"custom\" custom_image_icon=\"50\" width_icon_box=\"135\" layout_pos=\"left\" layout_style_box=\"overlay\" title=\"Best Industry Leaders\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471791466594{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}\"][thim-icon-box line_after_title=\"\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"View More\" read_more_text_color=\"#ffb606\" read_more_text_hover_color=\"#ffb606\" icon_type=\"custom\" custom_image_icon=\"1748\" width_icon_box=\"135\" layout_pos=\"left\" layout_style_box=\"overlay\" title=\"Learn Course Online\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471791487523{margin-bottom: 30px !important;padding-right: 2px !important;padding-left: 2px !important;}\"][thim-icon-box line_after_title=\"\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"View More\" read_more_text_color=\"#ffb606\" read_more_text_hover_color=\"#ffb606\" icon_type=\"custom\" custom_image_icon=\"1749\" width_icon_box=\"135\" layout_pos=\"left\" layout_style_box=\"overlay\" title=\"Book Library & Store\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471791722105{margin-bottom: 100px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"6\" slider_pagination=\"\" slider_navigation=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWdldC0xMDBzJTIyJTNFJTBBJTNDcCUyMGNsYXNzJTNEJTIyZ2V0LTEwMHMlMjIlM0VHZXQlMjAxMDBzJTIwb2YlMjBvbmxpbmUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJ0aGltLWNvbG9yJTIyJTNFQ291cnNlcyUyMEZvciUyMEZyZWUlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUzQ2gyJTNFUmVnaXN0ZXIlMjBOb3clM0MlMkZoMiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][thim-countdown-box style_color=\"white\" text_align=\"text-left\" time_year=\"2016\" time_month=\"12\" time_day=\"01\" time_hour=\"12\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwY291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" sub_heading=\"Upcoming Education Events to feed your brain.\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events text_link=\"VIEW ALL\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5854\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Latest News\" textcolor=\"#ffffff\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" sub_heading_color=\"#ffffff\" line=\"yes\" bg_line=\"#ffffff\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"9\" number_posts=\"4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!</p>\n[mc4wp_form id=\"3101\"]\n\n</div>\n[/vc_column_text][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2015-10-19 04:23:53','2015-10-19 04:23:53','',0,'http://demo.thimpress.com/eduma/?page_id=12',0,'page','',0),(36,1,'2015-10-19 07:47:55','2015-10-19 07:47:55','','top-slider','','inherit','open','closed','','top-slider','','','2015-10-19 07:47:55','2015-10-19 07:47:55','',0,'http://itworks.coding.al/wp-content/uploads/2015/10/top-slider.jpg',0,'attachment','image/jpeg',0),(50,1,'2015-10-20 03:38:44','2015-10-20 03:38:44','','logo-top-1','','inherit','open','closed','','logo-top-1','','','2015-10-20 03:38:44','2015-10-20 03:38:44','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/logo-top-1.png',0,'attachment','image/png',0),(52,1,'2015-10-20 04:02:40','2015-10-20 04:02:40','','bg-register-now','','inherit','open','closed','','bg-register-now','','','2015-10-20 04:02:40','2015-10-20 04:02:40','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/bg-register-now.jpg',0,'attachment','image/jpeg',0),(54,1,'2015-10-20 04:09:22','2015-10-20 04:09:22','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Forensic team earns several','','publish','open','open','','forensic-team-earns-several','','','2015-10-20 04:09:22','2015-10-20 04:09:22','',0,'http://demo.thimpress.com/eduma/?p=54',0,'post','',0),(59,1,'2018-04-04 04:11:18','2018-04-04 04:11:18','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \r\n\r\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\r\n\r\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \r\n\r\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Gjuhet e programimit me te perdorura per 2017','','publish','open','open','','gjuhet-e-programimit-me-te-perdorura-per-2017','','','2018-04-09 13:37:40','2018-04-09 13:37:40','',0,'http://demo.thimpress.com/eduma/?p=59',0,'post','',0),(60,1,'2015-10-20 04:11:51','2015-10-20 04:11:51','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','LMS WordPress plugin','','publish','open','open','','lms-wordpress-plugin','','','2015-10-20 04:11:51','2015-10-20 04:11:51','',0,'http://demo.thimpress.com/eduma/?p=60',0,'post','',0),(71,1,'2015-10-20 10:12:20','2015-10-20 10:12:20','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\r\n\r\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.\r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.\r\n\r\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','10 librat qe cdo programues duhet ti kete ne biblotekene tij.','','publish','open','open','','introducing-dr-deniz-zeynep-2','','','2018-04-09 14:16:00','2018-04-09 14:16:00','',0,'http://demo.thimpress.com/eduma/?p=71',0,'post','',0),(74,1,'2015-10-21 01:36:45','2015-10-21 01:36:45','','N0f499s','','inherit','open','closed','','n0f499s','','','2015-10-21 01:36:45','2015-10-21 01:36:45','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/N0f499s.jpg',0,'attachment','image/jpeg',0),(75,1,'2015-10-21 01:37:01','2015-10-21 01:37:01','','twin-room','','inherit','open','closed','','twin-room','','','2015-10-21 01:37:01','2015-10-21 01:37:01','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/twin-room.jpg',0,'attachment','image/jpeg',0),(76,1,'2015-10-21 01:37:05','2015-10-21 01:37:05','','twin-room-2','','inherit','open','closed','','twin-room-2','','','2015-10-21 01:37:05','2015-10-21 01:37:05','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/twin-room-2.jpg',0,'attachment','image/jpeg',0),(77,1,'2015-10-21 01:37:10','2015-10-21 01:37:10','','twin-room-3','','inherit','open','closed','','twin-room-3','','','2015-10-21 01:37:10','2015-10-21 01:37:10','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/twin-room-3.jpg',0,'attachment','image/jpeg',0),(79,1,'2015-10-21 07:04:37','2015-10-21 07:04:37','','bg-lastest-news','','inherit','open','closed','','bg-lastest-news','','','2015-10-21 07:04:37','2015-10-21 07:04:37','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/bg-lastest-news.jpg',0,'attachment','image/jpeg',0),(85,1,'2015-10-22 01:56:22','2015-10-22 01:56:22','<p>[text* your-name placeholder \"Your Name *\"] </p>\n<p>[email* your-email placeholder \"Email *\"] </p>\n<p>[tel* phone placeholder \"Phone *\"]</p>\n<p>[submit \"Get It Now\"]</p>\n[your-subject]\n[your-name] <minhkhmt1k3@gmail.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\nminhkhmt1k3@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nEduco <minhkhmt1k3@gmail.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\n[your-email]\nReply-To: minhkhmt1k3@gmail.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour entered code is incorrect.','Get It Now','','publish','closed','closed','','create-your-free-account','','','2015-10-22 01:56:22','2015-10-22 01:56:22','',0,'http://demo.thimpress.com/eduma/?post_type=wpcf7_contact_form&p=85',0,'wpcf7_contact_form','',0),(87,1,'2015-10-22 03:17:26','2015-10-22 03:17:26','[vc_row css=\".vc_custom_1470926290410{margin-top: 30px !important;margin-bottom: 80px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1470924989540{padding-right: 30px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Informacion\" sub_heading=\"Miresevini ne website-in tone. Ne jemi te lumtur qe po na vizitoni.\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1470926005243{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1470926107488{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-icon-box line_after_title=\"\" desc_content=\"(+355) 123456789\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-phone\" font_awesome_icon_size=\"24\" width_icon_box=\"30\" icon_color=\"#ffb606\" layout_pos=\"left\" layout_style_box=\"contact_info\" title=\"Telefoni\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1470926116338{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-icon-box line_after_title=\"\" desc_content=\"info@itworks.al\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-envelope\" font_awesome_icon_size=\"24\" width_icon_box=\"30\" icon_color=\"#ffb606\" layout_pos=\"left\" layout_style_box=\"contact_info\" title=\"Email\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1470926166389{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}\"][vc_column_inner css=\".vc_custom_1470926141337{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-icon-box line_after_title=\"\" desc_content=\"Qyteti Studenti, Tirane, Albania\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-map-marker\" font_awesome_icon_size=\"24\" width_icon_box=\"30\" icon_color=\"#ffb606\" layout_pos=\"left\" layout_style_box=\"contact_info\" title=\"Adresa\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1470926187379{margin-right: 0px !important;margin-left: 0px !important;border-top-width: 1px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;}\"][vc_column_inner css=\".vc_custom_1470926203133{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-social show_label=\"\" link_target=\"_blank\" link_face=\"https://www.facebook.com/\" link_twitter=\"https://twitter.com/\" link_pinterest=\"#\" link_instagram=\"#\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1470924975090{padding-left: 30px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Na Kontaktoni\" sub_heading=\"Adreasa juaj e email do te mbahet sekrete. Fushat me * jane te detyrueshme.\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][vc_column_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay text-center\" css=\".vc_custom_1470931129078{padding-top: 30px !important;padding-bottom: 100px !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Abonohuni per te marre njoftimet e fundit !\" textcolor=\"#ffffff\" clone_title=\"\" line=\"\" bg_line=\"#ffffff\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_column_text][mc4wp_form id=\"3101\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][thim-heading title=\"NA GJENI NE :\" clone_title=\"\" line=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1470926767848{margin-bottom: 0px !important;}\"][vc_column][thim-google-map display_by=\"location\" location_lat=\"41.3198218\" location_lng=\"19.8296226\" settings_height=\"450\" settings_zoom=\"18\" settings_scroll_zoom=\"\" settings_draggable=\"true\" marker_at_center=\"true\" marker_icon=\"3683\" api_key=\"AIzaSyCJr9mIyRd685vM-Che1HYCDB358oUHfBI\"][/vc_column][/vc_row]','Na Kontaktoni','','publish','closed','closed','','na-kontaktoni','','','2018-04-02 13:23:34','2018-04-02 13:23:34','',0,'http://demo.thimpress.com/eduma/?page_id=87',0,'page','',0),(91,1,'2015-10-22 03:26:46','2015-10-22 03:26:46','[vc_row css=\".vc_custom_1471068902336{padding-top: 30px !important;}\"][vc_column][thim-heading title=\"Frequently Asked Questions\" sub_heading=\"Answer all of your questions\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1471081370883{padding-right: 17px !important;}\"][vc_tta_accordion active_section=\"\" title=\"Purchases & Refunds\"][vc_tta_section title=\"Why won\'t my payment go throught?\" tab_id=\"1471069040084-8d396222-72d6\"][vc_raw_html]TG9yZW0lMjBJcHN1bSUyMGlzJTIwc2ltcGx5JTIwZHVtbXklMjB0ZXh0JTIwb2YlMjB0aGUlMjBwcmludGluZyUyMGFuZCUyMHR5cGVzZXR0aW5nJTIwaW5kdXN0cnkuJTIwTG9yZW0lMjBJcHN1bSUyMGhhcyUyMGJlZW4lMjB0aGUlMjBpbmR1c3RyeSUyN3MlMjBzdGFuZGFyZCUyMGR1bW15JTIwdGV4dCUyMGV2ZXIlMjBzaW5jZSUyMHRoZSUyMDE1MDBzJTJDJTIwd2hlbiUyMGFuJTIwdW5rbm93biUyMHByaW50ZXIlMjB0b29rJTIwYSUyMGdhbGxleSUyMG9mJTIwdHlwZSUyMGFuZCUyMHNjcmFtYmxlZCUyMGl0JTIwdG8lMjBtYWtlJTIwYSUyMHR5cGUlMjBzcGVjaW1lbiUyMGJvb2su[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"How do I get a refund?\" tab_id=\"1471069040102-10c5a0ab-2ece\"][vc_raw_html]VGhlcmUlMjBhcmUlMjBtYW55JTIwdmFyaWF0aW9ucyUyMG9mJTIwcGFzc2FnZXMlMjBvZiUyMExvcmVtJTIwSXBzdW0lMjBhdmFpbGFibGUlMkMlMjBidXQlMjB0aGUlMjBtYWpvcml0eSUyMGhhdmUlMjBzdWZmZXJlZCUyMGFsdGVyYXRpb24lMjBpbiUyMHNvbWUlMjBmb3JtJTJDJTIwYnklMjBpbmplY3RlZCUyMGh1bW91ciUyQyUyMG9yJTIwcmFuZG9taXNlZCUyMHdvcmRzJTIwd2hpY2glMjBkb24lMjd0JTIwbG9vayUyMGV2ZW4lMjBzbGlnaHRseSUyMGJlbGlldmFibGUu[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"How do I redeem a coupon?\" tab_id=\"1471069174211-af55e13d-0172\"][vc_raw_html]SXQlMjBpcyUyMGElMjBsb25nJTIwZXN0YWJsaXNoZWQlMjBmYWN0JTIwdGhhdCUyMGElMjByZWFkZXIlMjB3aWxsJTIwYmUlMjBkaXN0cmFjdGVkJTIwYnklMjB0aGUlMjByZWFkYWJsZSUyMGNvbnRlbnQlMjBvZiUyMGElMjBwYWdlJTIwd2hlbiUyMGxvb2tpbmclMjBhdCUyMGl0cyUyMGxheW91dC4lMjBUaGUlMjBwb2ludCUyMG9mJTIwdXNpbmclMjBMb3JlbSUyMElwc3VtJTIwaXMlMjB0aGF0JTIwaXQlMjBoYXMlMjBhJTIwbW9yZS1vci1sZXNzJTIwbm9ybWFsJTIwZGlzdHJpYnV0aW9uJTIwb2YlMjBsZXR0ZXJzJTJDJTIwYXMlMjBvcHBvc2VkJTIwdG8lMjB1c2luZyUyMCUyN0NvbnRlbnQlMjBoZXJlJTJDJTIwY29udGVudCUyMGhlcmUlMjclMkMlMjBtYWtpbmclMjBpdCUyMGxvb2slMjBsaWtlJTIwcmVhZGFibGUlMjBFbmdsaXNoLg==[/vc_raw_html][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1471081383034{padding-left: 17px !important;}\"][vc_tta_accordion active_section=\"\" title=\"Making Courses\"][vc_tta_section title=\"Changing account name\" tab_id=\"1471069197811-6640ea1d-b214\"][vc_raw_html]TG9yZW0lMjBJcHN1bSUyMGlzJTIwc2ltcGx5JTIwZHVtbXklMjB0ZXh0JTIwb2YlMjB0aGUlMjBwcmludGluZyUyMGFuZCUyMHR5cGVzZXR0aW5nJTIwaW5kdXN0cnkuJTIwTG9yZW0lMjBJcHN1bSUyMGhhcyUyMGJlZW4lMjB0aGUlMjBpbmR1c3RyeSUyN3MlMjBzdGFuZGFyZCUyMGR1bW15JTIwdGV4dCUyMGV2ZXIlMjBzaW5jZSUyMHRoZSUyMDE1MDBzJTJDJTIwd2hlbiUyMGFuJTIwdW5rbm93biUyMHByaW50ZXIlMjB0b29rJTIwYSUyMGdhbGxleSUyMG9mJTIwdHlwZSUyMGFuZCUyMHNjcmFtYmxlZCUyMGl0JTIwdG8lMjBtYWtlJTIwYSUyMHR5cGUlMjBzcGVjaW1lbiUyMGJvb2su[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"How do I unsubcribe from EDUMA e-mails?\" tab_id=\"1471069197834-950469cd-f60c\"][vc_raw_html]VGhlcmUlMjBhcmUlMjBtYW55JTIwdmFyaWF0aW9ucyUyMG9mJTIwcGFzc2FnZXMlMjBvZiUyMExvcmVtJTIwSXBzdW0lMjBhdmFpbGFibGUlMkMlMjBidXQlMjB0aGUlMjBtYWpvcml0eSUyMGhhdmUlMjBzdWZmZXJlZCUyMGFsdGVyYXRpb24lMjBpbiUyMHNvbWUlMjBmb3JtJTJDJTIwYnklMjBpbmplY3RlZCUyMGh1bW91ciUyQyUyMG9yJTIwcmFuZG9taXNlZCUyMHdvcmRzJTIwd2hpY2glMjBkb24lMjd0JTIwbG9vayUyMGV2ZW4lMjBzbGlnaHRseSUyMGJlbGlldmFibGUu[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"How do I change my password?\" tab_id=\"1471069197868-7842003a-e0c2\"][vc_raw_html]SXQlMjBpcyUyMGElMjBsb25nJTIwZXN0YWJsaXNoZWQlMjBmYWN0JTIwdGhhdCUyMGElMjByZWFkZXIlMjB3aWxsJTIwYmUlMjBkaXN0cmFjdGVkJTIwYnklMjB0aGUlMjByZWFkYWJsZSUyMGNvbnRlbnQlMjBvZiUyMGElMjBwYWdlJTIwd2hlbiUyMGxvb2tpbmclMjBhdCUyMGl0cyUyMGxheW91dC4lMjBUaGUlMjBwb2ludCUyMG9mJTIwdXNpbmclMjBMb3JlbSUyMElwc3VtJTIwaXMlMjB0aGF0JTIwaXQlMjBoYXMlMjBhJTIwbW9yZS1vci1sZXNzJTIwbm9ybWFsJTIwZGlzdHJpYnV0aW9uJTIwb2YlMjBsZXR0ZXJzJTJDJTIwYXMlMjBvcHBvc2VkJTIwdG8lMjB1c2luZyUyMCUyN0NvbnRlbnQlMjBoZXJlJTJDJTIwY29udGVudCUyMGhlcmUlMjclMkMlMjBtYWtpbmclMjBpdCUyMGxvb2slMjBsaWtlJTIwcmVhZGFibGUlMjBFbmdsaXNoLg==[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"Why aren\'t my courses showing in my account?\" tab_id=\"1471069295864-7c72d144-3e11\"][vc_raw_html]JTNDYiUzRU1pc3NpbmclMjBtb2JpbGUlMjBwdXJjaGFzZSUzQyUyRmIlM0UlM0NiciUzRSUwQUlmJTIweW91JTIwcHVyY2hhc2VkJTIwYSUyMGNvdXJzZSUyMG9uJTIwaU9TJTIwb3IlMjBBbmRyb2lkJTJDJTIwaXQlMjdzJTIwcG9zc2libGUlMjB0aGF0JTIwdGhlJTIwY291cnNlJTIwd2FzJTIwbm90JTIwcmVnaXN0ZXJlZCUyMHRvJTIweW91ciUyMGFjY291bnQuJTIwUGxlYXNlJTIwZW1haWwlMjB5b3VyJTIwcHVyY2hhc2UlMjByZWNlaXB0JTIwdG8lMjBoZWxweW91JTQwZWR1Y28uY29tLiUzQ2JyJTNFJTBBJTNDYiUzRU11bHRpcGxlJTIwZS1tYWlsJTIwYWNjb3VudHMlM0MlMkZiJTNFJTNDYnIlM0UlMEFJZiUyMHlvdSUyMHVzZSUyMG11bHRpcGxlJTIwZS1tYWlsJTIwYWNjb3VudHMlMkMlMjBvciUyMGhhdmUlMjBhJTIwRmFjZWJvb2slMjBvciUyMEdvb2dsZSUyMGFjY291bnQlMkMlMjB0cnklMjBsb2dnaW5nJTIwaW4lMjB3aXRoJTIwdGhlJTIwYXNzb2NpYXRlJTIwZS1tYWlsJTIwYWRkcmVzc2VzLg==[/vc_raw_html][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row css=\".vc_custom_1471081202363{margin-bottom: 5px !important;padding-top: 45px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#eeeeee\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471081192844{margin-bottom: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWNvbnRhY3QtZmFxcyUyMHRleHQtY2VudGVyJTIyJTNFJTBBJTNDaDQlM0VEaWRuJTI3dCUyMGZpbmQlMjB0aGUlMjBhbnN3ZXIlM0YlM0MlMkZoNCUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI0JTIyJTIwdGl0bGUlM0QlMjJDb250YWN0JTIwZm9ybSUyMDElMjIlNUQlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Pyetje të shpeshta','','publish','closed','closed','','faqs','','','2018-04-09 12:26:27','2018-04-09 12:26:27','',0,'http://demo.thimpress.com/eduma/?page_id=91',0,'page','',0),(125,1,'2015-10-23 07:47:25','2015-10-23 07:47:25','','Blog','','publish','closed','closed','','blog','','','2015-10-23 07:47:25','2015-10-23 07:47:25','',0,'http://demo.thimpress.com/eduma/?page_id=125',0,'page','',0),(128,1,'2015-10-18 09:14:29','2015-10-18 09:14:29','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','SEO from Media','','publish','open','open','','seo-from-media','','','2015-10-18 09:14:29','2015-10-18 09:14:29','',0,'http://demo.thimpress.com/eduma/?p=128',0,'post','',0),(130,1,'2015-10-18 09:18:41','2015-10-18 09:18:41','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Becoming a better designer','','publish','open','open','','becoming-a-better-designer','','','2015-10-18 09:18:41','2015-10-18 09:18:41','',0,'http://demo.thimpress.com/eduma/?p=130',0,'post','',0),(135,1,'2013-06-07 11:02:31','2013-06-07 11:02:31','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Klappkarte kreuzstich','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','klappkarte-kreuzstich','','','2013-06-07 11:02:31','2013-06-07 11:02:31','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=47',0,'product','',0),(136,1,'2013-06-07 11:03:56','2013-06-07 11:03:56','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Funka','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','funka','','','2013-06-07 11:03:56','2013-06-07 11:03:56','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=50',0,'product','',0),(137,1,'2013-06-07 11:05:37','2013-06-07 11:05:37','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Daham','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','daham','','','2013-06-07 11:05:37','2013-06-07 11:05:37','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=53',0,'product','',0),(138,1,'2013-06-07 11:07:19','2013-06-07 11:07:19','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Princely pencil','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','princely-pencil','','','2013-06-07 11:07:19','2013-06-07 11:07:19','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=56',0,'product','',0),(139,1,'2013-06-07 11:12:55','2013-06-07 11:12:55','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Cup crown pattern','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','cup-crown-pattern','','','2013-06-07 11:12:55','2013-06-07 11:12:55','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=60',0,'product','',0),(140,1,'2013-06-07 11:22:50','2013-06-07 11:22:50','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Bag fabric','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','bag-fabric','','','2013-06-07 11:22:50','2013-06-07 11:22:50','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=67',0,'product','',0),(141,1,'2013-06-07 11:28:45','2013-06-07 11:28:45','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Karton','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','karton','','','2013-06-07 11:28:45','2013-06-07 11:28:45','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=76',0,'product','',0),(142,1,'2013-06-07 11:29:44','2013-06-07 11:29:44','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Bracelet','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','bracelet','','','2013-06-07 11:29:44','2013-06-07 11:29:44','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=79',0,'product','',0),(143,1,'2013-06-07 11:33:05','2013-06-07 11:33:05','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Luggage tag','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','luggage-tag','','','2013-06-07 11:33:05','2013-06-07 11:33:05','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=83',0,'product','',0),(144,1,'2013-06-07 11:35:18','2013-06-07 11:35:18','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Wood postcard','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','wood-postcard','','','2013-06-07 11:35:18','2013-06-07 11:35:18','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=90',0,'product','',0),(145,1,'2013-06-07 11:37:23','2013-06-07 11:37:23','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Keychains','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','keychains','','','2013-06-07 11:37:23','2013-06-07 11:37:23','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=96',0,'product','',0),(1690,1,'2013-06-07 10:35:51','2013-06-07 10:35:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Corkscrew','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','corkscrew','','','2013-06-07 10:35:51','2013-06-07 10:35:51','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=15',0,'product','',0),(1691,1,'2013-06-07 10:41:52','2013-06-07 10:41:52','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Buschla','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','buschla','','','2013-06-07 10:41:52','2013-06-07 10:41:52','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=19',0,'product','',0),(1692,1,'2013-06-07 10:46:01','2013-06-07 10:46:01','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Smartphone cases','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','smartphone-cases','','','2013-06-07 10:46:01','2013-06-07 10:46:01','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=22',0,'product','',0),(1693,1,'2013-06-07 10:49:51','2013-06-07 10:49:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Brauhaus','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','brauhaus','','','2013-06-07 10:49:51','2013-06-07 10:49:51','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=31',0,'product','',0),(1694,1,'2013-06-07 10:52:06','2013-06-07 10:52:06','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Chutney','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','chutney','','','2013-06-07 10:52:06','2013-06-07 10:52:06','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=34',0,'product','',0),(1695,1,'2013-06-07 10:53:15','2013-06-07 10:53:15','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Fursten hutchen','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','fursten-hutchen','','','2013-06-07 10:53:15','2013-06-07 10:53:15','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=37',0,'product','',0),(1696,1,'2013-06-07 11:00:28','2013-06-07 11:00:28','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Cup princely break','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','cup-princely-break','','','2013-06-07 11:00:28','2013-06-07 11:00:28','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&p=40',0,'product','',0),(1697,1,'2015-10-29 10:23:21','2015-10-29 10:23:21','','Shop','','publish','closed','closed','','shop','','','2015-10-29 10:23:21','2015-10-29 10:23:21','',0,'http://demo.thimpress.com/eduma/shop/',0,'page','',0),(1698,1,'2015-10-29 10:23:22','2015-10-29 10:23:22','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2015-10-29 10:23:22','2015-10-29 10:23:22','',0,'http://demo.thimpress.com/eduma/cart/',0,'page','',0),(1699,1,'2015-10-29 10:23:22','2015-10-29 10:23:22','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2015-10-29 10:23:22','2015-10-29 10:23:22','',0,'http://demo.thimpress.com/eduma/checkout/',0,'page','',0),(1700,1,'2015-10-29 10:23:22','2015-10-29 10:23:22','[woocommerce_my_account]','My Account','','publish','closed','closed','','my-account','','','2015-10-29 10:23:22','2015-10-29 10:23:22','',0,'http://demo.thimpress.com/eduma/my-account/',0,'page','',0),(1703,1,'2015-10-29 10:34:06','2015-10-29 10:34:06','','Bag-fabric','','inherit','open','closed','','bag-fabric-2','','','2015-10-29 10:34:06','2015-10-29 10:34:06','',140,'http://itworks.coding.al/wp-content/uploads/2013/06/Bag-fabric.jpg',0,'attachment','image/jpeg',0),(1704,1,'2015-10-29 10:34:21','2015-10-29 10:34:21','','Bag-fabric-2','','inherit','open','closed','','bag-fabric-2-2','','','2015-10-29 10:34:21','2015-10-29 10:34:21','',140,'http://itworks.coding.al/wp-content/uploads/2013/06/Bag-fabric-2.jpg',0,'attachment','image/jpeg',0),(1705,1,'2015-10-29 10:34:24','2015-10-29 10:34:24','','Bag-fabric-3','','inherit','open','closed','','bag-fabric-3','','','2015-10-29 10:34:24','2015-10-29 10:34:24','',140,'http://itworks.coding.al/wp-content/uploads/2013/06/Bag-fabric-3.jpg',0,'attachment','image/jpeg',0),(1706,1,'2015-10-29 10:35:06','2015-10-29 10:35:06','','Bracelet','','inherit','open','closed','','bracelet-2','','','2015-10-29 10:35:06','2015-10-29 10:35:06','',142,'http://itworks.coding.al/wp-content/uploads/2013/06/Bracelet.jpg',0,'attachment','image/jpeg',0),(1707,1,'2015-10-29 10:35:22','2015-10-29 10:35:22','','Bracelet-2','','inherit','open','closed','','bracelet-2-2','','','2015-10-29 10:35:22','2015-10-29 10:35:22','',142,'http://itworks.coding.al/wp-content/uploads/2013/06/Bracelet-2.jpg',0,'attachment','image/jpeg',0),(1708,1,'2015-10-29 10:35:53','2015-10-29 10:35:53','','Brauhaus','','inherit','open','closed','','brauhaus-2','','','2015-10-29 10:35:53','2015-10-29 10:35:53','',1693,'http://itworks.coding.al/wp-content/uploads/2013/06/Brauhaus.jpg',0,'attachment','image/jpeg',0),(1709,1,'2015-10-29 10:36:12','2015-10-29 10:36:12','','Brauhaus-2','','inherit','open','closed','','brauhaus-2-2','','','2015-10-29 10:36:12','2015-10-29 10:36:12','',1693,'http://itworks.coding.al/wp-content/uploads/2013/06/Brauhaus-2.jpg',0,'attachment','image/jpeg',0),(1710,1,'2015-10-29 10:36:15','2015-10-29 10:36:15','','Brauhaus-3','','inherit','open','closed','','brauhaus-3','','','2015-10-29 10:36:15','2015-10-29 10:36:15','',1693,'http://itworks.coding.al/wp-content/uploads/2013/06/Brauhaus-3.jpg',0,'attachment','image/jpeg',0),(1711,1,'2015-10-29 10:37:43','2015-10-29 10:37:43','','Buschla','','inherit','open','closed','','buschla-2','','','2015-10-29 10:37:43','2015-10-29 10:37:43','',1691,'http://itworks.coding.al/wp-content/uploads/2013/06/Buschla.jpg',0,'attachment','image/jpeg',0),(1712,1,'2015-10-29 10:37:57','2015-10-29 10:37:57','','Buschla-2','','inherit','open','closed','','buschla-2-2','','','2015-10-29 10:37:57','2015-10-29 10:37:57','',1691,'http://itworks.coding.al/wp-content/uploads/2013/06/Buschla-2.jpg',0,'attachment','image/jpeg',0),(1713,1,'2015-10-29 10:38:23','2015-10-29 10:38:23','','Chutney','','inherit','open','closed','','chutney-2','','','2015-10-29 10:38:23','2015-10-29 10:38:23','',1694,'http://itworks.coding.al/wp-content/uploads/2013/06/Chutney.jpg',0,'attachment','image/jpeg',0),(1714,1,'2015-10-29 10:38:39','2015-10-29 10:38:39','','Chutney-2','','inherit','open','closed','','chutney-2-2','','','2015-10-29 10:38:39','2015-10-29 10:38:39','',1694,'http://itworks.coding.al/wp-content/uploads/2013/06/Chutney-2.jpg',0,'attachment','image/jpeg',0),(1715,1,'2015-10-29 10:41:15','2015-10-29 10:41:15','','Corkscrew','','inherit','open','closed','','corkscrew-2','','','2015-10-29 10:41:15','2015-10-29 10:41:15','',1690,'http://itworks.coding.al/wp-content/uploads/2013/06/Corkscrew.jpg',0,'attachment','image/jpeg',0),(1716,1,'2015-10-29 10:41:34','2015-10-29 10:41:34','','Corkscrew-2','','inherit','open','closed','','corkscrew-2-2','','','2015-10-29 10:41:34','2015-10-29 10:41:34','',1690,'http://itworks.coding.al/wp-content/uploads/2013/06/Corkscrew-2.jpg',0,'attachment','image/jpeg',0),(1717,1,'2015-10-30 01:14:02','2015-10-30 01:14:02','','Cup-crown-pattern','','inherit','open','closed','','cup-crown-pattern-2','','','2015-10-30 01:14:02','2015-10-30 01:14:02','',139,'http://itworks.coding.al/wp-content/uploads/2013/06/Cup-crown-pattern.jpg',0,'attachment','image/jpeg',0),(1718,1,'2015-10-30 01:14:14','2015-10-30 01:14:14','','Cup-crown-pattern-2','','inherit','open','closed','','cup-crown-pattern-2-2','','','2015-10-30 01:14:14','2015-10-30 01:14:14','',139,'http://itworks.coding.al/wp-content/uploads/2013/06/Cup-crown-pattern-2.jpg',0,'attachment','image/jpeg',0),(1719,1,'2015-10-30 01:14:37','2015-10-30 01:14:37','','Cup-princely-break','','inherit','open','closed','','cup-princely-break-2','','','2015-10-30 01:14:37','2015-10-30 01:14:37','',1696,'http://itworks.coding.al/wp-content/uploads/2013/06/Cup-princely-break.jpg',0,'attachment','image/jpeg',0),(1720,1,'2015-10-30 01:14:48','2015-10-30 01:14:48','','Cup-princely-break-2','','inherit','open','closed','','cup-princely-break-2-2','','','2015-10-30 01:14:48','2015-10-30 01:14:48','',1696,'http://itworks.coding.al/wp-content/uploads/2013/06/Cup-princely-break-2.jpg',0,'attachment','image/jpeg',0),(1721,1,'2015-10-30 01:18:55','2015-10-30 01:18:55','','daham','','inherit','open','closed','','daham-2','','','2015-10-30 01:18:55','2015-10-30 01:18:55','',137,'http://itworks.coding.al/wp-content/uploads/2013/06/daham.jpg',0,'attachment','image/jpeg',0),(1722,1,'2015-10-30 01:19:11','2015-10-30 01:19:11','','daham-2','','inherit','open','closed','','daham-2-2','','','2015-10-30 01:19:11','2015-10-30 01:19:11','',137,'http://itworks.coding.al/wp-content/uploads/2013/06/daham-2.jpg',0,'attachment','image/jpeg',0),(1723,1,'2015-10-30 01:19:15','2015-10-30 01:19:15','','daham-3','','inherit','open','closed','','daham-3','','','2015-10-30 01:19:15','2015-10-30 01:19:15','',137,'http://itworks.coding.al/wp-content/uploads/2013/06/daham-3.jpg',0,'attachment','image/jpeg',0),(1724,1,'2015-10-30 01:19:38','2015-10-30 01:19:38','','Funka','','inherit','open','closed','','funka-2','','','2015-10-30 01:19:38','2015-10-30 01:19:38','',136,'http://itworks.coding.al/wp-content/uploads/2013/06/Funka.jpg',0,'attachment','image/jpeg',0),(1725,1,'2015-10-30 01:19:55','2015-10-30 01:19:55','','Funka-2','','inherit','open','closed','','funka-2-2','','','2015-10-30 01:19:55','2015-10-30 01:19:55','',136,'http://itworks.coding.al/wp-content/uploads/2013/06/Funka-2.jpg',0,'attachment','image/jpeg',0),(1726,1,'2015-10-30 01:20:13','2015-10-30 01:20:13','','Fursten-hutchen','','inherit','open','closed','','fursten-hutchen-2','','','2015-10-30 01:20:13','2015-10-30 01:20:13','',1695,'http://itworks.coding.al/wp-content/uploads/2013/06/Fursten-hutchen.jpg',0,'attachment','image/jpeg',0),(1727,1,'2015-10-30 01:20:30','2015-10-30 01:20:30','','Fursten-hutchen-2','','inherit','open','closed','','fursten-hutchen-2-2','','','2015-10-30 01:20:30','2015-10-30 01:20:30','',1695,'http://itworks.coding.al/wp-content/uploads/2013/06/Fursten-hutchen-2.jpg',0,'attachment','image/jpeg',0),(1728,1,'2015-10-30 01:20:56','2015-10-30 01:20:56','','Karton','','inherit','open','closed','','karton-2','','','2015-10-30 01:20:56','2015-10-30 01:20:56','',141,'http://itworks.coding.al/wp-content/uploads/2013/06/Karton.jpg',0,'attachment','image/jpeg',0),(1729,1,'2015-10-30 01:21:36','2015-10-30 01:21:36','','Karton-2','','inherit','open','closed','','karton-2-2','','','2015-10-30 01:21:36','2015-10-30 01:21:36','',141,'http://itworks.coding.al/wp-content/uploads/2013/06/Karton-2.jpg',0,'attachment','image/jpeg',0),(1730,1,'2015-10-30 01:23:42','2015-10-30 01:23:42','','Keychains','','inherit','open','closed','','keychains-2','','','2015-10-30 01:23:42','2015-10-30 01:23:42','',145,'http://itworks.coding.al/wp-content/uploads/2013/06/Keychains.jpg',0,'attachment','image/jpeg',0),(1731,1,'2015-10-30 01:23:55','2015-10-30 01:23:55','','Keychains-2','','inherit','open','closed','','keychains-2-2','','','2015-10-30 01:23:55','2015-10-30 01:23:55','',145,'http://itworks.coding.al/wp-content/uploads/2013/06/Keychains-2.jpg',0,'attachment','image/jpeg',0),(1732,1,'2015-10-30 01:24:10','2015-10-30 01:24:10','','Klappkarte-Kreuzstich','','inherit','open','closed','','klappkarte-kreuzstich-2','','','2015-10-30 01:24:10','2015-10-30 01:24:10','',135,'http://itworks.coding.al/wp-content/uploads/2013/06/Klappkarte-Kreuzstich.jpg',0,'attachment','image/jpeg',0),(1733,1,'2015-10-30 01:24:33','2015-10-30 01:24:33','','Klappkarte-Kreuzstich-2','','inherit','open','closed','','klappkarte-kreuzstich-2-2','','','2015-10-30 01:24:33','2015-10-30 01:24:33','',135,'http://itworks.coding.al/wp-content/uploads/2013/06/Klappkarte-Kreuzstich-2.jpg',0,'attachment','image/jpeg',0),(1734,1,'2015-10-30 01:24:38','2015-10-30 01:24:38','','Klappkarte-Kreuzstich-3','','inherit','open','closed','','klappkarte-kreuzstich-3','','','2015-10-30 01:24:38','2015-10-30 01:24:38','',135,'http://itworks.coding.al/wp-content/uploads/2013/06/Klappkarte-Kreuzstich-3.jpg',0,'attachment','image/jpeg',0),(1735,1,'2015-10-30 01:24:50','2015-10-30 01:24:50','','Luggage-tag','','inherit','open','closed','','luggage-tag-2','','','2015-10-30 01:24:50','2015-10-30 01:24:50','',143,'http://itworks.coding.al/wp-content/uploads/2013/06/Luggage-tag.jpg',0,'attachment','image/jpeg',0),(1736,1,'2015-10-30 01:25:08','2015-10-30 01:25:08','','Luggage-tag-2','','inherit','open','closed','','luggage-tag-2-2','','','2015-10-30 01:25:08','2015-10-30 01:25:08','',143,'http://itworks.coding.al/wp-content/uploads/2013/06/Luggage-tag-2.jpg',0,'attachment','image/jpeg',0),(1737,1,'2015-10-30 01:25:37','2015-10-30 01:25:37','','Princely-pencil','','inherit','open','closed','','princely-pencil-2','','','2015-10-30 01:25:37','2015-10-30 01:25:37','',138,'http://itworks.coding.al/wp-content/uploads/2013/06/Princely-pencil.jpg',0,'attachment','image/jpeg',0),(1738,1,'2015-10-30 01:25:47','2015-10-30 01:25:47','','Smartphone-cases','','inherit','open','closed','','smartphone-cases-2','','','2015-10-30 01:25:47','2015-10-30 01:25:47','',1692,'http://itworks.coding.al/wp-content/uploads/2013/06/Smartphone-cases.jpg',0,'attachment','image/jpeg',0),(1739,1,'2015-10-30 01:26:00','2015-10-30 01:26:00','','Smartphone-cases-2','','inherit','open','closed','','smartphone-cases-2-2','','','2015-10-30 01:26:00','2015-10-30 01:26:00','',1692,'http://itworks.coding.al/wp-content/uploads/2013/06/Smartphone-cases-2.jpg',0,'attachment','image/jpeg',0),(1740,1,'2015-10-30 01:26:24','2015-10-30 01:26:24','','Princely-pencil-2','','inherit','open','closed','','princely-pencil-2-2','','','2015-10-30 01:26:24','2015-10-30 01:26:24','',138,'http://itworks.coding.al/wp-content/uploads/2013/06/Princely-pencil-2.jpg',0,'attachment','image/jpeg',0),(1741,1,'2015-10-30 01:27:50','2015-10-30 01:27:50','','Wood-postcard','','inherit','open','closed','','wood-postcard-2','','','2015-10-30 01:27:50','2015-10-30 01:27:50','',144,'http://itworks.coding.al/wp-content/uploads/2013/06/Wood-postcard.jpg',0,'attachment','image/jpeg',0),(1742,1,'2015-10-30 01:28:06','2015-10-30 01:28:06','','Wood-postcard-2','','inherit','open','closed','','wood-postcard-2-2','','','2015-10-30 01:28:06','2015-10-30 01:28:06','',144,'http://itworks.coding.al/wp-content/uploads/2013/06/Wood-postcard-2.jpg',0,'attachment','image/jpeg',0),(1743,1,'2015-10-30 01:28:10','2015-10-30 01:28:10','','Wood-postcard-3','','inherit','open','closed','','wood-postcard-3','','','2015-10-30 01:28:10','2015-10-30 01:28:10','',144,'http://itworks.coding.al/wp-content/uploads/2013/06/Wood-postcard-3.jpg',0,'attachment','image/jpeg',0),(1748,1,'2015-10-31 08:36:22','2015-10-31 08:36:22','','logo-top-2','','inherit','open','closed','','logo-top-2','','','2015-10-31 08:36:22','2015-10-31 08:36:22','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/logo-top-2.png',0,'attachment','image/png',0),(1749,1,'2015-10-31 08:37:03','2015-10-31 08:37:03','','logo-top-3','','inherit','open','closed','','logo-top-3','','','2015-10-31 08:37:03','2015-10-31 08:37:03','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/logo-top-3.png',0,'attachment','image/png',0),(1769,1,'2015-11-02 01:20:43','2015-11-02 01:20:43','','blog-2','','inherit','open','closed','','blog-2','','','2015-11-02 01:20:43','2015-11-02 01:20:43','',54,'http://itworks.coding.al/wp-content/uploads/2015/10/blog-2.jpg',0,'attachment','image/jpeg',0),(1770,1,'2015-11-02 01:21:20','2015-11-02 01:21:20','','blog-3','','inherit','open','closed','','blog-3','','','2015-11-02 01:21:20','2015-11-02 01:21:20','',0,'http://itworks.coding.al/wp-content/uploads/2015/10/blog-3.jpg',0,'attachment','image/jpeg',0),(1771,1,'2015-11-02 01:21:45','2015-11-02 01:21:45','','blog-4','','inherit','open','closed','','blog-4','','','2015-11-02 01:21:45','2015-11-02 01:21:45','',59,'http://itworks.coding.al/wp-content/uploads/2015/10/blog-4.jpg',0,'attachment','image/jpeg',0),(1779,1,'2015-11-03 02:31:01','2015-11-03 02:31:01','','learnpress-course','','inherit','open','closed','','learnpress-course','','','2015-11-03 02:31:01','2015-11-03 02:31:01','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/learnpress-course1.jpg',0,'attachment','image/jpeg',0),(1780,1,'2015-11-03 02:31:04','2015-11-03 02:31:04','','01','','inherit','open','closed','','01','','','2015-11-03 02:31:04','2015-11-03 02:31:04','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/011.jpg',0,'attachment','image/jpeg',0),(1781,1,'2015-11-03 02:31:06','2015-11-03 02:31:06','','23','','inherit','open','closed','','23','','','2015-11-03 02:31:06','2015-11-03 02:31:06','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/231.jpg',0,'attachment','image/jpeg',0),(1782,1,'2015-11-03 02:31:07','2015-11-03 02:31:07','','php-course','','inherit','open','closed','','php-course','','','2015-11-03 02:31:07','2015-11-03 02:31:07','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/php-course1.jpg',0,'attachment','image/jpeg',0),(1783,1,'2015-11-03 02:31:08','2015-11-03 02:31:08','','10','','inherit','open','closed','','10','','','2015-11-03 02:31:08','2015-11-03 02:31:08','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/101.jpg',0,'attachment','image/jpeg',0),(1785,1,'2015-11-03 02:31:10','2015-11-03 02:31:10','','11','','inherit','open','closed','','11','','','2015-11-03 02:31:10','2015-11-03 02:31:10','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/111.jpg',0,'attachment','image/jpeg',0),(1793,1,'2015-11-03 02:31:11','2015-11-03 02:31:11','','08','','inherit','open','closed','','08','','','2015-11-03 02:31:11','2015-11-03 02:31:11','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/081.jpg',0,'attachment','image/jpeg',0),(1913,1,'2015-11-03 02:31:13','2015-11-03 02:31:13','','14','','inherit','open','closed','','14-2','','','2015-11-03 02:31:13','2015-11-03 02:31:13','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/141.jpg',0,'attachment','image/jpeg',0),(2411,1,'2015-11-03 02:31:14','2015-11-03 02:31:14','','07','','inherit','open','closed','','07','','','2015-11-03 02:31:14','2015-11-03 02:31:14','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/071.jpg',0,'attachment','image/jpeg',0),(2413,1,'2015-11-03 02:31:17','2015-11-03 02:31:17','','09','','inherit','open','closed','','09','','','2015-11-03 02:31:17','2015-11-03 02:31:17','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/091.jpg',0,'attachment','image/jpeg',0),(2415,1,'2015-11-03 02:31:18','2015-11-03 02:31:18','','06','','inherit','open','closed','','06','','','2015-11-03 02:31:18','2015-11-03 02:31:18','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/061.jpg',0,'attachment','image/jpeg',0),(2461,1,'2015-11-03 02:31:19','2015-11-03 02:31:19','','05','','inherit','open','closed','','05','','','2015-11-03 02:31:19','2015-11-03 02:31:19','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/051.jpg',0,'attachment','image/jpeg',0),(2463,1,'2015-11-03 02:31:21','2015-11-03 02:31:21','','04','','inherit','open','closed','','04','','','2015-11-03 02:31:21','2015-11-03 02:31:21','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/041.jpg',0,'attachment','image/jpeg',0),(2778,1,'2015-11-03 02:45:28','2015-11-03 02:45:28','','Kurset','','publish','closed','closed','','courses','','','2018-04-09 13:03:25','2018-04-09 13:03:25','',0,'http://demo.thimpress.com/eduma/?page_id=2778',0,'page','',0),(2780,1,'2015-11-03 02:46:28','2015-11-03 02:46:28','[vc_row css=\".vc_custom_1471278472827{padding-top: 30px !important;}\"][vc_column][thim-heading title=\"Apply As Instructor\" sub_heading=\"Lorem ipsum dolor sit amet, consectetur\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row][vc_column el_class=\"thim-apply-as-intructor\"][vc_raw_html]TGlkJTIwZXN0JTIwbGFib3J1bSUyMGRvbG8lMjBydW1lcyUyMGZ1Z2F0cyUyMHVudHJhcy4lMjBFdGhhcnVtcyUyMHNlciUyMHF1aWRlbSUyMHJlcnVtJTIwZmFjaWxpcyUyMGRvbG9yZXMlMjBuZW1pcyUyMG9tbmlzJTIwZnVnYXRzJTIwdml0YWVzJTIwbmVtbyUyMG1pbmltYSUyMHJlcnVtcyUyMHVuc2VycyUyMHNhZGlwcyUyMGFtZXRzLiUyMFNlZCUyMHV0JTIwcGVyc3BpY2lhdGlzJTIwdW5kZSUyMG9tbmlzJTIwaXN0ZSUyMG5hdHVzJTIwZXJyb3IlMjBzaXQlMjB2b2x1cHRhdGVtJTIwYWNjdXNhbnRpdW0lMjBkb2xvcmVtcXVlJTIwbGF1ZGFudGl1bSUyQyUyMHRvdGFtJTIwcmVtJTIwYXBlcmlhbS4=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][thim-single-images link_target=\"_self\" image=\"2892\" image_size=\"full\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471882824362{margin-bottom: 15px !important;}\"][vc_column][thim-heading title=\"How To Become A Teacher\" sub_heading=\"Lorem ipsum dolor sit amet, consectetur\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row gap=\"15\" css=\".vc_custom_1471883032517{margin-bottom: 0px !important;}\"][vc_column width=\"5/12\" css=\".vc_custom_1471883052082{margin-bottom: 65px !important;}\"][vc_column_text][learn_press_become_teacher_form][/vc_column_text][/vc_column][vc_column width=\"7/12\" css=\".vc_custom_1471883042501{margin-bottom: 65px !important;}\"][vc_tta_tabs][vc_tta_section i_icon_fontawesome=\"fa fa-user-plus\" title=\"Become an Instructor\" tab_id=\"1471191075767-71032b6f-42fe\" add_icon=\"true\"][vc_raw_html]SXQlMjBpcyUyMGElMjBsb25nJTIwZXN0YWJsaXNoZWQlMjBmYWN0JTIwdGhhdCUyMGElMjByZWFkZXIlMjB3aWxsJTIwYmUlMjBkaXN0cmFjdGVkJTIwYnklMjB0aGUlMjByZWFkYWJsZSUyMGNvbnRlbnQlMjBvZiUyMGElMjBwYWdlJTIwd2hlbiUyMGxvb2tpbmclMjBhdCUyMGl0cyUyMGxheW91dC4lMjBUaGUlMjBwb2ludCUyMG9mJTIwdXNpbmclMjBMb3JlbSUyMElwc3VtJTIwaXMlMjB0aGF0JTIwaXQlMjBoYXMlMjBhJTIwbW9yZS1vci1sZXNzJTIwbm9ybWFsJTIwZGlzdHJpYnV0aW9uJTIwb2YlMjBsZXR0ZXJzJTJDJTIwYXMlMjBvcHBvc2VkJTIwdG8lMjB1c2luZyUyMCUyN0NvbnRlbnQlMjBoZXJlJTJDJTIwY29udGVudCUyMGhlcmUlMjclMkMlMjBtYWtpbmclMjBpdCUyMGxvb2slMjBsaWtlJTIwcmVhZGFibGUlMjBFbmdsaXNoLiUwQSUzQ2JyJTNFJTNDYnIlM0UlMEFNYW55JTIwZGVza3RvcCUyMHB1Ymxpc2hpbmclMjBwYWNrYWdlcyUyMGFuZCUyMHdlYiUyMHBhZ2UlMjBlZGl0b3JzJTIwbm93JTIwdXNlJTIwTG9yZW0lMjBJcHN1bSUyMGFzJTIwdGhlaXIlMjBkZWZhdWx0JTIwbW9kZWwlMjB0ZXh0JTJDJTIwYW5kJTIwYSUyMHNlYXJjaCUyMGZvciUyMCUyN2xvcmVtJTIwaXBzdW0lMjclMjB3aWxsJTIwdW5jb3ZlciUyMG1hbnklMjB3ZWIlMjBzaXRlcyUyMHN0aWxsJTIwaW4lMjB0aGVpciUyMGluZmFuY3ku[/vc_raw_html][/vc_tta_section][vc_tta_section i_icon_fontawesome=\"fa fa-list-ol\" title=\"Instructor Rules\" tab_id=\"1471191075781-f8bcfdd3-4be6\" add_icon=\"true\"][vc_raw_html]VmFyaW91cyUyMHZlcnNpb25zJTIwaGF2ZSUyMGV2b2x2ZWQlMjBvdmVyJTIwdGhlJTIweWVhcnMlMkMlMjBzb21ldGltZXMlMjBieSUyMGFjY2lkZW50JTJDJTIwc29tZXRpbWVzJTIwb24lMjBwdXJwb3NlJTIwJTI4aW5qZWN0ZWQlMjBodW1vdXIlMjBhbmQlMjB0aGUlMjBsaWtlJTI5LiUwQSUzQ2JyJTNFJTNDYnIlM0UlMEFNYW55JTIwZGVza3RvcCUyMHB1Ymxpc2hpbmclMjBwYWNrYWdlcyUyMGFuZCUyMHdlYiUyMHBhZ2UlMjBlZGl0b3JzJTIwbm93JTIwdXNlJTIwTG9yZW0lMjBJcHN1bSUyMGFzJTIwdGhlaXIlMjBkZWZhdWx0JTIwbW9kZWwlMjB0ZXh0JTJDJTIwYW5kJTIwYSUyMHNlYXJjaCUyMGZvciUyMCVFMiU4MCU5OGxvcmVtJTIwaXBzdW0lRTIlODAlOTklMjB3aWxsJTIwdW5jb3ZlciUyMG1hbnklMjB3ZWIlMjBzaXRlcyUyMHN0aWxsJTIwaW4lMjB0aGVpciUyMGluZmFuY3kuJTIwVmFyaW91cyUyMHZlcnNpb25zJTIwaGF2ZSUyMGV2b2x2ZWQlMjBvdmVyJTIwdGhlJTIweWVhcnMlMkMlMjBzb21ldGltZXMlMjBieSUyMGFjY2lkZW50JTJDJTIwc29tZXRpbWVzJTIwb24lMjBwdXJwb3NlJTIwJTI4aW5qZWN0ZWQlMjBodW1vdXIlMjBhbmQlMjB0aGUlMjBsaWtlJTI5LiUwQSUwQU1hbnklMjBkZXNrdG9wJTIwcHVibGlzaGluZyUyMHBhY2thZ2VzJTIwYW5kJTIwd2ViJTIwcGFnZSUyMGVkaXRvcnMlMjBub3clMjB1c2UlMjBMb3JlbSUyMElwc3VtLg==[/vc_raw_html][/vc_tta_section][vc_tta_section i_icon_fontawesome=\"fa fa-book\" title=\"Start with courses\" tab_id=\"1471191079146-bea36456-c6e5\" add_icon=\"true\"][vc_raw_html]VGhlcmUlMjBhcmUlMjBtYW55JTIwdmFyaWF0aW9ucyUyMG9mJTIwcGFzc2FnZXMlMjBvZiUyMExvcmVtJTIwSXBzdW0lMjBhdmFpbGFibGUlMkMlMjBidXQlMjB0aGUlMjBtYWpvcml0eSUyMGhhdmUlMjBzdWZmZXJlZCUyMGFsdGVyYXRpb24lMjBpbiUyMHNvbWUlMjBmb3JtJTJDJTIwYnklMjBpbmplY3RlZCUyMGh1bW91ciUyQyUyMG9yJTIwcmFuZG9taXNlZCUyMHdvcmRzJTIwd2hpY2glMjBkb24lMjd0JTIwbG9vayUyMGV2ZW4lMjBzbGlnaHRseSUyMGJlbGlldmFibGUuJTIwSWYlMjB5b3UlMjBhcmUlMjBnb2luZyUyMHRvJTIwdXNlJTIwYSUyMHBhc3NhZ2UlMjBvZiUyMExvcmVtJTIwSXBzdW0lMkMlMjB5b3UlMjBuZWVkJTIwdG8lMjBiZSUyMHN1cmUlMjB0aGVyZSUyMGlzbiUyN3QlMjBhbnl0aGluZy4lMEElM0NiciUzRSUzQ2JyJTNFJTBBQWxsJTIwdGhlJTIwTG9yZW0lMjBJcHN1bSUyMGdlbmVyYXRvcnMlMjBvbiUyMHRoZSUyMEludGVybmV0JTIwdGVuZCUyMHRvJTIwcmVwZWF0JTIwcHJlZGVmaW5lZCUyMGNodW5rcyUyMGFzJTIwbmVjZXNzYXJ5JTJDJTIwbWFraW5nJTIwdGhpcyUyMHRoZSUyMGZpcnN0JTIwdHJ1ZSUyMGdlbmVyYXRvciUyMG9uJTIwdGhlJTIwSW50ZXJuZXQuJTIwSXQlMjB1c2VzJTIwYSUyMGRpY3Rpb25hcnklMjBvZiUyMG92ZXIlMjAyMDAlMjBMYXRpbiUyMHdvcmRzJTJDJTIwY29tYmluZWQlMjB3aXRoJTIwYSUyMGhhbmRmdWwlMjBvZiUyMG1vZGVsJTIwc2VudGVuY2UlMjBzdHJ1Y3R1cmVzLg==[/vc_raw_html][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Become a Teacher','','publish','closed','closed','','become-a-teacher','','','2015-11-03 02:46:28','2015-11-03 02:46:28','',0,'http://demo.thimpress.com/eduma/?page_id=2780',0,'page','',0),(2788,1,'2015-11-03 08:28:52','2015-11-03 08:28:52','','course-1','','inherit','open','closed','','course-1','','','2015-11-03 08:28:52','2015-11-03 08:28:52','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-1.jpg',0,'attachment','image/jpeg',0),(2790,1,'2015-11-03 08:29:12','2015-11-03 08:29:12','','course-2','','inherit','open','closed','','course-2','','','2015-11-03 08:29:12','2015-11-03 08:29:12','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-2.jpg',0,'attachment','image/jpeg',0),(2801,1,'2015-11-06 09:50:53','2015-11-06 09:50:53','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"thim-bg-overlay-color\" css=\".vc_custom_1471451947317{margin-bottom: 80px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2015/11/bg-home-2.jpg?id=2809) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1471451509115{padding-top: 120px !important;padding-bottom: 111px !important;}\"][vc_row_inner][vc_column_inner][thim-courses-searching layout=\"base\" title=\"Online Courses to Learn\" description=\"Own your future learning new skills online\"][/vc_column_inner][/vc_row_inner][vc_raw_html]JTNDdWwlMjBjbGFzcyUzRCUyMnNlYXJjaC1jb3Vyc2UtbGlzdC1pbmZvJTIyJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdyYWR1YXRpb24tY2FwJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFT3ZlciUyMDclMjBtaWxsaW9uJTIwc3R1ZGVudHMuJTNDJTJGYSUzRSUzQyUyRmxpJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLXJlYmVsJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFTW9yZSUyMHRoYW4lMjAzMCUyQzAwMCUyMGNvdXJzZXMuJTNDJTJGYSUzRSUzQyUyRmxpJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLXBhcGVyLXBsYW5lJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFTGVhcm4lMjBhbnl0aGluZyUyMG9ubGluZS4lM0MlMkZhJTNFJTNDJTJGbGklM0UlMEElM0MlMkZ1bCUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}\"][vc_column css=\".vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}\"][thim-course-categories layout=\"slider\" slider_show_pagination=\"\" slider_show_navigation=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471451798605{margin-bottom: 60px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses order=\"popular\" layout=\"grid\" view_all_courses=\"View All\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.8\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LEARNER\" counters_value=\"5000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"GRADUATES\" counters_value=\"6000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COUNTRIES REACHED\" counters_value=\"150\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"COURSES PUBLISHED\" counters_value=\"940\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" sub_heading=\"Upcoming Education Events to feed your brain.\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events text_link=\"VIEW ALL\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5854\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Latest News\" textcolor=\"#ffffff\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" sub_heading_color=\"#ffffff\" line=\"yes\" bg_line=\"#ffffff\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"9\" number_posts=\"4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!</p>\n[mc4wp_form id=\"3101\"]\n\n</div>\n[/vc_column_text][/vc_column][/vc_row]','Demo 2','','publish','closed','closed','','demo-2','','','2015-11-06 09:50:53','2015-11-06 09:50:53','',0,'http://demo.thimpress.com/eduma/?page_id=2801',0,'page','',0),(2803,1,'2015-11-06 09:57:21','2015-11-06 09:57:21','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1471532229220{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][rev_slider alias=\"home-page-video\"][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"thim-register-form-top\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIwdG9wLWhvbWVwYWdlJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwQ291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1471365268801{margin-right: -2px !important;margin-left: -2px !important;}\"][vc_column css=\".vc_custom_1471005347922{padding-right: 2px !important;padding-left: 2px !important;}\"][thim-course-categories layout=\"slider\" slider_show_pagination=\"\" slider_show_navigation=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471451798605{margin-bottom: 60px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses order=\"popular\" layout=\"grid\" view_all_courses=\"View All\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LEARNER\" counters_value=\"5000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"GRADUATES\" counters_value=\"6000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COUNTRIES REACHED\" counters_value=\"150\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"COURSES PUBLISHED\" counters_value=\"940\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" sub_heading=\"Lorem ipsum dolor sit amet, consectetur.\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events text_link=\"VIEW ALL\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5854\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Latest News\" textcolor=\"#ffffff\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" sub_heading_color=\"#ffffff\" line=\"yes\" bg_line=\"#ffffff\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"9\" number_posts=\"4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!</p>\n\n[mc4wp_form id=\"3101\"]</div>\n[/vc_column_text][/vc_column][/vc_row]','Demo 3','','publish','closed','closed','','demo-3','','','2015-11-06 09:57:21','2015-11-06 09:57:21','',0,'http://demo.thimpress.com/eduma/?page_id=2803',0,'page','',0),(2809,1,'2015-11-07 02:03:37','2015-11-07 02:03:37','','bg-home-2','','inherit','open','closed','','bg-home-2','','','2015-11-07 02:03:37','2015-11-07 02:03:37','',2801,'http://itworks.coding.al/wp-content/uploads/2015/11/bg-home-2.jpg',0,'attachment','image/jpeg',0),(2818,1,'2015-11-07 04:33:13','2015-11-07 04:33:13','','transparent','','inherit','open','closed','','transparent','','','2015-11-07 04:33:13','2015-11-07 04:33:13','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/transparent.png',0,'attachment','image/png',0),(2821,1,'2015-11-09 02:25:27','2015-11-09 02:25:27','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Susan Jackson','','publish','closed','closed','','susan-jackson','','','2018-04-09 13:36:54','2018-04-09 13:36:54','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2821',0,'testimonials','',0),(2822,1,'2015-11-09 02:43:20','2015-11-09 02:43:20','','jackson','','inherit','open','closed','','jackson','','','2015-11-09 02:43:20','2015-11-09 02:43:20','',2821,'http://itworks.coding.al/wp-content/uploads/2015/11/jackson.jpg',0,'attachment','image/jpeg',0),(2823,1,'2015-11-09 02:45:01','2015-11-09 02:45:01','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Anthony','','publish','closed','closed','','anthony','','','2018-04-09 13:36:50','2018-04-09 13:36:50','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2823',0,'testimonials','',0),(2824,1,'2015-11-09 02:45:39','2015-11-09 02:45:39','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Elsie','','publish','closed','closed','','elsie','','','2018-04-09 13:36:45','2018-04-09 13:36:45','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2824',0,'testimonials','',0),(2825,1,'2015-11-09 02:46:22','2015-11-09 02:46:22','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','John Doe','','publish','closed','closed','','john-doe','','','2018-04-09 13:36:40','2018-04-09 13:36:40','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2825',0,'testimonials','',0),(2826,1,'2015-11-09 02:47:06','2015-11-09 02:47:06','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Manuel','','publish','closed','closed','','manuel','','','2018-04-09 13:36:35','2018-04-09 13:36:35','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2826',0,'testimonials','',0),(2827,1,'2015-11-09 02:47:36','2015-11-09 02:47:36','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Peter Packer','','publish','closed','closed','','peter-packer','','','2018-04-09 13:36:28','2018-04-09 13:36:28','',0,'http://demo.thimpress.com/eduma/?post_type=testimonials&p=2827',0,'testimonials','',0),(2828,1,'2015-11-09 02:44:55','2015-11-09 02:44:55','','anthony','','inherit','open','closed','','anthony-2','','','2015-11-09 02:44:55','2015-11-09 02:44:55','',2823,'http://itworks.coding.al/wp-content/uploads/2015/11/anthony.jpg',0,'attachment','image/jpeg',0),(2829,1,'2015-11-09 02:45:31','2015-11-09 02:45:31','','elsie','','inherit','open','closed','','elsie-2','','','2015-11-09 02:45:31','2015-11-09 02:45:31','',2824,'http://itworks.coding.al/wp-content/uploads/2015/11/elsie.jpg',0,'attachment','image/jpeg',0),(2830,1,'2015-11-09 02:46:05','2015-11-09 02:46:05','','john-doe','','inherit','open','closed','','john-doe-2','','','2015-11-09 02:46:05','2015-11-09 02:46:05','',2825,'http://itworks.coding.al/wp-content/uploads/2015/11/john-doe.jpg',0,'attachment','image/jpeg',0),(2831,1,'2015-11-09 02:46:39','2015-11-09 02:46:39','','manuel','','inherit','open','closed','','manuel-2','','','2015-11-09 02:46:39','2015-11-09 02:46:39','',2826,'http://itworks.coding.al/wp-content/uploads/2015/11/manuel.jpg',0,'attachment','image/jpeg',0),(2832,1,'2015-11-09 02:47:53','2015-11-09 02:47:53','','peter','','inherit','open','closed','','peter','','','2015-11-09 02:47:53','2015-11-09 02:47:53','',2827,'http://itworks.coding.al/wp-content/uploads/2015/11/peter.jpg',0,'attachment','image/jpeg',0),(2847,1,'2015-11-10 06:58:01','2015-11-10 06:58:01','','logo','','inherit','open','closed','','logo','','','2015-11-10 06:58:01','2015-11-10 06:58:01','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/logo.png',0,'attachment','image/png',0),(2848,1,'2015-11-10 06:58:08','2015-11-10 06:58:08','','logo-sticky','','inherit','open','closed','','logo-sticky','','','2015-11-10 06:58:08','2015-11-10 06:58:08','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/logo-sticky.png',0,'attachment','image/png',0),(2892,1,'2015-11-18 03:18:26','2015-11-18 03:18:26','','become-teacher','','inherit','open','closed','','become-teacher','','','2015-11-18 03:18:26','2015-11-18 03:18:26','',2780,'http://itworks.coding.al/wp-content/uploads/2015/11/become-teacher.jpg',0,'attachment','image/jpeg',0),(2901,1,'2015-11-18 08:34:00','2015-11-18 08:34:00','[vc_row css=\".vc_custom_1471019067901{padding-top: 30px !important;}\"][vc_column][thim-heading title=\"Our Story\" sub_heading=\"It is a long established fact that a reade.\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][thim-counters-box counters_label=\"FOREIGN FOLLOWERS\" counters_value=\"55000\" style=\"about-us\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"CERTIFIED TEACHERS\" counters_value=\"60\" style=\"about-us\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"STUDENTS ENROLLED\" counters_value=\"2240\" style=\"about-us\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COMPLETE COURSES\" counters_value=\"215\" style=\"about-us\"][/vc_column][/vc_row][vc_row][vc_column][thim-gallery-images number=\"1\" item_tablet=\"1\" show_pagination=\"yes\" image=\"3059,3060,3100\" image_size=\"full\"][vc_column_text]\r\n<div class=\"thim-about-us-quote\">\r\n\r\n“Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.”\r\n<div class=\"agency\">Tony Nguyen, Co-Founder</div>\r\n\r\n<hr />\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1471796791252{margin-bottom: 63px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1471796770554{margin-bottom: 30px !important;}\"][vc_column_text]\r\n<h3 class=\"thim-text-title\">Who We Are</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent\r\nvulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida.\r\n\r\nDonec iaculis adipiscing neque, non congue massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1471796781968{margin-bottom: 30px !important;}\"][vc_column_text]\r\n<h3 class=\"thim-text-title\">Who We Are</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent\r\nvulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida.\r\n\r\nDonec iaculis adipiscing neque, non congue massa euismod quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"2935\" parallax_speed_bg=\"1.3\"][vc_column][vc_empty_space height=\"460px\"][/vc_column][/vc_row][vc_row][vc_column][thim-heading title=\"Meet Our Team\" sub_heading=\"Plugins your themes with even more features.\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row el_class=\"thim-no-margin-bottom\"][vc_column][thim-our-team number_post=\"8\" columns=\"4\" text_link=\"Join Our Team\" link=\"#\" link_member=\"true\"][/vc_column][/vc_row]','Rreth Nesh','','publish','closed','closed','','rreth-nesh','','','2018-04-02 13:28:39','2018-04-02 13:28:39','',0,'http://demo.thimpress.com/eduma/?page_id=2901',0,'page','',0),(2904,1,'2015-11-18 08:56:07','2015-11-18 08:56:07','','slider-1','','inherit','open','closed','','slider-1','','','2015-11-18 08:56:07','2015-11-18 08:56:07','',2901,'http://itworks.coding.al/wp-content/uploads/2015/11/slider-1.jpg',0,'attachment','image/jpeg',0),(2908,1,'2015-11-18 09:28:03','2015-11-18 09:28:03','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Ryze Faker','','publish','closed','closed','','ryze-faker','','','2015-11-18 09:28:03','2015-11-18 09:28:03','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2908',0,'our_team','',0),(2909,1,'2015-11-18 09:27:55','2015-11-18 09:27:55','','team-4','','inherit','open','closed','','team-4','','','2015-11-18 09:27:55','2015-11-18 09:27:55','',2908,'http://itworks.coding.al/wp-content/uploads/2015/11/team-4.jpg',0,'attachment','image/jpeg',0),(2910,1,'2015-11-18 09:31:31','2015-11-18 09:31:31','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Jane Nguyen','','publish','closed','closed','','jane-nguyen','','','2015-11-18 09:31:31','2015-11-18 09:31:31','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2910',0,'our_team','',0),(2911,1,'2015-11-18 09:32:08','2015-11-18 09:32:08','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','John Doe','','publish','closed','closed','','john-doe','','','2015-11-18 09:32:08','2015-11-18 09:32:08','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2911',0,'our_team','',0),(2912,1,'2015-11-18 09:33:17','2015-11-18 09:33:17','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Jonathan','','publish','closed','closed','','jonathan','','','2015-11-18 09:33:17','2015-11-18 09:33:17','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2912',0,'our_team','',0),(2913,1,'2015-11-18 09:34:38','2015-11-18 09:34:38','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Tony Teo','','publish','closed','closed','','tony-teo','','','2015-11-18 09:34:38','2015-11-18 09:34:38','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2913',0,'our_team','',0),(2914,1,'2015-11-18 09:44:51','2015-11-18 09:44:51','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Robert','','publish','closed','closed','','robert','','','2015-11-18 09:44:51','2015-11-18 09:44:51','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2914',0,'our_team','',0),(2915,1,'2015-11-18 09:46:09','2015-11-18 09:46:09','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Christian','','publish','closed','closed','','christian','','','2015-11-18 09:46:09','2015-11-18 09:46:09','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2915',0,'our_team','',0),(2916,1,'2015-11-18 09:48:16','2015-11-18 09:48:16','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Belinda','','publish','closed','closed','','belinda','','','2015-11-18 09:48:16','2015-11-18 09:48:16','',0,'http://demo.thimpress.com/eduma/?post_type=our_team&p=2916',0,'our_team','',0),(2917,1,'2015-11-18 09:30:57','2015-11-18 09:30:57','','team-8','','inherit','open','closed','','team-8','','','2015-11-18 09:30:57','2015-11-18 09:30:57','',2910,'http://itworks.coding.al/wp-content/uploads/2015/11/team-8.jpg',0,'attachment','image/jpeg',0),(2918,1,'2015-11-18 09:31:44','2015-11-18 09:31:44','','team-1','','inherit','open','closed','','team-1','','','2015-11-18 09:31:44','2015-11-18 09:31:44','',2911,'http://itworks.coding.al/wp-content/uploads/2015/11/team-1.jpg',0,'attachment','image/jpeg',0),(2919,1,'2015-11-18 09:32:38','2015-11-18 09:32:38','','team-2','','inherit','open','closed','','team-2','','','2015-11-18 09:32:38','2015-11-18 09:32:38','',2912,'http://itworks.coding.al/wp-content/uploads/2015/11/team-2.jpg',0,'attachment','image/jpeg',0),(2920,1,'2015-11-18 09:34:02','2015-11-18 09:34:02','','team-6','','inherit','open','closed','','team-6','','','2015-11-18 09:34:02','2015-11-18 09:34:02','',2913,'http://itworks.coding.al/wp-content/uploads/2015/11/team-6.jpg',0,'attachment','image/jpeg',0),(2921,1,'2015-11-18 09:34:56','2015-11-18 09:34:56','','team-5','','inherit','open','closed','','team-5','','','2015-11-18 09:34:56','2015-11-18 09:34:56','',2914,'http://itworks.coding.al/wp-content/uploads/2015/11/team-5.jpg',0,'attachment','image/jpeg',0),(2922,1,'2015-11-18 09:45:25','2015-11-18 09:45:25','','team-3','','inherit','open','closed','','team-3','','','2015-11-18 09:45:25','2015-11-18 09:45:25','',2915,'http://itworks.coding.al/wp-content/uploads/2015/11/team-3.jpg',0,'attachment','image/jpeg',0),(2923,1,'2015-11-18 09:46:29','2015-11-18 09:46:29','','team-7','','inherit','open','closed','','team-7','','','2015-11-18 09:46:29','2015-11-18 09:46:29','',2916,'http://itworks.coding.al/wp-content/uploads/2015/11/team-7.jpg',0,'attachment','image/jpeg',0),(2935,1,'2015-11-19 04:22:00','2015-11-19 04:22:00','','bg-parallax-about-us','','inherit','open','closed','','bg-parallax-about-us','','','2015-11-19 04:22:00','2015-11-19 04:22:00','',2901,'http://itworks.coding.al/wp-content/uploads/2015/11/bg-parallax-about-us.jpg',0,'attachment','image/jpeg',0),(2945,1,'2015-11-20 06:48:31','2015-11-20 06:48:31','','demo_image','','inherit','open','closed','','demo_image-2','','','2015-11-20 06:48:31','2015-11-20 06:48:31','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/demo_image.jpg',0,'attachment','image/jpeg',0),(2948,1,'2015-11-20 09:55:59','2015-11-20 09:55:59','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Eduma Autumn 2016','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','eduma-autumn-2016','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=2948',0,'tp_event','',0),(2951,1,'2015-11-20 10:00:49','2015-11-20 10:00:49','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n \n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Happy New Year 2016','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','happy-new-year-2016','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=2951',0,'tp_event','',0),(2952,1,'2015-11-20 10:12:44','2015-11-20 10:12:44','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n \n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Elegant Light Box Paper Cut Dioramas','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','elegant-light-box-paper-cut-dioramas-1','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=2952',0,'tp_event','',0),(2953,1,'2015-11-20 10:12:47','2015-11-20 10:12:47','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Build Education Website Using WordPress','Tech you how to build a complete Learning Management System with WordPress and LearnPress.','publish','open','closed','','build-education-website-using-wordpress','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=2953',0,'tp_event','',0),(2958,1,'2015-11-20 10:22:44','2015-11-20 10:22:44','[vc_row][vc_column][vc_raw_html]JTVCbWluaW9yYW5nZV9zb2NpYWxfbG9naW4lMjBzaGFwZSUzRCUyMmxvbmdidXR0b253aXRodGV4dCUyMiUyMHRoZW1lJTNEJTIyZGVmYXVsdCUyMiUyMHNwYWNlJTNEJTIyNCUyMiUyMHdpZHRoJTNEJTIyMjQwJTIyJTIwaGVpZ2h0JTNEJTIyNDAlMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][thim-login-form][/vc_column][/vc_row]','Account','','publish','closed','closed','','account','','','2015-11-20 10:22:44','2015-11-20 10:22:44','',0,'http://demo.thimpress.com/eduma/?page_id=2958',0,'page','',0),(3056,1,'2015-11-29 17:01:47','2015-11-29 17:01:47','','blog-1','','inherit','open','closed','','blog-1','','','2015-11-29 17:01:47','2015-11-29 17:01:47','',54,'http://itworks.coding.al/wp-content/uploads/2015/10/blog-1.jpg',0,'attachment','image/jpeg',0),(3059,1,'2015-11-29 17:40:33','2015-11-29 17:40:33','','slider-2','','inherit','open','closed','','slider-2','','','2015-11-29 17:40:33','2015-11-29 17:40:33','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/slider-2.jpg',0,'attachment','image/jpeg',0),(3060,1,'2015-11-29 17:41:16','2015-11-29 17:41:16','','slider-3','','inherit','open','closed','','slider-3','','','2015-11-29 17:41:16','2015-11-29 17:41:16','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/slider-3.jpg',0,'attachment','image/jpeg',0),(3062,1,'2015-11-30 09:34:42','2015-11-30 09:34:42','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n \n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Eduma Autumn 2015','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','eduma-autumn-2015','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=3062',0,'tp_event','',0),(3063,1,'2015-11-30 09:32:22','2015-11-30 09:32:22','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n \n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Summer School 2015','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','summer-school-2015','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=3063',0,'tp_event','',0),(3070,1,'2015-12-01 01:23:55','2015-12-01 01:23:55','','course-3','','inherit','open','closed','','course-3','','','2015-12-01 01:23:55','2015-12-01 01:23:55','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-3.jpg',0,'attachment','image/jpeg',0),(3077,1,'2015-12-01 02:05:44','2015-12-01 02:05:44','','course-8','','inherit','open','closed','','course-8','','','2015-12-01 02:05:44','2015-12-01 02:05:44','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-8.jpg',0,'attachment','image/jpeg',0),(3079,1,'2015-12-01 02:11:38','2015-12-01 02:11:38','','course-4','','inherit','open','closed','','course-4','','','2015-12-01 02:11:38','2015-12-01 02:11:38','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/course-4.jpg',0,'attachment','image/jpeg',0),(3088,1,'2015-12-01 02:28:33','2015-12-01 02:28:33','','course-6','','inherit','open','closed','','course-6','','','2015-12-01 02:28:33','2015-12-01 02:28:33','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-6.jpg',0,'attachment','image/jpeg',0),(3089,1,'2015-12-01 02:29:34','2015-12-01 02:29:34','','course-7','','inherit','open','closed','','course-7','','','2015-12-01 02:29:34','2015-12-01 02:29:34','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-7.jpg',0,'attachment','image/jpeg',0),(3098,1,'2015-12-01 03:43:50','2015-12-01 03:43:50','','event-1','','inherit','open','closed','','event-1','','','2015-12-01 03:43:50','2015-12-01 03:43:50','',2953,'http://itworks.coding.al/wp-content/uploads/2015/11/event-1.jpg',0,'attachment','image/jpeg',0),(3099,1,'2015-12-01 03:44:17','2015-12-01 03:44:17','','event-2','','inherit','open','closed','','event-2','','','2015-12-01 03:44:17','2015-12-01 03:44:17','',2952,'http://itworks.coding.al/wp-content/uploads/2015/11/event-2.jpg',0,'attachment','image/jpeg',0),(3101,1,'2018-04-09 16:34:23','2018-04-09 15:34:23','<input type=\"email\" id=\"mc4wp_email\" name=\"EMAIL\" placeholder=\"Email\" required /><input type=\"submit\" value=\"Abonohu\" />','Default sign-up form','','publish','closed','closed','','default-sign-up-form','','','2018-04-09 16:34:23','2018-04-09 15:34:23','',0,'http://demo.thimpress.com/eduma/mc4wp-form/default-sign-up-form/',0,'mc4wp-form','',0),(3102,1,'2015-12-01 07:27:37','2015-12-01 07:27:37','','bg-footer','','inherit','open','closed','','bg-footer','','','2015-12-01 07:27:37','2015-12-01 07:27:37','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/bg-footer.jpg',0,'attachment','image/jpeg',0),(3112,1,'2015-12-04 07:24:20','2015-12-04 07:24:20','','Eduma Forum','','publish','closed','open','','eduma-forum','','','2015-12-04 07:24:20','2015-12-04 07:24:20','',0,'http://demo.thimpress.com/eduma/?post_type=forum&p=3112',0,'forum','',0),(3114,1,'2015-12-04 07:25:45','2015-12-04 07:25:45','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','LMS WordPress Plugin','','publish','closed','open','','lms-wordpress-plugin','','','2015-12-04 07:25:45','2015-12-04 07:25:45','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3114',0,'topic','',0),(3116,1,'2015-12-04 07:28:29','2015-12-04 07:28:29','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Eduma - The best theme for Education','','publish','closed','open','','eduma-the-best-theme-for-education','','','2015-12-04 07:28:29','2015-12-04 07:28:29','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3116',0,'topic','',0),(3117,1,'2015-12-04 07:29:05','2015-12-04 07:29:05','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','LearnPress - The best for LMS WordPress Plugin','','publish','closed','open','','learnpress-the-best-for-lms-wordpress-plugin','','','2015-12-04 07:29:05','2015-12-04 07:29:05','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3117',0,'topic','',0),(3118,1,'2015-12-04 07:30:05','2015-12-04 07:30:05','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Designed by ThimPress. Powered by WordPress.','','publish','closed','open','','designed-by-thimpress-powered-by-wordpress','','','2015-12-04 07:30:05','2015-12-04 07:30:05','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3118',0,'topic','',0),(3119,1,'2015-12-04 07:30:33','2015-12-04 07:30:33','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','How to become a teacher','','publish','closed','open','','how-to-become-a-teacher','','','2015-12-04 07:30:33','2015-12-04 07:30:33','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3119',0,'topic','',0),(3120,1,'2015-12-04 07:30:45','2015-12-04 07:30:45','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Easy to learning','','publish','closed','open','','easy-to-learning','','','2015-12-04 07:30:45','2015-12-04 07:30:45','',3112,'http://demo.thimpress.com/eduma/?post_type=topic&p=3120',0,'topic','',0),(3135,1,'2015-12-05 07:10:22','2015-12-05 07:10:22','Forum of course \"Your Complete Guide to Photography\"','Your Complete Guide to Photography','','publish','closed','closed','','your-complete-guide-to-photography','','','2015-12-05 07:10:22','2015-12-05 07:10:22','',0,'http://demo.thimpress.com/eduma/forums/forum/your-complete-guide-to-photography/',0,'forum','',0),(3136,1,'2015-12-05 07:11:58','2015-12-05 07:11:58','Forum of course \"From Zero to Hero with Nodejs\"','From Zero to Hero with Nodejs','','publish','closed','closed','','from-zero-to-hero-with-nodejs','','','2015-12-05 07:11:58','2015-12-05 07:11:58','',0,'http://demo.thimpress.com/eduma/forums/forum/from-zero-to-hero-with-nodejs/',0,'forum','',0),(3137,1,'2015-12-05 07:12:09','2015-12-05 07:12:09','Forum of course \"Learn Python - Interactive Python Tutorial\"','Learn Python - Interactive Python Tutorial','','publish','closed','closed','','learn-python-interactive-python-tutorial','','','2015-12-05 07:12:09','2015-12-05 07:12:09','',0,'http://demo.thimpress.com/eduma/forums/forum/learn-python-interactive-python-tutorial/',0,'forum','',0),(3141,1,'2015-12-07 01:42:06','2015-12-07 01:42:06','Forum of course \"Testing 101\"','Testing 101','','publish','closed','closed','','testing-101','','','2015-12-07 01:42:06','2015-12-07 01:42:06','',0,'http://demo.thimpress.com/eduma/forums/forum/testing-101/',0,'forum','',0),(3168,1,'2015-12-07 02:49:26','2015-12-07 02:49:26','','certificate-template','','inherit','open','closed','','certificate-template','','','2015-12-07 02:49:26','2015-12-07 02:49:26','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/certificate-template.jpg',0,'attachment','image/jpeg',0),(3175,1,'2015-12-07 07:23:03','2015-12-07 07:23:03','','imgpsh_fullsize','','inherit','open','closed','','imgpsh_fullsize','','','2015-12-07 07:23:03','2015-12-07 07:23:03','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/imgpsh_fullsize.jpeg',0,'attachment','image/jpeg',0),(3181,1,'2015-12-07 07:52:31','2015-12-07 07:52:31','','eduma','','inherit','open','closed','','eduma','','','2015-12-07 07:52:31','2015-12-07 07:52:31','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/eduma.png',0,'attachment','image/png',0),(3186,1,'2015-12-07 08:05:11','2015-12-07 08:05:11','','Untitled','','inherit','open','closed','','untitled','','','2015-12-07 08:05:11','2015-12-07 08:05:11','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/Untitled.png',0,'attachment','image/png',0),(3203,1,'2015-12-11 05:04:19','2015-12-11 05:04:19','','Eduma-learnling','','inherit','open','closed','','eduma-learnling','','','2015-12-11 05:04:19','2015-12-11 05:04:19','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/Eduma-learnling.mp4',0,'attachment','video/mp4',0),(3206,1,'2015-12-11 07:13:22','2015-12-11 07:13:22','','bg-video','','inherit','open','closed','','bg-video','','','2015-12-11 07:13:22','2015-12-11 07:13:22','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/bg-video.png',0,'attachment','image/png',0),(3208,1,'2015-12-11 07:54:28','2015-12-11 07:54:28','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n\n \n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Good Intentions or Good Results?','Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris itae erat conuat','publish','open','closed','','good-intentions-or-good-results','','','2018-04-08 21:36:08','2018-04-08 21:36:08','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=3208',0,'tp_event','',0),(3234,1,'2015-12-14 08:59:33','2015-12-14 08:59:33','','course-9','','inherit','open','closed','','course-9','','','2015-12-14 08:59:33','2015-12-14 08:59:33','',0,'http://itworks.coding.al/wp-content/uploads/2015/11/course-9.jpg',0,'attachment','image/jpeg',0),(3237,1,'2015-12-14 09:04:51','2015-12-14 09:04:51','','course-12','','inherit','open','closed','','course-12','','','2015-12-14 09:04:51','2015-12-14 09:04:51','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-12.jpg',0,'attachment','image/jpeg',0),(3282,1,'2015-12-16 03:46:00','2015-12-16 03:46:00','','course-5','','inherit','open','closed','','course-5','','','2015-12-16 03:46:00','2015-12-16 03:46:00','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-5.jpg',0,'attachment','image/jpeg',0),(3284,1,'2015-12-16 03:46:51','2015-12-16 03:46:51','','course-11','','inherit','open','closed','','course-11','','','2015-12-16 03:46:51','2015-12-16 03:46:51','',0,'http://itworks.coding.al/wp-content/uploads/2015/06/course-11.jpg',0,'attachment','image/jpeg',0),(3313,1,'2015-12-16 04:51:35','2015-12-16 04:51:35','','course-16','','inherit','open','closed','','course-16','','','2015-12-16 04:51:35','2015-12-16 04:51:35','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/course-16.jpg',0,'attachment','image/jpeg',0),(3317,1,'2015-12-16 04:56:36','2015-12-16 04:56:36','','course-10','','inherit','open','closed','','course-10','','','2015-12-16 04:56:36','2015-12-16 04:56:36','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/course-10.jpg',0,'attachment','image/jpeg',0),(3321,1,'2015-12-16 05:00:57','2015-12-16 05:00:57','Forum of course \"The Art of Black and White Photography\"','The Art of Black and White Photography','','publish','closed','closed','','the-art-of-black-and-white-photography','','','2015-12-16 05:00:57','2015-12-16 05:00:57','',0,'http://demo.thimpress.com/eduma/forums/forum/the-art-of-black-and-white-photography/',0,'forum','',0),(3367,1,'2015-12-16 15:42:08','2015-12-16 15:42:08','Forum of course \"Learning jQuery Mobile for Beginners\"','Learning jQuery Mobile for Beginners','','publish','closed','closed','','learning-jquery-mobile-for-beginners','','','2015-12-16 15:42:08','2015-12-16 15:42:08','',0,'http://demo.thimpress.com/eduma/forums/forum/learning-jquery-mobile-for-beginners/',0,'forum','',0),(3368,1,'2015-12-16 15:46:27','2015-12-16 15:46:27','Forum of course \"HTML Tutorial: HTML & CSS for Beginners\"','HTML Tutorial: HTML & CSS for Beginners','','publish','closed','closed','','html-tutorial-html-css-for-beginners','','','2015-12-16 15:46:27','2015-12-16 15:46:27','',0,'http://demo.thimpress.com/eduma/forums/forum/html-tutorial-html-css-for-beginners/',0,'forum','',0),(3369,1,'2015-12-16 15:47:09','2015-12-16 15:47:09','Forum of course \"Web Designing & HTML5/CSS3 Essentials\"','Web Designing & HTML5/CSS3 Essentials','','publish','closed','closed','','web-designing-html5css3-essentials','','','2015-12-16 15:47:09','2015-12-16 15:47:09','',0,'http://demo.thimpress.com/eduma/forums/forum/web-designing-html5css3-essentials/',0,'forum','',0),(3374,1,'2015-11-19 01:48:25','2015-11-19 01:48:25','<h4>EVENT DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic\ntypesetting, remaining essentially unchanged.\n<h4>EVENT CONTENT</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Education Autumn Tour 2018','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','publish','open','closed','','education-autumn-tour-2018','','','2018-04-08 21:36:09','2018-04-08 21:36:09','',0,'http://demo.thimpress.com/eduma/?post_type=tp_event&p=3374',0,'tp_event','',0),(3383,1,'2015-12-20 10:20:15','0000-00-00 00:00:00','<input type=\"email\" id=\"mc4wp_email\" name=\"EMAIL\" placeholder=\"Your email here\" required /><input type=\"submit\" value=\"Subscribe\" />','Default sign-up form','','draft','closed','closed','','','','','2015-12-20 10:20:15','0000-00-00 00:00:00','',0,'http://demo.thimpress.com/eduma/?post_type=mc4wp-form&p=3383',0,'mc4wp-form','',0),(3384,1,'2015-12-21 04:12:21','2015-12-21 04:12:21','','ad','','inherit','open','closed','','ad','','','2015-12-21 04:12:21','2015-12-21 04:12:21','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/ad.jpg',0,'attachment','image/jpeg',0),(3387,1,'2015-12-21 06:39:21','2015-12-21 06:39:21','','bg-page','','inherit','open','closed','','bg-page','','','2015-12-21 06:39:21','2015-12-21 06:39:21','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/bg-page.jpg',0,'attachment','image/jpeg',0),(3390,1,'2015-12-21 07:01:59','2015-12-21 07:01:59','','1','','inherit','open','closed','','1','','','2015-12-21 07:01:59','2015-12-21 07:01:59','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/1.jpg',0,'attachment','image/jpeg',0),(3391,1,'2015-12-21 07:02:36','2015-12-21 07:02:36','','2','','inherit','open','closed','','2','','','2015-12-21 07:02:36','2015-12-21 07:02:36','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/2.jpg',0,'attachment','image/jpeg',0),(3392,1,'2015-12-21 07:11:03','2015-12-21 07:11:03','','3','','inherit','open','closed','','3','','','2015-12-21 07:11:03','2015-12-21 07:11:03','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/3.jpg',0,'attachment','image/jpeg',0),(3393,1,'2015-12-21 07:11:39','2015-12-21 07:11:39','','4','','inherit','open','closed','','4','','','2015-12-21 07:11:39','2015-12-21 07:11:39','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/4.jpg',0,'attachment','image/jpeg',0),(3394,1,'2015-12-21 07:12:02','2015-12-21 07:12:02','','5','','inherit','open','closed','','5','','','2015-12-21 07:12:02','2015-12-21 07:12:02','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/5.jpg',0,'attachment','image/jpeg',0),(3395,1,'2015-12-21 07:12:33','2015-12-21 07:12:33','','7','','inherit','open','closed','','7','','','2015-12-21 07:12:33','2015-12-21 07:12:33','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/7.jpg',0,'attachment','image/jpeg',0),(3396,1,'2015-12-21 07:12:37','2015-12-21 07:12:37','','6','','inherit','open','closed','','6','','','2015-12-21 07:12:37','2015-12-21 07:12:37','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/6.jpg',0,'attachment','image/jpeg',0),(3397,1,'2015-12-21 07:12:47','2015-12-21 07:12:47','','8','','inherit','open','closed','','8','','','2015-12-21 07:12:47','2015-12-21 07:12:47','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/8.jpg',0,'attachment','image/jpeg',0),(3418,1,'2015-12-22 04:47:16','2015-12-22 04:47:16','','hero_slide_2','','inherit','open','closed','','hero_slide_2','','','2015-12-22 04:47:16','2015-12-22 04:47:16','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/hero_slide_2.jpg',0,'attachment','image/jpeg',0),(3419,1,'2015-12-22 04:48:11','2015-12-22 04:48:11','','hero_slide_3','','inherit','open','closed','','hero_slide_3','','','2015-12-22 04:48:11','2015-12-22 04:48:11','',0,'http://itworks.coding.al/wp-content/uploads/2015/12/hero_slide_3.jpg',0,'attachment','image/jpeg',0),(3481,1,'2016-01-03 08:55:22','2016-01-03 08:55:22','[vc_row css=\".vc_custom_1472057680436{padding-top: 30px !important;}\"][vc_column][thim-heading title=\"Testing With Education WP LMS\" sub_heading=\"There are some demo accounts which you can make a test with our learning management system.\" line=\"yes\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row gap=\"15\"][vc_column width=\"1/2\"][thim-single-images link_target=\"_self\" image=\"3671\" image_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDc3Ryb25nJTNFTGVhcm5lciUyMHJvbGUlM0ElM0MlMkZzdHJvbmclM0UlMjBFdmVyeSUyMHVzZXJzJTIwaW4lMjB0aGUlMjBzeXN0ZW0lMjBpcyUyMGxlYXJuZXIlMkMlMjB0aGF0JTIwbWVhbnMlMjB0aGV5JTIwYWxsJTIwYmUlMjBhYmxlJTIwdG8lMjBlbnJvbGwlMjBhbnklMjBjb3Vyc2VzLiUzQ2JyJTJGJTNFJTNDYnIlMkYlM0UlMEElM0NzdHJvbmclM0VVc2VybmFtZSUzQSUzQyUyRnN0cm9uZyUzRSUyMGxlYXJuZXIlM0NiciUyRiUzRSUwQSUzQ3N0cm9uZyUzRVBhc3N3b3JkJTNBJTNDJTJGc3Ryb25nJTNFJTIwbGVhcm5lcg==[/vc_raw_html][/vc_column][/vc_row][vc_row gap=\"15\" css=\".vc_custom_1472057735911{margin-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_raw_html]JTNDc3Ryb25nJTNFSW5zdHJ1Y3RvciUyMHJvbGUlM0ElM0MlMkZzdHJvbmclM0UlMjBUaG9zZSUyMHVzZXJzJTIwY2FuJTIwY3JlYXRlJTIwYSUyMGNvdXJzZSUyMHdpdGglMjBsZXNzb25zJTIwYW5kJTIwcXVpenplcyUyMHdpdGglMjBhd2Vzb21lJTIwY291cnNlJTIwZWRpdG9yJTIwc3VwcG9ydCUyQyUyMHRyeSUyMGl0JTIwb3V0LiUzQ2JyJTJGJTNFJTNDYnIlMkYlM0UlMEElM0NzdHJvbmclM0VVc2VybmFtZSUzQSUzQyUyRnN0cm9uZyUzRSUyMGluc3RydWN0b3IlM0MlMkZiciUzRSUwQSUzQ3N0cm9uZyUzRVBhc3N3b3JkJTNBJTNDJTJGc3Ryb25nJTNFJTIwaW5zdHJ1Y3Rvcg==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][thim-single-images link_target=\"_self\" image=\"3670\" image_size=\"full\"][/vc_column][/vc_row]','Demo Accounts','','publish','closed','closed','','demo-accounts','','','2016-01-03 08:55:22','2016-01-03 08:55:22','',0,'http://demo.thimpress.com/eduma/?page_id=3481',0,'page','',0),(3501,1,'2016-01-02 19:08:34','2016-01-02 19:08:34','Testing LearnPress 101 course','LearnPress 101','','publish','closed','open','','learnpress-101','','','2016-01-02 19:08:34','2016-01-02 19:08:34','',3141,'http://demo.thimpress.com/eduma/forums/topic/fnjrrjrjrjr-h-h-s-e/',0,'topic','',0),(3502,1,'2016-01-02 19:08:43','2016-01-02 19:08:43','jrj','','','publish','closed','closed','','3502','','','2016-01-02 19:08:43','2016-01-02 19:08:43','',3501,'http://demo.thimpress.com/eduma/forums/reply/3502/',1,'reply','',0),(3670,1,'2016-01-18 08:32:21','2016-01-18 08:32:21','','intructor-account','','inherit','open','closed','','intructor-account','','','2016-01-18 08:32:21','2016-01-18 08:32:21','',3481,'http://itworks.coding.al/wp-content/uploads/2016/01/intructor-account.jpg',0,'attachment','image/jpeg',0),(3671,1,'2016-01-18 08:32:34','2016-01-18 08:32:34','','learner-account','','inherit','open','closed','','learner-account','','','2016-01-18 08:32:34','2016-01-18 08:32:34','',3481,'http://itworks.coding.al/wp-content/uploads/2016/01/learner-account.jpg',0,'attachment','image/jpeg',0),(3683,1,'2016-01-20 03:50:27','2016-01-20 03:50:27','','maker-map','','inherit','open','closed','','maker-map','','','2016-01-20 03:50:27','2016-01-20 03:50:27','',87,'http://itworks.coding.al/wp-content/uploads/2015/10/maker-map.png',0,'attachment','image/png',0),(3696,1,'2016-01-20 10:31:26','2016-01-20 10:31:26','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Why You Should Read Every Day','','publish','open','open','','why-you-should-read-every-day','','','2016-01-20 10:31:26','2016-01-20 10:31:26','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=3696',0,'post','',0),(3697,1,'2016-01-20 10:16:37','2016-01-20 10:16:37','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Relaxing after work','','publish','open','open','','relaxing-after-work','','','2016-01-20 10:16:37','2016-01-20 10:16:37','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=3697',0,'post','',0),(3698,1,'2018-01-10 10:01:35','2018-01-10 10:01:35','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \r\n\r\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\r\n\r\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \r\n\r\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Cfare duhet te kemi parasysh ku blejme nje laptop te ri?','','publish','open','open','','cfare-duhet-te-kemi-parasysh-ku-blejme-nje-laptop-te-ri','','','2018-04-09 13:38:56','2018-04-09 13:38:56','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=3698',0,'post','',0),(3699,1,'2016-01-20 09:59:39','2016-01-20 09:59:39','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \r\n\r\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\r\n\r\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \r\n\r\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Samsung, Shitje rekord për tre mujorin e parë të 2018-ës','','publish','open','open','','samsung-shitje-rekord-per-tre-mujorin-e-pare-te-2018-es','','','2018-04-09 13:41:14','2018-04-09 13:41:14','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=3699',0,'post','',0),(3701,1,'2016-01-20 09:50:50','2016-01-20 09:50:50','','event-7','','inherit','open','closed','','event-7','','','2016-01-20 09:50:50','2016-01-20 09:50:50','',2948,'http://itworks.coding.al/wp-content/uploads/2015/11/event-7.jpg',0,'attachment','image/jpeg',0),(3702,1,'2016-01-20 09:51:17','2016-01-20 09:51:17','','event-4','','inherit','open','closed','','event-4','','','2016-01-20 09:51:17','2016-01-20 09:51:17','',2953,'http://itworks.coding.al/wp-content/uploads/2015/11/event-4.jpg',0,'attachment','image/jpeg',0),(3703,1,'2016-01-20 09:51:39','2016-01-20 09:51:39','','event-3','','inherit','open','closed','','event-3','','','2016-01-20 09:51:39','2016-01-20 09:51:39','',3208,'http://itworks.coding.al/wp-content/uploads/2015/12/event-3.jpg',0,'attachment','image/jpeg',0),(3704,1,'2016-01-20 09:59:30','2016-01-20 09:59:30','','blog-5','','inherit','open','closed','','blog-5','','','2016-01-20 09:59:30','2016-01-20 09:59:30','',3699,'http://itworks.coding.al/wp-content/uploads/2016/01/blog-5.jpg',0,'attachment','image/jpeg',0),(3706,1,'2016-01-20 10:01:24','2016-01-20 10:01:24','','blog-6','','inherit','open','closed','','blog-6','','','2016-01-20 10:01:24','2016-01-20 10:01:24','',3698,'http://itworks.coding.al/wp-content/uploads/2016/01/blog-6.jpg',0,'attachment','image/jpeg',0),(3711,1,'2016-01-20 10:21:48','2016-01-20 10:21:48','','blog-8','','inherit','open','closed','','blog-8','','','2016-01-20 10:21:48','2016-01-20 10:21:48','',3698,'http://itworks.coding.al/wp-content/uploads/2016/01/blog-8.jpg',0,'attachment','image/jpeg',0),(3712,1,'2016-01-20 10:31:16','2016-01-20 10:31:16','','blog-7','','inherit','open','closed','','blog-7','','','2016-01-20 10:31:16','2016-01-20 10:31:16','',3696,'http://itworks.coding.al/wp-content/uploads/2016/01/blog-7.jpg',0,'attachment','image/jpeg',0),(3714,1,'2016-01-20 10:31:57','2016-01-20 10:31:57','','blog-9','','inherit','open','closed','','blog-9','','','2016-01-20 10:31:57','2016-01-20 10:31:57','',3697,'http://itworks.coding.al/wp-content/uploads/2016/01/blog-9.jpg',0,'attachment','image/jpeg',0),(3750,1,'2016-01-22 10:10:41','2016-01-22 10:10:41','','top-slider','','inherit','open','closed','','top-slider-2','','','2016-01-22 10:10:41','2016-01-22 10:10:41','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/top-slider.jpg',0,'attachment','image/jpeg',0),(3752,1,'2016-01-22 10:16:37','2016-01-22 10:16:37','','hero_slide_2','','inherit','open','closed','','hero_slide_2-2','','','2016-01-22 10:16:37','2016-01-22 10:16:37','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/hero_slide_2.jpg',0,'attachment','image/jpeg',0),(3845,1,'2016-01-28 19:42:40','2016-01-28 19:42:40','','kids-1093758_1920','','inherit','open','closed','','kids-1093758_1920','','','2016-01-28 19:42:40','2016-01-28 19:42:40','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/kids-1093758_1920.jpg',0,'attachment','image/jpeg',0),(3846,1,'2016-01-28 19:44:29','2016-01-28 19:44:29','','globe-967305_1920','','inherit','open','closed','','globe-967305_1920','','','2016-01-28 19:44:29','2016-01-28 19:44:29','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/globe-967305_1920.jpg',0,'attachment','image/jpeg',0),(3860,1,'2016-01-28 20:58:44','2016-01-28 20:58:44','','01','','inherit','open','closed','','01-2','','','2016-01-28 20:58:44','2016-01-28 20:58:44','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/01.jpg',0,'attachment','image/jpeg',0),(3861,1,'2016-01-28 21:07:07','2016-01-28 21:07:07','','','','inherit','open','closed','','logo01','','','2016-01-28 21:07:07','2016-01-28 21:07:07','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/logo01-e1454016875444.png',0,'attachment','image/png',0),(3872,1,'2016-01-29 08:27:49','2016-01-29 08:27:49','','hero_slide_3.jpg','','inherit','closed','closed','','hero-slide-3-jpg','','','2016-01-29 08:27:49','2016-01-29 08:27:49','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/hero_slide_3.jpg',0,'attachment','image/jpeg',0),(3873,1,'2016-01-29 08:27:52','2016-01-29 08:27:52','','slide_5.jpg','','inherit','closed','closed','','slide-5-jpg','','','2016-01-29 08:27:52','2016-01-29 08:27:52','',0,'http://itworks.coding.al/wp-content/uploads/2016/01/slide_5.jpg',0,'attachment','image/jpeg',0),(3895,1,'2016-01-29 14:33:55','2016-01-29 14:33:55','Also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','','','publish','closed','closed','','3895','','','2016-01-29 14:33:55','2016-01-29 14:33:55','',3120,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/3895/',1,'reply','',0),(3896,1,'2016-01-29 14:34:35','2016-01-29 14:34:35','but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','','','publish','closed','closed','','3896','','','2016-01-29 14:34:35','2016-01-29 14:34:35','',3120,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/3896/',2,'reply','',0),(3929,1,'2016-01-30 16:48:21','2016-01-30 16:48:21','ewfwefewhjewf uwegfuzgf uhwef','Test uhfuewhf ewewf','','publish','closed','closed','','test-uhfuewhf-ewewf','','','2016-01-30 16:48:21','2016-01-30 16:48:21','',3136,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/test-uhfuewhf-ewewf/',0,'topic','',0),(3966,1,'2016-02-01 06:19:37','2016-02-01 06:19:37','','hero_slide_3','','inherit','open','closed','','hero_slide_3-3','','','2016-02-01 06:19:37','2016-02-01 06:19:37','',0,'http://itworks.coding.al/wp-content/uploads/2016/02/hero_slide_3.jpg',0,'attachment','image/jpeg',0),(3967,1,'2016-02-01 06:20:36','2016-02-01 06:20:36','','slide_5','','inherit','open','closed','','slide_5','','','2016-02-01 06:20:36','2016-02-01 06:20:36','',0,'http://itworks.coding.al/wp-content/uploads/2016/02/slide_5.jpg',0,'attachment','image/jpeg',0),(3968,1,'2016-02-01 08:52:02','2016-02-01 08:52:02','','top-slider','','inherit','open','closed','','top-slider-3','','','2016-02-01 08:52:02','2016-02-01 08:52:02','',0,'http://itworks.coding.al/wp-content/uploads/2016/02/top-slider.jpg',0,'attachment','image/jpeg',0),(4207,1,'2016-02-19 21:17:17','2016-02-19 21:17:17','oUGH LOOKS REALLY BEAUTIFULL!','TESTING LIKE','','publish','closed','closed','','testing-like','','','2016-02-19 21:17:17','2016-02-19 21:17:17','',3136,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/testing-like/',0,'topic','',0),(4228,1,'2016-02-21 22:25:32','2016-02-21 22:25:32','Test','','','publish','closed','closed','','4228','','','2016-02-21 22:25:32','2016-02-21 22:25:32','',3929,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4228/',1,'reply','',0),(4273,1,'2016-02-26 15:22:12','2016-02-26 15:22:12','','11695945_926594224064699_3490818432882818536_n','','inherit','open','closed','','11695945_926594224064699_3490818432882818536_n','','','2016-02-26 15:22:12','2016-02-26 15:22:12','',0,'http://itworks.coding.al/wp-content/uploads/2016/02/11695945_926594224064699_3490818432882818536_n.png',0,'attachment','image/png',0),(4278,1,'2016-02-26 17:45:44','2016-02-26 17:45:44','farts stink','','','publish','closed','closed','','4278','','','2016-02-26 17:45:44','2016-02-26 17:45:44','',3120,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4278/',3,'reply','',0),(4385,1,'2016-02-29 08:07:40','2016-02-29 08:07:40','','megamenu','','inherit','open','closed','','megamenu-2','','','2016-02-29 08:07:40','2016-02-29 08:07:40','',0,'http://itworks.coding.al/wp-content/uploads/2016/02/megamenu.jpg',0,'attachment','image/jpeg',0),(4398,1,'2016-02-29 15:10:06','2016-02-29 15:10:06','I guess u r right','','','publish','closed','closed','','4398','','','2016-02-29 15:10:06','2016-02-29 15:10:06','',3120,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4398/',4,'reply','',0),(4400,1,'2016-02-29 16:28:31','2016-02-29 16:28:31','\n\n<blockquote> asdasda sd asd asd sad ','asdasasd','','publish','closed','closed','','asdasasd','','','2016-02-29 16:28:31','2016-02-29 16:28:31','',3136,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/asdasasd/',0,'topic','',0),(4410,1,'2016-03-01 03:06:07','2016-03-01 03:06:07','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Reading glasses','','publish','closed','closed','','reading-glasses','','','2016-03-01 03:06:07','2016-03-01 03:06:07','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4410',0,'portfolio','',0),(4411,1,'2016-03-01 03:04:29','2016-03-01 03:04:29','','book-1','','inherit','open','closed','','book-1','','','2016-03-01 03:04:29','2016-03-01 03:04:29','',4410,'http://itworks.coding.al/wp-content/uploads/2016/03/book-1.jpg',0,'attachment','image/jpeg',0),(4412,1,'2016-03-01 03:05:42','2016-03-01 03:05:42','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Design cover','','publish','closed','closed','','design-cover','','','2016-03-01 03:05:42','2016-03-01 03:05:42','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4412',0,'portfolio','',0),(4413,1,'2016-03-01 03:28:44','2016-03-01 03:28:44','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Library','','publish','closed','closed','','library','','','2016-03-01 03:28:44','2016-03-01 03:28:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4413',0,'portfolio','',0),(4414,1,'2016-03-01 03:21:49','2016-03-01 03:21:49','','book-2','','inherit','open','closed','','book-2','','','2016-03-01 03:21:49','2016-03-01 03:21:49','',4412,'http://itworks.coding.al/wp-content/uploads/2016/03/book-2.jpg',0,'attachment','image/jpeg',0),(4416,1,'2016-03-01 01:00:15','2016-03-01 01:00:15','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Electronic book','','publish','closed','closed','','electronic-book','','','2016-03-01 01:00:15','2016-03-01 01:00:15','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4416',0,'portfolio','',0),(4417,1,'2016-03-01 03:50:51','2016-03-01 03:50:51','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Opened book','','publish','closed','closed','','opened-book','','','2016-03-01 03:50:51','2016-03-01 03:50:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4417',0,'portfolio','',0),(4418,1,'2016-03-01 03:30:09','2016-03-01 03:30:09','','book-5','','inherit','open','closed','','book-5','','','2016-03-01 03:30:09','2016-03-01 03:30:09','',4416,'http://itworks.coding.al/wp-content/uploads/2016/03/book-5.jpg',0,'attachment','image/jpeg',0),(4419,1,'2016-03-01 03:50:14','2016-03-01 03:50:14','','book-4','','inherit','open','closed','','book-4','','','2016-03-01 03:50:14','2016-03-01 03:50:14','',4417,'http://itworks.coding.al/wp-content/uploads/2016/03/book-4.jpg',0,'attachment','image/jpeg',0),(4420,1,'2016-03-01 01:54:22','2016-03-01 01:54:22','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Fighting','','publish','closed','closed','','fighting','','','2016-03-01 01:54:22','2016-03-01 01:54:22','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4420',0,'portfolio','',0),(4421,1,'2016-03-01 03:57:18','2016-03-01 03:57:18','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Keeping smile','','publish','closed','closed','','keeping-smile','','','2016-03-01 03:57:18','2016-03-01 03:57:18','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4421',0,'portfolio','',0),(4422,1,'2016-03-01 03:54:53','2016-03-01 03:54:53','','portfolio-course','','inherit','open','closed','','portfolio-course','','','2016-03-01 03:54:53','2016-03-01 03:54:53','',4420,'http://itworks.coding.al/wp-content/uploads/2016/03/portfolio-course.jpg',0,'attachment','image/jpeg',0),(4423,1,'2016-03-01 03:55:57','2016-03-01 03:55:57','','portfolio-course-3','','inherit','open','closed','','portfolio-course-3','','','2016-03-01 03:55:57','2016-03-01 03:55:57','',4421,'http://itworks.coding.al/wp-content/uploads/2016/03/portfolio-course-3.jpg',0,'attachment','image/jpeg',0),(4424,1,'2016-03-01 04:01:14','2016-03-01 04:01:14','[vc_row css=\".vc_custom_1471278654421{margin-bottom: 0px !important;}\"][vc_column][thim-portfolio filter_hiden=\"\" column=\"three\" gutter=\"yes\" item_size=\"masonry\" style-item=\"style05\" show_readmore=\"\"][/vc_column][/vc_row]','Portfolio Masonry','','publish','closed','closed','','portfolio-masonry','','','2016-03-01 04:01:14','2016-03-01 04:01:14','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=4424',0,'page','',0),(4427,1,'2016-03-01 04:37:37','2016-03-01 04:37:37','','book-3','','inherit','open','closed','','book-3','','','2016-03-01 04:37:37','2016-03-01 04:37:37','',4413,'http://itworks.coding.al/wp-content/uploads/2016/03/book-3.jpg',0,'attachment','image/jpeg',0),(4428,1,'2016-03-01 04:39:34','2016-03-01 04:39:34','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Home Work','','publish','closed','closed','','home-work','','','2016-03-01 04:39:34','2016-03-01 04:39:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4428',0,'portfolio','',0),(4429,1,'2016-03-01 04:39:02','2016-03-01 04:39:02','','portfolio-course-5','','inherit','open','closed','','portfolio-course-5','','','2016-03-01 04:39:02','2016-03-01 04:39:02','',4428,'http://itworks.coding.al/wp-content/uploads/2016/03/portfolio-course-5.jpg',0,'attachment','image/jpeg',0),(4430,1,'2016-03-01 04:46:23','2016-03-01 04:46:23','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Soft skills','','publish','closed','closed','','about-soft-skills','','','2016-03-01 04:46:23','2016-03-01 04:46:23','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4430',0,'portfolio','',0),(4431,1,'2016-03-01 04:44:09','2016-03-01 04:44:09','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Startup Team','','publish','closed','closed','','startup-team','','','2016-03-01 04:44:09','2016-03-01 04:44:09','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4431',0,'portfolio','',0),(4432,1,'2016-03-01 04:45:20','2016-03-01 04:45:20','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Up your skill','','publish','closed','closed','','up-your-skill','','','2016-03-01 04:45:20','2016-03-01 04:45:20','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4432',0,'portfolio','',0),(4435,1,'2016-03-01 04:43:06','2016-03-01 04:43:06','','presentation-3','','inherit','open','closed','','presentation-3','','','2016-03-01 04:43:06','2016-03-01 04:43:06','',4431,'http://itworks.coding.al/wp-content/uploads/2016/03/presentation-3.jpg',0,'attachment','image/jpeg',0),(4436,1,'2016-03-01 04:44:30','2016-03-01 04:44:30','','presentation-2','','inherit','open','closed','','presentation-2','','','2016-03-01 04:44:30','2016-03-01 04:44:30','',4432,'http://itworks.coding.al/wp-content/uploads/2016/03/presentation-2.jpg',0,'attachment','image/jpeg',0),(4439,1,'2016-04-01 14:40:21','0000-00-00 00:00:00','English teacher\n\nprofile\n\ndkdkdkdkdk\\d\nd\nd\nddddd','Hella Brown','','pending','closed','closed','','','','','2016-04-01 14:40:21','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=our_team&p=4439',0,'our_team','',0),(4442,1,'2016-03-01 01:10:01','2016-03-01 01:10:01','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','Reading book','','publish','closed','closed','','reading-book','','','2016-03-01 01:10:01','2016-03-01 01:10:01','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4442',0,'portfolio','',0),(4443,1,'2016-03-01 07:09:23','2016-03-01 07:09:23','','book-6','','inherit','open','closed','','book-6','','','2016-03-01 07:09:23','2016-03-01 07:09:23','',4442,'http://itworks.coding.al/wp-content/uploads/2016/03/book-6.jpg',0,'attachment','image/jpeg',0),(4452,1,'2016-03-01 09:22:04','2016-03-01 09:22:04','[vc_row css=\".vc_custom_1471278690071{margin-bottom: 0px !important;}\"][vc_column][thim-portfolio filter_hiden=\"\" gutter=\"yes\" item_size=\"multigrid\" style-item=\"style05\" show_readmore=\"\"][/vc_column][/vc_row]','Portfolio Multigrid','','publish','closed','closed','','portfolio-multigrid','','','2016-03-01 09:22:04','2016-03-01 09:22:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=4452',0,'page','',0),(4468,1,'2016-03-01 09:35:34','2016-03-01 09:35:34','[vc_row css=\".vc_custom_1471278712406{margin-bottom: 0px !important;}\"][vc_column][thim-portfolio filter_hiden=\"\" column=\"three\" gutter=\"\" item_size=\"same\" show_readmore=\"\"][/vc_column][/vc_row]','Portfolio Grid','','publish','closed','closed','','portfolio-grid','','','2016-03-01 09:35:34','2016-03-01 09:35:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=4468',0,'page','',0),(4488,1,'2016-03-03 08:00:50','2016-03-03 08:00:50','http://itworks.coding.al/wp-content/uploads/2016/03/tp-chameleon.zip','tp-chameleon.zip','','private','open','closed','','tp-chameleon-zip','','','2016-03-03 08:00:50','2016-03-03 08:00:50','',0,'http://itworks.coding.al/wp-content/uploads/2016/03/tp-chameleon.zip',0,'attachment','application/zip',0),(4510,1,'2015-03-07 02:25:44','2015-03-07 02:25:44','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Learning','','publish','open','closed','','learning','','','2015-03-07 02:25:44','2015-03-07 02:25:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4510',0,'post','',0),(4512,1,'2015-05-07 04:05:12','2015-05-07 04:05:12','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Life is Good','','publish','open','closed','','life-is-good','','','2015-05-07 04:05:12','2015-05-07 04:05:12','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4512',0,'post','',0),(4513,1,'2015-03-07 04:04:30','2015-03-07 04:04:30','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Presentation 2015','','publish','open','closed','','presentation-2015','','','2015-03-07 04:04:30','2015-03-07 04:04:30','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4513',0,'post','',0),(4514,1,'2015-03-11 04:02:54','2015-03-11 04:02:54','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Reading','','publish','open','closed','','reading','','','2015-03-11 04:02:54','2015-03-11 04:02:54','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4514',0,'post','',0),(4515,1,'2015-07-22 04:02:15','2015-07-22 04:02:15','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Working','','publish','open','closed','','working','','','2015-07-22 04:02:15','2015-07-22 04:02:15','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4515',0,'post','',0),(4516,1,'2015-05-23 04:00:44','2015-05-23 04:00:44','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Our Books','','publish','open','closed','','our-books','','','2015-05-23 04:00:44','2015-05-23 04:00:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4516',0,'post','',0),(4517,1,'2015-05-17 03:59:18','2015-05-17 03:59:18','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','Our Classes','','publish','open','closed','','our-classes','','','2015-05-17 03:59:18','2015-05-17 03:59:18','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4517',0,'post','',0),(4518,1,'2015-05-25 03:58:44','2015-05-25 03:58:44','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. \n\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. \n\nIt uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.','EducationWP','','publish','open','closed','','educationwp','','','2015-05-25 03:58:44','2015-05-25 03:58:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?p=4518',0,'post','',0),(4519,1,'2015-10-19 03:53:11','2015-10-19 03:53:11','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://thim.staging.wpengine.com/demo-vc-university-2/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page-2','','','2015-10-19 03:53:11','2015-10-19 03:53:11','',0,'http://demo.thimpress.com/eduma/?page_id=2',0,'page','',0),(4526,1,'2016-03-07 04:07:18','2016-03-07 04:07:18','[vc_row css=\".vc_custom_1471017256679{margin-bottom: -30px !important;}\"][vc_column][thim-gallery-posts filter=\"true\"][/vc_column][/vc_row]','Galeri','','publish','closed','closed','','galeri','','','2018-04-09 14:37:11','2018-04-09 14:37:11','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=4526',0,'page','',0),(4537,1,'2016-03-07 23:32:23','2016-03-07 23:32:23','anantaeqna','','','publish','closed','closed','','4537','','','2016-03-07 23:32:23','2016-03-07 23:32:23','',3119,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4537/',1,'reply','',0),(4657,1,'2016-03-17 05:44:49','2016-03-17 05:44:49','nice','','','publish','closed','closed','','4657','','','2016-03-17 05:44:49','2016-03-17 05:44:49','',3120,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4657/',5,'reply','',0),(4725,1,'2016-04-26 09:21:56','0000-00-00 00:00:00','Este es el texto del nuevo portfolio','Nuevo portfolio','','draft','closed','closed','','nuevo-portfolio','','','2016-04-26 09:21:56','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=portfolio&p=4725',0,'portfolio','',0),(4743,1,'2016-03-23 07:28:34','2016-03-23 07:28:34','rwerte','rert','','publish','closed','closed','','rert','','','2016-03-23 07:28:34','2016-03-23 07:28:34','',3141,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/rert/',0,'topic','',0),(4785,1,'2016-03-26 04:38:24','2016-03-26 04:38:24','set','tes','','publish','closed','closed','','tes','','','2016-03-26 04:38:24','2016-03-26 04:38:24','',3112,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/tes/',0,'topic','',0),(4816,1,'2016-03-28 12:13:38','2016-03-28 12:13:38','asdasdasd','','','publish','closed','closed','','4816','','','2016-03-28 12:13:38','2016-03-28 12:13:38','',4400,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/4816/',1,'reply','',0),(4853,1,'2016-03-29 23:36:39','0000-00-00 00:00:00','','caio ricciardi','','pending','closed','closed','','','','','2016-03-29 23:36:39','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=our_team&p=4853',0,'our_team','',0),(4941,1,'2016-04-04 09:19:41','2016-04-04 09:19:41','http://itworks.coding.al/wp-content/uploads/2016/04/learnpress-woo-payment.zip','learnpress-woo-payment.zip','','private','open','closed','','learnpress-woo-payment-zip','','','2016-04-04 09:19:41','2016-04-04 09:19:41','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/learnpress-woo-payment.zip',0,'attachment','application/zip',0),(4983,1,'2016-04-07 07:14:57','2016-04-07 07:14:57','[event_auth_register]','Sign Up','','publish','closed','closed','','auth-register','','','2016-04-07 07:14:57','2016-04-07 07:14:57','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/auth-register/',0,'page','',0),(4984,1,'2016-04-07 07:14:59','2016-04-07 07:14:59','[event_auth_login]','Sign In','','publish','closed','closed','','auth-login','','','2016-04-07 07:14:59','2016-04-07 07:14:59','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/auth-login/',0,'page','',0),(4985,1,'2016-04-07 07:15:00','2016-04-07 07:15:00','[event_auth_reset_password]','Reset Password','','publish','closed','closed','','auth-resetpass','','','2016-04-07 07:15:00','2016-04-07 07:15:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/auth-resetpass/',0,'page','',0),(4986,1,'2016-04-07 07:15:00','2016-04-07 07:15:00','[event_auth_my_account]','Booked Events','','publish','closed','closed','','booked-events','','','2016-04-07 07:15:00','2016-04-07 07:15:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/auth-account/',0,'page','',0),(4987,1,'2016-04-07 07:15:01','2016-04-07 07:15:01','[event_auth_forgot_password]','Forgot Password','','publish','closed','closed','','auth-forgot-password','','','2016-04-07 07:15:01','2016-04-07 07:15:01','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/auth-forgot-password/',0,'page','',0),(4988,1,'2016-04-07 07:30:34','2016-04-07 07:30:34','minhluu booking event 2948 with 1 slot','minhluu booking event 2948','','ea-cancelled','closed','closed','','minhluu-booking-event-2948','','','2016-04-07 07:30:34','2016-04-07 07:30:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/minhluu-booking-event-2948/',0,'event_auth_book','',0),(4990,1,'2016-04-07 07:46:15','2016-04-07 07:46:15','minhluu booking event 2948 with 1 slot','minhluu booking event 2948','','ea-cancelled','closed','closed','','minhluu-booking-event-2948-2','','','2016-04-07 07:46:15','2016-04-07 07:46:15','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/minhluu-booking-event-2948-2/',0,'event_auth_book','',0),(4993,1,'2016-04-07 15:25:32','2016-04-07 15:25:32','','LP Checkout','','publish','closed','closed','','lp-checkout','','','2016-04-07 15:25:32','2016-04-07 15:25:32','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lp-checkout/',0,'page','',0),(4994,1,'2016-04-07 15:25:34','2016-04-07 15:25:34','','LP Cart','','publish','closed','closed','','lp-cart','','','2016-04-07 15:25:34','2016-04-07 15:25:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lp-cart/',0,'page','',0),(4995,1,'2016-04-07 15:25:34','2016-04-07 15:25:34','','LP Profile','','publish','closed','closed','','lp-profile','','','2016-04-07 15:25:34','2016-04-07 15:25:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lp-profile/',0,'page','',0),(4996,1,'2016-04-07 15:25:37','2016-04-07 15:25:37','','LP Courses','','publish','closed','closed','','lp-courses','','','2016-04-07 15:25:37','2016-04-07 15:25:37','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lp-courses/',0,'page','',0),(4997,1,'2016-04-07 15:25:38','2016-04-07 15:25:38','','LP Become A Teacher','','publish','closed','closed','','lp-become-a-teacher','','','2016-04-07 15:25:38','2016-04-07 15:25:38','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lp-become-a-teacher/',0,'page','',0),(5006,1,'2016-03-15 22:18:16','2016-03-15 22:18:16','','New Lesson','','publish','closed','closed','','new-lesson','','','2016-03-15 22:18:16','2016-03-15 22:18:16','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/new-lesson/',0,'lp_lesson','',0),(5009,1,'2016-03-22 14:39:17','2016-03-22 14:39:17','','asdfasf asfadsf adsf as','','publish','closed','closed','','asdfasf-asfadsf-adsf-as','','','2016-03-22 14:39:17','2016-03-22 14:39:17','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/asdfasf-asfadsf-adsf-as/',0,'lp_lesson','',0),(5010,1,'2016-03-22 14:39:24','2016-03-22 14:39:24','','a dfasfasd asfasdfdsf','','publish','closed','closed','','a-dfasfasd-asfasdfdsf','','','2016-03-22 14:39:24','2016-03-22 14:39:24','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/a-dfasfasd-asfasdfdsf/',0,'lp_lesson','',0),(5015,1,'2016-04-01 20:43:49','2016-04-01 20:43:49','','Lesson 1','','publish','closed','closed','','lesson-1-5','','','2016-04-01 20:43:49','2016-04-01 20:43:49','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lesson-1-5/',0,'lp_lesson','',0),(5016,1,'2016-04-01 20:44:04','2016-04-01 20:44:04','hreqherhqbtntntrn r r wrntr wrntr wtnw twng ','Lesson 2','','publish','closed','closed','','lesson-2','','','2016-04-01 20:44:04','2016-04-01 20:44:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lesson-2/',0,'lp_lesson','',0),(5017,1,'2016-04-01 20:44:12','2016-04-01 20:44:12','','Final quiz','','publish','closed','closed','','final-quiz-5','','','2016-04-01 20:44:12','2016-04-01 20:44:12','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/final-quiz-5/',0,'lp_quiz','',0),(5018,1,'2016-04-01 20:45:20','2016-04-01 20:45:20','','Cheapest','','publish','closed','closed','','cheapest','','','2016-04-01 20:45:20','2016-04-01 20:45:20','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/cheapest/',0,'lp_question','',0),(5019,1,'2016-03-28 12:49:57','2016-03-28 12:49:57','','fdgfg','','publish','closed','closed','','fdgfg','','','2016-03-28 12:49:57','2016-03-28 12:49:57','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/fdgfg/',0,'lp_lesson','',0),(5021,1,'2016-02-29 14:47:35','2016-02-29 14:47:35','testsdfasdf asdfhkasjdf ajksdfhkasdf \nsadfahdsf asdjfgjsdf ajsfgjdasf jsafg ','materi 1','','publish','closed','closed','','gfgf','','','2016-02-29 14:47:35','2016-02-29 14:47:35','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lpr_lesson&p=4394',0,'lp_lesson','',0),(5022,1,'2016-02-29 20:36:27','2016-02-29 20:36:27','','yay','','publish','closed','closed','','yay','','','2016-02-29 20:36:27','2016-02-29 20:36:27','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/yay/',0,'lp_lesson','',0),(5024,1,'2016-02-27 16:13:57','2016-02-27 16:13:57','1','1','11111111','publish','closed','closed','','1-2','','','2016-02-27 16:13:57','2016-02-27 16:13:57','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lpr_lesson&p=4360',0,'lp_lesson','',0),(5025,1,'2016-03-08 16:48:08','2016-03-08 16:48:08','<a href=\"http://www.inail.it/static_resources/tutorial_isidatisettorenavigazione/presentation.html\">http://www.inail.it/static_resources/tutorial_isidatisettorenavigazione/presentation.html</a>','my lesson','','publish','closed','closed','','my-lesson','','','2016-03-08 16:48:08','2016-03-08 16:48:08','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lpr_lesson&p=4559',0,'lp_lesson','',0),(5026,1,'2016-03-08 19:19:06','2016-03-08 19:19:06','[video width=\"1920\" height=\"1088\" mp4=\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/Eduma-learnling.mp4\"][/video]','Diversity & Inclusion','','publish','closed','closed','','diversity-inclusion','','','2016-03-08 19:19:06','2016-03-08 19:19:06','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/diversity-inclusion/',0,'lp_lesson','',0),(5027,1,'2016-03-08 16:47:07','2016-03-08 16:47:07','','nmy test','','publish','closed','closed','','nmy-test','','','2016-03-08 16:47:07','2016-03-08 16:47:07','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lpr_quiz&p=4553',0,'lp_quiz','',0),(5028,1,'2016-03-08 16:46:13','2016-03-08 16:46:13','','3434','','publish','closed','closed','','3434-2','','','2016-03-08 16:46:13','2016-03-08 16:46:13','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/3434-2/',0,'lp_question','',0),(5029,1,'2016-03-08 16:46:28','2016-03-08 16:46:28','','4535','','publish','closed','closed','','4535-2','','','2016-03-08 16:46:28','2016-03-08 16:46:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/4535-2/',0,'lp_question','',0),(5031,1,'2016-03-09 12:59:03','2016-03-09 12:59:03','Embedded video goes here...','Welcome Video','','publish','closed','closed','','welcome-video','','','2016-03-09 12:59:03','2016-03-09 12:59:03','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/welcome-video/',0,'lp_lesson','',0),(5032,1,'2016-03-09 13:00:59','2016-03-09 13:00:59','','Download mp3 Instructions with mp3\'s','','publish','closed','closed','','download-mp3-instructions-with-mp3s','','','2016-03-09 13:00:59','2016-03-09 13:00:59','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/download-mp3-instructions-with-mp3s/',0,'lp_lesson','',0),(5033,1,'2016-03-09 13:03:02','2016-03-09 13:03:02','','Quick Demonstration of the Exercise','','publish','closed','closed','','quick-demonstration-of-the-exercise','','','2016-03-09 13:03:02','2016-03-09 13:03:02','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/quick-demonstration-of-the-exercise/',0,'lp_lesson','',0),(5034,1,'2016-03-09 13:04:14','2016-03-09 13:04:14','This would have a video for posture.\n\n','Preparing Your Posture','','publish','closed','closed','','preparing-your-posture','','','2016-03-09 13:04:14','2016-03-09 13:04:14','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/preparing-your-posture/',0,'lp_lesson','',0),(5035,1,'2016-03-09 13:07:39','2016-03-09 13:07:39','','Understanding the Singer\'s Phrase','','publish','closed','closed','','understanding-the-singers-phrase','','','2016-03-09 13:07:39','2016-03-09 13:07:39','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/understanding-the-singers-phrase/',0,'lp_lesson','',0),(5037,1,'2016-03-18 09:42:41','2016-03-18 09:42:41','asdsadsa','Lesson 1','asdad','publish','closed','closed','','lesson-1-3','','','2016-03-18 09:42:41','2016-03-18 09:42:41','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lesson-1-3/',0,'lp_lesson','',0),(5038,1,'2016-03-18 09:42:56','2016-03-18 09:42:56','','qiuz','','publish','closed','closed','','qiuz','','','2016-03-18 09:42:56','2016-03-18 09:42:56','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/qiuz/',0,'lp_quiz','',0),(5040,1,'2016-03-15 10:36:58','2016-03-15 10:36:58','','Lesson 1','','publish','closed','closed','','lesson-1-2','','','2016-03-15 10:36:58','2016-03-15 10:36:58','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lesson-1-2/',0,'lp_lesson','',0),(5041,1,'2016-03-15 10:32:55','2016-03-15 10:32:55','','Week One Quiz','','publish','closed','closed','','week-one-quiz','','','2016-03-15 10:32:55','2016-03-15 10:32:55','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/week-one-quiz/',0,'lp_quiz','',0),(5042,1,'2016-03-15 10:34:11','2016-03-15 10:34:11','','True is True','','publish','closed','closed','','true-is-true','','','2016-03-15 10:34:11','2016-03-15 10:34:11','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/true-is-true/',0,'lp_question','',0),(5043,1,'2016-03-15 10:35:17','2016-03-15 10:35:17','','Final','','publish','closed','closed','','final','','','2016-03-15 10:35:17','2016-03-15 10:35:17','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/final/',0,'lp_question','',0),(5045,1,'2016-03-18 18:12:32','2016-03-18 18:12:32','пвыипывтывпт','Lesson 1','','publish','closed','closed','','lesson-1-4','','','2016-03-18 18:12:32','2016-03-18 18:12:32','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lesson-1-4/',0,'lp_lesson','',0),(5046,1,'2016-03-19 17:24:04','2016-03-19 17:24:04','','test2','','publish','closed','closed','','test2','','','2016-03-19 17:24:04','2016-03-19 17:24:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/test/',0,'lp_lesson','',0),(5047,1,'2016-03-19 17:24:28','2016-03-19 17:24:28','Answer the following questions.','test2','','publish','closed','closed','','test2','','','2016-03-19 17:24:28','2016-03-19 17:24:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/test/',0,'lp_quiz','',0),(5048,1,'2016-03-30 05:30:19','2016-03-30 05:30:19','','LESSON2','','publish','closed','closed','','lesson2','','','2016-03-30 05:30:19','2016-03-30 05:30:19','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/52-2/',0,'lp_lesson','',0),(5050,1,'2016-03-23 20:09:37','2016-03-23 20:09:37','Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.','gs','Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.Je suis très satisfait de tes cours d\'arabe. Ils sont de très bonne qualité et vraiment bien adaptés aux francophones. J\'ai déjà essayé d\'autres cours en ligne et les tiens sont pour l\'instant les meilleurs.','publish','closed','closed','','gs','','','2016-03-23 20:09:37','2016-03-23 20:09:37','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/gs/',0,'lp_lesson','',0),(5052,1,'2016-03-24 22:15:08','2016-03-24 22:15:08','','The Foundation Basics of Islamic Jurisprudence','','publish','closed','closed','','the-foundation-basics-of-islamic-jurisprudence','','','2016-03-24 22:15:08','2016-03-24 22:15:08','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/the-foundation-basics-of-islamic-jurisprudence/',0,'lp_lesson','',0),(5053,1,'2016-03-24 22:15:24','2016-03-24 22:15:24','','Pre Session Readings','','publish','closed','closed','','pre-session-readings','','','2016-03-24 22:15:24','2016-03-24 22:15:24','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/pre-session-readings/',0,'lp_lesson','',0),(5054,1,'2016-03-24 22:15:51','2016-03-24 22:15:51','','Post Session Reading','','publish','closed','closed','','post-session-reading','','','2016-03-24 22:15:51','2016-03-24 22:15:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/post-session-reading/',0,'lp_lesson','',0),(5056,1,'2016-03-26 10:48:35','2016-03-26 10:48:35','QUIZI1','QUIZ 1','','publish','closed','closed','','quiz-1','','','2016-03-26 10:48:35','2016-03-26 10:48:35','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lpr_quiz&p=4787',0,'lp_quiz','',0),(5057,1,'2016-03-26 10:47:28','2016-03-26 10:47:28','','PRUEBA 1','','publish','closed','closed','','prueba-1','','','2016-03-26 10:47:28','2016-03-26 10:47:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/prueba-1/',0,'lp_question','',0),(5058,1,'2016-03-26 10:48:04','2016-03-26 10:48:04','','PRUEBA 2','','publish','closed','closed','','prueba-2','','','2016-03-26 10:48:04','2016-03-26 10:48:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/prueba-2/',0,'lp_question','',0),(5060,1,'2016-03-29 18:35:04','2016-03-29 18:35:04','','video 1','','publish','closed','closed','','video-1','','','2016-03-29 18:35:04','2016-03-29 18:35:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/video-1/',0,'lp_lesson','',0),(5061,1,'2016-03-29 18:35:21','2016-03-29 18:35:21','','teste','','publish','closed','closed','','teste','','','2016-03-29 18:35:21','2016-03-29 18:35:21','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/teste/',0,'lp_quiz','',0),(5063,2,'2015-06-05 01:58:34','2015-06-05 01:58:34','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','HTML Tutorial: HTML & CSS for Beginners','In this course, We\'ll learn how to create websites by structuring and styling your pages with HTML and CSS.','publish','closed','closed','','html-tutorial-html-css-for-beginners','','','2015-06-05 01:58:34','2015-06-05 01:58:34','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1192',0,'lp_course','',0),(5064,1,'2015-06-05 01:53:16','2015-06-05 01:53:16','<strong>First Example (A small HTML document):</strong>\n\n<span class=\"highLT\"><</span><span class=\"highELE\">!DOCTYPE</span> <span class=\"highATT\">html</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">html</span>>\n<head>\n<title>Page Title</title>\n</head>\n<body>\n\n<h1>This is a Heading</h1>\n<p>This is a paragraph.</p>\n\n</body>\n</html>\n<h4>Example Explained</h4>\n<ul>\n <li>The <strong>DOCTYPE</strong> declaration defines the document type to be HTML</li>\n <li>The text between <strong><html></strong> and <strong></html></strong> describes an HTML document</li>\n <li>The text between <strong><head></strong> and <strong></head></strong> provides information about the document</li>\n <li>The text between <strong><title></strong> and <strong></title></strong> provides a title for the document</li>\n <li>The text between <strong><body></strong> and <strong></body></strong> describes the visible page content</li>\n <li>The text between <strong><h1></strong> and <strong></h1></strong> describes a heading</li>\n <li>The text between <strong><p></strong> and <strong></p></strong> describes a paragraph</li>\n</ul>\nUsing this description, a web browser can display a document with a heading and a paragraph.\n\n<hr />\n\n<h4>HTML Tags</h4>\nHTML tags are <strong>keywords</strong> (tag names) surrounded by <b>angle brackets</b>:\n<div class=\"htmlHigh\"><span class=\"highLT\"><</span><span class=\"highELE\">tagname</span><span class=\"highGT\">></span>content<span class=\"highLT\"><</span><span class=\"highELE\">/tagname</span><span class=\"highGT\">></span></div>\n<ul>\n <li>HTML tags normally come <b>in pairs</b> like <p> and </p></li>\n <li>The first tag in a pair is the <b>start tag,</b> the second tag is the <b>end tag</b></li>\n <li>The end tag is written like the start tag, but with a <strong>slash</strong> before the tag name</li>\n</ul>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>The start tag is often called the <b>opening tag</b>. The end tag is often called the <b>closing tag</b>.</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Web Browsers</h4>\nThe purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.\n\nThe browser does not display the HTML tags, but uses them to determine how to display the document:\n\n<img class=\"alignnone\" src=\"http://www.w3schools.com/html/img_chrome.png\" alt=\"Web Browsers\" width=\"635\" height=\"361\" />\n<h4>HTML Page Structure</h4>\nBelow is a visualization of an HTML page structure:\n<div style=\"width: 99%;border: 1px solid grey;padding: 3px;margin: 0;background-color: #ddd\">\n\n<html>\n<div style=\"width: 90%;border: 1px solid grey;padding: 3px;margin: 20px\">\n\n<head>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><title>Page title</title></div>\n</head>\n\n</div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 3px;margin: 20px;background-color: #fff\">\n\n<body>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><h1>This is a heading</h1></div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><p>This is a paragraph.</p></div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><p>This is another paragraph.</p></div>\n</body>\n\n</div>\n</html>\n\n</div>\n \n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>Only the <body> area (the white area) is displayed by the browser.</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>The <!DOCTYPE> Declaration</h4>\nThe <!DOCTYPE> declaration helps the browser to display a web page correctly.\n\nThere are different document types on the web.\n\nTo display a document correctly, the browser must know both type and version.\n\n \n<h4>Common Declarations</h4>\n<strong>HTML5</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE html></div>\n</div>\n<strong>HTML 4.01</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"></div>\n</div>\n<strong>XHTML 1.0</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"></div>\n<div></div>\n</div>','HTML Intro','','publish','closed','closed','','html-basics','','','2015-06-05 01:53:16','2015-06-05 01:53:16','',0,'http://demo.thimpress.com/learnpress/lessons/html-basics/',0,'lp_lesson','',0),(5065,1,'2015-06-05 01:53:37','2015-06-05 01:53:37','HTML is the abbreviation for <b>Hyper Text Markup Language</b>, and is the code, or <i>language</i>that is used for the creation of websites. It can look a little daunting if you\'ve never done any coding before, but all you need to try it out is an ordinary text editing application and an internet browser. You might even recognize some HTML used to change text in online forums, customized online profiles, or wikiHow articles. HTML is a useful tool for anyone who uses the internet, and learning the basics may take you less time than you think.\n<h3>Part 1 of 2: Learning Basic HTML</h3>\n \n<h3><img id=\"556fed302ed85\" src=\"http://pad1.whstatic.com/images/thumb/2/28/Learn-HTML-Step-1-Version-2.jpg/670px-Learn-HTML-Step-1-Version-2.jpg\" alt=\"Learn HTML Step 1 Version 2.jpg\" width=\"670\" height=\"503\" /></h3>\n<b class=\"whb\">1. Open an HTML document.</b> Most text editing programs, including Notepad or Microsoft Word for Windows and TextEdit for Mac, can be used to write HTML documents. Open a new document and use <span class=\"nowrap\" title=\"This is not a clickable button; it illustrates the button one should find.\">File</span> → <span class=\"nowrap\" title=\"This is not a clickable button; it illustrates the button one should find.\">Save As</span> in the top menu to save it as a \"Web Page,\" or to change the file extension to \".html\" or \".htm\" instead of \".doc,\" \".rtf,\" or any other extension.\n<ul>\n <li>You may see a warning that your document will be changed to \"plain text\" instead of \"rich text,\" or that special formatting and images won\'t be saved properly. This is fine; HTML documents do not use those options.</li>\n <li>There is no difference between .html and .htm files. Either will work.</li>\n</ul>\n \n\n<img id=\"556fed302f16f\" src=\"http://pad1.whstatic.com/images/thumb/3/3c/Learn-HTML-Step-2-Version-3.jpg/670px-Learn-HTML-Step-2-Version-3.jpg\" alt=\"Learn HTML Step 2 Version 3.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">2.View your document with an internet browser.</b> Save your blank document, then find the document icon in your computer and double click to open it. It should open as a blank web page in your browser. If it doesn\'t, drag the file icon to the URL (address) bar of your browser. As you edit your HTML document in this tutorial, you can keep checking back and seeing how your web page changes.\n<ul>\n <li>Note that this does not actually create a website online. It will not be accessible by other people, and you do not need an internet connection to test out. This just uses a browser to \"read\" your HTML document as though it were a website.</li>\n</ul>\n \n\n<img id=\"556fed302f55a\" src=\"http://pad3.whstatic.com/images/thumb/8/83/Learn-HTML-Step-3-Version-3.jpg/670px-Learn-HTML-Step-3-Version-3.jpg\" alt=\"Learn HTML Step 3 Version 3.jpg\" width=\"670\" height=\"503\" />\n<div class=\"step\">\n\n<b class=\"whb\">3. Understand markup tags.</b> Markup tags do not show up on a web page like normal text. Instead, they tell your web browser how to display the page and its content. The \"start tag\" contains instructions. For example, it might tell the browser to display text as <b>bold</b>. You also need an \"end tag\" to let the browser know where the instructions apply: in this example, all text between the start tag and the end tag will be bold. Write end tags inside angle brackets as well, but start with a slash after the first bracket.\n<ul>\n <li>Write start tags in between angle brackets: <code><big><span style=\"color: purple\"><</span></big></code>start tag goes here<code><big><span style=\"color: purple\">></span></big></code></li>\n <li>Write end tags in between angle brackets, but put a slash after the first bracket:<code><big><span style=\"color: purple\"></</span></big></code>end tag goes here<code><big><span style=\"color: purple\">></span></big></code>)</li>\n <li>Keep reading to learn how to write functional markup tags. For this step, all you need to remember is the basic format they are written in: < > and </ ></li>\n <li>If you are using other HTML tutorials as well, you might see them refer to the tags as \"elements\" and the text in between start and end tags as \"element content.\"</li>\n</ul>\n \n\n<img id=\"556fed302f948\" src=\"http://pad3.whstatic.com/images/thumb/1/18/Learn-HTML-Step-4-Version-3.jpg/670px-Learn-HTML-Step-4-Version-3.jpg\" alt=\"Learn HTML Step 4 Version 3.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">4. Write you first <html> tag.</b> Every html document starts with a <code><big><span style=\"color: purple\"><html></span></big></code> tag and ends with a <code><big><span style=\"color: purple\"></html></span></big></code> tag. This tells the browser that everything between these tags is in HTML. Add these tags to your document:\n<ul>\n <li>Write <b><html></b> at the top of your document.</li>\n <li>Hit <em><span class=\"nowrap\" title=\"This is not a clickable button; it illustrates the button one should find.\">enter</span> </em>or <em><span class=\"nowrap\" title=\"This is not a clickable button; it illustrates the button one should find.\">return</span> </em>several times to give yourself some space, then write<b></html></b></li>\n <li>Remember to write <i>everything</i> else in this tutorial in between these two tags.</li>\n</ul>\n \n\n<img id=\"556fed302fd2d\" src=\"http://pad3.whstatic.com/images/thumb/5/53/Learn-HTML-Step-5-Version-3.jpg/670px-Learn-HTML-Step-5-Version-3.jpg\" alt=\"Learn HTML Step 5 Version 3.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">5. Fill out the <head> portion of your document.</b> In between the <html> and </html> tags, write a <b><head></b> start tag and a <b></head></b> end tag. Give yourself space to write between them. Everything in between these head tags won\'t actually be displayed on the page itself. Try the following and see where it shows up instead:\n<ul>\n <li>In between the <head> and </head> tags, write <b><title></b> and <b></title></b></li>\n <li>In between the <title> and </title> tags, write <b>How to Learn HTML - wikiHow</b>.</li>\n <li>Save the document and open it in a browser (or save the document, then refresh the browser page if it\'s already open.) Do you see what you wrote at the top of the browser, above the address bar?</li>\n</ul>\n \n\n<img id=\"556fed3030112\" src=\"http://pad2.whstatic.com/images/thumb/d/d3/Learn-HTML-Step-6-Version-2.jpg/670px-Learn-HTML-Step-6-Version-2.jpg\" alt=\"Learn HTML Step 6 Version 2.jpg\" width=\"670\" height=\"503\" />\n<div class=\"step\">\n\n<b class=\"whb\">6.Create a <body> section.</b> Everything else in this beginner document will go in a body section, which actually gets displayed on the web page. <i>After</i> the </head> end tag, but <i>before</i> the </html> tag, write <b><body></b> and <b></body></b>. For the rest of this tutorial, everything your write will go in between these body tags. You should now have a document that looks like this (ignoring the bullet points):\n<ul>\n <li><html></li>\n <li><head></li>\n <li><title>How to Learn HTML - wikiHow</title></li>\n <li></head></li>\n <li><body></li>\n <li></body></li>\n <li></html></li>\n</ul>\n \n\n<img id=\"556fed30304fa\" src=\"http://pad3.whstatic.com/images/thumb/6/63/Learn-HTML-Step-7.jpg/670px-Learn-HTML-Step-7.jpg\" alt=\"Learn HTML Step 7.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">7. Add text in various styles.</b> Now it\'s time to write something you can actually see in your browser! Anything you write within the body tags will show up in your browser after you save the HTML document and refresh the browser page. <i>Don\'t</i> write anything with the <b><</b> or <b>></b> symbols, however, since your browser will try to interpret it as an HTML instruction instead of normal text. Try writing <b>Hello world!</b> (or anything else you like), then add these new tags around it and see what happens each time:\n<ul>\n <li><code><big><em>Hello world!</em></big></code> will show up as \"emphasized text:\" <em>Hello world!</em></li>\n <li><code><big><strong>Hello world!</strong></big></code> will show up as \"strong text:\" <strong>Hello world!</strong></li>\n <li><code><big><s>Hello world!</s></big></code> will show up with a strikethrough: <s>Hello world!</s></li>\n <li><code><big><sup>Hello world!</sup></big></code> will show up as superscript: <sup>Hello world!</sup></li>\n <li><code><big><sub>Hello world!</sub></big></code> will show up as subscript: <sub>Hello world!</sub></li>\n <li>Try combinations of these: What does <code><big><em><strong>Hello world!</strong></em></big></code> look like?</li>\n</ul>\n \n\n<img id=\"556fed30308e1\" src=\"http://pad3.whstatic.com/images/thumb/9/93/Learn-HTML-Step-8.jpg/670px-Learn-HTML-Step-8.jpg\" alt=\"Learn HTML Step 8.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">8. Divide your text into paragraphs.</b> If you try to write several lines of text in your HTML document, you might notice that the line breaks don\'t show up in your browser. You have to code these in yourself:\n<ul>\n <li><code><big><p>This is a separate paragraph.</p></big></code></li>\n <li><code><big>This sentence is followed by a line break.<br>before this sentence begins.</big></code>\nThis is the first tag you\'ve seen that doesn\'t need an end tag! These are called \"empty tags.\"</li>\n <li><a title=\"Make Paragraph Styled Heading Text in HTML\" href=\"http://www.wikihow.com/Make-Paragraph-Styled-Heading-Text-in-HTML\">Make headings</a> to display the names of sections:\n<code><big><h1>header text</h1></big></code>: the largest header\n<code><big><h2>header text</h2></big></code> (the 2<sup>nd</sup> level header)\n<code><big><h3>header text</h3></big></code> (the 3<sup>rd</sup> level header)\n<code><big><h4>header text</h4></big></code> (the 4<sup>th</sup> level header)\n<code><big><h5>header text</h5></big></code> (the smallest header)</li>\n</ul>\n \n\n<img id=\"556fed3030cca\" src=\"http://pad1.whstatic.com/images/thumb/8/81/Learn-HTML-Step-9.jpg/670px-Learn-HTML-Step-9.jpg\" alt=\"Learn HTML Step 9.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">9. Learn how to <a title=\"Make a List in HTML\" href=\"http://www.wikihow.com/Make-a-List-in-HTML\">make lists</a>.</b> There are several different ways to write lists on your webpage. Try out the following types of code and see which one you like. Note that one pair of tags goes around the whole list (such as the <ul> and </ul> tags for \"unordered list\"), while individual items on the list are surrounded by another pair of tags, such as <li>and</li>.\n<ul>\n <li>Use this code to make bulleted lists:\n<code><big><ul><li>One item</li><li>Another item</li><li>Another item</li></ul></big></code></li>\n <li>Or this code to make numbered lists:\n<code><big><ol><li>Item 1</li><li>Item 2</li><li>Item 3</li></ol></big></code></li>\n <li>Or this code to <a title=\"Define a Definition List in HTML\" href=\"http://www.wikihow.com/Define-a-Definition-List-in-HTML\">make a list defining terms</a>:\n<code><big><dl><dt>Coffee</dt><dd>- Hot Beverage</dd><dt>Leite</dt><dd>- Cold Beverage</dd></dl></big></code></li>\n</ul>\n \n\n<img id=\"556fed30310b2\" src=\"http://pad2.whstatic.com/images/thumb/2/2e/Learn-HTML-Step-10.jpg/670px-Learn-HTML-Step-10.jpg\" alt=\"Learn HTML Step 10.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">10. Spruce up your page with <a title=\"Insert Spaces in HTML\" href=\"http://www.wikihow.com/Insert-Spaces-in-HTML\">line breaks</a>, <a title=\"Insert a Line in Word\" href=\"http://www.wikihow.com/Insert-a-Line-in-Word\">horizontal lines</a>, and <a title=\"Insert Images with HTML\" href=\"http://www.wikihow.com/Insert-Images-with-HTML\">images</a>.</b> Now it\'s time to try adding things besides text to your page. Try out the following tags, or click the links for more information. You\'ll need to use an online image hosting service so you have a URL to link to in the image tag:\n<ul>\n <li><a title=\"Insert a Line in HTML\" href=\"http://www.wikihow.com/Insert-a-Line-in-HTML\">Insert a Line in HTML</a>: <code><big><br></big></code> or <code><big><hr></big></code></li>\n <li><a title=\"Insert Images with HTML\" href=\"http://www.wikihow.com/Insert-Images-with-HTML\">Add images</a>: <code><big><img src=\"your_image_url\"></big></code></li>\n</ul>\n \n\n<img id=\"556fed3031499\" src=\"http://pad1.whstatic.com/images/thumb/3/37/Learn-HTML-Step-11.jpg/670px-Learn-HTML-Step-11.jpg\" alt=\"Learn HTML Step 11.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">11. Link to other places on the page.</b> You can also use this code to link to other pages and websites, but for now, since you may not have a web site yet, we\'ll focus on \"anchors,\" or specific places on the page that you can link to:\n<ul>\n <li>First make an anchor with the <a> tag at the point on the page that you want to link to. Name it something descriptive and easy to remember.:<code><big><a name=\"Tips\">This is the text you put the anchor around.</a></big></code></li>\n <li>Use the <href> to <a title=\"Link Within a Page Using HTML\" href=\"http://www.wikihow.com/Link-Within-a-Page-Using-HTML\">link to those anchors</a> or <a title=\"Add a Hyperlink with HTML\" href=\"http://www.wikihow.com/Add-a-Hyperlink-with-HTML\">to another webpage</a>:<code><big><a href=\"url of webpage, or name of anchor within this page\">Write the text or image that will be displayed as a link here.</a></big></code></li>\n <li>To link to an anchor on a different web page, add the # sign after the URL, followed by the name of the anchor. For instance,<a class=\"external free\" href=\"http://www.wikihow.com/Learn-HTML#Tips\" rel=\"nofollow\">http://www.wikihow.com/Learn-HTML#Tips</a> links to the Tips section of this page.</li>\n</ul>\n \n\n<hr />\n\n<h3><strong>Part 2 of 2: Learning More Advanced HTML</strong></h3>\n \n\n<img id=\"556fed3031883\" src=\"http://pad2.whstatic.com/images/thumb/e/ef/Learn-HTML-Step-12.jpg/670px-Learn-HTML-Step-12.jpg\" alt=\"Learn HTML Step 12.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">1. Learn about attributes.</b> Attributes are placed within the tag itself, making additional alterations to the \"element content\" between the start and end tag. They never stand alone. They are written in the format <b>name=\"value\"</b>, where <b>name</b> is the name of the attribute (for instance \"color\"), and <b>value</b> describes this specific instance (for instance \"red\").\n<ul>\n <li>You\'ve actually seen attributes before, if you followed the tutorial in the basic HTML section. <img> tags use the <b>src</b> attribute, anchors use the <b>name</b>attribute, and links use the <b>href</b> attribute. See how those all follow the<b>___=\"___\"</b> format?</li>\n</ul>\n \n\n<img id=\"556fed3031c6a\" src=\"http://pad1.whstatic.com/images/thumb/f/f1/Learn-HTML-Step-13.jpg/670px-Learn-HTML-Step-13.jpg\" alt=\"Learn HTML Step 13.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">2. Experiment with HTML tables.</b> Making a table, or chart, requires several different tags. Play with these tags, or <a title=\"Create a Table in HTML\" href=\"http://www.wikihow.com/Create-a-Table-in-HTML\">learn about HTML tables in more detail</a>.\n<ul>\n <li>Start with table tags around the entire table:<code><big><table></table></big></code></li>\n <li>Row tags around the contents of each row: <code><big><tr></big></code></li>\n <li>Column headers in the first row: <code><big><th></big></code></li>\n <li>Cells in subsequent rows: <code><big><td></big></code></li>\n <li>Here\'s an example of how it all fits together:<code><big><table><tr><th>Column 1: Month</th><th>Column 2: Money Saved</th></tr><tr><td>January</td><td>$100</td></tr></table></big></code></li>\n</ul>\n \n\n<img id=\"556fed3032051\" src=\"http://pad2.whstatic.com/images/thumb/f/f0/Learn-HTML-Step-14.jpg/670px-Learn-HTML-Step-14.jpg\" alt=\"Learn HTML Step 14.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">3. Learn the miscellaneous head tags.</b> You\'ve already learned the <head> tag, which shows up at the start of each document. Besides the <title> tag, it can include the following types of tags:\n<ul>\n <li><a title=\"Use Meta Tags\" href=\"http://www.wikihow.com/Use-Meta-Tags\">Meta tags</a>, which are used to provide <i>metadata</i> about a web page. This data can be used by search engines when the robot scours the internet to locate and list websites. To make your website more visible on search engines, use one or more <meta> start tags (no end tags necessary), each with exactly one name attribute and one content attribute, for example: <meta name=\"description\" content=\"write a description here\">; or <meta name=\"keywords\" content=\"write a list of keywords, each separated by a comma\"></li>\n <li><link> tags are used to associate other files with the page. This is mainly used to link to <a title=\"Learn CSS Code\" href=\"http://www.wikihow.com/Learn-CSS-Code\">CSS stylesheets</a>, which are made using a different type of coding to alter your HTML page by adding color, aligning your text, and many other things.</li>\n <li><script> tags are used to link the page to <a title=\"Use JavaScript Injections\" href=\"http://www.wikihow.com/Use-JavaScript-Injections\">JavaScript</a> files, which can cause the page to change as the user interacts with it.</li>\n</ul>\n \n\n<img id=\"556fed303243a\" src=\"http://pad2.whstatic.com/images/thumb/d/d6/Learn-HTML-Step-15.jpg/670px-Learn-HTML-Step-15.jpg\" alt=\"Learn HTML Step 15.jpg\" width=\"670\" height=\"503\" />\n\n<b class=\"whb\">4. Play around with HTML found on websites.</b> A great way to expand your knowledge is by looking into the HTML source of webpages. You can do this by right clicking the page and selecting \"View Source,\" \"View Page Source,\" or a similar option, or by going to the <i>View</i> section in the top menu of your browser. Try to figure out what each unfamiliar HTML tag does, or look it up online for the answer.\n<ul>\n <li>While you cannot edit other people\'s web sites, you can copy the HTML you find into your own document, then play with it to see what different options do. Note that, without the <a title=\"Learn CSS Code\" href=\"http://www.wikihow.com/Learn-CSS-Code\">CSS stylesheet</a> that website links to, you may not be able to see all of the colors or formatting.</li>\n</ul>\n \n\n<img id=\"556fed30337bf\" src=\"http://pad1.whstatic.com/images/thumb/d/d6/Learn-HTML-Step-16.jpg/670px-Learn-HTML-Step-16.jpg\" alt=\"Learn HTML Step 16.jpg\" width=\"670\" height=\"503\" />\n<div class=\"step_num\"></div>\n<div class=\"step\"><b class=\"whb\">5. Learn more advanced web design from comprehensive guides.</b> There are various resources on the internet that you can use to learn about many more HTML tags, such as <a class=\"external text\" href=\"http://www.w3schools.com/html/default.asp\" rel=\"nofollow\">W3Schools</a> or <a class=\"external text\" href=\"http://www.codecademy.com/\" rel=\"nofollow\">Codecademy</a>. You may also find books with tutorials about HTML, but make sure you use one that was published within the last couple years, since there are occasional updates and changes. Better yet, <a title=\"Learn CSS Code\" href=\"http://www.wikihow.com/Learn-CSS-Code\">learn CSS</a>to have much more control over your web page\'s layout and appearance. Once you have CSS down, the next step for web designers is typically Javascript.</div>\n<div class=\"step\"></div>\n<div class=\"step\"></div>\n\n<hr />\n\n<strong>Bunus: Learn HTML in 15 minutes video</strong>\n\nhttps://www.youtube.com/watch?v=Ggh_y-33Eso\n\n<strong><em>Thanks for reading!</em></strong>\n\nSource: http://www.wikihow.com/Learn-HTML\n\n</div>\n</div>','How to Learn HTML','','publish','closed','closed','','build-your-own-webpage','','','2015-06-05 01:53:37','2015-06-05 01:53:37','',0,'http://demo.thimpress.com/learnpress/lessons/build-your-own-webpage/',0,'lp_lesson','',0),(5066,1,'2015-06-05 02:14:00','2015-06-05 02:14:00','<h2>The Test</h2>\nThe test contains 15 questions and 10 minutes time limit.\n\nThe test is not official, it\'s just a nice way to see how much you know, or don\'t know, about HTML.\n\nLet\'s get started!','HTML Basics Quiz','','publish','closed','closed','','html-basics-quiz','','','2015-06-05 02:14:00','2015-06-05 02:14:00','',0,'http://demo.thimpress.com/learnpress/blog/quiz/html-basics-quiz/',0,'lp_quiz','',0),(5067,1,'2015-06-05 02:17:20','2015-06-05 02:17:20','','What does HTML stand for?','','publish','open','open','','what-does-html-stand-for','','','2015-06-05 02:17:20','2015-06-05 02:17:20','',0,'http://demo.thimpress.com/learnpress/questions/what-does-html-stand-for/',0,'lp_question','',0),(5068,1,'2015-06-05 02:18:31','2015-06-05 02:18:31','','How many tags are in a regular element?','','publish','open','open','','how-many-tags-are-in-a-regular-element','','','2015-06-05 02:18:31','2015-06-05 02:18:31','',0,'http://demo.thimpress.com/learnpress/questions/how-many-tags-are-in-a-regular-element/',0,'lp_question','',0),(5069,1,'2015-06-05 02:18:57','2015-06-05 02:18:57','','what is the difference in an opening tag and a closing tag?','','publish','open','open','','what-is-the-difference-in-an-opening-tag-and-a-closing-tag','','','2015-06-05 02:18:57','2015-06-05 02:18:57','',0,'http://demo.thimpress.com/learnpress/questions/what-is-the-difference-in-an-opening-tag-and-a-closing-tag/',0,'lp_question','',0),(5070,1,'2015-06-05 02:19:48','2015-06-05 02:19:48','','What type of tag is this?','','publish','open','open','','what-type-of-tag-is-this','','','2015-06-05 02:19:48','2015-06-05 02:19:48','',0,'http://demo.thimpress.com/learnpress/questions/what-type-of-tag-is-this/',0,'lp_question','',0),(5071,1,'2015-06-05 02:20:30','2015-06-05 02:20:30','','Is this an opening tag or a closing tag?','','publish','open','open','','is-this-an-opening-tag-or-a-closing-tag','','','2015-06-05 02:20:30','2015-06-05 02:20:30','',0,'http://demo.thimpress.com/learnpress/questions/is-this-an-opening-tag-or-a-closing-tag/',0,'lp_question','',0),(5072,1,'2015-06-05 02:21:11','2015-06-05 02:21:11','','</body> Is this an opening tag or a closing tag?','','publish','open','open','','is-this-an-opening-tag-or-a-closing-tag-2','','','2015-06-05 02:21:11','2015-06-05 02:21:11','',0,'http://demo.thimpress.com/learnpress/questions/is-this-an-opening-tag-or-a-closing-tag-2/',0,'lp_question','',0),(5073,1,'2015-06-05 02:25:16','2015-06-05 02:25:16','','where is the meta tag only found?','','publish','open','open','','where-is-the-meta-tag-only-found','','','2015-06-05 02:25:16','2015-06-05 02:25:16','',0,'http://demo.thimpress.com/learnpress/questions/where-is-the-meta-tag-only-found/',0,'lp_question','',0),(5074,1,'2015-06-05 02:26:35','2015-06-05 02:26:35','','What is an element that does not having a closing tag called?','','publish','open','open','','what-is-an-element-that-does-not-having-a-closing-tag-called','','','2015-06-05 02:26:35','2015-06-05 02:26:35','',0,'http://demo.thimpress.com/learnpress/questions/what-is-an-element-that-does-not-having-a-closing-tag-called/',0,'lp_question','',0),(5075,1,'2015-06-05 02:27:10','2015-06-05 02:27:10','','Which of the following is an example of an empty element?','','publish','open','open','','which-of-the-following-is-an-example-of-an-empty-element','','','2015-06-05 02:27:10','2015-06-05 02:27:10','',0,'http://demo.thimpress.com/learnpress/questions/which-of-the-following-is-an-example-of-an-empty-element/',0,'lp_question','',0),(5076,1,'2015-06-05 02:27:50','2015-06-05 02:27:50','','What should values always be enclosed in?','','publish','open','open','','what-should-values-always-be-enclosed-in','','','2015-06-05 02:27:50','2015-06-05 02:27:50','',0,'http://demo.thimpress.com/learnpress/questions/what-should-values-always-be-enclosed-in/',0,'lp_question','',0),(5077,1,'2015-06-05 02:28:53','2015-06-05 02:28:53','','Where do all items for the same web site need to be saved?','','publish','open','open','','where-do-all-items-for-the-same-web-site-need-to-be-saved','','','2015-06-05 02:28:53','2015-06-05 02:28:53','',0,'http://demo.thimpress.com/learnpress/questions/where-do-all-items-for-the-same-web-site-need-to-be-saved/',0,'lp_question','',0),(5078,1,'2015-06-05 02:29:28','2015-06-05 02:29:28','','What does Google do?','','publish','open','open','','what-does-g-o-o-g-l-e-do','','','2015-06-05 02:29:28','2015-06-05 02:29:28','',0,'http://demo.thimpress.com/learnpress/questions/what-does-g-o-o-g-l-e-do/',0,'lp_question','',0),(5079,1,'2015-06-05 02:31:59','2015-06-05 02:31:59','','What is always a welcome page, and explains the purpose or topic of the site?','','publish','open','open','','what-is-always-a-welcome-page-and-explains-the-purpose-or-topic-of-the-site','','','2015-06-05 02:31:59','2015-06-05 02:31:59','',0,'http://demo.thimpress.com/learnpress/questions/what-is-always-a-welcome-page-and-explains-the-purpose-or-topic-of-the-site/',0,'lp_question','',0),(5080,1,'2015-06-05 02:32:35','2015-06-05 02:32:35','','What does View Source do?','','publish','open','open','','what-does-view-source-do','','','2015-06-05 02:32:35','2015-06-05 02:32:35','',0,'http://demo.thimpress.com/learnpress/questions/what-does-view-source-do/',0,'lp_question','',0),(5081,1,'2015-06-05 02:34:30','2015-06-05 02:34:30','','Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?','','publish','open','open','','which-html-attribute-specifies-an-alternate-text-for-an-image-if-the-image-cannot-be-displayed','','','2015-06-05 02:34:30','2015-06-05 02:34:30','',0,'http://demo.thimpress.com/learnpress/questions/which-html-attribute-specifies-an-alternate-text-for-an-image-if-the-image-cannot-be-displayed/',0,'lp_question','',0),(5082,1,'2015-06-05 01:54:36','2015-06-05 01:54:36','<em>In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once. Before you continue you should have a basic understanding of HTML. If you\'re ready, Let\'s get started!</em>\n<h3>I-Introduction</h3>\n<h4>What is CSS?</h4>\n<ul>\n <li><b>CSS</b> stands for <b>C</b>ascading <b>S</b>tyle <b>S</b>heets</li>\n <li>CSS defines <strong>how HTML elements are to be displayed</strong></li>\n <li>Styles were added to HTML 4.0 <b>to solve a problem</b></li>\n <li>CSS saves a lot of work</li>\n <li>External Style Sheets are stored in <b>CSS files</b></li>\n</ul>\n\n<hr />\n\n<h4>CSS Solved a Big Problem</h4>\nHTML was NEVER intended to contain tags for formatting a document.\n\nHTML was intended to <strong>define the content</strong> of a document, like:\n\n<h1>This is a heading</h1>\n\n<p>This is a paragraph.</p>\n\nWhen tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.\n\nTo solve this problem, the World Wide Web Consortium (W3C) created CSS.\n\nIn HTML 4.0, all formatting could (and should!) be removed from the HTML document, and stored in a separate CSS file.\n\n<hr />\n\n<h4>CSS Saves a Lot of Work!</h4>\nThe style definitions are normally saved in external .css files.\n\nWith an external style sheet file, you can change the look of an entire Web site by changing just one file!\n<h3>II-CSS Syntax</h3>\nA CSS rule set consists of a selector and a declaration block:\n\n<img class=\"img-responsive\" src=\"http://www.w3schools.com/css/selector.gif\" alt=\"CSS selector\" />\n\nThe selector points to the HTML element you want to style.\n\nThe declaration block contains one or more declarations separated by semicolons.\n\nEach declaration includes a property name and a value, separated by a colon.\n<h4>CSS Example</h4>\nA CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly braces:\n<div class=\"code notranslate\">\n<pre style=\"background: #E0EBEB\"> p {color:red;text-align:center;}</pre>\n</div>\nTo make the CSS code more readable, you can put one declaration on each line.\n\n \n<div class=\"example\"></div>\n\n<hr />\n\n<h4>CSS Comments</h4>\nComments are used to explain your code, and may help you when you edit the source code at a later date. Comments are ignored by browsers.\n\nA CSS comment starts with /* and ends with */. Comments can also span multiple lines:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\" style=\"background: #E0EBEB\"><span class=\"highELE\" style=\"color: #993366\"> p</span>{\n <span class=\"highATT\"> <span style=\"color: #ff0000\">color</span>:</span><span class=\"highVAL\" style=\"color: #0000ff\"> red;</span>\n <span class=\"highCOM\"> <span style=\"color: #339966\">/* This is a single-line comment */</span></span>\n <span class=\"highATT\"> <span style=\"color: #ff0000\">text-align</span>:</span><span class=\"highVAL\" style=\"color: #0000ff\"> center;</span>\n }\n<span class=\"highCOM\" style=\"color: #339966\"> /* This is\n a multi-line\n comment */</span></pre>\n</div>','CSS: An Overview','','publish','closed','closed','','css-an-overview','','','2015-06-05 01:54:36','2015-06-05 01:54:36','',0,'http://demo.thimpress.com/learnpress/lessons/css-an-overview/',0,'lp_lesson','',0),(5083,1,'2015-06-05 04:49:57','2015-06-05 04:49:57','<p class=\"intro\">When a browser reads a style sheet, it will format the document according to the information in the style sheet.</p>\n\n\n<hr />\n\n<h4>Three Ways to Insert CSS</h4>\nThere are three ways of inserting a style sheet:\n<ul>\n <li>External style sheet</li>\n <li>Internal style sheet</li>\n <li>Inline style</li>\n</ul>\n\n<hr />\n\n<h4>External Style Sheet</h4>\nWith an external style sheet, you can change the look of an entire website by changing just one file!\n\nEach page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the head section:\n<div class=\"code\">\n<pre class=\"notranslate htmlHigh\"><span class=\"highLT\"><</span><span class=\"highELE\">head</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">link</span> <span class=\"highATT\">rel=</span><span class=\"highVAL\">\"stylesheet\"</span> <span class=\"highATT\">type=</span><span class=\"highVAL\">\"text/css\"</span> <span class=\"highATT\">href=</span><span class=\"highVAL\">\"mystyle.css\"</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">/head</span><span class=\"highGT\">></span></pre>\n</div>\nAn external style sheet can be written in any text editor. The file should not contain any html tags. The style sheet file must be saved with a .css extension. An example of a style sheet file called \"myStyle.css\", is shown below:\n<div class=\"code\">\n<pre class=\"notranslate cssHigh\"><span class=\"highELE\">body </span>{\n <span class=\"highATT\">background-color:</span><span class=\"highVAL\"> lightblue;</span>\n}\n\n<span class=\"highELE\">h1 </span>{\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> navy;</span>\n <span class=\"highATT\">margin-left:</span><span class=\"highVAL\"> 20px;</span>\n}</pre>\n</div>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>Do not add a space between the property value and the unit (such as margin-left: 20 px;). The correct way is: margin-left: 20px;</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Internal Style Sheet</h4>\nAn internal style sheet may be used if one single page has a unique style.\n\nInternal styles are defined within the <style> element, inside the head section of an HTML page:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\"><head>\n<style>\nbody </span>{\n <span class=\"highATT\">background-color:</span><span class=\"highVAL\"> linen;</span>\n}\n\n<span class=\"highELE\">h1 </span>{\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> maroon;</span>\n <span class=\"highATT\">margin-left:</span><span class=\"highVAL\"> 40px;</span>\n}\n<span class=\"highELE\"></style>\n</head></span></pre>\n</div>\n\n<hr />\n\n<h4>Inline Styles</h4>\nAn inline style may be used to apply a unique style for a single element.\n\nAn inline style loses many of the advantages of a style sheet (by mixing content with presentation). Use this method sparingly!\n\nTo use inline styles, add the style attribute to the relevant tag. The style attribute can contain any CSS property. The example shows how to change the color and the left margin of a <h1> element:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate htmlHigh\"><span class=\"highLT\"><</span><span class=\"highELE\">h1</span> <span class=\"highATT\">style=</span><span class=\"highVAL\">\"color:blue;margin-left:30px;\"</span><span class=\"highGT\">></span>This is a heading.<span class=\"highLT\"><</span><span class=\"highELE\">/h1</span><span class=\"highGT\">></span></pre>\n</div>\n\n<hr />\n\n<h4>Multiple Style Sheets</h4>\nIf some properties have been defined for the same selector in different style sheets, the value will be inherited from the more specific style sheet.\n\nFor example, assume that an external style sheet has the following properties for the <h1> element:\n<div class=\"code\">\n<pre class=\"notranslate cssHigh\"><span class=\"highELE\">h1 </span>{\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> navy;</span>\n <span class=\"highATT\">margin-left:</span><span class=\"highVAL\"> 20px;</span>\n}</pre>\n</div>\nthen, assume that an internal style sheet also has the following property for the <h1> element:\n<div class=\"code\">\n<pre class=\"notranslate cssHigh\"><span class=\"highELE\">h1 </span>{\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> orange;</span> \n}</pre>\n</div>\nIf the page with the internal style sheet also links to the external style sheet the properties for the <h1> element will be:\n<div class=\"code notranslate\">\n<pre>color: orange;\nmargin-left: 20px;</pre>\n</div>\nThe left margin is inherited from the external style sheet and the color is replaced by the internal style sheet.\n\n<hr />\n\n<h4>Multiple Styles Will Cascade into One</h4>\nStyles can be specified:\n<ul>\n <li>in an external CSS file</li>\n <li>inside the <head> section of an HTML page</li>\n <li>inside an HTML element</li>\n</ul>\n<h5>Cascading order</h5>\nWhat style will be used when there is more than one style specified for an HTML element?\n\nGenerally speaking we can say that all the styles will \"cascade\" into a new \"virtual\" style sheet by the following rules, where number three has the highest priority:\n<ol>\n <li>Browser default</li>\n <li>External and internal style sheets (in the head section)</li>\n <li>Inline style (inside an HTML element)</li>\n</ol>\nSo, an inline style (inside an HTML element) has the highest priority, which means that it will override a style defined inside the <head> tag, or in an external style sheet, or in a browser (a default value).','Applying CSS','','publish','closed','closed','','applying-css','','','2015-06-05 04:49:57','2015-06-05 04:49:57','',0,'http://demo.thimpress.com/learnpress/lessons/applying-css/',0,'lp_lesson','',0),(5084,1,'2015-06-05 01:55:10','2015-06-05 01:55:10','<h4>CSS Selectors</h4>\nCSS selectors allow you to select and manipulate HTML elements.\n\nCSS selectors are used to \"find\" (or select) HTML elements based on their id, class, type, attribute, and more.\n\n<hr />\n\n<h4>The element Selector</h4>\nThe element selector selects elements based on the element name.\n\nYou can select all <p> elements on a page like this: (all <p> elements will be center-aligned, with a red text color)\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\"><span class=\"highELE\">p </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>\n\n<hr />\n\n<h4>The id Selector</h4>\nThe id selector uses the id attribute of an HTML element to select a specific element.\n\nAn id should be unique within a page, so the id selector is used if you want to select a single, unique element.\n\nTo select an element with a specific id, write a hash character, followed by the id of the element.\n\nThe style rule below will be applied to the HTML element with id=\"para1\":\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\"><span class=\"highELE\">#para1 </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>Do <b>NOT</b> start an ID name with a number!</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>The class Selector</h4>\nThe class selector selects elements with a specific class attribute.\n\nTo select elements with a specific class, write a period character, followed by the name of the class:\n\nIn the example below, all HTML elements with class=\"center\" will be center-aligned:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\"><span class=\"highELE\">.center </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>\nYou can also specify that only specific HTML elements should be affected by a class.\n\nIn the example below, all <p> elements with class=\"center\" will be center-aligned:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\"><span class=\"highELE\">p.center </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>Do <b>NOT</b> start a class name with a number!</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Grouping Selectors</h4>\nIf you have elements with the same style definitions, like this:\n<div class=\"code\">\n<pre class=\"notranslate cssHigh\"><span class=\"highELE\">h1 </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}\n\n<span class=\"highELE\">h2 </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}\n\n<span class=\"highELE\">p </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>\nyou can group the selectors, to minimize the code.\n\nTo group selectors, separate each selector with a comma.\n\nIn the example below we have grouped the selectors from the code above:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh cssHigh\"><span class=\"highELE\">h1, h2, p </span>{\n <span class=\"highATT\">text-align:</span><span class=\"highVAL\"> center;</span>\n <span class=\"highATT\">color:</span><span class=\"highVAL\"> red;</span>\n}</pre>\n</div>','CSS Selectors','','publish','closed','closed','','css-classes-and-ids','','','2015-06-05 01:55:10','2015-06-05 01:55:10','',0,'http://demo.thimpress.com/learnpress/lessons/css-classes-and-ids/',0,'lp_lesson','',0),(5085,1,'2015-06-05 07:20:57','2015-06-05 07:20:57','<header>You can alter the size and shape of the text on a web page with a range of properties.</header>\n<h4>font-family</h4>\nThis is the font itself, such as Times New Roman, Arial, or Verdana.\n\nThe user’s browser has to be able to find the font you specify, which, in most cases, means it needs to be on <em>their</em>computer so there is little point in using obscure fonts that are only sitting on <em>your</em> computer. There are a select few “<em>safe</em>” fonts (the most commonly used are Arial, Verdana and Times New Roman), but you can specify more than one font, separated by <em>commas</em>. The purpose of this is that if the user does not have the first font you specify, the browser will go tharough the list until it finds one it does have. This is useful because different computers sometimes have different fonts installed. So <code>font-family: arial, helvetica, serif</code>, will look for the Arial font first and, if the browser can’t find it, it will search for Helvetica, and then a common serif font.\n\nNote: if the name of a font is more than one word, it should be put in quotation marks, such as <code>font-family: \"Times New Roman\"</code>.\n\n<aside class=\"note\">You can use a wider selection than the “safe” fonts using several methods outlined in the CSS Advanced Tutorial but if you’re just getting to grips with CSS, we suggest sticking with this basic standard approach for the moment.</aside>\n<h4>font-size</h4>\nThe size of the font. Be careful with this - text such as headings should not just be an HTML paragraph (<code>p</code>) in a large font - you should still use headings (<code>h1</code>,<code>h2</code> etc.) even though, in practice, you could make the font-size of a paragraph larger than that of a heading (not recommended for sensible people).\n<h4>font-weight</h4>\nThis states whether the text is bold or not. Most commonly this is used as <code>font-weight: bold</code> or <code>font-weight: normal</code> but other values are <code>bolder</code>, <code>lighter</code>, <code>100</code>, <code>200</code>, <code>300</code>, <code>400</code> (same as <code>normal</code>), <code>500</code>, <code>600</code>, <code>700</code> (same as <code>bold</code>), <code>800</code> or <code>900</code>.\n\n<aside class=\"note warning\"><em>Play around with these font-weight values if you want see their effect but, keep in mind, that some older browsers become a little confused with anything other than<code>bold</code> and <code>normal</code> so we suggest sticking to those unless you’re a typography ninja.</em></aside>\n<h4>font-style</h4>\nThis states whether the text is italic or not. It can be <code>font-style: italic</code> or <code>font-style: normal</code>.\n<h4>text-decoration</h4>\nThis states whether the text has got a line running under, over, or through it.\n<ul>\n <li><code>text-decoration: underline</code>, does what you would expect.</li>\n <li><code>text-decoration: overline</code> places a line above the text.</li>\n <li><code>text-decoration: line-through</code> puts a line through the text (“strike-through”).</li>\n</ul>\nThis property is usually used to decorate links and you can specify no underline with <code>text-decoration: none</code>.\n\n<aside class=\"note warning\"><em>Underlines should only really be used for links. They are a commonly understood web convention that has lead users to generally expect underlined text to be a link.</em></aside>\n<h4>text-transform</h4>\nThis will change the case of the text.\n<ul>\n <li><code>text-transform: capitalize</code> turns the first letter of every word into uppercase.</li>\n <li><code>text-transform: uppercase</code> turns everything into uppercase.</li>\n <li><code>text-transform: lowercase</code> turns everything into lowercase.</li>\n <li><code>text-transform: none</code> I’ll leave for you to work out.</li>\n</ul>\nSo, a few of these things used together might look like this:\n<pre><code class=\"css\"><span class=\"selector\">body </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">font-family</span><span class=\"punctuation\">:</span> arial, helvetica, sans-serif<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">font-size</span><span class=\"punctuation\">:</span> 14px<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n\n<span class=\"selector\">h1 </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">font-size</span><span class=\"punctuation\">:</span> 2em<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n\n<span class=\"selector\">h2 </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">font-size</span><span class=\"punctuation\">:</span> 1.5em<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n\n<span class=\"selector\">a </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">text-decoration</span><span class=\"punctuation\">:</span> none<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n\n<span class=\"selector\">strong </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">font-style</span><span class=\"punctuation\">:</span> italic<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">text-transform</span><span class=\"punctuation\">:</span> uppercase<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span></code></pre>\n<h4>Text spacing</h4>\nBefore we move on from this introduction to styling text, a quick look at how to space out the text on a page:The <code>letter-spacing</code>and <code>word-spacing</code> properties are for spacing between letters or words. The value can be a length or <code>normal</code>.The <code>line-height</code> property sets the height of the lines in an element, such as a paragraph, without adjusting the size of the font. It can be a number (which specifies a multiple of the font size, so “2” will be two times the font size, for example), a length, a percentage, or <code>normal</code>.The <code>text-align</code> property will align the text inside an element to left, right, center, or justify.The <code>text-indent</code> property will indent the first line of a paragraph, for example, to a given length or percentage. This is a style traditionally used in print, but rarely in digital media such as the web.\n<pre><code class=\"css\">\n<span class=\"selector\">p </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">letter-spacing</span><span class=\"punctuation\">:</span> 0.5em<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">word-spacing</span><span class=\"punctuation\">:</span> 2em<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">line-height</span><span class=\"punctuation\">:</span> 1.5<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">text-align</span><span class=\"punctuation\">:</span> center<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span></code></pre>','Text','','publish','closed','closed','','text','','','2015-06-05 07:20:57','2015-06-05 07:20:57','',0,'http://demo.thimpress.com/learnpress/lessons/text/',0,'lp_lesson','',0),(5086,1,'2015-06-05 07:20:39','2015-06-05 07:20:39','<header>CSS brings <em>16,777,216</em> colors to your disposal. They can take the form of a <em>name</em>, an <em>RGB</em> (red/green/blue) value or a<em>hex</em> code.</header><section id=\"main_content\">The following values, to specify full-on as red-as-red-can-be, all produce the same result:\n<ul>\n <li><span style=\"color: #ff6600\"><code>red</code></span></li>\n <li><span style=\"color: #ff6600\"><code>rgb(255,0,0)</code></span></li>\n <li><span style=\"color: #ff6600\"><code>rgb(100%,0%,0%)</code></span></li>\n <li><span style=\"color: #ff6600\"><code>#ff0000</code></span></li>\n <li><span style=\"color: #ff6600\"><code>#f00</code></span></li>\n</ul>\nPredefined color names include <code>aqua</code>, <code>black</code>, <code>blue</code>, <code>fuchsia</code>, <code>gray</code>, <code>green</code>, <code>lime</code>, <code>maroon</code>, <code>navy</code>, <code>olive</code>, <code>orange</code>, <code>purple</code>,<code>red</code>, <code>silver</code>, <code>teal</code>, <code>white</code>, and <code>yellow</code>. <code>transparent</code> is also a valid value.\n\n<aside class=\"note\"><em>With the possible exception of <code>black</code> and <code>white</code>, color names have limited use in a modern, well-designed web sites because they are so specific and limiting.</em></aside>The three values in the RGB value are from 0 to 255, 0 being the lowest level (no red, for example), 255 being the highest level (full red, for example). These values can also be a percentage.\n\n<em>Hexadecimal</em> (previously and more accurately known as “<em>sexadecimal</em>”) is a <em>base-16</em> number system. We are generally used to the <em>decimal</em> number system (<em>base-10</em>, from 0 to 9), but hexadecimal has 16 digits, from 0 to f.\n\nThe hex number is prefixed with a hash character (<em>#</em>) and can be three or six digits in length. Basically, the three-digit version is a compressed version of the six-digit (<code>#ff0000</code> becomes <code>#f00</code>, <code>#cc9966</code> becomes <code>#c96</code>, etc.). The three-digit version is easier to decipher (the first digit, like the first value in RGB, is red, the second green and the third blue) but the six-digit version gives you more control over the exact color.\n<h4>color and background-color</h4>\nColors can be applied by using <code>color</code> and <code>background-color</code> (note that this must be the American English “color” and not “colour”).\n\nA blue background and yellow text could look like this:\n<pre><code class=\"css\">\n<span class=\"selector\">h1 </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">color</span><span class=\"punctuation\">:</span> yellow<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">background-color</span><span class=\"punctuation\">:</span> blue<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n</code></pre>\nThese colors might be a little too harsh, so you could change the code of your CSS file for slightly different shades:\n<pre><code class=\"css\">\n<span class=\"selector\">body </span><span class=\"cbrackets\">{</span>\n <span class=\"property\">font-size</span><span class=\"punctuation\">:</span> 14px<span class=\"punctuation\">;</span>\n <span class=\"property\">color</span><span class=\"punctuation\">:</span> navy<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n\n<span class=\"selector\">h1 </span><span class=\"cbrackets\">{</span>\n<em> <span class=\"property\">color</span><span class=\"punctuation\">:</span> #ffc<span class=\"punctuation\">;</span></em>\n<em> <span class=\"property\">background-color</span><span class=\"punctuation\">:</span> #009<span class=\"punctuation\">;</span></em>\n<span class=\"cbrackets\">}</span>\n</code></pre>\nSave the CSS file and refresh your browser. You will see the colors of the first heading (the <code>h1</code> element) have changed to yellow and blue.\n\nYou can apply the <code>color</code> and <code>background-color</code> properties to most HTML elements, including <code>body</code>, which will change the colors of the page and everything in it.\n\n</section>','Colors','','publish','closed','closed','','colors','','','2015-06-05 07:20:39','2015-06-05 07:20:39','',0,'http://demo.thimpress.com/learnpress/lessons/colors/',0,'lp_lesson','',0),(5087,1,'2015-06-05 01:57:17','2015-06-05 01:57:17','<h4>The CSS Box Model</h4>\nAll HTML elements can be considered as boxes. In CSS, the term \"box model\" is used when talking about design and layout.\n\nThe CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders, padding, and the actual content.\n\nThe box model allows us to add a border around elements, and to define space between elements.\n\nThe image below illustrates the box model:\n<img src=\"http://www.w3schools.com/css/box-model.gif\" alt=\"CSS box-model\" width=\"536\" height=\"289\" />\n\nExplanation of the different parts:\n<ul>\n <li><b>Content</b> - The content of the box, where text and images appear</li>\n <li><b>Padding</b> - Clears an area around the content. The padding is transparent</li>\n <li><b>Border</b> - A border that goes around the padding and content</li>\n <li><b>Margin</b> - Clears an area outside the border. The margin is transparent</li>\n</ul>\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">div </span>{\n <span class=\"highATT\">width:</span><span class=\"highVAL\"> 300px;</span>\n <span class=\"highATT\">padding:</span><span class=\"highVAL\"> 25px;</span>\n <span class=\"highATT\">border:</span><span class=\"highVAL\"> 25px solid navy;</span>\n <span class=\"highATT\">margin:</span><span class=\"highVAL\"> 25px;</span>\n}</pre>\n</div>\n\n<hr />\n\n<h4>Width and Height of an Element</h4>\nIn order to set the width and height of an element correctly in all browsers, you need to know how the box model works.\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td><b>Important:</b> When you set the width and height properties of an element with CSS, you just set the width and height of the <b>content area</b>. To calculate the full size of an element, you must also add padding, borders and margins.</td>\n</tr>\n</tbody>\n</table>\nLet\'s style a <div> element to have a total width of 350px:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">div </span>{\n <span class=\"highATT\">width:</span><span class=\"highVAL\"> 320px;</span>\n <span class=\"highATT\">padding:</span><span class=\"highVAL\"> 10px;</span>\n <span class=\"highATT\">border:</span><span class=\"highVAL\"> 5px solid gray;</span>\n <span class=\"highATT\">margin:</span><span class=\"highVAL\"> 0;</span>\n}</pre>\n</div>\nLet\'s do the math:\n320px (width)\n+ 20px (left + right padding)\n+ 10px (left + right border)\n+ 0px (left + right margin)\n= 350px\n\nThe total width of an element should be calculated like this:\n\nTotal element width = width + left padding + right padding + left border + right border + left margin + right margin\n\nThe total height of an element should be calculated like this:\n\nTotal element height = height + top padding + bottom padding + top border + bottom border + top margin + bottom margin\n\n<hr />\n\n<h4>Browsers Compatibility Issue</h4>\nInternet Explorer 8 and earlier versions, include padding and border in the width property.\n\nTo fix this problem, add a <!DOCTYPE html> to the HTML page.\n\n ','Box Model','','publish','closed','closed','','box-model','','','2015-06-05 01:57:17','2015-06-05 01:57:17','',0,'http://demo.thimpress.com/learnpress/lessons/box-model/',0,'lp_lesson','',0),(5088,1,'2015-06-05 07:21:28','2015-06-05 07:21:28','<h3 class=\"intro\">Margin</h3>\n<p class=\"intro\">The CSS margin properties define the space around elements.</p>\nThe margin clears an area around an element (outside the border). The margin does not have a background color, and is completely transparent.\n\nThe top, right, bottom, and left margin can be changed independently using separate properties. A shorthand margin property can also be used, to change all margins at once.\n<h4>Possible Values</h4>\n<table class=\"reference notranslate\">\n<tbody>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>auto</td>\n<td>The browser calculates a margin</td>\n</tr>\n<tr>\n<td><i>length</i></td>\n<td>Specifies a margin in px, pt, cm, etc. Default value is 0px</td>\n</tr>\n<tr>\n<td><i>%</i></td>\n<td>Specifies a margin in percent of the width of the containing element</td>\n</tr>\n<tr>\n<td>inherit</td>\n<td>Specifies that the margin should be inherited from the parent element</td>\n</tr>\n</tbody>\n</table>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td><b>Note:</b> It is also possible to use negative values, to overlap content.</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Margin - Individual sides</h4>\nIn CSS, it is possible to specify different margins for different sides of an element:\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">p </span>{\n <span class=\"highATT\">margin-top:</span><span class=\"highVAL\"> 100px;</span>\n <span class=\"highATT\">margin-bottom:</span><span class=\"highVAL\"> 100px;</span>\n <span class=\"highATT\">margin-right:</span><span class=\"highVAL\"> 150px;</span>\n <span class=\"highATT\">margin-left:</span><span class=\"highVAL\"> 50px;</span>\n}</pre>\n<h4 class=\"example\">Margin - Shorthand property</h4>\nTo shorten the code, it is possible to specify all the margin properties in one property. This is called a shorthand property.\n\nThe shorthand property for all the margin properties is \"margin\":\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">p </span>{\n <span class=\"highATT\">margin:</span><span class=\"highVAL\"> 100px 50px;</span>\n}</pre>\n</div>\nThe margin property can have from one to four values.\n<ul>\n <li><b>margin: 25px 50px 75px 100px;</b>\n<ul>\n <li>top margin is 25px</li>\n <li>right margin is 50px</li>\n <li>bottom margin is 75px</li>\n <li>left margin is 100px</li>\n</ul>\n</li>\n <li><b>margin: 25px 50px 75px;</b>\n<ul>\n <li>top margin is 25px</li>\n <li>right and left margins are 50px</li>\n <li>bottom margin is 75px</li>\n</ul>\n</li>\n <li><b>margin: 25px 50px;</b>\n<ul>\n <li>top and bottom margins are 25px</li>\n <li>right and left margins are 50px</li>\n</ul>\n</li>\n <li><b>margin: 25px;</b>\n<ul>\n <li>all four margins are 25px</li>\n</ul>\n</li>\n</ul>\n \n\n<hr />\n\n<h3>Padding</h3>\n<p class=\"intro\">The CSS padding properties define the space between the element border and the element content.</p>\nThe padding clears an area around the content (inside the border) of an element. The padding is affected by the background color of the element.\n\nThe top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property can also be used, to change all paddings at once.\n<h4>Possible Values</h4>\n<table class=\"reference notranslate\">\n<tbody>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n<tr>\n<td><i>length</i></td>\n<td>Defines a fixed padding (in pixels, pt, em, etc.)</td>\n</tr>\n<tr>\n<td><i>%</i></td>\n<td>Defines a padding in % of the containing element</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Padding - Individual sides</h4>\nIn CSS, it is possible to specify different padding for different sides:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">p </span>{\n <span class=\"highATT\">padding-top:</span><span class=\"highVAL\"> 25px;</span>\n <span class=\"highATT\">padding-right:</span><span class=\"highVAL\"> 50px;</span>\n <span class=\"highATT\">padding-bottom:</span><span class=\"highVAL\"> 25px;</span>\n <span class=\"highATT\">padding-left:</span><span class=\"highVAL\"> 50px;</span>\n}</pre>\n</div>\n<h4>Padding - Shorthand property</h4>\nTo shorten the code, it is possible to specify all the padding properties in one property. This is called a shorthand property.\n\nThe shorthand property for all the padding properties is \"padding\":\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">p </span>{\n <span class=\"highATT\">padding:</span><span class=\"highVAL\"> 25px 50px;</span>\n}</pre>\n</div>\nThe padding property can have from one to four values.\n<ul>\n <li><b>padding: 25px 50px 75px 100px;</b>\n<ul>\n <li>top padding is 25px</li>\n <li>right padding is 50px</li>\n <li>bottom padding is 75px</li>\n <li>left padding is 100px</li>\n</ul>\n</li>\n <li><b>padding: 25px 50px 75px;</b>\n<ul>\n <li>top padding is 25px</li>\n <li>right and left paddings are 50px</li>\n <li>bottom padding is 75px</li>\n</ul>\n</li>\n <li><b>padding: 25px 50px;</b>\n<ul>\n <li>top and bottom paddings are 25px</li>\n <li>right and left paddings are 50px</li>\n</ul>\n</li>\n <li><b>padding: 25px;</b>\n<ul>\n <li>all four paddings are 25px</li>\n</ul>\n</li>\n</ul>','Margins and Paddings','','publish','closed','closed','','margins-and-paddings','','','2015-06-05 07:21:28','2015-06-05 07:21:28','',0,'http://demo.thimpress.com/learnpress/lessons/margins-and-paddings/',0,'lp_lesson','',0),(5089,1,'2015-06-05 07:51:23','2015-06-05 07:51:23','<div></div>\n<h4>Positioning</h4>\nThe CSS positioning properties allow you to position an element. It can also place an element behind another, and specify what should happen when an element\'s content is too big.\n\nElements can be positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They also work differently depending on the positioning method.\n\nThere are four different positioning methods.\n\n<hr />\n\n<h4>Static Positioning</h4>\nHTML elements are positioned static by default. A static positioned element is always positioned according to the normal flow of the page.\n\nStatic positioned elements are not affected by the top, bottom, left, and right properties.\n\n<hr />\n\n<h4>Fixed Positioning</h4>\nAn element with a fixed position is positioned relative to the browser window, and will not move even if the window is scrolled:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">p.pos_fixed </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> fixed;</span>\n <span class=\"highATT\">top:</span><span class=\"highVAL\"> 30px;</span>\n <span class=\"highATT\">right:</span><span class=\"highVAL\"> 5px;</span>\n}</pre>\n</div>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td><b>Note:</b> IE7 and IE8 support the fixed value only if a !DOCTYPE is specified.</td>\n</tr>\n</tbody>\n</table>\nFixed positioned elements are removed from the normal flow. The document and other elements behave like the fixed positioned element does not exist.\n\nFixed positioned elements can overlap other elements.\n\n<hr />\n\n<h4>Relative Positioning</h4>\nA relative positioned element is positioned relative to its normal position:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">h2.pos_left </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> relative;</span>\n <span class=\"highATT\">left:</span><span class=\"highVAL\"> -20px;</span>\n}\n\n<span class=\"highELE\">h2.pos_right </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> relative;</span>\n <span class=\"highATT\">left:</span><span class=\"highVAL\"> 20px;</span>\n}</pre>\n</div>\nThe content of relatively positioned elements can be moved and overlap other elements, but the reserved space for the element is still preserved in the normal flow.\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">h2.pos_top </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> relative;</span>\n <span class=\"highATT\">top:</span><span class=\"highVAL\"> -50px;</span>\n}</pre>\n</div>\nRelatively positioned elements are often used as container blocks for absolutely positioned elements.\n\n<hr />\n\n<h4>Absolute Positioning</h4>\nAn absolute position element is positioned relative to the first parent element that has a position other than static. If no such element is found, the containing block is <html>:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">h2 </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> absolute;</span>\n <span class=\"highATT\">left:</span><span class=\"highVAL\"> 100px;</span>\n <span class=\"highATT\">top:</span><span class=\"highVAL\"> 150px;</span>\n}</pre>\n</div>\nAbsolutely positioned elements are removed from the normal flow. The document and other elements behave like the absolutely positioned element does not exist.\n\nAbsolutely positioned elements can overlap other elements.\n\n<hr />\n\n<h4>Overlapping Elements</h4>\nWhen elements are positioned outside the normal flow, they can overlap other elements.\n\nThe z-index property specifies the stack order of an element (which element should be placed in front of, or behind, the others).\n\nAn element can have a positive or negative stack order:\n<div class=\"example\">\n<p class=\"example\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">img </span>{\n <span class=\"highATT\">position:</span><span class=\"highVAL\"> absolute;</span>\n <span class=\"highATT\">left:</span><span class=\"highVAL\"> 0px;</span>\n <span class=\"highATT\">top:</span><span class=\"highVAL\"> 0px;</span>\n <span class=\"highATT\">z-index:</span><span class=\"highVAL\"> -1;</span>\n}</pre>\n</div>\nAn element with greater stack order is always in front of an element with a lower stack order.\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td><strong>Note:</strong> If two positioned elements overlap without a z-index specified, the element positioned last in the HTML code will be shown on top.</td>\n</tr>\n</tbody>\n</table>','Positioning','','publish','closed','closed','','position','','','2015-06-05 07:51:23','2015-06-05 07:51:23','',0,'http://demo.thimpress.com/learnpress/lessons/position/',0,'lp_lesson','',0),(5090,1,'2015-06-05 07:55:16','2015-06-05 07:55:16','<header><em>Pseudo classes</em> are bolted on to selectors to specify a state or relation to the selector. They take the form of<em>selector:pseudo_class { property: value; }</em>, simply with a colon in between the selector and the pseudo class.\n\n</header><section id=\"main_content\">\n<h4>Links</h4>\n<code>link</code>, targeting <em>unvisited links</em>, and <code>visited</code>, targeting, you guessed it, <em>visited links</em>, are the most basic pseudo classes.\n\nThe following will apply colors to all links in a page depending on whether the user has visited that page before or not:\n<pre><code class=\"css\">\na<em><span class=\"punctuation\">:</span>link</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">color</span><span class=\"punctuation\">:</span> blue<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n\na<em><span class=\"punctuation\">:</span>visited</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">color</span><span class=\"punctuation\">:</span> purple<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n</code></pre>\n<h4>Dynamic Pseudo Classes</h4>\nAlso commonly used for links, the dynamic pseudo classes can be used to apply styles when something happens to something.\n<ul>\n <li><code>active</code> is for when something activated by the user, such as when a link is clicked on.</li>\n <li><code>hover</code> is for a when something is passed over by an input from the user, such as when a cursor moves over a link.</li>\n <li><code>focus</code> is for when something gains focus, that is when it is selected by, or is ready for, keyboard input.</li>\n</ul>\n<aside class=\"note mag\"><code>focus</code> is most often used on <em>form elements</em> but can be used for <em>links</em>. Although most users will navigate around and between pages using a pointing device such as a mouse those who choose note to, or are unable to do so, such as those with motor disabilities, may navigate using a keyboard or similar device. Links can be jumped between using a tab key and they will gain focus one at a time.\n\n</aside>\n<pre><code class=\"css\">\na<em><span class=\"punctuation\">:</span>active</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">color</span><span class=\"punctuation\">:</span> red<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n\na<em><span class=\"punctuation\">:</span>hover</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">text-decoration</span><span class=\"punctuation\">:</span> none<span class=\"punctuation\">;</span>\n <span class=\"property\">color</span><span class=\"punctuation\">:</span> blue<span class=\"punctuation\">;</span>\n <span class=\"property\">background-color</span><span class=\"punctuation\">:</span> yellow<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n\ninput<em><span class=\"punctuation\">:</span>focus</em>, textarea<em><span class=\"punctuation\">:</span>focus</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">background</span><span class=\"punctuation\">:</span> #eee<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n</code></pre>\n<aside class=\"note warning\"><code>focus</code> isn’t supported by some of the older browsers so be careful not to use it for anything vital.\n\n</aside>\n<h4>First Children</h4>\nFinally (for this article, at least), there is the <code>first-child</code> pseudo class. This will target something only if it is the very first descendant of an element. So, in the following HTML…\n<pre><code class=\"html\">\n<span class=\"qwer\"><</span><span class=\"tag\">body</span><span class=\"qwer\">></span>\n <span class=\"qwer\"><</span><span class=\"tag\">p</span><span class=\"qwer\">></span>I’m the body’s first paragraph child. I rule. Obey me.<span class=\"qwer\"></</span><span class=\"tag\">p</span><span class=\"qwer\">></span>\n <span class=\"qwer\"><</span><span class=\"tag\">p</span><span class=\"qwer\">></span>I resent you.<span class=\"qwer\"></</span><span class=\"tag\">p</span><span class=\"qwer\">></span>\n...\n</code></pre>\n…if you only want to style the <em>first</em> paragraph, you could use the following CSS:\n<pre><code class=\"css\">\np<em><span class=\"punctuation\">:</span>first-child</em> <span class=\"cbrackets\">{</span>\n <span class=\"property\">font-weight</span><span class=\"punctuation\">:</span> bold<span class=\"punctuation\">;</span>\n <span class=\"property\">font-size</span><span class=\"punctuation\">:</span> 40px<span class=\"punctuation\">;</span>\n<span class=\"cbrackets\">}</span>\n</code></pre>\n<aside class=\"note three\">CSS3 has also delivered a whole new set of pseudo classes: <code>last-child</code>, <code>target</code>, <code>first-of-type</code>, and more.\n\n</aside></section>','Pseudo-classes','','publish','closed','closed','','pseudo-classes','','','2015-06-05 07:55:16','2015-06-05 07:55:16','',0,'http://demo.thimpress.com/learnpress/lessons/pseudo-classes/',0,'lp_lesson','',0),(5091,1,'2015-06-05 01:58:28','2015-06-05 01:58:28','<h3>I-Responsive Web Design - <span class=\"color_h1\">Introduction</span></h3>\n<h4>What is Responsive Web Design?</h4>\nResponsive web design makes your web page look good on all devices.\n\nResponsive web design uses only HTML and CSS.\n\nResponsive web design is not a program or a JavaScript.\n\n<hr />\n\n<h4>Designing For The Best Experience For All Users</h4>\nWeb pages can be viewed using many different devices: desktops, tablets, and phones. Your web page should look good, and be easy to use, regardless of the device.\n\nWeb pages should not leave out information to fit smaller devices, but rather adapt its content to fit any device:\n\n<img class=\"\" src=\"http://www.w3schools.com/css/rwd_desktop.png\" alt=\"\" width=\"556\" height=\"365\" />\n<div class=\"row\">\n<div class=\"col-md-6\">\n\n<strong>Desktop</strong>\n\n</div>\n<div class=\"col-md-4\"><img class=\"\" src=\"http://www.w3schools.com/css/rwd_tablet.png\" alt=\"\" width=\"341\" height=\"500\" />\n<strong>Tablet</strong></div>\n<div class=\"col-md-2\"><img class=\"\" src=\"http://www.w3schools.com/css/rwd_phone.png\" alt=\"\" width=\"168\" height=\"293\" />\n<strong>Phone</strong></div>\n</div>\nIt is called responsive web design when you use CSS and HTML to resize, hide, shrink, enlarge, or move the content to make it look good on any screen.\n\n \n<h3>II-Responsive Web Design - <span class=\"color_h1\">The Viewport</span></h3>\n<h4>What is The Viewport?</h4>\nThe viewport is the user\'s visible area of a web page.\n\nThe viewport varies with the device, and will be smaller on a mobile phone than on a computer screen.\n\nBefore tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size.\n\nThen, when we started surfing the internet using tablets and mobile phones, fixed size web pages were too large to fit the viewport. To fix this, browsers on those devices scaled down the entire web page to fit the screen.\n\nThis was not perfect, but a quick fix.\n\n<hr />\n\n<h4>Setting The Viewport</h4>\nHTML5 introduced a method to let web designers take control over the viewport, through the <code><meta></code> tag.\n\nYou should include the following <code><meta></code> tag in all your web pages:\n<div class=\"code notranslate htmlHigh\">\n<pre><span class=\"highLT\"><</span><span class=\"highELE\">meta</span> <span class=\"highATT\">name=</span><span class=\"highVAL\">\"viewport\"</span> <span class=\"highATT\">content=</span><span class=\"highVAL\">\"width=device-width, initial-scale=1.0\"</span><span class=\"highGT\">></span></pre>\n</div>\nThe <code>width=device-width</code> part sets the width of the page to follow the screen-width of the device (which will vary depending on the device).\n\nThe <code>initial-scale=1.0</code> part sets the initial zoom level when the page is first loaded by the browser.\n\nHere is an example of a web page <em>without</em> the viewport meta tag, and the same web page <em>with</em> the viewport meta tag:\n\n \n<div class=\"row\">\n<div class=\"col-md-6\">\n\n<img src=\"http://www.w3schools.com/css/img_viewport1.png\" alt=\"\" />\n\n<b>Without the viewport meta tag</b>\n\n</div>\n<div class=\"col-md-6\">\n\n<img class=\"viewport\" src=\"http://www.w3schools.com/css/img_viewport2.png\" alt=\"\" />\n\n<b>With the viewport meta tag</b>\n\n</div>\n</div>\nIf you are browsing this page with a phone or a tablet, you can click on the two links to see the difference.\n\n \n<h3>III-Responsive Web Design - <span class=\"color_h1\">Grid-View</span></h3>\n<h4>What is a Grid-View?</h4>\nMany web pages are based on a grid-view, which means that the page is divided into columns.Using a grid-view is very helpful when desgning web pages. It makes it easier to place elements on the page.\n\nA responsive grid-view often has 12 columns, and has a total width of 100%, and will shrink and expand as you resize the browser window.\n\n \n<h3>IV-Responsive Web Design <span class=\"color_h1\">- Media Queries</span></h3>\n<h4>What is a Media Query?</h4>\nMedia query is a CSS technique introduced in CSS3.\n\nIt uses the <code>@media</code> rule to include a block of CSS properties only if a certain condition is true.\n<div class=\"example\">\n<p class=\"example_head\"><strong>Example</strong></p>\nIf the browser window is smaller than 500px, the background color will change to lightblue:\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">@media only screen and (max-width: 500px) </span>{\n<span class=\"highELE\"> body </span>{\n <span class=\"highATT\">background-color:</span><span class=\"highVAL\"> lightblue;</span>\n }\n}</pre>\n</div>\n\n<hr />\n\n<h4>Add a Breakpoint</h4>\nEarlier in this tutorial we made a web page with rows and columns, and it was responsive, but it did not look good on a small screen.\n\nMedia queries can help with that. We can add a breakpoint where certain parts of the design will behave differently on each side of the breakpoint.\n<div class=\"row\">\n<div class=\"col-sm-6\"><img src=\"http://www.w3schools.com/css/rwd_desktop.png\" alt=\"\" />\nDesktop</div>\n<div class=\"col-sm-6\"><img src=\"http://www.w3schools.com/css/rwd_phone.png\" alt=\"\" />\nPhone</div>\n</div>\n \n\nUse a media query to add a breakpoint at 768px:\n<div class=\"example\">\n<p class=\"example_head\"><strong>Example</strong></p>\nWhen the screen (browser window) gets smaller than 768px, each column should have a width of 100%:\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highCOM\">/* For desktop: */</span>\n<span class=\"highELE\">.col-1 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 8.33%;</span>}\n<span class=\"highELE\">.col-2 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 16.66%;</span>}\n<span class=\"highELE\">.col-3 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 25%;</span>}\n<span class=\"highELE\">.col-4 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 33.33%;</span>}\n<span class=\"highELE\">.col-5 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 41.66%;</span>}\n<span class=\"highELE\">.col-6 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 50%;</span>}\n<span class=\"highELE\">.col-7 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 58.33%;</span>}\n<span class=\"highELE\">.col-8 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 66.66%;</span>}\n<span class=\"highELE\">.col-9 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 75%;</span>}\n<span class=\"highELE\">.col-10 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 83.33%;</span>}\n<span class=\"highELE\">.col-11 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 91.66%;</span>}\n<span class=\"highELE\">.col-12 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>}\n\n<span class=\"highELE\">@media only screen and (max-width: 768px) </span>{\n<span class=\"highELE\"> <span class=\"highCOM\">/* For mobile phones: */</span>\n [class*=\"col-\"] {\n <span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>\n }\n}\n</span></pre>\n</div>\n\n<hr />\n\n<h4>Always Design for Mobile First</h4>\nMobile First means designing for mobile before designing for desktop or any other device (This will make the page display faster on smaller devices).\n\nThis means that we must make some changes in our CSS.\n\nInstead of changing styles when the width gets <em>smaller</em> than 768px, we should change the design when the width gets<em>larger</em> than 768px. This will make our design Mobile First:\n<div class=\"example\">\n<p class=\"example_head\"><strong>Example</strong></p>\n\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highCOM\">/* For mobile phones: */</span>\n<span class=\"highELE\">[class*=\"col-\"] </span>{\n <span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>\n}\n<span class=\"highELE\">@media only screen and (min-width: 768px) </span>{\n<span class=\"highELE\"> <span class=\"highCOM\">/* For desktop: */</span>\n .col-1 {<span class=\"highATT\">width:</span><span class=\"highVAL\"> 8.33%;</span>}\n<span class=\"highELE\"> .col-2 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 16.66%;</span>}\n<span class=\"highELE\"> .col-3 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 25%;</span>}\n<span class=\"highELE\"> .col-4 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 33.33%;</span>}\n<span class=\"highELE\"> .col-5 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 41.66%;</span>}\n<span class=\"highELE\"> .col-6 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 50%;</span>}\n<span class=\"highELE\"> .col-7 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 58.33%;</span>}\n<span class=\"highELE\"> .col-8 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 66.66%;</span>}\n<span class=\"highELE\"> .col-9 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 75%;</span>}\n<span class=\"highELE\"> .col-10 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 83.33%;</span>}\n<span class=\"highELE\"> .col-11 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 91.66%;</span>}\n<span class=\"highELE\"> .col-12 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>}\n}\n</span></pre>\n</div>\n\n<hr />\n\n<h4>Another Breakpoint</h4>\nYou can add as many breakpoints as you like.\n\nWe will also insert a breakpoint between tablets and mobile phones.\n<div class=\"row\">\n<div class=\"col-sm-6\"><img src=\"http://www.w3schools.com/css/rwd_desktop.png\" alt=\"\" />\nDesktop</div>\n<div class=\"col-sm-4\"><img src=\"http://www.w3schools.com/css/rwd_tablet.png\" alt=\"\" />\nTablet</div>\n<div class=\"col-sm-2\"><img src=\"http://www.w3schools.com/css/rwd_phone.png\" alt=\"\" />\nPhone</div>\n</div>\n \n\nWe do this by adding one more media query (at 600px), and a set of new classes for devices larger than 600px (but smaller than 768px):\n<div class=\"example\">\n<p class=\"example_head\"><strong>Example</strong></p>\nNote that the two sets of classes are allmost identical, the only difference is the name (col- and col-m-):\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highCOM\">/* For mobile phones: */</span>\n<span class=\"highELE\">[class*=\"col-\"] </span>{\n <span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>\n}\n<span class=\"highELE\">@media only screen and (min-width: 600px) </span>{\n<span class=\"highELE\"> <span class=\"highCOM\">/* For tablets: */</span>\n .col-m-1 {<span class=\"highATT\">width:</span><span class=\"highVAL\"> 8.33%;</span>}\n<span class=\"highELE\"> .col-m-2 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 16.66%;</span>}\n<span class=\"highELE\"> .col-m-3 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 25%;</span>}\n<span class=\"highELE\"> .col-m-4 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 33.33%;</span>}\n<span class=\"highELE\"> .col-m-5 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 41.66%;</span>}\n<span class=\"highELE\"> .col-m-6 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 50%;</span>}\n<span class=\"highELE\"> .col-m-7 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 58.33%;</span>}\n<span class=\"highELE\"> .col-m-8 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 66.66%;</span>}\n<span class=\"highELE\"> .col-m-9 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 75%;</span>}\n<span class=\"highELE\"> .col-m-10 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 83.33%;</span>}\n<span class=\"highELE\"> .col-m-11 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 91.66%;</span>}\n<span class=\"highELE\"> .col-m-12 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>}\n}\n<span class=\"highELE\">@media only screen and (min-width: 768px) </span>{\n<span class=\"highELE\"> <span class=\"highCOM\">/* For desktop: */</span>\n .col-1 {<span class=\"highATT\">width:</span><span class=\"highVAL\"> 8.33%;</span>}\n<span class=\"highELE\"> .col-2 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 16.66%;</span>}\n<span class=\"highELE\"> .col-3 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 25%;</span>}\n<span class=\"highELE\"> .col-4 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 33.33%;</span>}\n<span class=\"highELE\"> .col-5 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 41.66%;</span>}\n<span class=\"highELE\"> .col-6 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 50%;</span>}\n<span class=\"highELE\"> .col-7 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 58.33%;</span>}\n<span class=\"highELE\"> .col-8 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 66.66%;</span>}\n<span class=\"highELE\"> .col-9 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 75%;</span>}\n<span class=\"highELE\"> .col-10 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 83.33%;</span>}\n<span class=\"highELE\"> .col-11 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 91.66%;</span>}\n<span class=\"highELE\"> .col-12 </span>{<span class=\"highATT\">width:</span><span class=\"highVAL\"> 100%;</span>}\n}</span></span></pre>\n</div>\nIt might seem odd that we have two sets of identical classes, but it gives us the opportunity <em>in HTML</em>, to decide what will happen with the columns at each breakpoint:\n<div class=\"example\">\n<h4 class=\"example_head\">HTML <strong>Example</strong></h4>\nFor desktop:\n\nThe first and the third section will both span 3 columns each. The middle section will span 6 columns.\n\nFor tablets:\n\nThe first section will span 3 columns, the second will span 9, and the third column will span 12 columns:\n<pre class=\"example_code notranslate htmlHigh\"><span class=\"highLT\"><</span><span class=\"highELE\">div</span> <span class=\"highATT\">class=</span><span class=\"highVAL\">\"row\"</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">div</span> <span class=\"highATT\">class=</span><span class=\"highVAL\">\"col-3 col-m-3\"</span><span class=\"highGT\">></span>...<span class=\"highLT\"><</span><span class=\"highELE\">/div</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">div</span> <span class=\"highATT\">class=</span><span class=\"highVAL\">\"col-6 col-m-9\"</span><span class=\"highGT\">></span>...<span class=\"highLT\"><</span><span class=\"highELE\">/div</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">div</span> <span class=\"highATT\">class=</span><span class=\"highVAL\">\"col-3 col-m-12\"</span><span class=\"highGT\">></span>...<span class=\"highLT\"><</span><span class=\"highELE\">/div</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">/div</span><span class=\"highGT\">></span></pre>\n</div>\n\n<hr />\n\n<h4>Orientation: Portrait / Landscape</h4>\nMedia queries can also be used to change layout of a page depending on the orientation of the browser.\n\nYou can have a set of CSS properties that will only apply when the browser window is wider than its height, a so called \"Landscape\" orientation:\n<p class=\"example_head\"><strong>Example</strong></p>\nThe web page will have a lighblue background if the orientation i in landscape mode:\n<pre class=\"example_code notranslate cssHigh\"><span class=\"highELE\">@media only screen and (orientation: landscape) </span>{\n<span class=\"highELE\"> body </span>{\n <span class=\"highATT\">background-color:</span><span class=\"highVAL\"> lightblue;</span>\n }\n}\n\n</pre>\n<h3 class=\"example\">V-Responsive Web Design - <span class=\"color_h1\">Frameworks</span></h3>\n<p class=\"intro\">There are many existing CSS Frameworks that offers Responsive Design.</p>\n<p class=\"intro\">They are free, and easy to use.</p>\n\n\n<hr />\n\n<h4>W3.css</h4>\nA CSS framework based only on CSS\n\nTo learn more about W3.CSS, go to<a href=\"http://www.w3schools.com/w3css/default.asp\" target=\"_blank\">W3CSS Tutorial</a>.\n<h4>Bootstrap</h4>\nThe most popular Framework is Bootstrap, it uses HTML, CSS and jQuery to make responsive web pages.\n\nTo learn more about Bootstrap, go to <a href=\"http://getbootstrap.com\" target=\"_blank\">getbootstrap.com</a>\n<h4>Skeleton</h4>\nAnother popular framework is Skeleton, it uses only CSS to make responsive web pages.\n<h4></h4>','CSS Responsive','','publish','closed','closed','','css-responsive','','','2015-06-05 01:58:28','2015-06-05 01:58:28','',0,'http://demo.thimpress.com/learnpress/lessons/css-responsive/',0,'lp_lesson','',0),(5092,1,'2015-06-05 08:18:26','2015-06-05 08:18:26','CSS knowledge quizzes - What do you know?','CSS Quiz','','publish','closed','closed','','css-quiz','','','2015-06-05 08:18:26','2015-06-05 08:18:26','',0,'http://demo.thimpress.com/learnpress/blog/quiz/css-quiz/',0,'lp_quiz','',0),(5093,1,'2015-06-05 08:21:02','2015-06-05 08:21:02','','What does CSS stand for?','','publish','open','open','','what-does-css-stand-for','','','2015-06-05 08:21:02','2015-06-05 08:21:02','',0,'http://demo.thimpress.com/learnpress/questions/what-does-css-stand-for/',0,'lp_question','',0),(5094,1,'2015-06-05 08:23:34','2015-06-05 08:23:34','','Where in an HTML document is the correct place to refer to an external style sheet?','','publish','closed','closed','','where-in-an-html-document-is-the-correct-place-to-refer-to-an-external-style-sheet','','','2015-06-05 08:23:34','2015-06-05 08:23:34','',0,'http://demo.thimpress.com/learnpress/questions/where-in-an-html-document-is-the-correct-place-to-refer-to-an-external-style-sheet/',0,'lp_question','',0),(5095,1,'2015-06-05 08:24:19','2015-06-05 08:24:19','','Which HTML tag is used to define an internal style sheet?','','publish','open','open','','which-html-tag-is-used-to-define-an-internal-style-sheet','','','2015-06-05 08:24:19','2015-06-05 08:24:19','',0,'http://demo.thimpress.com/learnpress/questions/which-html-tag-is-used-to-define-an-internal-style-sheet/',0,'lp_question','',0),(5096,1,'2015-06-05 08:24:50','2015-06-05 08:24:50','','Which HTML attribute is used to define inline styles?','','publish','open','open','','which-html-attribute-is-used-to-define-inline-styles','','','2015-06-05 08:24:50','2015-06-05 08:24:50','',0,'http://demo.thimpress.com/learnpress/questions/which-html-attribute-is-used-to-define-inline-styles/',0,'lp_question','',0),(5097,1,'2015-06-05 08:25:38','2015-06-05 08:25:38','','Which is the correct CSS syntax?','','publish','open','open','','which-is-the-correct-css-syntax','','','2015-06-05 08:25:38','2015-06-05 08:25:38','',0,'http://demo.thimpress.com/learnpress/questions/which-is-the-correct-css-syntax/',0,'lp_question','',0),(5098,1,'2015-06-05 08:26:24','2015-06-05 08:26:24','','How do you insert a comment in a CSS file?','','publish','open','open','','how-do-you-insert-a-comment-in-a-css-file','','','2015-06-05 08:26:24','2015-06-05 08:26:24','',0,'http://demo.thimpress.com/learnpress/questions/how-do-you-insert-a-comment-in-a-css-file/',0,'lp_question','',0),(5099,1,'2015-06-05 08:27:01','2015-06-05 08:27:01','','Which property is used to change the background color?','','publish','open','open','','which-property-is-used-to-change-the-background-color','','','2015-06-05 08:27:01','2015-06-05 08:27:01','',0,'http://demo.thimpress.com/learnpress/questions/which-property-is-used-to-change-the-background-color/',0,'lp_question','',0),(5100,1,'2015-06-05 08:27:31','2015-06-05 08:27:31','','How do you add a background color for all elements?','','publish','open','open','','how-do-you-add-a-background-color-for-all-elements','','','2015-06-05 08:27:31','2015-06-05 08:27:31','',0,'http://demo.thimpress.com/learnpress/questions/how-do-you-add-a-background-color-for-all-elements/',0,'lp_question','',0),(5101,1,'2015-06-05 08:28:05','2015-06-05 08:28:05','','Which CSS property is used to change the text color of an element?','','publish','open','open','','which-css-property-is-used-to-change-the-text-color-of-an-element','','','2015-06-05 08:28:05','2015-06-05 08:28:05','',0,'http://demo.thimpress.com/learnpress/questions/which-css-property-is-used-to-change-the-text-color-of-an-element/',0,'lp_question','',0),(5102,1,'2015-06-05 08:28:38','2015-06-05 08:28:38','','Which CSS property controls the text size?','','publish','open','open','','which-css-property-controls-the-text-size','','','2015-06-05 08:28:38','2015-06-05 08:28:38','',0,'http://demo.thimpress.com/learnpress/questions/which-css-property-controls-the-text-size/',0,'lp_question','',0),(5103,1,'2015-06-05 08:29:28','2015-06-05 08:29:28','','What is the correct CSS syntax for making all the elements bold?','','publish','open','open','','what-is-the-correct-css-syntax-for-making-all-the-elements-bold','','','2015-06-05 08:29:28','2015-06-05 08:29:28','',0,'http://demo.thimpress.com/learnpress/questions/what-is-the-correct-css-syntax-for-making-all-the-elements-bold/',0,'lp_question','',0),(5104,1,'2015-06-05 08:30:27','2015-06-05 08:30:27','','How do you display hyperlinks without an underline?','','publish','open','open','','how-do-you-display-hyperlinks-without-an-underline','','','2015-06-05 08:30:27','2015-06-05 08:30:27','',0,'http://demo.thimpress.com/learnpress/questions/how-do-you-display-hyperlinks-without-an-underline/',0,'lp_question','',0),(5105,1,'2015-06-05 08:31:18','2015-06-05 08:31:18','','How do you make each word in a text start with a capital letter?','','publish','open','open','','how-do-you-make-each-word-in-a-text-start-with-a-capital-letter','','','2015-06-05 08:31:18','2015-06-05 08:31:18','',0,'http://demo.thimpress.com/learnpress/questions/how-do-you-make-each-word-in-a-text-start-with-a-capital-letter/',0,'lp_question','',0),(5106,1,'2015-06-05 08:31:59','2015-06-05 08:31:59','','Which property is used to change the font of an element?','','publish','open','open','','which-property-is-used-to-change-the-font-of-an-element','','','2015-06-05 08:31:59','2015-06-05 08:31:59','',0,'http://demo.thimpress.com/learnpress/questions/which-property-is-used-to-change-the-font-of-an-element/',0,'lp_question','',0),(5107,1,'2015-06-05 08:33:29','2015-06-05 08:33:29','','How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel?','','publish','open','open','','how-do-you-display-a-border-like-this-the-top-border-10-pixels-the-bottom-border-5-pixels-the-left-border-20-pixels-the-right-border-1pixel-2','','','2015-06-05 08:33:29','2015-06-05 08:33:29','',0,'http://demo.thimpress.com/learnpress/questions/how-do-you-display-a-border-like-this-the-top-border-10-pixels-the-bottom-border-5-pixels-the-left-border-20-pixels-the-right-border-1pixel-2/',0,'lp_question','',0),(5108,1,'2015-06-05 08:34:22','2015-06-05 08:34:22','','Which property is used to change the left margin of an element?','','publish','open','open','','which-property-is-used-to-change-the-left-margin-of-an-element','','','2015-06-05 08:34:22','2015-06-05 08:34:22','',0,'http://demo.thimpress.com/learnpress/questions/which-property-is-used-to-change-the-left-margin-of-an-element/',0,'lp_question','',0),(5109,1,'2015-06-05 08:35:43','2015-06-05 08:35:43','','When using the padding property; are you allowed to use negative values?','','publish','open','open','','when-using-the-padding-property-are-you-allowed-to-use-negative-values-2','','','2015-06-05 08:35:43','2015-06-05 08:35:43','',0,'http://demo.thimpress.com/learnpress/questions/when-using-the-padding-property-are-you-allowed-to-use-negative-values-2/',0,'lp_question','',0),(5110,1,'2015-06-05 08:38:24','2015-06-05 08:38:24','','What is the default value of the position property?','','publish','open','open','','what-is-the-default-value-of-the-position-property','','','2015-06-05 08:38:24','2015-06-05 08:38:24','',0,'http://demo.thimpress.com/learnpress/questions/what-is-the-default-value-of-the-position-property/',0,'lp_question','',0),(5111,2,'2015-06-05 03:31:03','2015-06-05 03:31:03','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','1-Hour Wordpress Basic Tutorial','In this tutorial we will provide you with detailed instructions on how to use WordPress to create and manage your site. WordPress can be used for both simple and complex websites. In our WordPress tutorial we have tried to cover all the basics and few advanced topics.','publish','closed','closed','','1-hour-wordpress-basic-tutorial','','','2015-06-05 03:31:03','2015-06-05 03:31:03','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1205',0,'lp_course','',0),(5112,1,'2015-06-05 02:01:41','2015-06-05 02:01:41','<h2>What is WordPress?</h2>\nWordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\n<h2>Who uses WordPress?</h2>\nYou’re in good company if you use WordPress to publish on the web. Many famous blogs, news outlets, music sites, Fortune 500 companies and celebrities are using WordPress.\n\nFor example, famous blogs like <a href=\"http://mashable.com/\">Mashable</a> and <a href=\"http://techcrunch.com/\">TechCrunch</a> are both on WordPress. News outlets like <a href=\"http://www.nytimes.com/interactive/blogs/\">The New York Times’ blogs</a> and<a href=\"http://www.cnn.com/exchange/blogs/index.html\"> CNN’s on-air personality</a> blogs all use WordPress, too.\n\nIf you’re ever curious about about who uses WordPress, head on over to the <a href=\"http://wordpress.org/showcase/\">WordPress site showcase</a> and you’ll be impressed by the number of well-known sites and famous people using WordPress to power their websites.\n<h2>How do I get started using WordPress?</h2>\nNow you’re probably asking, “how do I get it?”\n\n<strong>WordPress is free.</strong> Yep, that’s right – it’s 100% free.\n\nWordPress can be downloaded for self-hosted installations from <a href=\"http://wordpress.org/\">WordPress.org</a> or it can also be used as a hosted service via <a href=\"http://wordpress.com/\">WordPress.com</a>.\n\nSo, what are you waiting for? Go get WordPress today to start creating your awesome website.','Introduction to Wordpress','','publish','closed','closed','','what-is-wordpress','','','2015-06-05 02:01:41','2015-06-05 02:01:41','',0,'http://demo.thimpress.com/learnpress/lessons/what-is-wordpress/',0,'lp_lesson','',0),(5113,1,'2015-06-05 02:35:41','2015-06-05 02:35:41','Setting up a local sever environment on your computer will save you a bunch of time if you regularly test or develop themes and plugins.\n\nNot only will your local sites run much quicker than they would online, but you’ll also have a much safer testing environment away from a live site.\n\nHaving a localhost environment has dramatically improved my workflow and is even an important part of my WordPress working life. It’s such a waste of money using an online WordPress installation with a web host as a test environment!\n\nToday we’re going to look at XAMPP for Windows, a free, popular and easy to install server environment application that’s open source.\n<h4>What is XAMPP?</h4>\nXAMPP stand for cross-platform, Apache, MySQL, PHP and Perl. It’s a simple and lightweight solution that allows you to create a local web server for testing purposes.\n\nSince XAMPP is cross-platform, it also works on Mac and LInux, but today we’re going to look at setting up XAMPP on Windows 7.\n\nWordPress isn’t a stand-alone application and needs server software to run. XAMPP provides the necessary environment needed to run WordPress on a local machine.\n<h4>Installing XAMPP</h4>\nGo to the <a title=\"Apache Friends\" href=\"https://www.apachefriends.org/\" target=\"_blank\">Apache Friends website</a> and <a title=\"Download XAMPP\" href=\"https://www.apachefriends.org/download.html\" target=\"_blank\">download XAMPP</a>.\n\nThis tutorial does not discuss the installation of XAMPP. For more information about XAMPP, go to the official XAMPP (<a class=\"external free\" href=\"http://www.apachefriends.org/en/xampp.html\" rel=\"nofollow\">http://www.apachefriends.org/en/xampp.html</a>) web site.\n<h4>Setting Up Your MySQL Database</h4>\nBefore we install WordPress, we need a database.\n\nOn your XAMPP Control Panel, click the “Admin” button in the MySQL section.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-mysql-admin.jpg\"><img class=\" size-full wp-image-1266 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-mysql-admin.jpg\" alt=\"xampp-mysql-admin\" width=\"744\" height=\"493\" /></a>\n<p style=\"text-align: center\">Click “Admin” to set up MySQL.</p>\nA new browser window will automatically open with the phpMyAdmin interface.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-phpmysql.jpg\"><img class=\" size-full wp-image-1267 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-phpmysql.jpg\" alt=\"xampp-phpmysql\" width=\"697\" height=\"537\" /></a>\n<p style=\"text-align: center\">Click “Admin” to set up MySQL or go to “localhost/phpmyadmin” in your browser.</p>\n \n\nClick on “Databases” near the top-left and you’ll be prompted to create a new database. I’ve called mine “WP”. When you’ve entered a name, click “Create” and close the window.\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-database.jpg\"><img class=\"alignnone size-full wp-image-1268\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-database.jpg\" alt=\"xampp-database\" width=\"697\" height=\"537\" /></a></p>\n<p style=\"text-align: center\">Quickly and easily set up a new MySQL database for WordPress.</p>\n\n<h4>Download and Install WordPress</h4>\n<a title=\"Download WordPress\" href=\"https://wordpress.org/download/\" target=\"_blank\">Download </a>the latest version of WordPress.\n\nIn order to get WordPress working with XAMPP we need to unzip WordPress to the right folder. Go to the <strong>XAMPP</strong> folder on your computer and open the htdocs folder, i.e. <strong>C:/Program Files/XAMPP/htdocs.</strong>\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-folder.jpg\"><img class=\"alignnone size-full wp-image-1269\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-folder.jpg\" alt=\"xampp-folder\" width=\"632\" height=\"443\" /></a></p>\n<p style=\"text-align: center\">Go to XAMPP/htdocs folder on your computer and unzip WordPress there.</p>\nUnzip WordPress into its own folder and rename it whatever you like. For consistency, I’m going to call this installation of WordPress “WP” to match the name of the database I just created.\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-save-wordpress.jpg\"><img class=\"alignnone size-full wp-image-1270\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/xampp-save-wordpress.jpg\" alt=\"xampp-save-wordpress\" width=\"632\" height=\"443\" /></a></p>\n<p style=\"text-align: center\">My installation of WordPress is called “WP.”</p>\nOpen your WordPress folder, find the<em> wp-config-sample.php</em> file and rename it <em>wp-config.php</em>. Open the file and scroll down until you see the following lines:\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wp-config-database-details1.png\"><img class=\"alignnone size-full wp-image-1271\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wp-config-database-details1.png\" alt=\"wp-config-database-details1\" width=\"540\" height=\"198\" /></a></p>\n<p style=\"text-align: center\">Update your wp-config.php file with your database details.</p>\nThese lines of code define the login details for your database. Replace<em>“database_name_here”</em> with the name of your database, which in my case is “WP.”\n\nReplace<em> “username_here”</em> with <em>“root” </em>and leave <em>“password_here” </em>blank.\n\nSave the file and close it.\n\nNow we can get on with installing WordPress.\n\nOpen your browser and go to <strong>http://localhost/wp/</strong>\n\nYou should see the welcome screen for the famous five minute WordPress installation process.\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/five-minute-install.png\"><img class=\"alignnone size-full wp-image-1275\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/five-minute-install.png\" alt=\"five-minute-install\" width=\"700\" height=\"900\" /></a></p>\n<p style=\"text-align: center\">Set up WordPress using the famous five minute install process.</p>\nEnter your details and click “Install WordPress.”\n\nYour WordPress installation is now complete!\n<h4>Setting up WordPress Multisite</h4>\nHaving Multisite setup on a local machine provides a great way to test themes and plugins in a Multisite environment, but also makes it a quick and easy to have multiple sites running at once.\n\nOpen your <em>wp-config.php</em> file again and add/edit the following lines to activate Multisite’s installation mode:\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/edit-wpconfig.png\"><img class=\" size-full wp-image-1276 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/edit-wpconfig.png\" alt=\"edit-wpconfig\" width=\"394\" height=\"107\" /></a>\n<p style=\"text-align: center\">Activate Multisite installation mode.</p>\nOpen XAMPP and ensure your Apache and MySQL servers are running.\n\nLogin to your localhost site in your browser and under “Tools” you will now have a new option, “Network Setup.”\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite-network-setup-700x462.png\"><img class=\" size-full wp-image-1278 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite-network-setup-700x462.png\" alt=\"multisite-network-setup-700x462\" width=\"700\" height=\"462\" /></a>\n<p style=\"text-align: center\">Enabling Multisite will add a new “Network Setup” sub-menu item to WordPress.</p>\nEnter a name for your network and your email address, then click “Install.”\n\nWordPress will prompt you to edit your <em>wp-config.php</em> and <em>.htaccess</em> files.\n\nFollowing the onscreen instructions, open <em>wp-config.php</em> and add the following lines underneath your previous edit:\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite.png\"><img class=\" size-full wp-image-1279 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite.png\" alt=\"multisite\" width=\"400\" height=\"198\" /></a>\n<p style=\"text-align: center\">Edit your wp-config file to get Multisite up and running.</p>\nNext, open <em>.htaccess.</em> If you can’t find it, make sure hidden files are displaying on your computer.\n\nYour <em>.htaccess</em> file should look like this:\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/htaccess-edit.jpg\"><img class=\"alignnone size-full wp-image-1280\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/htaccess-edit.jpg\" alt=\"htaccess-edit\" width=\"512\" height=\"269\" /></a>\n\nEdit your <em>.htaccess</em> file to complete your Multisite installation.\n\nMultisite should now be enabled and working on your WordPress site!\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite-network.png\"><img class=\" size-full wp-image-1281 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/multisite-network.png\" alt=\"multisite-network\" width=\"650\" height=\"361\" /></a>\n<p style=\"text-align: center\">Your Multisite network should now be up and running!</p>\n\n<h2>Summing Up</h2>\nXAMPP provides an easy way to run a local server environment on your Windows machine, allowing you to test and develop locally, rather than installing WordPress online. It will also save you a bunch of time since you won’t have to install and uninstall WordPress each time you test themes and plugins.\n\nThe great thing about XAMPP is that it’s free and also open source. You can set up as many installations of WordPress as you want and it’s just as easy to set up Multsite.','How to install wordpress locally with xampp?','','publish','closed','closed','','how-to-install-wordpress-locally-with-xampp','','','2015-06-05 02:35:41','2015-06-05 02:35:41','',0,'http://demo.thimpress.com/learnpress/lessons/how-to-install-wordpress-locally-with-xampp/',0,'lp_lesson','',0),(5114,1,'2015-06-05 03:47:11','2015-06-05 03:47:11','In this tutorial we will provide you with detailed instructions on how to install WordPress on your web hosting account. Follow these guidelines if you want to perform a new, manual installation of the latest WordPress version.\n<h4>Step 1: Download the WordPress packet</h4>\nDownload the lastest WordPress version at address <a href=\"https://wordpress.org/download/\">https://wordpress.org/download/</a> and extra it to a new folder.\n<h4>Step 2: Upload the WordPress Files to Your Server</h4>\nNow, you need to upload the extracted files and folders to your web server. The easiest way to upload the installation files is via FTP. For detailed information on how to upload files via FTP, please check our <a href=\"https://www.siteground.com/tutorials/ftp/\">FTP Tutorial</a>.\n\n<strong>Note:</strong> If you want your WordPress to be the main installation on your account and to be accessible through your main domain (i.e. www.mydomain.com), you need to upload the extracted files to your <strong>public_html</strong> folder.\n\nOnce the download is complete, extract the archive and upload it to your web hosting account. You can do that via <a href=\"https://www.siteground.com/tutorials/ftp/\" target=\"_blank\">FTP</a> using a client application like <a href=\"https://www.siteground.com/tutorials/ftp/filezilla.htm\" target=\"_blank\">Filezilla</a> or via cPanel -> <a href=\"https://www.siteground.com/tutorials/cpanel/file_manager.htm\" target=\"_blank\">File Manager</a> -> Upload file(s). If you want this WordPress installation to be main for your website, the files should reside in the public_html folder of your account. However, you can always make a subfolder (i.e. public_html/blog) if you want to run only part of your website on WordPress.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi8.jpg\"><img class=\" size-full wp-image-1291 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi8.jpg\" alt=\"wpi8\" width=\"680\" height=\"347\" /></a>\n\n \n<h4>Step 3: Create a MySQL Database for WordPress to use</h4>\nNow, you need to create a MySQL database and assign a user to it with full permissions. For detailed instructions on how to do that, please follow the steps described in our tutorial on <a href=\"http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm\">How to Create MySQL Username and Database</a>. Once you create your MySQL Database and User, make sure you write down the database name, database username and password you\'ve just created. You will need those for the installation process.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi9.jpg\"><img class=\" size-full wp-image-1292 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi9.jpg\" alt=\"wpi9\" width=\"680\" height=\"286\" /></a>\n\n \n<h4>Step 4: Go through the installation process</h4>\nNow it\'s time to navigate to your website to start with the installation process. If you have uploaded WordPress in your public_html directory you\'ll need to go to http://yourdomain.com in your preferred browser. The first thing you will notice is a message, telling you that you don\'t have a wp-config.php file and you should create one. Just click on the Create a Configuration File button to proceed.\n<p style=\"text-align: center\"><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi1.jpg\"><img class=\"alignnone size-full wp-image-1295\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi1.jpg\" alt=\"wpi1\" width=\"680\" height=\"269\" /></a></p>\nOn this page you will see a message, asking you to prepare the necessary information for the installation. Since we already have this information, simply press the <strong>Go!</strong> button.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi2.jpg\"><img class=\" size-full wp-image-1296 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi2.jpg\" alt=\"wpi2\" width=\"680\" height=\"467\" /></a>\n\n \n\nEnter the details for your newly created MySQL database and press the <strong>Sumbit</strong> button\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi3.jpg\"><img class=\" size-full wp-image-1297 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi3.jpg\" alt=\"wpi3\" width=\"680\" height=\"467\" /></a>\n\n \n\nWordPress will now check if your settings are correct. If you have entered all the necessary information, you will see a confirmation screen. Press the <strong>Run the Install</strong> button to proceed.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi4.jpg\"><img class=\" size-full wp-image-1298 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi4.jpg\" alt=\"wpi4\" width=\"680\" height=\"230\" /></a>\n\n \n\nOn the next screen you will have to enter the information about your administrative username and the title of your new site. In addition, you can specify whether you\'d want search engines to index your site or not. Once you fill in that information, press the Install WordPress button. Bear in mind, however, that you should specify a real email address. It can be later used in case you forget your password.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi5.jpg\"><img class=\" size-full wp-image-1300 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi5.jpg\" alt=\"wpi5\" width=\"680\" height=\"752\" /></a>\n\n \n\nYour new WordPress application is installed. You can use the <strong>Login In</strong> button to access your administrative backend and start posting in your new site.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi6.jpg\"><img class=\" size-full wp-image-1301 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wpi6.jpg\" alt=\"wpi6\" width=\"680\" height=\"358\" /></a>\n\n ','How to install wordpress on your website?','','publish','closed','closed','','how-to-install-wordpress-on-your-website','','','2015-06-05 03:47:11','2015-06-05 03:47:11','',0,'http://demo.thimpress.com/learnpress/lessons/how-to-install-wordpress-on-your-website/',0,'lp_lesson','',0),(5115,1,'2015-06-05 04:20:58','2015-06-05 04:20:58','The first thing you see when you access your WordPress admin panel is the Dashboard. It is a collection of gadgets that provide you information at a glance so you don\'t have to navigate through different pages to get it. For example, you can see the new comments, make a quick draft post, see the latest WordPress news and more.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash1.jpg\"><img class=\" size-full wp-image-1327 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash1.jpg\" alt=\"dash1\" width=\"680\" height=\"347\" /></a>\n\n \n\nTo configure what information you want to see on your WordPress Dashboard, click on the <strong>Screen Options</strong> button in the top-right part of your screen. It will expand a panel that will allow you to check and uncheck the different information blocks you want to see/hide.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash2.jpg\"><img class=\" size-full wp-image-1330 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash2.jpg\" alt=\"dash2\" width=\"680\" height=\"253\" /></a>\n\n \n\nOnce you have the gadgets you want to use displayed, you can rearrange them by simply drag-and-dropping them around your screen. Note that since WordPress version 3.8 your admin panel is responsive. This means that depending on the size of your display you will see different number of available columns for your widgets.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash3.jpg\"><img class=\" size-full wp-image-1332 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash3.jpg\" alt=\"dash3\" width=\"680\" height=\"342\" /></a>\n\n \n\nIn addition, when you install different plugins, some of them may provide you additional Dashboard gadgets to use. For example, if you have a WooCommerce-based store you can display things like your recent orders, monthly sales graph and more on your dashboard. Those can be shown or hidden from the <strong>Screen Options</strong> panel too.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash4.jpg\"><img class=\" size-full wp-image-1334 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/dash4.jpg\" alt=\"dash4\" width=\"680\" height=\"342\" /></a>','The WordPress Dashboard','','publish','closed','closed','','the-wordpress-dashboard','','','2015-06-05 04:20:58','2015-06-05 04:20:58','',0,'http://demo.thimpress.com/learnpress/lessons/the-wordpress-dashboard/',0,'lp_lesson','',0),(5116,1,'2015-06-05 04:21:23','2015-06-05 04:21:23','In this tutorial we will teach you the very basic thing you need to do with WordPress - creating posts. To begin, login to your site admin panel and go to <strong>Posts -> Add New</strong>.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst1.jpg\"><img class=\" size-full wp-image-1345 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst1.jpg\" alt=\"pst1\" width=\"680\" height=\"194\" /></a>\n\nOn this page you will see the WordPress posts editor. The most important parts of this page are:\n<ul>\n <li><strong>Post Title</strong> - enter the title of your post in this field. On your theme it will be shown above your content.</li>\n <li><strong>Post Content</strong> - you can use the WordPress WYSIWYG editor to add the actual content of your post. Note that it has two tabs - <strong>Visual</strong> (use the editor to format your text) and <strong>Text</strong> (add your HTML code directly).</li>\n</ul>\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst2.jpg\"><img class=\" size-full wp-image-1347 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst2.jpg\" alt=\"pst2\" width=\"680\" height=\"318\" /></a>\n\n \n\nOnce you enter the content of your first WordPress post, you need to <strong>Publish</strong> it. Publishing brings your post to your actual website.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst3.jpg\"><img class=\" size-full wp-image-1348 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst3.jpg\" alt=\"pst3\" width=\"680\" height=\"195\" /></a>\n\n \n\nThat\'s it! You can now go to the front page of your site to check out the newly created blog post.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst4.jpg\"><img class=\" size-full wp-image-1349 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/pst4.jpg\" alt=\"pst4\" width=\"680\" height=\"285\" /></a>','Create a new post','','publish','closed','closed','','create-a-new-post','','','2015-06-05 04:21:23','2015-06-05 04:21:23','',0,'http://demo.thimpress.com/learnpress/lessons/add-and-change-post/',0,'lp_lesson','',0),(5117,1,'2015-06-05 04:21:48','2015-06-05 04:21:48','1. To get started adding a new page to your WordPress site, find the <strong>Pages</strong> menu in the WordPress Dashboard Navigation menu. Click <strong>Add new.</strong>\n\nThe WordPress page editor looks nearly identical to the post editor, except for a few different boxes located on the right side of the screen.\n\n2. Add the <strong>title</strong> of the page, like <em>About</em>. Note: If you have <a href=\"http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks\">pretty permalinks</a> set up, the title of your page will also be the URL slug.\n\n3. Next, add some <strong>content</strong>.\n\n4. The <strong>Publish</strong> section of the page editor is exactly the same as for writing posts. When you’re ready to publish, you can either publish immediately, save this or a draft, or schedule the page to be published later.\n\n5. The <strong>Page Attributes</strong> section applies a parent page and template to your new page. For the Parent section, you can arrange your pages into hierarchies. For example, you could create this new page with additional pages under it. There are no limits to how many levels you can nest pages.\n\n6. Some WordPress themes have custom page templates, so the next <strong>Template</strong> section allows you to apply a template to your new page.\n\n7. The <strong>Order</strong> box allows you to order your page numerically. Pages are usually ordered alphabetically, but you can choose your own order by entering a number in this field.\n\n8. <strong>Preview</strong> the page one last time, then click<strong> Publish</strong>. You’ve added a new page to your WordPress site.','Create a new page','','publish','closed','closed','','create-a-new-page','','','2015-06-05 04:21:48','2015-06-05 04:21:48','',0,'http://demo.thimpress.com/learnpress/lessons/add-and-changes-pages/',0,'lp_lesson','',0),(5118,1,'2015-06-05 04:22:30','2015-06-05 04:22:30','The WordPress Text Editor includes three sections: the <strong>Visual Editor </strong>and the <strong>HTML Editor.</strong>\n<ol>\n <li>Click the <strong>Visual</strong> tab at the top right hand side of the text editor box. The first row of options displays the most useful icons and their functions.</li>\n</ol>\nStarting from left to right:\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-1.jpg\"><img class=\" wp-image-1360 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-1-1024x418.jpg\" alt=\"wordpress-editor-1\" width=\"640\" height=\"261\" /></a>\n\n \n<ul>\n <li><strong>Text Editing Tools</strong> - Bold, Italic, Strikethrough, Unordered and Ordered lists, Blockquote, Separator and Align (Left, Center, Right).</li>\n <li><strong>Insert, Edit and Remove Links</strong> - These two buttons allow you to create/edit or remove a hyperlink. In order to insert a link you need to click on the Insert/Edit link button with the relevant text selected in the editor. The same applies for the Remove Links button.</li>\n <li><strong>Insert More Tag</strong> - This button allows you to cut off that part from your blog post that you want to be displayed on the home and/or archive pages.</li>\n <li><strong>Toggle Toolbar</strong> - This button toggles a second row of options that looks like this:<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-2.jpg\"><img class=\" size-large wp-image-1362 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-2-1024x418.jpg\" alt=\"wordpress-editor-2\" width=\"640\" height=\"261\" /></a></li>\n</ul>\n<ul>\n <li><strong>Paragraph/Heading</strong> - Choose the type of paragraph or heading you want to write with.</li>\n <li><strong>Underline</strong> - This button will underline your text.</li>\n <li><strong>Justify</strong> - This button will make your text justify.</li>\n <li><strong>Text Color</strong> - This option will let you change your text color.</li>\n <li><strong>Paste As Plain Text/ Paste From Word</strong> - This button will help you with editing the information you have selected from external sources.</li>\n <li><strong>Clear Formatting</strong> - The formatting button removes all formatting: italics, bold, colors from a highlighted section of text.</li>\n <li><strong>Special Characters</strong> - By clicking on this button you can insert special characters and symbols in your blog post if needed.</li>\n <li><strong>Increase/Decrease Indent</strong> - By clicking one of these buttons you can increase/decrease the text indent from your blog post.</li>\n <li><strong>Undo/Redo</strong> - You can Undo or Redo actions by pressing one of these buttons .</li>\n <li><strong>Keyboard Shortcuts</strong> - Rather than reaching for your mouse to click on the toolbar, use these access keys (Windows and Linux use Ctrl + letter. Macintosh uses Command + letter)</li>\n <li><strong>Full screen</strong> - By clicking on this button you can create/edit your blog post in full screen mode.</li>\n</ul>\n<ol start=\"2\">\n <li>The <strong>Text</strong> tab supports HTML and the most frequent used tags are here for you to use. From making the text bold and adding a link to adding lists or images.</li>\n</ol>\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-3.jpg\"><img class=\" size-large wp-image-1363 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-editor-3-1024x418.jpg\" alt=\"wordpress-editor-3\" width=\"640\" height=\"261\" /></a>','The WordPress Text Editor','','publish','closed','closed','','the-wordpress-editor','','','2015-06-05 04:22:30','2015-06-05 04:22:30','',0,'http://demo.thimpress.com/learnpress/lessons/the-wordpress-editor/',0,'lp_lesson','',0),(5119,1,'2015-06-05 04:22:58','2015-06-05 04:22:58','Comments are essential part of almost every WordPress website. It is important to have your comments free of spam and allowed under the pages or posts you want them to appear. In this tutorial we will provide you with detailed information on how to moderate and secure your comments, how to manage them per post or page, how to use external comment service and more.\n<h4 class=\"heading h3\">What are Comments:</h4>\nIf comments are enabled(which they are by default) your visitors can share their thoughts on your content under your post. These are called comments. Comments are great for your website because they show you which of your content is becoming popular and what is your visitors opinion on what you write.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wc10.jpg\"><img class=\" size-full wp-image-1370 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wc10.jpg\" alt=\"wc10\" width=\"680\" height=\"347\" /></a>\n\n \n\nThe way your comments are shown on your site depend on your <a href=\"https://www.siteground.com/tutorials/wordpress/wordpress_comments.htm#configure\">WordPress comments settings</a> and on the theme you\'re currently using.\n<h4 class=\"heading h3\">What are Pingbacks:</h4>\nWhen people cite or use your entire blog post linking to you, WordPress automatically sends a pingback to the content author. This way you can keep track on who is linking to you. In addition that\'s a way of acknowledging someone\'s authorship on certain content. You will see your pingbacks in the <strong>Comments</strong> section of your WordPress admin area. They will be listed amongst the regular comments. You can distinguish pingbacks from regular comments because the anchor text of the link to your site is automatically placed in square brackets by WordPress.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm1.jpg\"><img class=\" size-full wp-image-1372 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm1.jpg\" alt=\"wcomm1\" width=\"680\" height=\"84\" /></a>\n<h4 class=\"heading h3\">Configure Comments:</h4>\nThe available settings for your comments are listed under <strong>Settings -> Discussion</strong> tab in your WordPress admin panel.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm2.jpg\"><img class=\" size-full wp-image-1377 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm2.jpg\" alt=\"wcomm2\" width=\"680\" height=\"218\" /></a>\n\nOn this page, there are several important settings that you should change depending on your needs:\n<ul>\n <li><strong>Allow people to post comments on new articles</strong> - this setting handles whether the comments under your new posts are enabled or disabled by default. Note that enabling or disabling comments under a particular post or page will overwrite this setting.</li>\n <li><strong>An administrator must always approve the comment</strong> - if you want to moderate each comment that enters your site before it goes live, enable this option. If you do so, you\'ll have to activate new comments form the <strong>Comments</strong> page.</li>\n <li><strong>Show Avatars</strong> - by default, WordPress will link the commenter\'s email address to his/hers avatar in Gravatar if such is present. With this option, you can either hide or show avatars next to your comments.</li>\n</ul>\n<h4 class=\"heading h3\">Protect Comments from Spam with Akismet:</h4>\nSetting up Akismet for your WordPress site is one of the first things you should do. Spam is a global problem and often WordPress comments are the place when bots try to enter bogus content full of links to their sites. Akismet is an external service for battling spam. It has a database of known emails, IP addresses and username used for sending spam. When a visitor of your website submits a comment, it\'s being checked by Akismet and put in a special <strong>Spam</strong> folder if it matches any criteria. The first thing you should do is to go to the <a href=\"https://akismet.com/\" target=\"_blank\">Akismet website</a> and hit the <strong>Say Goodbye to Comments Spam</strong> button.\n<h4><a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm3.jpg\"><img class=\" size-full wp-image-1380 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm3.jpg\" alt=\"wcomm3\" width=\"680\" height=\"265\" /></a></h4>\n<h4></h4>\nOnce you have your key, go back to the admin panel of your WordPress site and install the <strong>Akismet plugin</strong>. If you need assistance in the plugin installation, check out the instructions in our tutorial on <a href=\"https://www.siteground.com/tutorials/wordpress/wordpress_plugins.htm\" target=\"_blank\">how to install WordPress plugins</a>. Once activated the Akismet plugin will require from you to activate your Akismet account. To do this, press the blue button that will appear above the table of installed plugins.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm4.jpg\"><img class=\" size-full wp-image-1384 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm4.jpg\" alt=\"wcomm4\" width=\"680\" height=\"265\" /></a>\n\n \n\nOn the next page, simply enter your Akismet key and press the <strong>Use this Key</strong> button.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm5.jpg\"><img class=\" size-full wp-image-1386 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm5.jpg\" alt=\"wcomm5\" width=\"680\" height=\"265\" /></a>\n\n \n\nThat\'s it, your Akismet plugin is set and working on your WordPress site. You will see a confirmation of this and the information about the current status of the Akismet servers.\n\nNext, follow the instructions on the Akismet site to create an account. Once ready, you will be provide with your <strong>Akismet Key</strong>.\n<h4 class=\"heading h3\">Disable Comments on Specific Pages or Posts</h4>\nSometimes, you may wish to disable the comments for certain page or post. For example, your<strong>Contact Us</strong> page with a simple mail form on it shouldn\'t have comments under it. In such cases, you can disable the comments for a particular post or page. To do this, open the post/page itself and scroll down until you reach the <strong>Discussion</strong> tab. In it, uncheck the <strong>Allow comments</strong> and <strong>Allow trackbacks and pingbacks</strong> to display them from showing on this particular post or page.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm6.jpg\"><img class=\" size-full wp-image-1388 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wcomm6.jpg\" alt=\"wcomm6\" width=\"680\" height=\"104\" /></a>','Manage comments','','publish','closed','closed','','manage-comment','','','2015-06-05 04:22:58','2015-06-05 04:22:58','',0,'http://demo.thimpress.com/learnpress/lessons/manage-comment/',0,'lp_lesson','',0),(5120,1,'2015-06-05 04:25:20','2015-06-05 04:25:20','Adding photos, videos and music to your posts is an easy task with WordPress. Let\'s open the post you\'ve created in our tutorial on <a href=\"http://demo.thimpress.com/learnpress/lessons/create-a-new-post/\">Create a new post</a>. Click on the text where you want to add the content and click on the <strong>Add Media</strong> button in the top left part of the editor.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am1.jpg\"><img class=\" size-full wp-image-1394 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am1.jpg\" alt=\"am1\" width=\"680\" height=\"250\" /></a>\n\n \n\nThe WordPress Insert Media pop-up will appear. Click on the <strong>Select files</strong> button in the middle of the screen.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am2.jpg\"><img class=\" size-full wp-image-1396 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am2.jpg\" alt=\"am2\" width=\"680\" height=\"347\" /></a>\n\n \n\nOnce pick the local file, WordPress will upload it and refresh the page depending on the file format. For the purpose of this tutorial we will add an image to the post. For images there are two things you should take care of. First, describe the image itself - enter its Alt tag, title for the link and optionally a caption. The caption will appear under the actual image on your front end.\n\n \n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am3.jpg\"><img class=\" size-full wp-image-1397 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am3.jpg\" alt=\"am3\" width=\"680\" height=\"241\" /></a>\n\n \n\nOnce you do that, you need to specify the attachment settings of the image:\n<ul>\n <li><strong>Alignment</strong> - How to align the image in your content. It depends on your actual theme how alignments will work on your site.</li>\n <li><strong>Link To</strong> - Select where to link the image to - the full size image file, the media page automatically created for each new attachment, custom URL or simply not to link it.</li>\n <li><strong>Size</strong> - When you upload an image, WordPress creates multiple copies of it in different sizes. Choose whether you want a thumbnail, medium sized image or the entire image added to your post.</li>\n</ul>\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am62.jpg\"><img class=\" size-full wp-image-1398 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am62.jpg\" alt=\"am62\" width=\"680\" height=\"264\" /></a>\n\n \n\nAfter you enter the information for you photo and choose how to visualize it in your post, click the<strong>Insert into post</strong> button. You will see the image added to your editor window.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am4.jpg\"><img class=\" size-full wp-image-1399 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am4.jpg\" alt=\"am4\" width=\"680\" height=\"338\" /></a>\n\n \n\nYou can now update your post and go to the front end of your site. You will see the newly added image added to your post.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am5.jpg\"><img class=\" size-full wp-image-1400 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/am5.jpg\" alt=\"am5\" width=\"680\" height=\"300\" /></a>\n\n \n\nFollowing the same instructions, you can add music and video to your posts.','Media library','','publish','closed','closed','','media-library','','','2015-06-05 04:25:20','2015-06-05 04:25:20','',0,'http://demo.thimpress.com/learnpress/lessons/media-library/',0,'lp_lesson','',0),(5121,1,'2015-06-05 04:26:05','2015-06-05 04:26:05','<h4>What is sidebar?</h4>\nA sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme.\n\nThe usage of sidebars varies and depends on the choices of the theme designer. Many WordPress themes support multiple sidebars also known as widget ready areas.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/sidebars-wordpess.png\"><img class=\" size-full wp-image-1452 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/sidebars-wordpess.png\" alt=\"sidebars-wordpess\" width=\"520\" height=\"390\" /></a>\n\n \n\nSidebars play an important role in designing the layout of a WordPress website to display content other than the main articles of a website. For example, a short list of recent articles, recent comments, a list of pages, or popular articles on a website can easily be displayed across the entire site.\n\nIt can also be used to <a title=\"Ad in sidebar\" href=\"http://www.wpbeginner.com/plugins/what-are-the-best-ad-management-plugins-and-solutions-for-wordpress/\">display advertisements</a> from third-party websites. Users can drag and drop items into sidebars from <strong>Appearance » Widgets</strong> in the admin panel. Some WordPress themes come with highly configurable options to create dynamic layouts for different sections of a website, which allow users to add their own sidebars from a drag and drop interface.\n<h4>What is Widget?</h4>\nA WordPress Widget is a small block that performs a specific function. You can add these widgets in <a title=\"What is a Sidebar\" href=\"http://www.wpbeginner.com/glossary/sidebar/\">sidebars</a> also known as widget-ready areas on your web page.\n\nWordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. Widgets can be easily dragged and dropped into a specific widget area. You can find the list of available widgets and widget areas by going to the <strong>Appearance » Widgets</strong> section in your WordPress dashboard.\n\nWidgets in WordPress allow you to add content and features in the widgetized areas of your theme which is mostly the sidebar. However these widget-ready areas can be in the header, footer, sidebar, below content, and basically any other area in your theme. The available widget areas that you have in your theme will vary from theme to theme.\n\nMost WordPress themes are widget ready and have multiple widget areas. However themes are NOT required to have widget areas. If you do not see any widget areas, then it means that your theme does not support widgets.\n\nThere are many different types of widgets. WordPress by default comes with several widgets including categories, tag cloud, navigation menu, calendar, search, recent posts etc. If you drag the recent posts widget in a widget area, then it will contain a list of recent posts.\n\nWidgets are mostly standalone areas of code that perform a certain function. Plugins often add their own widgets to give users more control over the display of plugin functions. An example of a plugin widget would be OIO Publisher which allows you to add a specific banner ad zone in your widget areas by using the widget.','Working with sidebars and widgets','','publish','closed','closed','','working-with-sibars-and-widgets','','','2015-06-05 04:26:05','2015-06-05 04:26:05','',0,'http://demo.thimpress.com/learnpress/lessons/working-with-sibars-and-widgets/',0,'lp_lesson','',0),(5122,1,'2015-06-05 04:27:11','2015-06-05 04:27:11','The ability to create menus easily in WordPress makes it a powerful tool. Depending on your theme, you may have 1 -2 navigation bars. But in addition there are other uses for custom menus. The important part is making sure your visitors can easily use your menus to get around your site.\n<h4><strong>1. Creating Your Menu:</strong></h4>\n– Use Appearance > Menus when creating your navigation bars. You start by first naming and creating your menu.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-create-new-one.jpg\"><img class=\" wp-image-1458 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-create-new-one.jpg\" alt=\"menu-create-new-one\" width=\"749\" height=\"283\" /></a>\n<h4><strong>2. Building Your Menu </strong></h4>\n<strong>–</strong> Once you have created it, you will an option to automatically create a new menu with all of your existing pages. Or, you will be able to add pages, categories or custom links using the boxes on the left. They will then appear under the menu structure\n\n<strong>Pages</strong> – Here you will be able to add any pages you have published on your site. If you save any pages as drafts, they will not be able to be added to your menus until published.\n\n<strong>Links</strong> – This allows you to create a custom link in your navigation bar. For example, if you wanted to link to another site you have, you would simply put in the URL and the label (text) you want to show in your navigation bar. This is also a great way to link to direct blog posts in your site as well.\n\n<strong>Categories</strong> – You can easily add categories to your navigation bar. This allows you readers to click on it, and read the most recent posts from any chosen category. A great way to organize your blog or website even more!\n\n<strong>Menu Settings</strong> – There are a couple of options here. 1) If you tick the box A<em>utomatically add new top-level pages to this menu</em>, it will do just that. When you create a new page it will automatically be added without you having to come in here and add it manually. This is a good option if you just have one menu as opposed to several menus. 2) You will also have the option to choose where this menu appears, depending on your theme and how many menu spots it has. You can also change this in the <em>Manage Locations</em> which I show further down the page.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-add-items.jpg\"><img class=\" wp-image-1462 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-add-items.jpg\" alt=\"menu-add-items\" width=\"750\" height=\"313\" /></a>\n\n \n\n<strong>3</strong>. <strong>Editing Options</strong> – Once you have added to your menu, you can open it up and do more edits. For example, here you will see three areas I am pointing to.\n\n<strong> - Navigation Label</strong> – This by default is pulled in from the title of your page. This is what will appear in your navigation bar. You can edit this without affecting your page title.\n\n<strong> - Title Attribute</strong> – When you mouse over a navigation item, this is what will show up in the yellow box. It’s does help some with SEO to be a bit more descriptive as I have done in my example. Also, this can also help with software readers with disabilities are using.\n\n<strong> - Original</strong> – This let’s you know what the original name of the page was.\n\n<strong>Note the highlighted <em>Move Down one</em></strong>. You are able to rearrange the order of menu items by dragging or dropping, or using this feature. Depending on how many items are in your menu will depend on how many options appear there. But this option will not let you move a menu item right after adding it. You will need to save your menu first.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-item-edits.jpg\"><img class=\" size-full wp-image-1464 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-item-edits.jpg\" alt=\"menu-item-edits\" width=\"643\" height=\"368\" /></a>\n\n \n<h4><strong>4. Editing Menus</strong></h4>\n– You can also edit any existing menu easily by choosing it from this dropdown.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-edit-existing.jpg\"><img class=\" wp-image-1471 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-edit-existing.jpg\" alt=\"menu-edit-existing\" width=\"749\" height=\"254\" /></a>\n\n \n<h4><strong>5. Menu Placement</strong></h4>\n– This tab gives you the option to place a specific menu in your themes menu locations. This will all depend on your theme and how many navigation menu spots it gives you.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-edit-existing.jpg\"><img class=\" wp-image-1471 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-edit-existing.jpg\" alt=\"menu-edit-existing\" width=\"749\" height=\"254\" /></a>\n\n \n<h4><strong>6. Custom Menu Widget</strong></h4>\n– You can also create custom menus to put in your sidebar, footer or any other widgetized area of your theme. Simple drag the Custom Menu widget into any widget area, and choose the menu you want to appear. Great tool for creating smaller, customized menus of services, products, or a list of vendors or other blogs you want to share. This replaces the old <em><strong>Links</strong></em> feature in WordPress for what was commonly known as <em><strong>Blogroll</strong></em>. This can be done easily using <em>Custom Links</em>.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-custom-sidebar.jpg\"><img class=\" size-full wp-image-1479 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/menu-custom-sidebar.jpg\" alt=\"menu-custom-sidebar\" width=\"589\" height=\"376\" /></a>\n\n ','Create menu in WordPress','','publish','closed','closed','','create-menu-in-wordpress','','','2015-06-05 04:27:11','2015-06-05 04:27:11','',0,'http://demo.thimpress.com/learnpress/lessons/create-and-remain-menu/',0,'lp_lesson','',0),(5123,1,'2015-06-05 04:29:42','2015-06-05 04:29:42','Plugins are tools which provide additional functionality to your application. To install a plugin you generally just need to put the plugin file into your \'wp-content/plugins\' directory. Once a plugin is installed, you may activate it or deactivate it from the Plugins menu in your WP administration.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg1.jpg\"><img class=\" size-full wp-image-1504 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg1.jpg\" alt=\"plg1\" width=\"680\" height=\"347\" /></a>\n\n \n\nGenerally the Plugin installation is a straight-forward process. In most cases it is enough to upload the plugin under the \'wp-content/plugins\' directory for the WordPress installation and activate it from the administrator backend.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg2.jpg\"><img class=\" size-full wp-image-1506 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg2.jpg\" alt=\"plg2\" width=\"680\" height=\"347\" /></a>\n\n \n\nIn WordPress 2.7 and above you can install plugins directly from the admin area. Download the plugin to your computer, then log in to your WP admin area and go to Plugins > Add New. Browse to the plugin archive and select it. Then click Install Now and the plugin will be installed shortly.\n\n \n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg3.jpg\"><img class=\" size-full wp-image-1509 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/plg3.jpg\" alt=\"plg3\" width=\"680\" height=\"235\" /></a>\n\n \n\nThe removal is also straight-forward in most cases. Simply remove the directory for the plugin you would like to uninstall and it will be automatically deactivated.\n\nStill always bear in mind that not all plugins are easy to install, so always refer to their documentation and installation instructions first.','Working with Plugins','','publish','closed','closed','','working-with-plugins','','','2015-06-05 04:29:42','2015-06-05 04:29:42','',0,'http://demo.thimpress.com/learnpress/lessons/working-with-plugins/',0,'lp_lesson','',0),(5124,1,'2015-06-05 04:29:56','2015-06-05 04:29:56','<h4>Adding a New User on Your WordPress Website</h4>\nThere are two ways to add new users on your WordPress site. You can open your WordPress site for user registration, or you can manually add users. The first method will allow anyone to create an account on your website. This method is useful when you want to invite a lot of people to join your site. However, if you just want to add a few users, then you should add them manually.\n\nTo add a new user on your WordPress site, simply click on <strong>Users » Add New</strong> and fill out the form.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/add-new-user-wordpress.png\"><img class=\" size-full wp-image-1530 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/add-new-user-wordpress.png\" alt=\"add-new-user-wordpress\" width=\"520\" height=\"428\" /></a>\n\n \n\nFirst you need to provide a username, use something that is easy to remember for the user you are adding. They will need to remember the username to login. A good strategy is to use the first letter of user’s first name with their last name. For example, tgriffin, jsmith, etc.\n\nNext you need to enter the user’s email address. Double check the email address, as users will need this in order to reset their passwords, or to receive email notifications.\n\nYou can enter first name, last name, and website information. However, these fields are optional and users can edit their profiles to fill in those fields.\n\nThe next item in the form is to choose a password. You must use a strong password. We recommend using an online <a title=\"Generate Strong Password\" href=\"https://lastpass.com/generatepassword.php\" target=\"_blank\" rel=\"nofollow\">strong password generator</a> for this purpose. Below the password fields, you will see a checkbox which you can check to send the password to the user via email. The users will receive their login information on the email address you entered above.\n\nThe last option on the page is to choose <a title=\"What is a User Role in WordPress?\" href=\"http://www.wpbeginner.com/glossary/user-role/\">user role</a>. Each user role comes with different set of capabilities. Subscriber is the least powerful role, and administrator or network admin is the most powerful role. You need to choose a role depending on what tasks a user will be performing on your website.\n<h4>Understanding User Roles in WordPress</h4>\nWordPress comes with these default user roles:\n\n1. <a title=\"What is an Administrator in WordPress?\" href=\"http://www.wpbeginner.com/glossary/administrator/\">Administrator</a>\n2. <a title=\"What is Editor in WordPress?\" href=\"http://www.wpbeginner.com/glossary/editor/\">Editor</a>\n3. <a title=\"What is Contributor in WordPress?\" href=\"http://www.wpbeginner.com/glossary/contributor/\">Contributor</a>\n4. <a title=\"What is Author in WordPress?\" href=\"http://www.wpbeginner.com/glossary/author/\">Author</a>\n5. <a title=\"What is Subscriber in WordPress?\" href=\"http://www.wpbeginner.com/glossary/subscriber/\">Subscriber</a>\n\nAn administrator can perform all tasks on your WordPress site. It is highly recommended that you do not assign this role to any user unless you trust them. With administrator user role, a user can install plugins, change themes, delete content, media, and other users including other administrators.\n\nIf you just want to allow a user to add posts, and edit only their own posts, then you can use the contributor user role. Users with the contributor user role can write posts but cannot publish them. They cannot edit other user’s posts and cannot access other admin screens like plugins, themes, settings, tools, etc.\n\nOn the other hand, if you want to allow someone to not just add posts but also publish them, then author user role is perfect for that situation. Users with the author user role can add, edit, and publish their own posts.\n\nTo give a user complete editorial control on your website, you can give them editor user role. Users with the editor user role, can add, edit, publish, delete their own posts as well as posts by all other users as well. They cannot access website settings, plugins, themes, etc.\n\nA subscriber can just maintain their own profile on your site and cannot write posts. It is usually used on sites where users are required to sign in to submit comments or download content.\n<h4>Managing Users in WordPress</h4>\nAs an administrator, you can add and remove users from your WordPress site at any time. You can also edit a user’s profile at any time and change any information including passwords. Simply click on the <strong>Users</strong> and edit or delete a user anytime you want.\n\n<img class=\" size-full wp-image-24307 aligncenter\" title=\"Managing users in WordPress\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/sites/35/2014/11/manage-users.png\" alt=\"Managing users in WordPress\" width=\"520\" height=\"254\" />\n\nFor more adventurous users, there are other options where you can extend and customize the functionality of the WordPress user management system. You can <a title=\"How to Add or Remove Capabilities to User Roles in WordPress\" href=\"http://www.wpbeginner.com/plugins/how-to-add-or-remove-capabilities-to-user-roles-in-wordpress/\">add or remove capabilities to user roles</a> or even create custom user roles. You can add <a title=\"How to Add Additional User Profile Fields in WordPress Registration\" href=\"http://www.wpbeginner.com/plugins/how-to-add-additional-user-profile-fields-in-wordpress-registration/\">additional fields to user profiles</a>, add an <a title=\"7 Best Free Author Bio Box Plugins for WordPress\" href=\"http://www.wpbeginner.com/plugins/7-best-free-author-bio-box-plugins-for-wordpress/\">author bio box</a>, display an <a title=\"How to Display an Author List with Avatars in WordPress Contributors Page\" href=\"http://www.wpbeginner.com/wp-tutorials/how-to-display-an-author-list-with-avatars-in-wordpress-contributors-page/\">authors list</a>, and so on.\n\nWe hope this article helped you learn how to add new users and authors to your WordPress site.','Add and manage users','','publish','closed','closed','','add-and-manage-users','','','2015-06-05 04:29:56','2015-06-05 04:29:56','',0,'http://demo.thimpress.com/learnpress/lessons/add-and-manage-users/',0,'lp_lesson','',0),(5125,1,'2015-06-05 04:30:07','2015-06-05 04:30:07','<h4>What is Tools?</h4>\nTools is a menu tab in the WordPress admin sidebar. It contains tools to perform some non-routine management tasks. With every installation of WordPress there are three options.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/admintools.png\"><img class=\" size-full wp-image-1541 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/admintools.png\" alt=\"admintools\" width=\"520\" height=\"361\" /></a>\n\n \n\nThe first is “Available Tools”. Under this section there is a bookmarklet called Press This that allows quick posting and publishing by means of using a a browser favorite button. Immediately beneath that there is a categories to tags converter script that will take you to the Tools Import Screen.\n\nIf you look back at the tools drop down menu, then you will see the Import and Export tabs immediately beneath the Available Tools tab.\n\nThese import and export tools allow WordPress to import and export data to and from other content management systems. The import tool contains scripts to import data from other Content Management Systems into WordPress. If you have a website on Blogger, Movable Type, or even another WordPress site then you can install any of the scripts that you need on this page. These scripts will allow you to import your content from whatever content management system you specified. As was mentioned earlier, the other script you will find on this page is the categories to tags converter script.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/manageimport.png\"><img class=\" size-full wp-image-1542 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/manageimport.png\" alt=\"manageimport\" width=\"520\" height=\"409\" /></a>\n\n \n\nThe export tool allows users to export WordPress data in XML format which can later be imported into another WordPress installation. The format is called a WordPress eXtended RSS or WXR file. It will contain all of your posts, comments, custom fields, categories, and tags. Exporting your content is a useful way to back up your WordPress website.','WordPress tools','','publish','closed','closed','','wordpress-tools','','','2015-06-05 04:30:07','2015-06-05 04:30:07','',0,'http://demo.thimpress.com/learnpress/lessons/wordpress-tools/',0,'lp_lesson','',0),(5126,1,'2015-06-05 04:30:29','2015-06-05 04:30:29','This <strong class=\"selflink\">Settings General Screen</strong> is the default Screen in the <a title=\"Administration Screens\" href=\"https://codex.wordpress.org/Administration_Screens#Settings_-_Configuration_Settings\">Settings Administration Screen</a> and controls some of the most basic configuration settings for your site: your site\'s title and location, who may register an account at your site, and how dates and times are calculated and displayed.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/760px-options-general.png\"><img class=\" size-full wp-image-1568 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/760px-options-general.png\" alt=\"760px-options-general\" width=\"760\" height=\"681\" /></a>\n\n<dl><dt><strong>Site title</strong></dt><dd>Enter the name of your site (or blog) here. Most themes will display this title, at the top of every page, and in the reader\'s browser titlebar. WordPress also uses this title as the identifying name for your <a title=\"Introduction to Blogging\" href=\"https://codex.wordpress.org/Introduction_to_Blogging#Syndication\">Syndication</a> feeds.</dd></dl><dl><dt><strong>Tagline</strong></dt><dd>In a few words, explain what your site is about. Your sites\'s slogan, or tagline, might be entered here. A tagline is short phrase, or sentence, used to convey the essence of the site and is often funny or eye-catching.</dd></dl><dl><dt><strong>WordPress Address (URL)</strong></dt><dd>Enter the full URL of the directory containing your WordPress core application files (e.g., wp-config.php, wp-admin, wp-content, and wp-includes). For example, if you installed WordPress into a directory called \"blog\", then the WordPress address would be<tt>http://example.net/blog</tt> (where <var>example.net</var> is your domain). If you installed WordPress into your web root, this address will be the root URL <tt>http://example.net</tt>. WordPress will trim a slash (<tt>/</tt>) from the end. If you defined the <b>WP_SITEURL</b> constant in your <a class=\"external text\" href=\"http://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29\"><tt>wp-config.php</tt></a> file, that value will appear in this field and you will not be able to make changes to it from the WordPress administration screen.</dd></dl><dl><dt><strong>Site Address (URL)</strong></dt><dd>Enter the address you want people to type in their browser to reach your WordPress site. This is the directory where WordPress\'s main <tt>index.php</tt> file is installed. The <i>Site address (URL)</i> is identical to the <i>WordPress address (URL)</i> (above) unless you are <a title=\"Giving WordPress Its Own Directory\" href=\"https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">giving WordPress its own directory</a>. WordPress will trim a slash (<tt>/</tt>) from the end. If you defined the <b>WP_HOME</b> constant in your <a class=\"external text\" href=\"http://codex.wordpress.org/Editing_wp-config.php#Blog_address_.28URL.29\"><tt>wp-config.php</tt></a> file, that value will appear in this field and you will not be able to make changes to it from the WordPress administration screen.</dd></dl><dl><dt><strong>E-mail Address</strong></dt><dd>Enter the e-mail address to which you want WordPress to send messages regarding the administration and maintenance of your WordPress site. For example, if you allow new users to register as a member of your site (see <a href=\"https://codex.wordpress.org/Settings_General_Screen#Membership\">Membership</a> below), then a notification will be sent through e-mail to this address. In addition, if the option, <b>An administrator must always approve the comment</b>, is set in <a title=\"Administration Screens\" href=\"https://codex.wordpress.org/Administration_Screens\">Administration</a> > <a title=\"Administration Screens\" href=\"https://codex.wordpress.org/Administration_Screens#Discussion\">Settings</a> > <a title=\"Settings Discussion Screen\" href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Discussion</a>, this e-mail address will receive notification that the comment is being held for moderation. Please note this is different than the address you supplied for the <b>admin</b> user account; the <b>admin</b> account e-mail address is sent an e-mail only when someone submits a comment to a post by <b>admin</b>. The address you enter here will never be displayed on the site. You can send messages to multiple admins by using an email address which forwards email to multiple recipients.</dd></dl><dl><dt><strong>Membership</strong></dt><dd>\n<ul>\n <li><b>Anyone can register</b> - Check this checkbox if you want anyone to be able to register an account on your site.</li>\n</ul>\n</dd></dl><dl><dt><strong>New User Default Role</strong></dt><dd>This pull-down box allows you to select the default <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Role</a> that is assigned to new users. This Default <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Role</a> will be assigned to newly registered members or users added via the <a title=\"Administration Screens\" href=\"https://codex.wordpress.org/Administration_Screens\">Administration</a> > <a title=\"Administration Screens\" href=\"https://codex.wordpress.org/Administration_Screens#Users_-_Your_Blogging_Family\">Users </a>> <a title=\"Users Screen\" href=\"https://codex.wordpress.org/Users_Screen\">Users Screen</a>. Valid choices are <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities#Administrator\">Administrator</a>, <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities#Editor\">Editor</a>,<a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities#Author\">Author</a>, <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities#Contributor\">Contributor</a>, or <a title=\"Roles and Capabilities\" href=\"https://codex.wordpress.org/Roles_and_Capabilities#Subscriber\">Subscriber</a>.</dd></dl><dl><dt><strong>Timezone </strong></dt><dd>From the pulldown box, choose a city in the same timezone as you. For example, under America, select New York if you reside in the Eastern Timezone of the United States that honors daylight savings times. If you can\'t identify a city in your timezone, select one of the <b>Etc GMT</b> settings that represents the number of hours by which your time differs from <a class=\"extiw\" title=\"wikipedia:Greenwich Mean Time\" href=\"http://en.wikipedia.org/wiki/Greenwich_Mean_Time\">Greenwich Mean Time</a>. Click the<b>Save Changes</b> button and the <a class=\"extiw\" title=\"wikipedia:Coordinated Universal Time\" href=\"http://en.wikipedia.org/wiki/Coordinated_Universal_Time\">UTC time</a> and \"Local time\" will display to confirm the correct Timezone was selected.</dd></dl><dl><dt><strong>Date Format</strong></dt><dd>The format in which to display dates on your site. The Date Format setting is intended to be used by theme designers in displaying dates on your site, but does not control how the date is displayed in the Administrative Screens (e.g. Manage Posts). Click the<b>Save Changes</b> button and the \"Output\" example below will show the current date in the format entered. See <a title=\"Formatting Date and Time\" href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Formatting Date and Time</a> for some of the formats available.</dd></dl><dl><dt><strong>Time Format</strong></dt><dd>The format in which to display times on your site. The Time Format setting is intended to be used by theme designers in displaying time on your site, but does not control how the time is displayed in the Administrative Screens (e.g. Write Post edit of timestamp). Click the <b>Save Changes</b> button and the \"Output\" example below will show the current time in the format entered. See <a title=\"Formatting Date and Time\" href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Formatting Date and Time</a> for some of the formats available.</dd></dl><dl><dt><strong>Week Starts On</strong></dt><dd>Select your preferred start date for WordPress calendars from the drop-down box. Monday is the default setting for this drop-down, meaning a monthly calendar will show Monday in the first column. If you want your calendar to show Sunday as the first column, then select Sunday from the drop-down.</dd></dl><dl><dt><strong>Site Language</strong></dt><dd>The WordPress dashboard language.</dd></dl><strong><span id=\"Save_Changes\" class=\"mw-headline\">Save Changes</span></strong>\n\n<dl><dd>Click the <b>Save Changes</b> button to ensure any changes you have made to your Settings are saved to your database. Once you click the button, a confirmation text box will appear at the top of the page telling you your settings have been saved.</dd></dl>','Review about setting','','publish','closed','closed','','review-about-setting','','','2015-06-05 04:30:29','2015-06-05 04:30:29','',0,'http://demo.thimpress.com/learnpress/lessons/review-about-setting/',0,'lp_lesson','',0),(5127,1,'2015-06-05 04:36:22','2015-06-05 04:36:22','<h4>What is permalink?</h4>\nA <b>permalink</b> (portmanteau of <b>permanent link</b>) is a URL that points to a specific web page, often a blog or forum entry which has passed from the front page to the archives, or the result of a search in a database. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use the term permanent links, but the term <i>permalink</i> is most common within the blogosphere. Permalinks are often rendered simply, so as to be human-readable.\n<h4>The Default Permalink Structure</h4>\nWordPress permalink settings can be found in the main settings menu of the WordPress admin area (i.e. http://www.yourwebsite.com/wp-admin/options-permalink.php).\n\nIn the screenshot below, you can see the five custom permalink structures that WordPress displays as common settings.\n\n<a href=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-permalink-settings.png\"><img class=\" size-full wp-image-1574 aligncenter\" src=\"http://demo.thimpress.com/learnpress/wp-content/uploads/sites/35/2015/06/wordpress-permalink-settings.png\" alt=\"wordpress-permalink-settings\" width=\"600\" height=\"375\" /></a>\n\nWordPress suggests five permalink structures. Alternatively, you can use your own custom structure.\n\n<strong>What is the best WordPress permalinks structure?</strong>\n\nThe ten permalink <a title=\"Permalink Structure Tags\" href=\"http://codex.wordpress.org/Using_Permalinks#Structure_Tags\">structure tags</a> that are available theoretically allow you to create a large number of unique permalink structures. In practice, most WordPress websites use of the following permalink structures:\n<ul>\n <li><strong>Post Name</strong> (/%postname%/ -> www.yourwebsite.com/big-news/) – Post name is very popular with WordPress owners because it generates short memorable URLs. I use it on my personal blog. It is not suitable for websites that publish multiple times per day as it will become very difficult to come up with unique post slugs. For example, a tech blog might use the post slug /iphone-6-news/ for their first iPhone 6 news story; however they could not use that post slug ever again.</li>\n <li><strong>Category and Name</strong> (/%category%/%postname%/ -> www.yourwebsite.com/sports/big-news/) – Category and name is the permalink structure that the Elegant Themes blog uses. It creates a hierarchical structure of content on your website and ensures that visitors know what category they are viewing. It also stuffs the most keywords into your URL than any other option; which (apparently) is great from an SEO point of view.</li>\n <li><strong>Day and Name</strong> (/%year%/%monthnum%/%day%/%postname%/ -> www.yourwebsite.com/2014/05/01/big-news/) – High traffic news websites can publish dozens of articles per day. That is why most websites with a high posting frequency use the day and name permalink structure. It ensures their page URLs contain the year, month, and day, that an article was published.</li>\n <li><strong>Month and Name</strong> (/%year%/%monthnum%/%postname%/ -> www.yourwebsite.com/2014/05/big-news/) – Month and name is another popular choice. It generates URLs that are two characters shorter than day and name.</li>\n</ul>\nThe post name and category and name permalink structures are also popular because they do not specify the date an article was published within the URL. This is preferable if the content on your website will still be relevant for many years e.g. a history website. I have, however, seen a lot of website owners take advantage of this and completely remove the publication date from their articles; which can be frustrating as a reader as you do not know whether the information on the page is still valid.\n\nIn my experience, the four permalink structures mentioned above are the most common online. Does that mean they are the best?\n\nIf you search for “best WordPress permalink structure” online, you will find many people stating that post name is the best permalink structure for WordPress. Few people actually back up this view with facts. With many bloggers, it appears to merely be their own personal preference.\n\nA few years ago, the post name permalink structure was actually known for affecting the performance of a WordPress website. It was still used by many WordPress users, despite it not being an option in the permalink settings page. Thankfully, this <a title=\"Recent commit to 3.3 eliminates performance issues with postname permalink structure\" href=\"http://wpcandy.com/reports/postname-performance-issues-eliminated-in-3-3/\">performance issue was addressed</a> in WordPress 3.3 in 2011.\n\nFrom an SEO point of view, I have seen nothing to suggest that any of the options mentioned previously have an advantage over the others. If one permalink structure was better for SEO, everyone would be using it.\n\nThis suggests that the key concern is performance.\n\nI wrote an article about the <a title=\"What is the Best WordPress Permalink Structure?\" href=\"http://www.wphub.com/what-is-the-best-wordpress-permalink-structure/\">best WordPress permalink structure</a> four years ago and wrote a <a title=\"The /%postname%/ Permalink Structure Debate\" href=\"http://www.wphub.com/postname-permalink-structure/\">follow up article</a> a year later.\n\nMy first article referred to an article on Weberz from 2009 that stated that <a title=\"Many SEO Experts Give Wrong Advice Regarding WordPress Permalinks\" href=\"http://www.weberz.com/blog/web-software/seo-experts-give-wrong-advice-wordpress-permalinks/\">many SEO experts give wrong advice regarding WordPress permalinks</a>. Back then, with the issue with post name still causing performance issues, many people recommended started your permalink structure with a numeric field such as the year or post ID. However, people who were involved with optimizing search engines stressed that any performance issues were negligible anyway, therefore it made more sense to use a permalink structure that was better for SEO.\n\nFive years later, and with the post name performance issue long behind us, there seems to be no performance issues linked with any common permalink structures. And to my knowledge, there is no SEO benefit of using one permalink over another.','WordPress permalinks','','publish','closed','closed','','wordpress-permalinks','','','2015-06-05 04:36:22','2015-06-05 04:36:22','',0,'http://demo.thimpress.com/learnpress/lessons/setup-comments-media-and-permalink/',0,'lp_lesson','',0),(5128,1,'2015-06-05 04:36:41','2015-06-05 04:36:41','<h4>What is a WordPress Theme?</h4>\nA WordPress theme provides all of the front end styling of your WordPress site.\n\nMost WordPress themes provide:\n<ul>\n <li>the overall design or style of your site</li>\n <li>font styling</li>\n <li>colors</li>\n <li>widget locations</li>\n <li>page layouts (or templates)</li>\n <li>styles for blog posts and blog archives</li>\n <li>additional stylistic details</li>\n</ul>\n<h4>Free vs Paid WordPress Themes</h4>\nJust like WordPress plugins, you can choose from over a thousand free themes from the<a href=\"http://wordpress.org/themes/\"> WordPress Theme Directory</a> or invest in <em>premium</em>, or paid themes like <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226\">Avada</a>.\n\nThe advantages of premium themes are like those of premium plugins. Premium themes usually have a reliable code base and offer support if something goes wrong.\n\nSome premium themes, like Builder, operate more like web design software, allowing you to design and build your own theme designs and page layouts.','WordPress Theme','','publish','closed','closed','','wordpress-theme','','','2015-06-05 04:36:41','2015-06-05 04:36:41','',0,'http://demo.thimpress.com/learnpress/lessons/wordpress-theme/',0,'lp_lesson','',0),(5129,1,'2015-06-06 04:08:15','2015-06-06 04:08:15','','quiz','','publish','closed','closed','','quiz-3','','','2015-06-06 04:08:15','2015-06-06 04:08:15','',0,'http://demo.thimpress.com/elearningwp/quizzes/quiz-3/',0,'lp_quiz','',0),(5130,1,'2015-06-06 07:21:48','2015-06-06 07:21:48','','What is WordPress?','','publish','open','open','','what-is-wordpress','','','2015-06-06 07:21:48','2015-06-06 07:21:48','',0,'http://demo.thimpress.com/elearningwp/questions/what-is-wordpress/',0,'lp_question','',0),(5131,1,'2015-06-06 07:22:33','2015-06-06 07:22:33','','We can install WordPress on Local Computer','','publish','open','open','','we-can-install-wordpress-on-local-computer','','','2015-06-06 07:22:33','2015-06-06 07:22:33','',0,'http://demo.thimpress.com/elearningwp/questions/we-can-install-wordpress-on-local-computer/',0,'lp_question','',0),(5132,1,'2015-06-06 07:26:06','2015-06-06 07:26:06','','Which URL do we use to login to WordPress Dashboard?','','publish','open','open','','which-url-do-we-use-to-login-to-wordpress-dashboard','','','2015-06-06 07:26:06','2015-06-06 07:26:06','',0,'http://demo.thimpress.com/elearningwp/questions/which-url-do-we-use-to-login-to-wordpress-dashboard/',0,'lp_question','',0),(5133,1,'2015-06-06 07:26:49','2015-06-06 07:26:49','','Is WordPress SEO Friendly by default?','','publish','open','open','','is-wordpress-seo-friendly-by-default','','','2015-06-06 07:26:49','2015-06-06 07:26:49','',0,'http://demo.thimpress.com/elearningwp/questions/is-wordpress-seo-friendly-by-default/',0,'lp_question','',0),(5134,1,'2015-06-06 07:27:09','2015-06-06 07:27:09','','We can not add media files to WordPress site','','publish','open','open','','we-can-not-add-media-files-to-wordpress-site','','','2015-06-06 07:27:09','2015-06-06 07:27:09','',0,'http://demo.thimpress.com/elearningwp/questions/we-can-not-add-media-files-to-wordpress-site/',0,'lp_question','',0),(5135,1,'2015-06-06 07:27:20','2015-06-06 07:27:20','','How many static pages can we create in WordPress?','','publish','open','open','','how-many-static-pages-can-we-create-in-wordpress','','','2015-06-06 07:27:20','2015-06-06 07:27:20','',0,'http://demo.thimpress.com/elearningwp/questions/how-many-static-pages-can-we-create-in-wordpress/',0,'lp_question','',0),(5136,1,'2015-06-06 07:27:47','2015-06-06 07:27:47','','Which type of themes can we install on WordPress?','','publish','open','open','','which-type-of-themes-can-we-install-on-wordpress','','','2015-06-06 07:27:47','2015-06-06 07:27:47','',0,'http://demo.thimpress.com/elearningwp/questions/which-type-of-themes-can-we-install-on-wordpress/',0,'lp_question','',0),(5137,1,'2015-06-06 07:28:34','2015-06-06 07:28:34','','We can use some plugins to create widgets for sidebar??','','publish','open','open','','we-can-use-some-plugins-to-create-widgets-for-sidebar','','','2015-06-06 07:28:34','2015-06-06 07:28:34','',0,'http://demo.thimpress.com/elearningwp/questions/we-can-use-some-plugins-to-create-widgets-for-sidebar/',0,'lp_question','',0),(5138,1,'2015-06-06 07:28:48','2015-06-06 07:28:48','','We can create drop down menus directly from Appearance in WordPress.','','publish','open','open','','we-can-create-drop-down-menus-directly-from-appearance-in-wordpress','','','2015-06-06 07:28:48','2015-06-06 07:28:48','',0,'http://demo.thimpress.com/elearningwp/questions/we-can-create-drop-down-menus-directly-from-appearance-in-wordpress/',0,'lp_question','',0),(5139,1,'2015-06-06 07:29:02','2015-06-06 07:29:02','','There are only free plugins available for WordPress..?','','publish','open','open','','there-are-only-free-plugins-available-for-wordpress','','','2015-06-06 07:29:02','2015-06-06 07:29:02','',0,'http://demo.thimpress.com/elearningwp/questions/there-are-only-free-plugins-available-for-wordpress/',0,'lp_question','',0),(5140,1,'2015-06-06 07:29:23','2015-06-06 07:29:23','','In which directory of your host the \"Plugins\" exist?','','publish','open','open','','in-which-directory-of-your-host-the-plugins-exist','','','2015-06-06 07:29:23','2015-06-06 07:29:23','',0,'http://demo.thimpress.com/elearningwp/questions/in-which-directory-of-your-host-the-plugins-exist/',0,'lp_question','',0),(5141,1,'2015-06-06 07:29:55','2015-06-06 07:29:55','','If a new user is allowed to register on our website, the default role for him/her is Subscriber?','','publish','open','open','','if-a-new-user-is-allowed-to-register-on-our-website-the-default-role-for-himher-is-subscriber','','','2015-06-06 07:29:55','2015-06-06 07:29:55','',0,'http://demo.thimpress.com/elearningwp/questions/if-a-new-user-is-allowed-to-register-on-our-website-the-default-role-for-himher-is-subscriber/',0,'lp_question','',0),(5142,1,'2015-06-06 07:30:04','2015-06-06 07:30:04','','Export option is used for?','','publish','open','open','','export-option-is-used-for','','','2015-06-06 07:30:04','2015-06-06 07:30:04','',0,'http://demo.thimpress.com/elearningwp/questions/export-option-is-used-for/',0,'lp_question','',0),(5143,2,'2015-06-05 09:38:02','2015-06-05 09:38:02','<h5>WELCOME TO PHP!</h5>\n<div>\n\nThis tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.\n\n</div>\n\n<hr />\n\n<h5>WHAT YOU SHOULD ALREADY</h5>\nBefore you continue you should have a basic understanding of the following:\n<ul>\n <li>HTML</li>\n <li>CSS</li>\n <li>JavaScript</li>\n</ul>\n\n<hr />\n\n<h5>WHAT IS PHP?</h5>\n<ul>\n <li>PHP is an acronym for \"PHP: Hypertext Preprocessor\"</li>\n <li>PHP is a widely-used, open source scripting language</li>\n <li>PHP scripts are executed on the server</li>\n <li>PHP is free to download and use</li>\n</ul>\n<table id=\"table1\" class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td><strong>PHP is an amazing and popular language!</strong>It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!\nIt is deep enough to run the largest social network (Facebook)!\nIt is also easy enough to be a beginner\'s first server side language!</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h5>WHAT IS A PHP FILE ?</h5>\n<ul>\n <li>PHP files can contain text, HTML, CSS, JavaScript, and PHP code</li>\n <li>PHP code are executed on the server, and the result is returned to the browser as plain HTML</li>\n <li>PHP files have extension \".php\"</li>\n</ul>\n\n<hr />\n\n<h5>WHAT CAN PHP DO?</h5>\n<ul>\n <li>PHP can generate dynamic page content</li>\n <li>PHP can create, open, read, write, delete, and close files on the server</li>\n <li>PHP can collect form data</li>\n <li>PHP can send and receive cookies</li>\n <li>PHP can add, delete, modify data in your database</li>\n <li>PHP can be used to control user-access</li>\n <li>PHP can encrypt data</li>\n</ul>\nWith PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.\n\n<hr />\n\n<h5>WHY PHP?</h5>\n<ul>\n <li>PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)</li>\n <li>PHP is compatible with almost all servers used today (Apache, IIS, etc.)</li>\n <li>PHP supports a wide range of databases</li>\n <li>PHP is free. Download it from the official PHP resource: <a href=\"http://www.php.net/\" target=\"_blank\">www.php.net</a></li>\n <li>PHP is easy to learn and runs efficiently on the server side</li>\n</ul>\n<em>Now it\'s time to check out of this course. Have fun! </em>','PHP 5 Introduction to coding Tutorial','This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.','publish','closed','closed','','php-5-introduction-to-coding-tutorial','','','2015-06-05 09:38:02','2015-06-05 09:38:02','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1481',0,'lp_course','',0),(5144,1,'2015-06-05 09:28:20','2015-06-05 09:28:20','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','PHP Install','','publish','closed','closed','','php-install','','','2015-06-05 09:28:20','2015-06-05 09:28:20','',0,'http://demo.thimpress.com/learnpress/lessons/php-install/',0,'lp_lesson','',0),(5145,1,'2015-06-05 09:28:28','2015-06-05 09:28:28','<h4>Lorem ipsum dolor sit amet, ne mea mutat legendos, ea sed munere reformidans</h4>\n. Nam cu habeo efficiantur, ne corrumpit voluptatum complectitur has. Cu cetero platonem quaerendum ius, eam ut amet ceteros. Has ignota noster constituto at, qui decore suscipit contentiones id, ne vim ridens tractatos adipiscing. Delectus apeirian mediocrem cum eu, consequat definitiones mel id. Nullam prompta adversarium mea te, vim amet elitr recteque ei. Lorem mnesarchum ea ius.\n\nUt everti dissentiunt disputationi usu, sed in recusabo sapientem facilisis. Possim fabellas consequat in mei, summo posidonium adversarium vel ne. Amet verear praesent vel in, cu nostro fuisset sea, dicta legimus forensibus id qui. Diam alterum evertitur sit ex, an dicunt blandit eloquentiam nec. Soluta molestiae appellantur mea an. Eam modo periculis eu. Eum ne enim accusam facilisis, no tempor volutpat usu, corpora eleifend splendide eum in.\n\n<em>Postulant scriptorem ad has, est at homero luptatum. His ut antiopam scriptorem, ex latine gubergren vituperatoribus sea. Illum audire suavitate an eos, dicam albucius eloquentiam id sed. Idque copiosae ut est, veniam dolore impetus pri et.</em>\n\nPri alii probatus scriptorem id, eum mazim ludus delenit no. Cu libris oportere sea, sit ut nemore tractatos. In iusto populo fabellas vel, eum an euismod inciderint. Eum eu aliquam incorrupte, has enim dignissim in.\n<h4>Cu quas disputando vis. Qui voluptua efficiantur ad, integre urbanitas et pri.</h4>\nLabitur facilis appetere cu sed, vel prodesset abhorreant an. Primis recusabo et vel, justo altera quidam sea at.\n\nPrompta feugait gubergren id vel. Duo at prompta quaestio dignissim. Qui ne vide liber expetenda. Eam insolens consulatu liberavisse ea, eum quidam intellegam quaerendum in. Diceret periculis maiestatis nam et.\n\nDeseruisse definitionem eos at, ius persius corpora ex, in pro quas sententiae accommodare. At alii justo habemus qui, ne idque persequeris quo. Eu odio idque nam. Id mel reque verterem, ad eos soleat albucius. Mel ei integre postulant, est dicat oporteat reprehendunt at.','PHP Syntax','','publish','closed','closed','','php-syntax','','','2015-06-05 09:28:28','2015-06-05 09:28:28','',0,'http://demo.thimpress.com/learnpress/lessons/php-syntax/',0,'lp_lesson','',0),(5146,1,'2015-06-05 09:28:40','2015-06-05 09:28:40','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\n<a href=\"http://demo.thimpress.com/elearningwp/wp-content/uploads/sites/35/2015/06/php-wallpaper-104891.jpg\"><img class=\"alignnone wp-image-1693\" src=\"http://demo.thimpress.com/elearningwp/wp-content/uploads/sites/35/2015/06/php-wallpaper-104891-300x96.jpg\" alt=\"php-wallpaper-10489\" width=\"744\" height=\"238\" /></a>\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Variables','','publish','closed','closed','','php-variables','','','2015-06-05 09:28:40','2015-06-05 09:28:40','',0,'http://demo.thimpress.com/learnpress/lessons/php-variables/',0,'lp_lesson','',0),(5147,1,'2015-06-05 09:28:57','2015-06-05 09:28:57','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP echo/printf','','publish','closed','closed','','php-echoprintf','','','2015-06-05 09:28:57','2015-06-05 09:28:57','',0,'http://demo.thimpress.com/learnpress/lessons/php-echoprintf/',0,'lp_lesson','',0),(5148,1,'2015-06-05 09:29:14','2015-06-05 09:29:14','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Data Types','','publish','closed','closed','','php-data-types','','','2015-06-05 09:29:14','2015-06-05 09:29:14','',0,'http://demo.thimpress.com/learnpress/lessons/php-data-types/',0,'lp_lesson','',0),(5149,1,'2015-06-05 09:29:26','2015-06-05 09:29:26','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Operators','','publish','closed','closed','','php-operators','','','2015-06-05 09:29:26','2015-06-05 09:29:26','',0,'http://demo.thimpress.com/learnpress/lessons/php-operators/',0,'lp_lesson','',0),(5150,1,'2015-06-05 09:29:32','2015-06-05 09:29:32','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Loop','','publish','closed','closed','','php-if-else-elseif','','','2015-06-05 09:29:32','2015-06-05 09:29:32','',0,'http://demo.thimpress.com/learnpress/lessons/php-if-else-elseif/',0,'lp_lesson','',0),(5151,1,'2015-06-05 09:29:40','2015-06-05 09:29:40','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Functions','','publish','closed','closed','','php-functions','','','2015-06-05 09:29:40','2015-06-05 09:29:40','',0,'http://demo.thimpress.com/learnpress/lessons/php-functions/',0,'lp_lesson','',0),(5152,1,'2015-06-05 09:29:55','2015-06-05 09:29:55','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Arrays','','publish','closed','closed','','php-arrays','','','2015-06-05 09:29:55','2015-06-05 09:29:55','',0,'http://demo.thimpress.com/learnpress/lessons/php-arrays/',0,'lp_lesson','',0),(5153,1,'2015-06-05 09:30:44','2015-06-05 09:30:44','<h4>Lorem ipsum dolor sit amet</h4>\n<p style=\"text-align: justify;\">Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</p>\n<em>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</em>\n<p style=\"text-align: left;\">Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</p>\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa.\n<blockquote>Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</blockquote>\n<strong>Tempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</strong>\n\n<em>Postulant scriptorem ad has, est at homero luptatum. His ut antiopam scriptorem, ex latine gubergren vituperatoribus sea. Illum audire suavitate an eos, dicam albucius eloquentiam id sed. Idque copiosae ut est, veniam dolore impetus pri et.</em>','PHP Arrays Multi','','publish','closed','closed','','php-arrays-multi-and-time-php-include-php-file-handling-php-file-openread-php-file-createwrite-php-file-upload-php-cookies-php-sessions-php-filters-php-filters-advanced-php-error-handling-php-excep','','','2015-06-05 09:30:44','2015-06-05 09:30:44','',0,'http://demo.thimpress.com/learnpress/lessons/php-arrays-multi-and-time-php-include-php-file-handling-php-file-openread-php-file-createwrite-php-file-upload-php-cookies-php-sessions-php-filters-php-filters-advanced-php-error-handling-php-excep/',0,'lp_lesson','',0),(5154,1,'2015-06-05 09:30:50','2015-06-05 09:30:50','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Cookies','','publish','closed','closed','','php-date','','','2015-06-05 09:30:50','2015-06-05 09:30:50','',0,'http://demo.thimpress.com/learnpress/lessons/php-date/',0,'lp_lesson','',0),(5155,1,'2015-06-05 09:31:38','2015-06-05 09:31:38','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n<h4>A metus dictumst dolor nunc.</h4>\n<strong>Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</strong>\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</em>\n\n<del>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</del>\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n<blockquote>Tempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent</blockquote>','PHP Sessions','','publish','closed','closed','','php-sessions','','','2015-06-05 09:31:38','2015-06-05 09:31:38','',0,'http://demo.thimpress.com/learnpress/lessons/php-sessions/',0,'lp_lesson','',0),(5156,1,'2015-06-05 09:31:44','2015-06-05 09:31:44','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Filters','','publish','closed','closed','','php-filters','','','2015-06-05 09:31:44','2015-06-05 09:31:44','',0,'http://demo.thimpress.com/learnpress/lessons/php-filters/',0,'lp_lesson','',0),(5157,1,'2015-06-05 09:31:53','2015-06-05 09:31:53','<h4>Lorem ipsum dolor sit amet</h4>\n<ul>\n <li>Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</li>\n <li>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</li>\n</ul>\n<del>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</del>\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<p style=\"text-align: justify;\"><span style=\"text-decoration: underline;\">Tempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</span></p>\n\n<h4 style=\"text-align: justify;\"><strong>Id lacus cubilia accumsan curabitur conubia</strong></h4>\n<em>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. </em>\n<p style=\"text-align: center;\"><em>Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</em></p>\n<p style=\"text-align: left;\"></p>','PHP Error Handling','','publish','closed','closed','','php-error-handling','','','2015-06-05 09:31:53','2015-06-05 09:31:53','',0,'http://demo.thimpress.com/learnpress/lessons/php-error-handling/',0,'lp_lesson','',0),(5158,1,'2015-06-05 09:32:13','2015-06-05 09:32:13','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','PHP Exception','','publish','closed','closed','','php-exception','','','2015-06-05 09:32:13','2015-06-05 09:32:13','',0,'http://demo.thimpress.com/learnpress/lessons/php-exception/',0,'lp_lesson','',0),(5159,1,'2015-06-18 03:37:09','2015-06-18 03:37:09','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','PHP final','','publish','closed','closed','','php-final','','','2015-06-18 03:37:09','2015-06-18 03:37:09','',0,'http://demo.thimpress.com/elearningwp/quizzes/php-final/',0,'lp_quiz','',0),(5160,1,'2015-06-18 02:03:32','2015-06-18 02:03:32','','The first amendment establishes...','','publish','open','open','','the-first-amendment-establishes','','','2015-06-18 02:03:32','2015-06-18 02:03:32','',0,'http://demo.thimpress.com/elearningwp/questions/the-first-amendment-establishes/',0,'lp_question','',0),(5161,1,'2015-06-18 01:59:15','2015-06-18 01:59:15','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','What colour is the line painted on a sealed road at a Give Way sign?','','publish','closed','closed','','what-colour-is-the-line-painted-on-a-sealed-road-at-a-give-way-sign','','','2015-06-18 01:59:15','2015-06-18 01:59:15','',0,'http://demo.thimpress.com/elearningwp/questions/what-colour-is-the-line-painted-on-a-sealed-road-at-a-give-way-sign/',0,'lp_question','',0),(5162,1,'2015-06-18 02:00:52','2015-06-18 02:00:52','','As the holder of any class of driver licence, are you required to carry your licence at all times when driving?','','publish','open','open','','as-the-holder-of-any-class-of-driver-licence-are-you-required-to-carry-your-licence-at-all-times-when-driving','','','2015-06-18 02:00:52','2015-06-18 02:00:52','',0,'http://demo.thimpress.com/elearningwp/questions/as-the-holder-of-any-class-of-driver-licence-are-you-required-to-carry-your-licence-at-all-times-when-driving/',0,'lp_question','',0),(5163,1,'2015-06-18 02:02:18','2015-06-18 02:02:18','','When must you not pass a vehicle on the left at an intersection (if you can do so safely)?','','publish','open','open','','when-must-you-not-pass-a-vehicle-on-the-left-at-an-intersection-if-you-can-do-so-safely','','','2015-06-18 02:02:18','2015-06-18 02:02:18','',0,'http://demo.thimpress.com/elearningwp/questions/when-must-you-not-pass-a-vehicle-on-the-left-at-an-intersection-if-you-can-do-so-safely/',0,'lp_question','',0),(5164,2,'2015-06-05 10:16:38','2015-06-05 10:16:38','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Complete Beginner to JavaScript Developer','JavaScript is an object oriented dynamic language with types and operators, standard built-in objects, and methods. Its syntax comes from the Java and C languages, so many structures from those languages apply to JavaScript as well.','publish','closed','closed','','complete-beginner-to-javascript-developer','','','2015-06-05 10:16:38','2015-06-05 10:16:38','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1528',0,'lp_course','',0),(5165,1,'2015-06-05 09:42:59','2015-06-05 09:42:59','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','Basic Intro and Knowledge','','publish','closed','closed','','basic-intro-and-knowledge','','','2015-06-05 09:42:59','2015-06-05 09:42:59','',0,'http://demo.thimpress.com/learnpress/lessons/basic-intro-and-knowledge/',0,'lp_lesson','',0),(5166,1,'2015-06-05 09:44:36','2015-06-05 09:44:36','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','Statements','','publish','closed','closed','','statements','','','2015-06-05 09:44:36','2015-06-05 09:44:36','',0,'http://demo.thimpress.com/learnpress/lessons/statements/',0,'lp_lesson','',0),(5167,1,'2015-06-05 09:45:07','2015-06-05 09:45:07','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','Variables, Functions, Objects and Events','','publish','closed','closed','','variables-functions-objects-and-events','','','2015-06-05 09:45:07','2015-06-05 09:45:07','',0,'http://demo.thimpress.com/learnpress/lessons/variables-functions-objects-and-events/',0,'lp_lesson','',0),(5168,1,'2015-06-05 09:45:27','2015-06-05 09:45:27','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','Conditions and Loops','','publish','closed','closed','','conditions-and-loops','','','2015-06-05 09:45:27','2015-06-05 09:45:27','',0,'http://demo.thimpress.com/learnpress/lessons/conditions-and-loops/',0,'lp_lesson','',0),(5169,1,'2015-06-05 09:46:40','2015-06-05 09:46:40','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','Errors and Debugging','','publish','closed','closed','','errors-and-debugging','','','2015-06-05 09:46:40','2015-06-05 09:46:40','',0,'http://demo.thimpress.com/learnpress/lessons/errors-and-debugging/',0,'lp_lesson','',0),(5170,1,'2015-06-06 07:08:04','2015-06-06 07:08:04','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS Forms','','publish','closed','closed','','js-forms','','','2015-06-06 07:08:04','2015-06-06 07:08:04','',0,'http://demo.thimpress.com/elearningwp/lessons/js-forms/',0,'lp_lesson','',0),(5171,1,'2015-06-06 07:08:27','2015-06-06 07:08:27','<h4>Lorem ipsum dolor sit amet</h4>\n<p style=\"text-align: justify;\">Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</p>\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n<ul>\n <li>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</li>\n <li>A metus dictumst dolor nunc</li>\n</ul>\n<strong>Tempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</strong>\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS Objects','','publish','closed','closed','','js-forms-2','','','2015-06-06 07:08:27','2015-06-06 07:08:27','',0,'http://demo.thimpress.com/elearningwp/lessons/js-forms-2/',0,'lp_lesson','',0),(5172,1,'2015-06-06 07:08:37','2015-06-06 07:08:37','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\n<em>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</em>\n\n<strong>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</strong>\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa.\n\n \n<blockquote>Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</blockquote>\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS Functions','','publish','closed','closed','','js-functions-3','','','2015-06-06 07:08:37','2015-06-06 07:08:37','',0,'http://demo.thimpress.com/elearningwp/lessons/js-functions-3/',0,'lp_lesson','',0),(5173,1,'2015-06-06 07:08:45','2015-06-06 07:08:45','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n<p style=\"text-align: justify;\">A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</p>\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent.\n\nFermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS HTML DOM','','publish','closed','closed','','js-html-dom','','','2015-06-06 07:08:45','2015-06-06 07:08:45','',0,'http://demo.thimpress.com/elearningwp/lessons/js-html-dom/',0,'lp_lesson','',0),(5174,1,'2015-06-06 07:08:51','2015-06-06 07:08:51','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS Libraries','','publish','closed','closed','','js-libraries-2','','','2015-06-06 07:08:51','2015-06-06 07:08:51','',0,'http://demo.thimpress.com/elearningwp/lessons/js-libraries-2/',0,'lp_lesson','',0),(5175,1,'2015-06-06 03:35:59','2015-06-06 03:35:59','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n<blockquote>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</blockquote>\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa.\n\nCurae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n<h4>A metus dictumst dolor nunc</h4>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n\nConvallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin</em>','JS Browser BOM','','publish','closed','closed','','js-browser-bom-2','','','2015-06-06 03:35:59','2015-06-06 03:35:59','',0,'http://demo.thimpress.com/elearningwp/lessons/js-browser-bom-2/',0,'lp_lesson','',0),(5176,1,'2015-06-18 02:22:39','2015-06-18 02:22:39','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','Final Quiz','','publish','closed','closed','','final-quiz-3','','','2015-06-18 02:22:39','2015-06-18 02:22:39','',0,'http://demo.thimpress.com/elearningwp/quizzes/final-quiz-2/',0,'lp_quiz','',0),(5181,2,'2015-06-05 14:48:43','2015-06-05 14:48:43','<h4 class=\"crsbx\">WHAT\'S HTML5?</h4>\n<p>HTML 5 is the latest version of the HyperText Mark-Up Language. HTML is the language of choice for structuring and presenting content for the World Wide Web. In this free online course you will learn about the latest features of HTML 5 including Geolocation, video, Web worker, canvas/SVG, app cache and database. This course will be of great interest to professionals in the areas of Web design and development and to learners who want to gain a greater knowledge and understanding of HTML 5.</p>\n<h4 class=\"crsbx\">CERTIFICATION</h4>\n<p class=\"justify\">To qualify for your official ALISON Diploma, Certificate or PDF you must study and complete all modules and score 80% or more in each of the course assessments. A link to your Diploma certificate will then appear under the My Certificates heading of your My Account page.</p>\n\n<h4 class=\"crsbx\">LEARNING OUTCOMES</h4>\n<p class=\"justify\">After studying this course you will have a greater understanding of the following: - New features of HTML 5 and their uses - Geolocation for identifying geo-position of users - The < video > tag - Canvas and SVG for drawing on the Web - Use of app cache and database - Use of Web workers</p>','Web Designing & HTML5/CSS3 Essentials','HTML is the language of choice for structuring and presenting content for the World Wide Web. In this free online course you will learn about the latest features of HTML 5 including Geolocation, video, Web worker, canvas/SVG, app cache and database.','publish','closed','closed','','web-designing-html5css3-essentials','','','2015-06-05 14:48:43','2015-06-05 14:48:43','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1636',0,'lp_course','',0),(5182,1,'2015-06-06 06:56:46','2015-06-06 06:56:46','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada.\n\nPulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML5 Intro','','publish','closed','closed','','html5-intro-2','','','2015-06-06 06:56:46','2015-06-06 06:56:46','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-intro-2/',0,'lp_lesson','',0),(5183,1,'2015-06-06 06:56:53','2015-06-06 06:56:53','<h4>Lorem ipsum dolor sit amet</h4>\n<span style=\"text-decoration: underline;\">Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</span>\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\n<strong>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. </strong>\n\n<strong>Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</strong>\n\n<em>Tempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</em>','HTML5 Support','','publish','closed','closed','','html5-support-2','','','2015-06-06 06:56:53','2015-06-06 06:56:53','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-support-2/',0,'lp_lesson','',0),(5184,1,'2015-06-06 06:57:00','2015-06-06 06:57:00','<h4>Lorem ipsum dolor sit amet</h4>\n<blockquote>Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</blockquote>\n<p style=\"text-align: left;\">A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</p>\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</em>\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa.\n\nCurae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n\nConvallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML5 Elements','','publish','closed','closed','','html5-elements-2','','','2015-06-06 06:57:00','2015-06-06 06:57:00','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-elements-2/',0,'lp_lesson','',0),(5185,1,'2015-06-06 06:57:17','2015-06-06 06:57:17','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n<ol>\n <li>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</li>\n</ol>\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\n<em>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</em>\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n\nConvallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML5 Semantics','','publish','closed','closed','','html5-semantics-2','','','2015-06-06 06:57:17','2015-06-06 06:57:17','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-semantics-2/',0,'lp_lesson','',0),(5186,1,'2015-06-06 06:57:44','2015-06-06 06:57:44','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML5 Migration','','publish','closed','closed','','html5-migration-2','','','2015-06-06 06:57:44','2015-06-06 06:57:44','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-migration-2/',0,'lp_lesson','',0),(5187,1,'2015-06-06 06:57:51','2015-06-06 06:57:51','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa.\n\nCurae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML5 Style Guide','','publish','closed','closed','','html5-style-guide-2','','','2015-06-06 06:57:51','2015-06-06 06:57:51','',0,'http://demo.thimpress.com/elearningwp/lessons/html5-style-guide-2/',0,'lp_lesson','',0),(5188,1,'2015-06-06 06:58:23','2015-06-06 06:58:23','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada.\n\nPulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Canvas','','publish','closed','closed','','html-canvas-2','','','2015-06-06 06:58:23','2015-06-06 06:58:23','',0,'http://demo.thimpress.com/elearningwp/lessons/html-canvas-2/',0,'lp_lesson','',0),(5189,1,'2015-06-06 06:58:29','2015-06-06 06:58:29','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\n<em>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</em>\n<p style=\"text-align: right;\">Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</p>\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n<blockquote>Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</blockquote>','HTML SVG','','publish','closed','closed','','html-svg-2','','','2015-06-06 06:58:29','2015-06-06 06:58:29','',0,'http://demo.thimpress.com/elearningwp/lessons/html-svg-2/',0,'lp_lesson','',0),(5190,1,'2015-06-06 06:58:53','2015-06-06 06:58:53','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Media','','publish','closed','closed','','html-media-2','','','2015-06-06 06:58:53','2015-06-06 06:58:53','',0,'http://demo.thimpress.com/elearningwp/lessons/html-media-2/',0,'lp_lesson','',0),(5191,1,'2015-06-06 06:59:01','2015-06-06 06:59:01','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus.\n\n<em>Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</em>\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n<blockquote>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</blockquote>\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada.\n\nPulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Video','','publish','closed','closed','','html-video-2','','','2015-06-06 06:59:01','2015-06-06 06:59:01','',0,'http://demo.thimpress.com/elearningwp/lessons/html-video-2/',0,'lp_lesson','',0),(5192,1,'2015-06-06 06:59:07','2015-06-06 06:59:07','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n\nConvallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.\n<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Audio','','publish','closed','closed','','html-audio-2','','','2015-06-06 06:59:07','2015-06-06 06:59:07','',0,'http://demo.thimpress.com/elearningwp/lessons/html-audio-2/',0,'lp_lesson','',0),(5193,1,'2015-06-06 06:59:14','2015-06-06 06:59:14','<h4>Lorem ipsum dolor sit amet</h4>\n<p style=\"text-align: justify;\">Turpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.</p>\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\n<em>Sapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.</em>\n\n<span style=\"text-decoration: underline;\">Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</span>\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. C\n\nonvallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Plug-ins','','publish','closed','closed','','html-plug-ins-2','','','2015-06-06 06:59:14','2015-06-06 06:59:14','',0,'http://demo.thimpress.com/elearningwp/lessons/html-plug-ins-2/',0,'lp_lesson','',0),(5194,1,'2015-06-06 06:59:25','2015-06-06 06:59:25','','HTML YouTube','','publish','open','open','','html-youtube-2','','','2015-06-06 06:59:25','2015-06-06 06:59:25','',0,'http://demo.thimpress.com/elearningwp/lessons/html-youtube-2/',0,'lp_lesson','',0),(5195,1,'2015-06-06 06:59:43','2015-06-06 06:59:43','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML Geolocation','','publish','closed','closed','','html-geolocation-2','','','2015-06-06 06:59:43','2015-06-06 06:59:43','',0,'http://demo.thimpress.com/elearningwp/lessons/html-geolocation-2/',0,'lp_lesson','',0),(5196,1,'2015-06-06 06:59:51','2015-06-06 06:59:51','','HTML Drag/Drop','','publish','open','open','','html-dragdrop-2','','','2015-06-06 06:59:51','2015-06-06 06:59:51','',0,'http://demo.thimpress.com/elearningwp/lessons/html-dragdrop-2/',0,'lp_lesson','',0),(5197,1,'2015-06-06 06:59:58','2015-06-06 06:59:58','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n<p style=\"text-align: justify;\">A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</p>\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\n<em>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</em>\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. P\n\nulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet.\n\n<strong>Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</strong>','HTML Local Storage','','publish','closed','closed','','html-local-storage-2','','','2015-06-06 06:59:58','2015-06-06 06:59:58','',0,'http://demo.thimpress.com/elearningwp/lessons/html-local-storage-2/',0,'lp_lesson','',0),(5198,1,'2015-06-06 07:00:06','2015-06-06 07:00:06','','HTML App Cache','','publish','open','open','','html-app-cache-2','','','2015-06-06 07:00:06','2015-06-06 07:00:06','',0,'http://demo.thimpress.com/elearningwp/lessons/html-app-cache-2/',0,'lp_lesson','',0),(5199,1,'2015-06-06 07:00:13','2015-06-06 07:00:13','','HTML Web Workers','','publish','open','open','','html-web-workers-2','','','2015-06-06 07:00:13','2015-06-06 07:00:13','',0,'http://demo.thimpress.com/elearningwp/lessons/html-web-workers-2/',0,'lp_lesson','',0),(5200,1,'2015-06-06 07:00:25','2015-06-06 07:00:25','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','HTML SSE','','publish','closed','closed','','html-sse-3','','','2015-06-06 07:00:25','2015-06-06 07:00:25','',0,'http://demo.thimpress.com/elearningwp/lessons/html-sse-3/',0,'lp_lesson','',0),(5206,2,'2015-06-05 15:01:28','2015-06-05 15:01:28','<div class=\"tutintro\">\n\nAngularJS extends HTML with new attributes.\n\nAngularJS is perfect for Single Page Applications (SPAs).\n\nAngularJS is easy to learn.\n<h4>Learn AngularJS now!</h4>\n</div>\n\n<hr />\n\n<h4>This Tutorial</h4>\nThis tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.\n\nFirst, you will learn the basics of AngularJS: directives, expressions, filters, modules, and controllers.\n\nThen you will learn everything else you need to know about AngularJS:\n\nEvents, DOM, Forms, Input, Validation, Http, and more.\n\n<em>Let\'s begin!</em>','Learn and Understand AngularJS','This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.','publish','closed','closed','','learn-and-understand-angularjs','','','2015-06-05 15:01:28','2015-06-05 15:01:28','',0,'http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1711',0,'lp_course','',0),(5207,1,'2015-06-18 03:05:20','2015-06-18 03:05:20','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','Angular Final','','publish','closed','closed','','angular-final','','','2015-06-18 03:05:20','2015-06-18 03:05:20','',0,'http://demo.thimpress.com/elearningwp/quizzes/angular-final/',0,'lp_quiz','',0),(5212,2,'2015-06-13 09:57:39','2015-06-13 09:57:39','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Getting Started with LESS - Beginner Crash','Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.','publish','closed','closed','','getting-started-with-less-beginner-crash','','','2015-06-13 09:57:39','2015-06-13 09:57:39','',0,'http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2410',0,'lp_course','',0),(5213,1,'2015-06-15 04:31:38','2015-06-15 04:31:38','The easiest way to install Less on the server, is via npm, the <a href=\"http://nodejs.org/\">node.js</a> package manager, as so:\n<pre><code class=\"lang-bash\">$ npm install -g less\n</code></pre>','Installation','','publish','closed','closed','','installation','','','2015-06-15 04:31:38','2015-06-15 04:31:38','',0,'http://demo.thimpress.com/elearningwp/lessons/installation/',0,'lp_lesson','',0),(5214,1,'2015-06-15 04:31:58','2015-06-15 04:31:58','Once installed, you can invoke the compiler from the command-line, as such:\n<pre><code class=\"lang-bash\">$ lessc styles.less\n</code></pre>\nThis will output the compiled CSS to <code>stdout</code>, you may then redirect it to a file of your choice:\n<pre><code class=\"lang-bash\">$ lessc styles.less > styles.css\n</code></pre>\nTo output minified CSS, simply pass the <code>-x</code> option. If you would like more involved minification, the <a href=\"https://github.com/GoalSmashers/clean-css\">Clean CSS</a> is also available with the <code>--clean-css</code> <a href=\"https://github.com/less/less-plugin-clean-css\">plugin</a>.\n\nTo see all the command line options run lessc without parameters or see <a href=\"http://lesscss.org/usage/index.html\">Usage</a>.','Command-line usage','','publish','closed','closed','','command-line-usage','','','2015-06-15 04:31:58','2015-06-15 04:31:58','',0,'http://demo.thimpress.com/elearningwp/lessons/command-line-usage/',0,'lp_lesson','',0),(5215,1,'2015-06-15 04:32:07','2015-06-15 04:32:07','You can invoke the compiler from node, as such:\n<pre><code class=\"lang-js\"><span class=\"hljs-keyword\">var</span> less = <span class=\"hljs-built_in\">require</span>(<span class=\"hljs-string\">\'less\'</span>);\n\nless.render(<span class=\"hljs-string\">\'.class { width: (1 + 1) }\'</span>, <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span> <span class=\"hljs-params\">(e, output)</span> </span>{\n <span class=\"hljs-built_in\">console</span>.log(output.css);\n});\n</code></pre>\nwhich will output\n<pre><code class=\"lang-css\"><span class=\"hljs-class\">.class</span> {\n <span class=\"hljs-attribute\">width</span>: <span class=\"hljs-number\">2</span>;\n}\n</code></pre>','Usage in Code','','publish','closed','closed','','usage-in-code','','','2015-06-15 04:32:07','2015-06-15 04:32:07','',0,'http://demo.thimpress.com/elearningwp/lessons/usage-in-code/',0,'lp_lesson','',0),(5216,1,'2015-06-15 04:32:17','2015-06-15 04:32:17','You may pass some options to the compiler:\n<pre><code class=\"lang-js\"><span class=\"hljs-keyword\">var</span> less = <span class=\"hljs-built_in\">require</span>(<span class=\"hljs-string\">\'less\'</span>);\n\nless.render(<span class=\"hljs-string\">\'.class { width: (1 + 1) }\'</span>,\n {\n paths: [<span class=\"hljs-string\">\'.\'</span>, <span class=\"hljs-string\">\'./lib\'</span>], <span class=\"hljs-comment\">// Specify search paths for @import directives</span>\n filename: <span class=\"hljs-string\">\'style.less\'</span>, <span class=\"hljs-comment\">// Specify a filename, for better error messages</span>\n compress: <span class=\"hljs-literal\">true</span> <span class=\"hljs-comment\">// Minify CSS output</span>\n },\n <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span> <span class=\"hljs-params\">(e, output)</span> </span>{\n <span class=\"hljs-built_in\">console</span>.log(output.css);\n });\n</code></pre>\nSee <a href=\"http://lesscss.org/usage/index.html\">Usage</a> for more information.','Configuration','','publish','closed','closed','','configuration','','','2015-06-15 04:32:17','2015-06-15 04:32:17','',0,'http://demo.thimpress.com/elearningwp/lessons/configuration/',0,'lp_lesson','',0),(5217,1,'2015-06-15 04:32:28','2015-06-15 04:32:28','See the <a href=\"http://lesscss.org/usage/index.html\">Usage</a> section for details of other tools.','Third party tools','','publish','closed','closed','','third-party-tools','','','2015-06-15 04:32:28','2015-06-15 04:32:28','',0,'http://demo.thimpress.com/elearningwp/lessons/third-party-tools/',0,'lp_lesson','',0),(5218,1,'2015-06-15 04:33:21','2015-06-15 04:33:21','','Tips','','publish','open','open','','tips','','','2015-06-15 04:33:21','2015-06-15 04:33:21','',0,'http://demo.thimpress.com/elearningwp/lessons/tips/',0,'lp_lesson','',0),(5219,1,'2015-06-15 04:33:34','2015-06-15 04:33:34','','Browser Options','','publish','open','open','','browser-options','','','2015-06-15 04:33:34','2015-06-15 04:33:34','',0,'http://demo.thimpress.com/elearningwp/lessons/browser-options/',0,'lp_lesson','',0),(5220,1,'2015-06-15 04:34:15','2015-06-15 04:34:15','','Browser downloads','','publish','open','open','','browser-downloads','','','2015-06-15 04:34:15','2015-06-15 04:34:15','',0,'http://demo.thimpress.com/elearningwp/lessons/browser-downloads/',0,'lp_lesson','',0),(5221,1,'2015-06-15 04:34:21','2015-06-15 04:34:21','','Less CDN','','publish','open','open','','less-cdn','','','2015-06-15 04:34:21','2015-06-15 04:34:21','',0,'http://demo.thimpress.com/elearningwp/lessons/less-cdn/',0,'lp_lesson','',0),(5222,1,'2015-06-18 03:04:58','2015-06-18 03:04:58','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','Less Final','','publish','closed','closed','','less-final','','','2015-06-18 03:04:58','2015-06-18 03:04:58','',0,'http://demo.thimpress.com/elearningwp/quizzes/less-final/',0,'lp_quiz','',0),(5227,2,'2015-06-13 10:09:01','2015-06-13 10:09:01','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Improve Your CSS Workflow with SASS','Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries.','publish','closed','closed','','improve-your-css-workflow-with-sass','','','2015-06-13 10:09:01','2015-06-13 10:09:01','',0,'http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2413',0,'lp_course','',0),(5228,1,'2015-06-16 07:36:47','2015-06-16 07:36:47','[embed_video link=https://youtu.be/fbVD32w1oTo]','How to install SASS','','publish','closed','closed','','how-to-install-sass','','','2015-06-16 07:36:47','2015-06-16 07:36:47','',0,'http://demo.thimpress.com/elearningwp/lessons/how-to-install-sass/',0,'lp_lesson','',0),(5229,1,'2015-06-16 07:39:06','2015-06-16 07:39:06','[embed_video link=https://youtu.be/u-f72IQMloA]','The Basics of Variables in Sass','','publish','closed','closed','','basics-of-variables-in-sass','','','2015-06-16 07:39:06','2015-06-16 07:39:06','',0,'http://demo.thimpress.com/elearningwp/lessons/basics-of-variables-in-sass/',0,'lp_lesson','',0),(5230,1,'2015-06-16 07:39:24','2015-06-16 07:39:24','[embed_video link=https://youtu.be/bC7TXBt_OLU]','Nesting Your Sass','','publish','closed','closed','','nesting-your-sass','','','2015-06-16 07:39:24','2015-06-16 07:39:24','',0,'http://demo.thimpress.com/elearningwp/lessons/nesting-your-sass/',0,'lp_lesson','',0),(5231,1,'2015-06-16 07:39:53','2015-06-16 07:39:53','[embed_video link=https://youtu.be/F34FF9AizY0]','Using Mixins','','publish','closed','closed','','using-mixins','','','2015-06-16 07:39:53','2015-06-16 07:39:53','',0,'http://demo.thimpress.com/elearningwp/lessons/using-mixins/',0,'lp_lesson','',0),(5232,1,'2015-06-16 07:40:16','2015-06-16 07:40:16','[embed_video link=https://youtu.be/6RpGMKjRkRw]','Selector Inheritance','','publish','closed','closed','','selector-inheritance','','','2015-06-16 07:40:16','2015-06-16 07:40:16','',0,'http://demo.thimpress.com/elearningwp/lessons/selector-inheritance/',0,'lp_lesson','',0),(5233,1,'2015-06-16 07:40:35','2015-06-16 07:40:35','[embed_video link=https://youtu.be/igYBKYQ15g0]','Creating Configurable Shapes Using Minxins','','publish','closed','closed','','creating-configurable-shapes-using-minxins','','','2015-06-16 07:40:35','2015-06-16 07:40:35','',0,'http://demo.thimpress.com/elearningwp/lessons/creating-configurable-shapes-using-minxins/',0,'lp_lesson','',0),(5234,1,'2015-06-16 07:40:57','2015-06-16 07:40:57','[embed_video link=https://youtu.be/HvRw_RarObk]','@import and Parent Reference','','publish','closed','closed','','import-and-parent-reference','','','2015-06-16 07:40:57','2015-06-16 07:40:57','',0,'http://demo.thimpress.com/elearningwp/lessons/import-and-parent-reference/',0,'lp_lesson','',0),(5235,1,'2015-06-16 07:41:14','2015-06-16 07:41:14','[embed_video link=https://youtu.be/13tfIjw4QrI]','Using Lists and @each','','publish','closed','closed','','using-lists-and-each','','','2015-06-16 07:41:14','2015-06-16 07:41:14','',0,'http://demo.thimpress.com/elearningwp/lessons/using-lists-and-each/',0,'lp_lesson','',0),(5236,1,'2015-06-16 07:41:25','2015-06-16 07:41:25','[embed_video link=https://youtu.be/O4hPOMX8AaU]','Nth Function in Lists','','publish','closed','closed','','nth-function-in-lists','','','2015-06-16 07:41:25','2015-06-16 07:41:25','',0,'http://demo.thimpress.com/elearningwp/lessons/nth-function-in-lists/',0,'lp_lesson','',0),(5237,1,'2015-06-16 19:05:49','2015-06-16 19:05:49','[embed_video link=https://youtu.be/BmRWgv6A8fU]','Built in Functions','','publish','closed','closed','','built-in-functions','','','2015-06-16 19:05:49','2015-06-16 19:05:49','',0,'http://demo.thimpress.com/elearningwp/lessons/built-in-functions/',0,'lp_lesson','',0),(5238,1,'2015-06-16 19:06:12','2015-06-16 19:06:12','[embed_video link=https://youtu.be/duFZT7Pdoxk]','Build Your Own Functions','','publish','closed','closed','','build-your-own-functions','','','2015-06-16 19:06:12','2015-06-16 19:06:12','',0,'http://demo.thimpress.com/elearningwp/lessons/build-your-own-functions/',0,'lp_lesson','',0),(5239,1,'2015-06-16 19:06:31','2015-06-16 19:06:31','[embed_video link=https://youtu.be/HN0i9cYekKY]','Build Your Own Function Part 2 - If Else','','publish','closed','closed','','build-your-own-function-part-2-if-else','','','2015-06-16 19:06:31','2015-06-16 19:06:31','',0,'http://demo.thimpress.com/elearningwp/lessons/build-your-own-function-part-2-if-else/',0,'lp_lesson','',0),(5240,1,'2015-06-16 19:07:04','2015-06-16 19:07:04','[embed_video link=https://youtu.be/PlJt8DRCjlo]','Build Your Own Function Part 3 - Total Automation with Lists','','publish','closed','closed','','build-your-own-function-part-3-total-automation-with-lists','','','2015-06-16 19:07:04','2015-06-16 19:07:04','',0,'http://demo.thimpress.com/elearningwp/lessons/build-your-own-function-part-3-total-automation-with-lists/',0,'lp_lesson','',0),(5241,1,'2015-06-16 19:07:18','2015-06-16 19:07:18','[embed_video link=https://youtu.be/9BN_-DWV9Rg]','Output Style','','publish','closed','closed','','output-style','','','2015-06-16 19:07:18','2015-06-16 19:07:18','',0,'http://demo.thimpress.com/elearningwp/lessons/output-style/',0,'lp_lesson','',0),(5242,1,'2015-06-16 19:07:26','2015-06-16 19:07:26','[embed_video link=https://youtu.be/EZKl7snoF0U]','For Loops','','publish','closed','closed','','for-loops','','','2015-06-16 19:07:26','2015-06-16 19:07:26','',0,'http://demo.thimpress.com/elearningwp/lessons/for-loops/',0,'lp_lesson','',0),(5243,1,'2015-06-16 19:07:34','2015-06-16 19:07:34','[embed_video link=https://youtu.be/OZFvWFlvOG0]','While Loops','','publish','closed','closed','','while-loops','','','2015-06-16 19:07:34','2015-06-16 19:07:34','',0,'http://demo.thimpress.com/elearningwp/lessons/while-loops/',0,'lp_lesson','',0),(5244,1,'2015-06-16 19:07:48','2015-06-16 19:07:48','[embed_video link=https://youtu.be/xpoAhQFRo1o]','Using Live Reload','','publish','closed','closed','','using-live-reload','','','2015-06-16 19:07:48','2015-06-16 19:07:48','',0,'http://demo.thimpress.com/elearningwp/lessons/using-live-reload/',0,'lp_lesson','',0),(5245,1,'2015-06-16 19:08:11','2015-06-16 19:08:11','[embed_video link=https://youtu.be/7Udo83kArP4]','Updating to Sass 3.2.1. Media Mark','','publish','closed','closed','','updating-to-sass-3-2-1-media-mark','','','2015-06-16 19:08:11','2015-06-16 19:08:11','',0,'http://demo.thimpress.com/elearningwp/lessons/updating-to-sass-3-2-1-media-mark/',0,'lp_lesson','',0),(5246,1,'2015-06-16 19:08:20','2015-06-16 19:08:20','[embed_video link=https://youtu.be/hwdVpKiJzac]','Placeholder Selectors','','publish','closed','closed','','placeholder-selectors','','','2015-06-16 19:08:20','2015-06-16 19:08:20','',0,'http://demo.thimpress.com/elearningwp/lessons/placeholder-selectors/',0,'lp_lesson','',0),(5247,1,'2015-06-16 19:08:52','2015-06-16 19:08:52','[embed_video link=https://youtu.be/hZ-EhdB8t8U]','@Content - Better Media Queries in Sass','','publish','closed','closed','','content-better-media-queries-in-sass','','','2015-06-16 19:08:52','2015-06-16 19:08:52','',0,'http://demo.thimpress.com/elearningwp/lessons/content-better-media-queries-in-sass/',0,'lp_lesson','',0),(5248,1,'2015-06-16 19:09:16','2015-06-16 19:09:16','[embed_video link=https://youtu.be/ZLwg7bUXC90]','Extending Sass and Writing a Config file','','publish','closed','closed','','extending-sass-and-writing-a-config-file','','','2015-06-16 19:09:16','2015-06-16 19:09:16','',0,'http://demo.thimpress.com/elearningwp/lessons/extending-sass-and-writing-a-config-file/',0,'lp_lesson','',0),(5249,1,'2015-06-16 19:09:40','2015-06-16 19:09:40','[embed_video link=https://youtu.be/Qpuc1wRaa9k]','Installing and Using Sass Globbing','','publish','closed','closed','','installing-and-using-sass-globbing','','','2015-06-16 19:09:40','2015-06-16 19:09:40','',0,'http://demo.thimpress.com/elearningwp/lessons/installing-and-using-sass-globbing/',0,'lp_lesson','',0),(5250,1,'2015-06-16 19:09:58','2015-06-16 19:09:58','[embed_video link=https://youtu.be/f7rw3MZS-OU]','Installing Singularity Grid System','','publish','closed','closed','','installing-singularity-grid-system','','','2015-06-16 19:09:58','2015-06-16 19:09:58','',0,'http://demo.thimpress.com/elearningwp/lessons/installing-singularity-grid-system/',0,'lp_lesson','',0),(5251,1,'2015-06-16 19:10:14','2015-06-16 19:10:14','[embed_video link=https://youtu.be/LJMo1PETS2w]','Creating and Using a Symetrical Grid','','publish','closed','closed','','creating-and-using-a-symetrical-grid','','','2015-06-16 19:10:14','2015-06-16 19:10:14','',0,'http://demo.thimpress.com/elearningwp/lessons/creating-and-using-a-symetrical-grid/',0,'lp_lesson','',0),(5252,1,'2015-06-16 19:10:48','2015-06-16 19:10:48','[embed_video link=https://youtu.be/bHq3rTwG4fY]','Asymmetric Grids','','publish','closed','closed','','asymmetric-grids','','','2015-06-16 19:10:48','2015-06-16 19:10:48','',0,'http://demo.thimpress.com/elearningwp/lessons/asymmetric-grids/',0,'lp_lesson','',0),(5253,1,'2015-06-16 19:11:20','2015-06-16 19:11:20','[embed_video link=https://youtu.be/k8BjTOtBe14]','Responsive Grids With Breakpoint','','publish','closed','closed','','responsive-grids-with-breakpoint','','','2015-06-16 19:11:20','2015-06-16 19:11:20','',0,'http://demo.thimpress.com/elearningwp/lessons/responsive-grids-with-breakpoint/',0,'lp_lesson','',0),(5254,1,'2015-06-16 19:11:41','2015-06-16 19:11:41','[embed_video link=https://youtu.be/KzcrLUQAta4]','Adding Columns at Breakpoints','','publish','closed','closed','','adding-columns-at-breakpoints','','','2015-06-16 19:11:41','2015-06-16 19:11:41','',0,'http://demo.thimpress.com/elearningwp/lessons/adding-columns-at-breakpoints/',0,'lp_lesson','',0),(5255,1,'2015-06-16 19:11:55','2015-06-16 19:11:55','[embed_video link=https://youtu.be/yZGnLO2Xs0E]','Selector Functions and Sass 3.4','','publish','closed','closed','','selector-functions-and-sass-3-4','','','2015-06-16 19:11:55','2015-06-16 19:11:55','',0,'http://demo.thimpress.com/elearningwp/lessons/selector-functions-and-sass-3-4/',0,'lp_lesson','',0),(5256,1,'2015-06-16 19:12:27','2015-06-16 19:12:27','[embed_video link=https://youtu.be/hpBMqwuT-gY]','Juice, Mixins for LIfe','','publish','closed','closed','','juice-mixins-for-life','','','2015-06-16 19:12:27','2015-06-16 19:12:27','',0,'http://demo.thimpress.com/elearningwp/lessons/juice-mixins-for-life/',0,'lp_lesson','',0),(5257,1,'2015-06-16 19:12:41','2015-06-16 19:12:41','[embed_video link=https://youtu.be/NjijYdk2caI]','Juice, Mixins for Life Part 2','','publish','closed','closed','','juice-mixins-for-life-part-2','','','2015-06-16 19:12:41','2015-06-16 19:12:41','',0,'http://demo.thimpress.com/elearningwp/lessons/juice-mixins-for-life-part-2/',0,'lp_lesson','',0),(5258,1,'2015-06-18 02:17:51','2015-06-18 02:17:51','','Zurb Foundation Final','','publish','open','open','','zurb-foundation-final-2','','','2015-06-18 02:17:51','2015-06-18 02:17:51','',0,'http://demo.thimpress.com/elearningwp/quizzes/zurb-foundation-final-2/',0,'lp_quiz','',0),(5259,1,'2015-06-18 02:16:01','2015-06-18 02:16:01','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','Sass Final Quiz','','publish','closed','closed','','sass-final-quiz','','','2015-06-18 02:16:01','2015-06-18 02:16:01','',0,'http://demo.thimpress.com/elearningwp/quizzes/sass-final-quiz/',0,'lp_quiz','',0),(5264,2,'2015-06-13 10:42:23','2015-06-13 10:42:23','<h4>FASTER FOR USERS</h4>\nUsers will feel the speed.\nInterchange now enables HTML partials for device specific content. Smoother animations and transitions happen with hardware acceleration. The default styles are all updated.\n<h4>FASTER TO CODE</h4>\nFor the nerd in all of you,\nwe\'ve built a new command line tool to spin up projects fast and added Libsass, speeding up your SCSS changes by 5X. Our <a href=\"http://foundation.zurb.com/templates.html\">HTML Templates</a> have even been brought up to speed.\n<h4>FASTER TO LEARN</h4>\nWe overhauled our documentation with all new and more detailed code examples. And we\'re now supporting Foundation with a new <a href=\"http://foundation.zurb.com/forum\">forum</a> and expert training so you can get started building even faster.','Easy Zurb Foundation','Interchange now enables HTML partials for device specific content. Smoother animations and transitions happen with hardware acceleration. The default styles are all updated.','publish','closed','closed','','easy-zurb-foundation','','','2015-06-13 10:42:23','2015-06-13 10:42:23','',0,'http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2412',0,'lp_course','',0),(5265,1,'2015-06-15 04:17:04','2015-06-15 04:17:04','<p class=\"subheader\"><strong>Foundation is the most advanced, responsive front-end framework in the world. The framework is mobile friendly and ready for you to customize it any way you want to use it.</strong></p>\n\n<div class=\"row whatis\">\n<div class=\"large-7 columns\"><img src=\"http://foundation.zurb.com/docs/assets/img/images/responsive.svg\" alt=\"\" data-uuid=\"interchange-iaxe1gfb0\" data-interchange=\"[assets/img/images/responsive-medium.svg, (default)], [assets/img/images/responsive.svg, (large)]\" /></div>\n<div class=\"large-5 columns\">\n\nMillions of designers and engineers use Foundation as part of their workflows. It was the first framework to introduce the concepts of responsive design, semantics, mobile first and partials. It\'s also compatible with most browsers and devices. Foundation is the professional choice for designers and engineers.\n\n</div>\n</div>','What is Foundation?','','publish','closed','closed','','what-is-foundation','','','2015-06-15 04:17:04','2015-06-15 04:17:04','',0,'http://demo.thimpress.com/elearningwp/lessons/what-is-foundation/',0,'lp_lesson','',0),(5266,1,'2015-06-15 04:17:17','2015-06-15 04:17:17','<p class=\"subheader\"><strong>We have three different packages to get you started:</strong></p>\n\n<h2 class=\"subheader\">Hack On CSS</h2>\nThe straight CSS version is perfect if you want to just start writing code, rapid prototype, or building a simple, static site. We\'ll give you all the pieces you need, no setup required.\n<h2 class=\"subheader\">Customize With Sass</h2>\nCheck out to get started with Sass (SCSS) to let you customize... well, everything. Setup is straight forward and if you haven\'t used Sass before, once you do, you\'ll never look back.\n<h2 class=\"subheader\">Build An App</h2>\nWe use Rails to build our apps (Notable, Verify, Solidify, ZURB University, and the Foundation Forum) and you can too. We\'ll show you how to use the Foundation gem and get set up.','What are you building?','','publish','closed','closed','','what-are-you-building','','','2015-06-15 04:17:17','2015-06-15 04:17:17','',0,'http://demo.thimpress.com/elearningwp/lessons/what-are-you-building/',0,'lp_lesson','',0),(5267,1,'2015-06-15 04:17:29','2015-06-15 04:17:29','<div class=\"row\">\n<div class=\"small-12 columns\">\n<p class=\"subheader\"><strong>Foundation has a ton of components and structures to help you build a responsive site without having to worry about all of your baseline, foundational (see what we did there?) code.</strong></p>\nYou can see all of Foundation\'s components on one page called the <a href=\"http://foundation.zurb.com/docs/components/kitchen_sink.html\">Kitchen Sink</a> or check out a small snapshot of what Foundation includes:\n\n</div>\n</div>\n<section class=\"what-comes-with\"><section class=\"grid-example\">\n<div class=\"row\">\n<div class=\"large-6 columns\">\n<h2 class=\"button-title\">The Grid</h2>\nOur grid works on almost any device and has support for nesting, source ordering, offsets and device presentation. Frankly, it\'s a little too easy. In no time, you\'ll be creating complex layouts like this.\n\nNeed a head start on some of your designs or some extra inspiration to see the full potential of a responsive front-end framework?\n\n</div>\n</div>\n</section>\n<div class=\"row\">\n<div class=\"large-6 columns\">\n<h2 class=\"button-title\">Buttons</h2>\nClicking on stuff is awesome, so hook up your users with buttons to do stuff. There are some lightweight button styles for size, presentation, and color to make customizing your own button as easy as adding a class.\n\n</div>\n</div>\n<div class=\"row\">\n<div class=\"large-6 columns\">\n<h2 class=\"button-title\">Navigation</h2>\nPeople have to get around. Navigation styles in Foundation include: a robust top bar with dropdowns; button; search bars; a cool icon bar; a bitchin\' off-canvas implementation; and a bunch of other navigational constructs.\n\n</div>\n</div>\n<div class=\"row\">\n<div class=\"large-6 columns\">\n<h2 class=\"button-title\">Plugins</h2>\nWe\'ve included a ton of JavaScript plugins written just for Foundation: pop-up modals (Reveal); add a required validation for forms (Abide); create content tabs; alerts; and tons more.\n\n</div>\n</div>\n</section>','What comes with Foundation?','','publish','closed','closed','','what-comes-with-foundation','','','2015-06-15 04:17:29','2015-06-15 04:17:29','',0,'http://demo.thimpress.com/elearningwp/lessons/what-comes-with-foundation/',0,'lp_lesson','',0),(5268,1,'2015-06-15 04:23:28','2015-06-15 04:23:28','','CSS','','publish','open','open','','css','','','2015-06-15 04:23:28','2015-06-15 04:23:28','',0,'http://demo.thimpress.com/elearningwp/lessons/css/',0,'lp_lesson','',0),(5269,1,'2015-06-15 04:23:33','2015-06-15 04:23:33','','Sass','','publish','open','open','','sass','','','2015-06-15 04:23:33','2015-06-15 04:23:33','',0,'http://demo.thimpress.com/elearningwp/lessons/sass/',0,'lp_lesson','',0),(5270,1,'2015-06-15 04:23:45','2015-06-15 04:23:45','','JavaScript','','publish','open','open','','javascript-2','','','2015-06-15 04:23:45','2015-06-15 04:23:45','',0,'http://demo.thimpress.com/elearningwp/lessons/javascript-2/',0,'lp_lesson','',0),(5271,1,'2015-06-15 04:24:18','2015-06-15 04:24:18','','Media Queries','','publish','open','open','','media-queries-2','','','2015-06-15 04:24:18','2015-06-15 04:24:18','',0,'http://demo.thimpress.com/elearningwp/lessons/media-queries-2/',0,'lp_lesson','',0),(5272,1,'2015-06-15 04:24:24','2015-06-15 04:24:24','','Visibility','','publish','open','open','','visibility','','','2015-06-15 04:24:24','2015-06-15 04:24:24','',0,'http://demo.thimpress.com/elearningwp/lessons/visibility/',0,'lp_lesson','',0),(5273,1,'2015-06-15 04:24:29','2015-06-15 04:24:29','','Grid','','publish','open','open','','grid','','','2015-06-15 04:24:29','2015-06-15 04:24:29','',0,'http://demo.thimpress.com/elearningwp/lessons/grid/',0,'lp_lesson','',0),(5274,1,'2015-06-15 04:24:45','2015-06-15 04:24:45','','Utility Classes','','publish','open','open','','utility-classes','','','2015-06-15 04:24:45','2015-06-15 04:24:45','',0,'http://demo.thimpress.com/elearningwp/lessons/utility-classes/',0,'lp_lesson','',0),(5275,1,'2015-06-15 04:25:25','2015-06-15 04:25:25','','Off-canvas','','publish','open','open','','off-canvas','','','2015-06-15 04:25:25','2015-06-15 04:25:25','',0,'http://demo.thimpress.com/elearningwp/lessons/off-canvas/',0,'lp_lesson','',0),(5276,1,'2015-06-15 04:25:30','2015-06-15 04:25:30','','Top Bar','','publish','open','open','','top-bar','','','2015-06-15 04:25:30','2015-06-15 04:25:30','',0,'http://demo.thimpress.com/elearningwp/lessons/top-bar/',0,'lp_lesson','',0),(5277,1,'2015-06-15 04:25:37','2015-06-15 04:25:37','','Icon Bar','','publish','open','open','','icon-bar','','','2015-06-15 04:25:37','2015-06-15 04:25:37','',0,'http://demo.thimpress.com/elearningwp/lessons/icon-bar/',0,'lp_lesson','',0),(5278,1,'2015-06-15 04:25:42','2015-06-15 04:25:42','','Side Nav','','publish','open','open','','side-nav','','','2015-06-15 04:25:42','2015-06-15 04:25:42','',0,'http://demo.thimpress.com/elearningwp/lessons/side-nav/',0,'lp_lesson','',0),(5279,1,'2015-06-15 04:25:49','2015-06-15 04:25:49','','Sub Nav','','publish','open','open','','sub-nav','','','2015-06-15 04:25:49','2015-06-15 04:25:49','',0,'http://demo.thimpress.com/elearningwp/lessons/sub-nav/',0,'lp_lesson','',0),(5280,1,'2015-06-15 04:25:57','2015-06-15 04:25:57','','Breadcrumbs','','publish','open','open','','breadcrumbs','','','2015-06-15 04:25:57','2015-06-15 04:25:57','',0,'http://demo.thimpress.com/elearningwp/lessons/breadcrumbs/',0,'lp_lesson','',0),(5281,1,'2015-06-15 04:26:05','2015-06-15 04:26:05','','Pagination','','publish','open','open','','pagination','','','2015-06-15 04:26:05','2015-06-15 04:26:05','',0,'http://demo.thimpress.com/elearningwp/lessons/pagination/',0,'lp_lesson','',0),(5282,1,'2015-06-18 02:17:10','2015-06-18 02:17:10','','Zurb Foundation Final','','publish','closed','closed','','zurb-foundation-final','','','2015-06-18 02:17:10','2015-06-18 02:17:10','',0,'http://demo.thimpress.com/elearningwp/quizzes/zurb-foundation-final/',0,'lp_quiz','',0),(5286,2,'2018-01-20 10:58:57','2018-01-20 10:58:57','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','Administrim Rrjeti','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','publish','closed','closed','','administrim-rrjeti','','','2018-04-09 13:54:39','2018-04-09 13:54:39','',0,'http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2461',0,'lp_course','',1),(5287,1,'2015-06-15 04:02:03','2015-06-15 04:02:03','If you do much work on computers, eventually you find that there’s some task you’d like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you’d like to write a small custom database, or a specialized GUI application, or a simple game.\n\nSome documents: <a href=\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/06/pdf-test.pdf\" rel=\"\">python.pdf</a>\n\nIf you’re a professional software developer, you may have to work with several C/C++/Java libraries but find the usual write/compile/test/re-compile cycle is too slow. Perhaps you’re writing a test suite for such a library and find writing the testing code a tedious task. Or maybe you’ve written a program that could use an extension language, and you don’t want to design and implement a whole new language for your application.\n\nPython is just the language for you.\n\nYou could write a Unix shell script or Windows batch files for some of these tasks, but shell scripts are best at moving around files and changing text data, not well-suited for GUI applications or games. You could write a C/C++/Java program, but it can take a lot of development time to get even a first-draft program. Python is simpler to use, available on Windows, Mac OS X, and Unix operating systems, and will help you get the job done more quickly.\n\nPython is simple to use, but it is a real programming language, offering much more structure and support for large programs than shell scripts or batch files can offer. On the other hand, Python also offers much more error checking than C, and, being a <em>very-high-level language</em>, it has high-level data types built in, such as flexible arrays and dictionaries. Because of its more general data types Python is applicable to a much larger problem domain than Awk or even Perl, yet many things are at least as easy in Python as in those languages.\n\nPython allows you to split your program into modules that can be reused in other Python programs. It comes with a large collection of standard modules that you can use as the basis of your programs — or as examples to start learning to program in Python. Some of these modules provide things like file I/O, system calls, sockets, and even interfaces to graphical user interface toolkits like Tk.\n\nPython is an interpreted language, which can save you considerable time during program development because no compilation and linking is necessary. The interpreter can be used interactively, which makes it easy to experiment with features of the language, to write throw-away programs, or to test functions during bottom-up program development. It is also a handy desk calculator.\n\nPython enables programs to be written compactly and readably. Programs written in Python are typically much shorter than equivalent C, C++, or Java programs, for several reasons:\n<ul class=\"simple\">\n <li>the high-level data types allow you to express complex operations in a single statement;</li>\n <li>statement grouping is done by indentation instead of beginning and ending brackets;</li>\n <li>no variable or argument declarations are necessary.</li>\n</ul>\nPython is <em>extensible</em>: if you know how to program in C it is easy to add a new built-in function or module to the interpreter, either to perform critical operations at maximum speed, or to link Python programs to libraries that may only be available in binary form (such as a vendor-specific graphics library). Once you are really hooked, you can link the Python interpreter into an application written in C and use it as an extension or command language for that application.\n\nBy the way, the language is named after the BBC show “Monty Python’s Flying Circus” and has nothing to do with reptiles. Making references to Monty Python skits in documentation is not only allowed, it is encouraged!\n\nNow that you are all excited about Python, you’ll want to examine it in some more detail. Since the best way to learn a language is to use it, the tutorial invites you to play with the Python interpreter as you read.\n\nIn the next chapter, the mechanics of using the interpreter are explained. This is rather mundane information, but essential for trying out the examples shown later.\n\nThe rest of the tutorial introduces various features of the Python language and system through examples, beginning with simple expressions, statements and data types, through functions and modules, and finally touching upon advanced concepts like exceptions and user-defined classes.','Lesson 1','','publish','closed','closed','','lesson-1','','','2015-06-15 04:02:03','2015-06-15 04:02:03','',0,'http://demo.thimpress.com/elearningwp/lessons/lesson-1/',0,'lp_lesson','',0),(5288,1,'2015-06-15 04:04:55','2015-06-15 04:04:55','The Python interpreter is usually installed as <tt class=\"file docutils literal\"><span class=\"pre\">/usr/local/bin/python</span></tt> on those machines where it is available; putting <tt class=\"file docutils literal\"><span class=\"pre\">/usr/local/bin</span></tt> in your Unix shell’s search path makes it possible to start it by typing the command\n<div class=\"highlight-python\">\n<div class=\"highlight\">\n<pre><span class=\"n\">python</span>\n</pre>\n</div>\n</div>\nto the shell. Since the choice of the directory where the interpreter lives is an installation option, other places are possible; check with your local Python guru or system administrator. (E.g., <tt class=\"file docutils literal\"><span class=\"pre\">/usr/local/python</span></tt> is a popular alternative location.)\n\nOn Windows machines, the Python installation is usually placed in <tt class=\"file docutils literal\"><span class=\"pre\">C:Python27</span></tt>, though you can change this when you’re running the installer. To add this directory to your path, you can type the following command into the command prompt in a DOS box:\n<div class=\"highlight-python\">\n<div class=\"highlight\">\n<pre>set path=%path%;C:python27\n</pre>\n</div>\n</div>\nTyping an end-of-file character (<tt class=\"kbd docutils literal\"><span class=\"pre\">Control-D</span></tt> on Unix, <tt class=\"kbd docutils literal\"><span class=\"pre\">Control-Z</span></tt> on Windows) at the primary prompt causes the interpreter to exit with a zero exit status. If that doesn’t work, you can exit the interpreter by typing the following command: <tt class=\"docutils literal\"><span class=\"pre\">quit()</span></tt>.\n\nThe interpreter’s line-editing features usually aren’t very sophisticated. On Unix, whoever installed the interpreter may have enabled support for the GNU readline library, which adds more elaborate interactive editing and history features. Perhaps the quickest check to see whether command line editing is supported is typing Control-P to the first Python prompt you get. If it beeps, you have command line editing; see Appendix <a class=\"reference internal\" href=\"https://docs.python.org/2/tutorial/interactive.html#tut-interacting\"><em>Interactive Input Editing and History Substitution</em></a> for an introduction to the keys. If nothing appears to happen, or if <tt class=\"docutils literal\"><span class=\"pre\">^P</span></tt> is echoed, command line editing isn’t available; you’ll only be able to use backspace to remove characters from the current line.\n\nThe interpreter operates somewhat like the Unix shell: when called with standard input connected to a tty device, it reads and executes commands interactively; when called with a file name argument or with a file as standard input, it reads and executes a <em>script</em> from that file.\n\nA second way of starting the interpreter is <tt class=\"docutils literal\"><span class=\"pre\">python</span> <span class=\"pre\">-c</span> <span class=\"pre\">command</span> <span class=\"pre\">[arg]</span> <span class=\"pre\">...</span></tt>, which executes the statement(s) in <em>command</em>, analogous to the shell’s <a class=\"reference internal\" href=\"https://docs.python.org/2/using/cmdline.html#cmdoption-c\"><em class=\"xref std std-option\">-c</em></a> option. Since Python statements often contain spaces or other characters that are special to the shell, it is usually advised to quote <em>command</em> in its entirety with single quotes.\n\nSome Python modules are also useful as scripts. These can be invoked using <tt class=\"docutils literal\"><span class=\"pre\">python</span> <span class=\"pre\">-m</span> <span class=\"pre\">module</span> <span class=\"pre\">[arg]</span> <span class=\"pre\">...</span></tt>, which executes the source file for <em>module</em> as if you had spelled out its full name on the command line.\n\nWhen a script file is used, it is sometimes useful to be able to run the script and enter interactive mode afterwards. This can be done by passing <a class=\"reference internal\" href=\"https://docs.python.org/2/using/cmdline.html#cmdoption-i\"><em class=\"xref std std-option\">-i</em></a> before the script.\n\nAll command-line options are described in <a class=\"reference internal\" href=\"https://docs.python.org/2/using/cmdline.html#using-on-general\"><em>Command line and environment</em></a>.','Invoking the Interpreter','','publish','closed','closed','','invoking-the-interpreter','','','2015-06-15 04:04:55','2015-06-15 04:04:55','',0,'http://demo.thimpress.com/elearningwp/lessons/invoking-the-interpreter/',0,'lp_lesson','',0),(5289,1,'2015-06-15 04:05:09','2015-06-15 04:05:09','It is possible to use encodings different than ASCII in Python source files. The best way to do it is to put one more special comment line right after the <tt class=\"docutils literal\"><span class=\"pre\">#!</span></tt> line to define the source file encoding:\n<div class=\"highlight-python\">\n<div class=\"highlight\">\n<pre># -*- coding: encoding -*-\n</pre>\n</div>\n</div>\nWith that declaration, all characters in the source file will be treated as having the encoding <em>encoding</em>, and it will be possible to directly write Unicode string literals in the selected encoding. The list of possible encodings can be found in the Python Library Reference, in the section on <a class=\"reference internal\" title=\"codecs: Encode and decode data and streams.\" href=\"https://docs.python.org/2/library/codecs.html#module-codecs\"><tt class=\"xref py py-mod docutils literal\"><span class=\"pre\">codecs</span></tt></a>.\n\nFor example, to write Unicode literals including the Euro currency symbol, the ISO-8859-15 encoding can be used, with the Euro symbol having the ordinal value 164. This script, when saved in the ISO-8859-15 encoding, will print the value 8364 (the Unicode code point corresponding to the Euro symbol) and then exit:\n<div class=\"highlight-python\">\n<div class=\"highlight\">\n<pre><span class=\"c\"># -*- coding: iso-8859-15 -*-</span>\n\n<span class=\"n\">currency</span> <span class=\"o\">=</span> <span class=\"s\">u\"€\"</span>\n<span class=\"k\">print</span> <span class=\"nb\">ord</span><span class=\"p\">(</span><span class=\"n\">currency</span><span class=\"p\">)</span>\n</pre>\n</div>\n</div>\nIf your editor supports saving files as <tt class=\"docutils literal\"><span class=\"pre\">UTF-8</span></tt> with a UTF-8 <em>byte order mark</em> (aka BOM), you can use that instead of an encoding declaration. IDLE supports this capability if <tt class=\"docutils literal\"><span class=\"pre\">Options/General/Default</span> <span class=\"pre\">Source</span> <span class=\"pre\">Encoding/UTF-8</span></tt> is set. Notice that this signature is not understood in older Python releases (2.2 and earlier), and also not understood by the operating system for script files with <tt class=\"docutils literal\"><span class=\"pre\">#!</span></tt> lines (only used on Unix systems).\n\nBy using UTF-8 (either through the signature or an encoding declaration), characters of most languages in the world can be used simultaneously in string literals and comments. Using non-ASCII characters in identifiers is not supported. To display all these characters properly, your editor must recognize that the file is UTF-8, and it must use a font that supports all the characters in the file.','The Interpreter and Its Environment','','publish','closed','closed','','the-interpreter-and-its-environment','','','2015-06-15 04:05:09','2015-06-15 04:05:09','',0,'http://demo.thimpress.com/elearningwp/lessons/the-interpreter-and-its-environment/',0,'lp_lesson','',0),(5290,1,'2015-06-15 04:07:33','2015-06-15 04:07:33','The interpreter acts as a simple calculator: you can type an expression at it and it will write the value. Expression syntax is straightforward: the operators <tt class=\"docutils literal\"><span class=\"pre\">+</span></tt>, <tt class=\"docutils literal\"><span class=\"pre\">-</span></tt>, <tt class=\"docutils literal\"><span class=\"pre\">*</span></tt> and <tt class=\"docutils literal\"><span class=\"pre\">/</span></tt> work just like in most other languages (for example, Pascal or C); parentheses (<tt class=\"docutils literal\"><span class=\"pre\">()</span></tt>) can be used for grouping.\n\nThe integer numbers (e.g. <tt class=\"docutils literal\"><span class=\"pre\">2</span></tt>, <tt class=\"docutils literal\"><span class=\"pre\">4</span></tt>, <tt class=\"docutils literal\"><span class=\"pre\">20</span></tt>) have type <a class=\"reference internal\" title=\"int\" href=\"https://docs.python.org/2/library/functions.html#int\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">int</span></tt></a>, the ones with a fractional part (e.g. <tt class=\"docutils literal\"><span class=\"pre\">5.0</span></tt>, <tt class=\"docutils literal\"><span class=\"pre\">1.6</span></tt>) have type <a class=\"reference internal\" title=\"float\" href=\"https://docs.python.org/2/library/functions.html#float\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">float</span></tt></a>. We will see more about numeric types later in the tutorial.\n\nThe return type of a division (<tt class=\"docutils literal\"><span class=\"pre\">/</span></tt>) operation depends on its operands. If both operands are of type <a class=\"reference internal\" title=\"int\" href=\"https://docs.python.org/2/library/functions.html#int\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">int</span></tt></a>, <a class=\"reference internal\" href=\"https://docs.python.org/2/glossary.html#term-floor-division\"><em class=\"xref std std-term\">floor division</em></a> is performed and an <a class=\"reference internal\" title=\"int\" href=\"https://docs.python.org/2/library/functions.html#int\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">int</span></tt></a> is returned. If either operand is a <a class=\"reference internal\" title=\"float\" href=\"https://docs.python.org/2/library/functions.html#float\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">float</span></tt></a>, classic division is performed and a <a class=\"reference internal\" title=\"float\" href=\"https://docs.python.org/2/library/functions.html#float\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">float</span></tt></a> is returned. The <tt class=\"docutils literal\"><span class=\"pre\">//</span></tt> operator is also provided for doing floor division no matter what the operands are.\n\nThis variable should be treated as read-only by the user. Don’t explicitly assign a value to it — you would create an independent local variable with the same name masking the built-in variable with its magic behavior.\n\nIn addition to <a class=\"reference internal\" title=\"int\" href=\"https://docs.python.org/2/library/functions.html#int\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">int</span></tt></a> and <a class=\"reference internal\" title=\"float\" href=\"https://docs.python.org/2/library/functions.html#float\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">float</span></tt></a>, Python supports other types of numbers, such as <a class=\"reference internal\" title=\"decimal.Decimal\" href=\"https://docs.python.org/2/library/decimal.html#decimal.Decimal\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">Decimal</span></tt></a> and <a class=\"reference internal\" title=\"fractions.Fraction\" href=\"https://docs.python.org/2/library/fractions.html#fractions.Fraction\"><tt class=\"xref py py-class docutils literal\"><span class=\"pre\">Fraction</span></tt></a>. Python also has built-in support for <a class=\"reference internal\" href=\"https://docs.python.org/2/library/stdtypes.html#typesnumeric\"><em>complex numbers</em></a>, and uses the <tt class=\"docutils literal\"><span class=\"pre\">j</span></tt> or <tt class=\"docutils literal\"><span class=\"pre\">J</span></tt> suffix to indicate the imaginary part (e.g. <tt class=\"docutils literal\"><span class=\"pre\">3+5j</span></tt>).','Numbers','','publish','closed','closed','','numbers','','','2015-06-15 04:07:33','2015-06-15 04:07:33','',0,'http://demo.thimpress.com/elearningwp/lessons/numbers/',0,'lp_lesson','',0),(5291,1,'2015-06-15 04:07:40','2015-06-15 04:07:40','Besides numbers, Python can also manipulate strings, which can be expressed in several ways. They can be enclosed in single quotes (<tt class=\"docutils literal\"><span class=\"pre\">\'...\'</span></tt>) or double quotes (<tt class=\"docutils literal\"><span class=\"pre\">\"...\"</span></tt>) with the same result.\n\nIn the interactive interpreter, the output string is enclosed in quotes and special characters are escaped with backslashes. While this might sometimes look different from the input (the enclosing quotes could change), the two strings are equivalent. The string is enclosed in double quotes if the string contains a single quote and no double quotes, otherwise it is enclosed in single quotes.\n<div class=\"admonition seealso\">\n<p class=\"first admonition-title\">See also</p>\n\n<dl class=\"last docutils\"><dt><a class=\"reference internal\" href=\"https://docs.python.org/2/library/stdtypes.html#typesseq\"><em>Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrange</em></a></dt><dd>Strings, and the Unicode strings described in the next section, are examples of <em>sequence types</em>, and support the common operations supported by such types.</dd><dt><a class=\"reference internal\" href=\"https://docs.python.org/2/library/stdtypes.html#string-methods\"><em>String Methods</em></a></dt><dd>Both strings and Unicode strings support a large number of methods for basic transformations and searching.</dd><dt><a class=\"reference internal\" href=\"https://docs.python.org/2/library/string.html#new-string-formatting\"><em>String Formatting</em></a></dt><dd>Information about string formatting with <a class=\"reference internal\" title=\"str.format\" href=\"https://docs.python.org/2/library/stdtypes.html#str.format\"><tt class=\"xref py py-meth docutils literal\"><span class=\"pre\">str.format()</span></tt></a> is described here.</dd><dt><a class=\"reference internal\" href=\"https://docs.python.org/2/library/stdtypes.html#string-formatting\"><em>String Formatting Operations</em></a></dt><dd>The old formatting operations invoked when strings and Unicode strings are the left operand of the <tt class=\"docutils literal\"><span class=\"pre\">%</span></tt> operator are described in more detail here.</dd></dl></div>\n ','Strings','','publish','closed','closed','','strings','','','2015-06-15 04:07:40','2015-06-15 04:07:40','',0,'http://demo.thimpress.com/elearningwp/lessons/strings/',0,'lp_lesson','',0),(5292,1,'2015-06-15 04:07:46','2015-06-15 04:07:46','Starting with Python 2.0 a new data type for storing text data is available to the programmer: the Unicode object. It can be used to store and manipulate Unicode data (see <a class=\"reference external\" href=\"http://www.unicode.org/\">http://www.unicode.org/</a>) and integrates well with the existing string objects, providing auto-conversions where necessary.\n\nUnicode has the advantage of providing one ordinal for every character in every script used in modern and ancient texts. Previously, there were only 256 possible ordinals for script characters. Texts were typically bound to a code page which mapped the ordinals to script characters. This lead to very much confusion especially with respect to internationalization (usually written as <tt class=\"docutils literal\"><span class=\"pre\">i18n</span></tt> — <tt class=\"docutils literal\"><span class=\"pre\">\'i\'</span></tt> + 18 characters + <tt class=\"docutils literal\"><span class=\"pre\">\'n\'</span></tt>) of software. Unicode solves these problems by defining one code page for all scripts.','Unicode Strings','','publish','closed','closed','','unicode-strings','','','2015-06-15 04:07:46','2015-06-15 04:07:46','',0,'http://demo.thimpress.com/elearningwp/lessons/unicode-strings/',0,'lp_lesson','',0),(5293,1,'2015-06-15 04:07:50','2015-06-15 04:07:50','Python knows a number of <em>compound</em> data types, used to group together other values. The most versatile is the <em>list</em>, which can be written as a list of comma-separated values (items) between square brackets. Lists might contain items of different types, but usually the items all have the same type.\n\nLike strings (and all other built-in <a class=\"reference internal\" href=\"https://docs.python.org/2/glossary.html#term-sequence\"><em class=\"xref std std-term\">sequence</em></a> type), lists can be indexed and sliced.','List','','publish','closed','closed','','list','','','2015-06-15 04:07:50','2015-06-15 04:07:50','',0,'http://demo.thimpress.com/elearningwp/lessons/list/',0,'lp_lesson','',0),(5294,1,'2015-06-18 02:18:22','2015-06-18 02:18:22','It’s time for you to get comfortable with your own camera. Take it out, grab your manual, re-watch some of the previous videos and get to know your camera. In this lesson, we’ll cover what burst mode is, how to turn it on with your camera, and creative uses of burst mode.','Great Python Final','','publish','closed','closed','','great-python-final','','','2015-06-18 02:18:22','2015-06-18 02:18:22','',0,'http://demo.thimpress.com/elearningwp/quizzes/great-python-final/',0,'lp_quiz','',0),(5299,2,'2015-06-13 10:59:58','2015-06-13 10:59:58','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','From Zero to Hero with Nodejs','Build and deploy a few Nodejs, MongoDB & Expressjs apps while watching to lectures by the author of 9 books on JS/Node.','publish','closed','closed','','node','','','2015-06-13 10:59:58','2015-06-13 10:59:58','',0,'http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2460',0,'lp_course','',2),(5300,1,'2015-06-05 14:53:05','2015-06-05 14:53:05','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\n<em>A metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.</em>\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n<blockquote>Id lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.</blockquote>\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec.\n\n<del>Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.</del>','Examples','','publish','closed','closed','','examples','','','2015-06-05 14:53:05','2015-06-05 14:53:05','',0,'http://demo.thimpress.com/learnpress/lessons/code/',0,'lp_lesson','',0),(5301,1,'2015-06-15 03:54:30','2015-06-15 03:54:30','<p data-i18n=\"workshopper-javascripting\">Learn the basics of JavaScript. No previous programming experience required.</p>\n<code>npm install -g javascripting</code>','Javascripting','','publish','closed','closed','','javascripting','','','2015-06-15 03:54:30','2015-06-15 03:54:30','',0,'http://demo.thimpress.com/elearningwp/lessons/javascripting/',0,'lp_lesson','',0),(5302,1,'2015-06-15 03:55:35','2015-06-15 03:55:35','<p data-i18n=\"workshopper-learnyounode\">Learn the basics of node: asynchronous i/o, http.</p>\n<code data-i18n=\"workshopper-learnyounode-command\">npm install -g learnyounode</code>','Learnyounode','','publish','closed','closed','','learnyounode','','','2015-06-15 03:55:35','2015-06-15 03:55:35','',0,'http://demo.thimpress.com/elearningwp/lessons/learnyounode/',0,'lp_lesson','',0),(5303,1,'2015-06-15 03:55:54','2015-06-15 03:55:54','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/czmulJ9NBP0?list=PLUPi8Qj7uZ3QpsamMg8NvqI9QWv3bK974\" frameborder=\"0\" allowfullscreen></iframe>\n<p data-i18n=\"workshopper-gitit\">Learn Git and GitHub basics.</p>\n<code>npm install -g git-it</code>','Core git-it','','publish','closed','closed','','git-it','','','2015-06-15 03:55:54','2015-06-15 03:55:54','',0,'http://demo.thimpress.com/elearningwp/lessons/git-it/',0,'lp_lesson','',0),(5304,1,'2015-06-15 03:56:00','2015-06-15 03:56:00','<iframe src=\"https://player.vimeo.com/video/32655795\" width=\"100%\" height=\"490\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\n<p data-i18n=\"workshopper-how-to-npm\">Learn how to use and create npm modules.</p>\n<code>npm install -g how-to-npm</code>','How to npm','','publish','closed','closed','','how-to-npm','','','2015-06-15 03:56:00','2015-06-15 03:56:00','',0,'http://demo.thimpress.com/elearningwp/lessons/how-to-npm/',0,'lp_lesson','',0),(5305,1,'2015-06-15 03:56:14','2015-06-15 03:56:14','<p data-i18n=\"workshopper-scope-chains-closures\">Learn the details of Scope, Scope Chains, Closures, and Garbage Collection.</p>\n<code>npm install -g scope-chains-closures</code>','Scope Chains & Closures','','publish','closed','closed','','scope-chains-closures','','','2015-06-15 03:56:14','2015-06-15 03:56:14','',0,'http://demo.thimpress.com/elearningwp/lessons/scope-chains-closures/',0,'lp_lesson','',0),(5306,1,'2015-06-15 03:56:36','2015-06-15 03:56:36','<span data-i18n=\"workshopper-streamadventure\">Learn to compose streaming interfaces with </span><code>.pipe()</code><span data-i18n=\"workshopper-streamadventure2\">.</span>\n\n<code>npm install -g stream-adventure</code>','Core stream-adventure','','publish','closed','closed','','core-stream-adventure','','','2015-06-15 03:56:36','2015-06-15 03:56:36','',0,'http://demo.thimpress.com/elearningwp/lessons/core-stream-adventure/',0,'lp_lesson','',0),(5307,1,'2015-06-18 01:55:03','2015-06-18 01:55:03','It\'s time for you to get comfortable with your own camera. Take it out, grab your manual, re-watch some of the previous videos and get to know your camera. In this lesson, we\'ll cover what burst mode is, how to turn it on with your camera, and creative uses of burst mode.','NodeJS Final Quiz','','publish','closed','closed','','nodejs-final-quiz','','','2015-06-18 01:55:03','2015-06-18 01:55:03','',0,'http://demo.thimpress.com/elearningwp/quizzes/nodejs-final-quiz/',0,'lp_quiz','',0),(5312,2,'2015-11-03 02:13:11','2015-11-03 02:13:11','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','Trajnim profesional ne Graphic Design','Photography Masterclass: Your Complete Guide to Photography. The Best Selling Online Professional Photography Class: How to Take & Sell Photos.','publish','closed','closed','','trajnim-profesional-ne-graphic-design','','','2018-04-09 14:00:28','2018-04-09 14:00:28','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=1773',0,'lp_course','',1),(5313,1,'2015-12-14 09:13:28','2015-12-14 09:13:28','','Who are we - the instructors?','','publish','closed','closed','','who-are-we-the-instructors','','','2015-12-14 09:13:28','2015-12-14 09:13:28','',0,'http://demo.thimpress.com/eduma/lessons/who-are-we-the-instructors/',0,'lp_lesson','',0),(5314,1,'2015-12-14 09:13:11','2015-12-14 09:13:11','It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.','Course Requirements - what do you need to take this course?','','publish','closed','closed','','course-requirements-what-do-you-need-to-take-this-course','','','2015-12-14 09:13:11','2015-12-14 09:13:11','',0,'http://demo.thimpress.com/eduma/lessons/course-requirements-what-do-you-need-to-take-this-course/',0,'lp_lesson','',0),(5315,1,'2015-12-14 09:12:56','2015-12-14 09:12:56','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.','Success! How will you succeed in this course?','','publish','closed','closed','','success-how-will-you-succeed-in-this-course','','','2015-12-14 09:12:56','2015-12-14 09:12:56','',0,'http://demo.thimpress.com/eduma/lessons/success-how-will-you-succeed-in-this-course/',0,'lp_lesson','',0),(5316,1,'2015-12-14 09:12:38','2015-12-14 09:12:38','Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.','Dive In! How does camera exposure work in under 3 minutes!','','publish','closed','closed','','dive-in-how-does-camera-exposure-work-in-under-3-minutes','','','2015-12-14 09:12:38','2015-12-14 09:12:38','',0,'http://demo.thimpress.com/eduma/lessons/dive-in-how-does-camera-exposure-work-in-under-3-minutes/',0,'lp_lesson','',0),(5317,1,'2015-12-14 09:14:00','2015-12-14 09:14:00','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.','Final Quiz','','publish','closed','closed','','final-quiz','','','2015-12-14 09:14:00','2015-12-14 09:14:00','',0,'http://demo.thimpress.com/eduma/quizzes/finish-quiz/',0,'lp_quiz','',0),(5318,1,'2015-12-16 04:52:50','2015-12-16 04:52:50','','True is answer','','publish','closed','closed','','true-is-answer','','','2015-12-16 04:52:50','2015-12-16 04:52:50','',0,'http://demo.thimpress.com/eduma/questions/true-is-answer/',0,'lp_question','',0),(5319,2,'2015-12-16 04:25:51','2015-12-16 04:25:51','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','Introduction to networking for beginners','Photography Masterclass: Your Complete Guide to Photography. The Best Selling Online Professional Photography Class: How to Take & Sell Photos.','publish','closed','closed','','introduction-to-networking-for-beginners','','','2015-12-16 04:25:51','2015-12-16 04:25:51','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3287',0,'lp_course','',0),(5320,1,'2015-12-16 04:28:12','2015-12-16 04:28:12','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Welcome','','publish','closed','closed','','welcome','','','2015-12-16 04:28:12','2015-12-16 04:28:12','',0,'http://demo.thimpress.com/eduma/lessons/welcome/',0,'lp_lesson','',0),(5321,1,'2015-12-16 04:28:39','2015-12-16 04:28:39','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Why do we need a computer network?','','publish','closed','closed','','why-do-we-need-a-computer-network','','','2015-12-16 04:28:39','2015-12-16 04:28:39','',0,'http://demo.thimpress.com/eduma/lessons/why-do-we-need-a-computer-network/',0,'lp_lesson','',0),(5322,1,'2015-12-16 04:28:47','2015-12-16 04:28:47','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Overview of network devices','','publish','closed','closed','','overview-of-network-devices','','','2015-12-16 04:28:47','2015-12-16 04:28:47','',0,'http://demo.thimpress.com/eduma/lessons/overview-of-network-devices/',0,'lp_lesson','',0),(5323,1,'2015-12-16 04:28:54','2015-12-16 04:28:54','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','What is a router and a firewall?','','publish','closed','closed','','what-is-a-router-and-a-firewall','','','2015-12-16 04:28:54','2015-12-16 04:28:54','',0,'http://demo.thimpress.com/eduma/lessons/what-is-a-router-and-a-firewall/',0,'lp_lesson','',0),(5324,1,'2015-12-16 04:29:03','2015-12-16 04:29:03','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Commands you need: ipconfig, ping and traceroute','','publish','closed','closed','','commands-you-need-ipconfig-ping-and-traceroute','','','2015-12-16 04:29:03','2015-12-16 04:29:03','',0,'http://demo.thimpress.com/eduma/lessons/commands-you-need-ipconfig-ping-and-traceroute/',0,'lp_lesson','',0),(5325,1,'2015-12-16 04:29:14','2015-12-16 04:29:14','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Welcome to the world of Cisco!','','publish','closed','closed','','welcome-to-the-world-of-cisco','','','2015-12-16 04:29:14','2015-12-16 04:29:14','',0,'http://demo.thimpress.com/eduma/lessons/welcome-to-the-world-of-cisco/',0,'lp_lesson','',0),(5326,1,'2015-12-16 04:29:19','2015-12-16 04:29:19','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Welcome to the world of Cisco - part 2','','publish','closed','closed','','welcome-to-the-world-of-cisco-part-2','','','2015-12-16 04:29:19','2015-12-16 04:29:19','',0,'http://demo.thimpress.com/eduma/lessons/welcome-to-the-world-of-cisco-part-2/',0,'lp_lesson','',0),(5327,1,'2015-12-16 04:29:25','2015-12-16 04:29:25','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','What is an IP address?','','publish','closed','closed','','what-is-an-ip-address','','','2015-12-16 04:29:25','2015-12-16 04:29:25','',0,'http://demo.thimpress.com/eduma/lessons/what-is-an-ip-address/',0,'lp_lesson','',0),(5328,1,'2015-12-16 04:29:31','2015-12-16 04:29:31','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Introduction to subnetting','','publish','closed','closed','','introduction-to-subnetting','','','2015-12-16 04:29:31','2015-12-16 04:29:31','',0,'http://demo.thimpress.com/eduma/lessons/introduction-to-subnetting/',0,'lp_lesson','',0),(5329,1,'2015-12-16 04:29:38','2015-12-16 04:29:38','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','How to start your career in IT','','publish','closed','closed','','how-to-start-your-career-in-it','','','2015-12-16 04:29:38','2015-12-16 04:29:38','',0,'http://demo.thimpress.com/eduma/lessons/how-to-start-your-career-in-it/',0,'lp_lesson','',0),(5330,1,'2015-12-16 04:29:48','2015-12-16 04:29:48','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Final Quiz','','publish','closed','closed','','final-quiz-2','','','2015-12-16 04:29:48','2015-12-16 04:29:48','',0,'http://demo.thimpress.com/eduma/quizzes/final-quiz-2/',0,'lp_quiz','',0),(5331,1,'2015-12-16 04:32:54','2015-12-16 04:32:54','','Choose yes is true','','publish','closed','closed','','choose-yes-is-true','','','2015-12-16 04:32:54','2015-12-16 04:32:54','',0,'http://demo.thimpress.com/eduma/questions/choose-yes-is-true/',0,'lp_question','',0),(5332,2,'2015-12-16 05:00:57','2015-12-16 05:00:57','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','Trajnim ne Photoshop CC + Illustrator CC','Many of the most powerful, memorable and effective photographs are black and white images. With digital photography though you can no longer take a great black and white photograph','publish','closed','closed','','the-art-of-black-and-white-photography','','','2018-04-09 14:06:28','2018-04-09 14:06:28','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3316',0,'lp_course','',1),(5333,1,'2015-12-16 06:10:42','2015-12-16 06:10:42','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Promo Video','','publish','closed','closed','','promo-video-2','','','2015-12-16 06:10:42','2015-12-16 06:10:42','',0,'http://demo.thimpress.com/eduma/lessons/promo-video-2/',0,'lp_lesson','',0),(5334,1,'2015-12-16 06:10:53','2015-12-16 06:10:53','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Lecture Slides','','publish','closed','closed','','lecture-slides','','','2015-12-16 06:10:53','2015-12-16 06:10:53','',0,'http://demo.thimpress.com/eduma/lessons/lecture-slides/',0,'lp_lesson','',0),(5335,1,'2015-12-16 06:11:04','2015-12-16 06:11:04','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Lecture Images','','publish','closed','closed','','lecture-images','','','2015-12-16 06:11:04','2015-12-16 06:11:04','',0,'http://demo.thimpress.com/eduma/lessons/lecture-images/',0,'lp_lesson','',0),(5336,1,'2015-12-16 06:11:48','2015-12-16 06:11:48','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Black and White conversion techniques, an introduction','','publish','closed','closed','','black-and-white-conversion-techniques-an-introduction','','','2015-12-16 06:11:48','2015-12-16 06:11:48','',0,'http://demo.thimpress.com/eduma/lessons/black-and-white-conversion-techniques-an-introduction/',0,'lp_lesson','',0),(5337,1,'2015-12-16 06:12:03','2015-12-16 06:12:03','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','The twin Hue/Saturation black and white conversion method','','publish','closed','closed','','the-twin-huesaturation-black-and-white-conversion-method','','','2015-12-16 06:12:03','2015-12-16 06:12:03','',0,'http://demo.thimpress.com/eduma/lessons/the-twin-huesaturation-black-and-white-conversion-method/',0,'lp_lesson','',0),(5338,1,'2015-12-16 06:12:12','2015-12-16 06:12:12','','Converting to black and white using the Channel Mixer','','publish','closed','closed','','converting-to-black-and-white-using-the-channel-mixer','','','2015-12-16 06:12:12','2015-12-16 06:12:12','',0,'http://demo.thimpress.com/eduma/lessons/converting-to-black-and-white-using-the-channel-mixer/',0,'lp_lesson','',0),(5339,1,'2015-12-16 06:12:19','2015-12-16 06:12:19','','Converting to black and white using the Calculations method','','publish','closed','closed','','converting-to-black-and-white-using-the-calculations-method','','','2015-12-16 06:12:19','2015-12-16 06:12:19','',0,'http://demo.thimpress.com/eduma/lessons/converting-to-black-and-white-using-the-calculations-method/',0,'lp_lesson','',0),(5340,1,'2015-12-16 06:12:31','2015-12-16 06:12:31','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Converting to black and white using the Black and White tool','','publish','closed','closed','','converting-to-black-and-white-using-the-black-and-white-tool','','','2015-12-16 06:12:31','2015-12-16 06:12:31','',0,'http://demo.thimpress.com/eduma/lessons/converting-to-black-and-white-using-the-black-and-white-tool/',0,'lp_lesson','',0),(5341,1,'2015-12-16 06:12:41','2015-12-16 06:12:41','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Converting to black and white using the Camera Raw plugin','','publish','closed','closed','','converting-to-black-and-white-using-the-camera-raw-plugin','','','2015-12-16 06:12:41','2015-12-16 06:12:41','',0,'http://demo.thimpress.com/eduma/lessons/converting-to-black-and-white-using-the-camera-raw-plugin/',0,'lp_lesson','',0),(5342,1,'2015-12-16 06:12:56','2015-12-16 06:12:56','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','Final Quiz','','publish','closed','closed','','final-quiz-4','','','2015-12-16 06:12:56','2015-12-16 06:12:56','',0,'http://demo.thimpress.com/eduma/quizzes/final-quiz-4/',0,'lp_quiz','',0),(5343,1,'2015-12-16 06:14:43','2015-12-16 06:14:43','','No is answer','','publish','closed','closed','','no-is-answer','','','2015-12-16 06:14:43','2015-12-16 06:14:43','',0,'http://demo.thimpress.com/eduma/questions/no-is-answer/',0,'lp_question','',0),(5344,1,'2015-12-16 06:15:02','2015-12-16 06:15:02','','1 and 2 are answers','','publish','closed','closed','','1-and-2-are-answers','','','2015-12-16 06:15:02','2015-12-16 06:15:02','',0,'http://demo.thimpress.com/eduma/questions/1-and-2-are-answers/',0,'lp_question','',0),(5345,2,'2015-12-16 09:20:50','2015-12-16 09:20:50','<h4>COURSE DESCRIPTION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>CERTIFICATION</h4>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<h4>LEARNING OUTCOMES</h4>\n<ul class=\"thim-list-content\">\n <li>Over 37 lectures and 55.5 hours of content!</li>\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\n <li>Course content designed by considering current software testing technology and the job market.</li>\n <li>Practical assignments at the end of every session.</li>\n <li>Practical learning experience with live project work and examples.</li>\n</ul>','HTML5/CSS3 Essentials in 4-Hours','In this course, We\'ll learn how to create websites by structuring and styling your pages with HTML and CSS.','publish','closed','closed','','html5css3-essentials-in-4-hours','','','2015-12-16 09:20:50','2015-12-16 09:20:50','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3362',0,'lp_course','',1),(5393,2,'2015-12-16 09:21:10','2015-12-16 09:21:10','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','HTML5 + CSS3 + JS + jQuery','The jQuery team knows all about cross-browser issues, and they have written this knowledge into the jQuery library. jQuery will run exactly the same in all major browsers, including Internet Explorer 6','publish','closed','closed','','html5-css3-js-jquery','','','2018-04-09 14:02:46','2018-04-09 14:02:46','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3361',0,'lp_course','',1),(5394,1,'2015-12-16 09:09:12','2015-12-16 09:09:12','What You Should Already Know\nBefore you start studying jQuery, you should have a basic knowledge of:\n\nHTML\nCSS\nJavaScript\nIf you want to study these subjects first, find the tutorials on our Home page.\n\nWhat is jQuery?\njQuery is a lightweight, \"write less, do more\", JavaScript library.\n\nThe purpose of jQuery is to make it much easier to use JavaScript on your website.\n\njQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.\n\njQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.\n\nThe jQuery library contains the following features:\n\nHTML/DOM manipulation\nCSS manipulation\nHTML event methods\nEffects and animations\nAJAX\nUtilities\nTip: In addition, jQuery has plugins for almost any task out there.\n\nWhy jQuery?\nThere are lots of other JavaScript frameworks out there, but jQuery seems to be the most popular, and also the most extendable.\n\nMany of the biggest companies on the Web use jQuery, such as:\n\nGoogle\nMicrosoft\nIBM\nNetflix','jQuery Intro','','publish','closed','closed','','jquery-intro','','','2015-12-16 09:09:12','2015-12-16 09:09:12','',0,'http://demo.thimpress.com/eduma/lessons/jquery-intro/',0,'lp_lesson','',0),(5395,1,'2015-12-16 09:09:55','2015-12-16 09:09:55','The optional speed parameter specifies the speed of the hiding/showing, and can take the following values: \"slow\", \"fast\", or milliseconds.\nThe optional callback parameter is a function to be executed after the hide() or show() method completes (you will learn more about callback functions in a later chapter).\nThe following example demonstrates the speed parameter with hide()\n\njQuery toggle()\nWith jQuery, you can toggle between the hide() and show() methods with the toggle() method.\n\nShown elements are hidden and hidden elements are shown:','Hide/Show','','publish','closed','closed','','hideshow','','','2015-12-16 09:09:55','2015-12-16 09:09:55','',0,'http://demo.thimpress.com/eduma/lessons/hideshow/',0,'lp_lesson','',0),(5396,1,'2015-12-16 09:10:22','2015-12-16 09:10:22','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.','Fade','','publish','closed','closed','','fade','','','2015-12-16 09:10:22','2015-12-16 09:10:22','',0,'http://demo.thimpress.com/eduma/lessons/fade/',0,'lp_lesson','',0),(5397,1,'2015-12-16 09:10:29','2015-12-16 09:10:29','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.','Slide','','publish','closed','closed','','slide','','','2015-12-16 09:10:29','2015-12-16 09:10:29','',0,'http://demo.thimpress.com/eduma/lessons/slide/',0,'lp_lesson','',0),(5398,1,'2015-12-16 09:10:36','2015-12-16 09:10:36','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.','Animate','','publish','closed','closed','','animate','','','2015-12-16 09:10:36','2015-12-16 09:10:36','',0,'http://demo.thimpress.com/eduma/lessons/animate/',0,'lp_lesson','',0),(5399,1,'2015-06-05 10:03:29','2015-06-05 10:03:29','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','jQuery CSS Classes','','publish','closed','closed','','js-advanced','','','2015-06-05 10:03:29','2015-06-05 10:03:29','',0,'http://demo.thimpress.com/learnpress/lessons/js-advanced/',0,'lp_lesson','',0),(5400,1,'2015-06-05 10:03:50','2015-06-05 10:03:50','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','jQuery css()','','publish','closed','closed','','js-objects','','','2015-06-05 10:03:50','2015-06-05 10:03:50','',0,'http://demo.thimpress.com/learnpress/lessons/js-objects/',0,'lp_lesson','',0),(5401,1,'2015-06-05 10:03:59','2015-06-05 10:03:59','<h4>Lorem ipsum dolor sit amet</h4>\nTurpisaliquam sociis ligulaetiam eupraesent hac. In quam tempus. Ultricies orcifusce enim vestibulumsed etiam, velit montes inceptos nullam proin. Mauris convallis ac, justovivamus sodalessuspendisse vestibulum dictumvestibulum. Vehicula urnamorbi facilisimaecenas laoreetfusce neque. Utnunc risusaliquam egestas portanam sem donec urna aliquamvivamus mus.\n\nA metus dictumst dolor nunc. Natoque dignissim tempusmauris tristique, nisipellentesque tellusfusce iaculis lacinia justoduis, eu aenean lobortisdonec laoreet, turpisnullam diam muspellentesque enimnunc inceptos, ullamcorper magna loremduis risus. Augue laoreetfusce proin, sed aliquam nullamaecenas gravida facilisimaecenas.\n\nSapienin duis primis etquisque est, eget mus pellentesque adipiscing urnavivamus, feugiat facilisi hac justoduis accumsan, ultricies justovivamus exfusce elit purusut. Luctus justocurabitur auctor sollicitudin, sapien tinciduntfusce nislinteger vestibulum. Tempusmauris rutrum et quis convallis. Acmorbi maximus vehicula. Nisl idvivamus litora parturient felis.\n\nId lacus cubilia accumsan curabitur conubia, dapibus fames sagittis habitant laoreet, malesuada mimorbi potenti. Antecras bibendum nequein urna, sapienin lobortisdonec loremfusce. Interdum luctus arcu cum. Maurisphasellus primis hac pulvinar libero, dolor risus praesent, aliquet justoin massa. Curae varius aptent. Tincidunt pharetra eget. Commodo massafusce vulputate euismod. Habitasse risusaliquam turpisaliquam lectus duivestibulum. Sociosqu odio exsed hendreritphasellus molestiecurabitur. Metus ipsum dui idcras maximus, natoque imperdiet fusce finibus auctor. Etiam sapien exfusce posuere. Nisimaecenas sollicitudinut taciti fermentum.\n\nTempusvestibulum antephasellus mattis dictumst mollis, cum augue exproin, suscipit lobortisdonec idcras nascetur, fusce enim tristique eupraesent. Fermentum interdumcurabitur est exsed malesuada. Pulvinarpellentesque dui scelerisque nisi urnavivamus, consequat orci nec. Convallis justoin nisl condimentum orcialiquam, etmorbi risus aliquam, duivestibulum erat cras urna, nullamaecenas ridiculus iaculis vitae fames. Ante venenatis justo. Fermentumut conubia aliquet. Ac facilisimaecenas sed tortorvivamus posueremorbi nequein eu.','jQuery Dimensions','','publish','closed','closed','','js-functions','','','2015-06-05 10:03:59','2015-06-05 10:03:59','',0,'http://demo.thimpress.com/learnpress/lessons/js-functions/',0,'lp_lesson','',0),(5402,1,'2015-06-18 03:08:08','2015-06-18 03:08:08','LOGGING IN\n\nFusce in purus rutrum, tristique metus sed, laoreet mi. Nullam nec mauris in lorem blandit vehicula. Nulla felis lectus, luctus sed accumsan sit amet, posuere id elit. Mauris malesuada vulputate gravida. Nulla placerat mi dolor, ut molestie tortor porttitor ac. Duis leo ipsum, luctus in posuere nec, laoreet ac lectus. Etiam interdum justo nunc, ac volutpat erat elementum id. Fusce dapibus mauris ac dictum porta. Sed pretium luctus elementum. In sollicitudin felis semper purus imperdiet lobortis. In odio tellus, rhoncus eget dolor in, molestie laoreet lacus. Praesent velit elit, ultrices vitae dictum sed, molestie et eros. Etiam facilisis commodo mi sed sagittis. Mauris nec lobortis magna. Nam eleifend elit eget felis vulputate facilisis. Donec sed nunc diam.\n\nTAKING THE QUIZ\n\nDonec tellus augue, dictum a urna id, adipiscing placerat turpis. Nunc malesuada urna lectus, non condimentum lorem elementum eu. Nulla tincidunt auctor euismod. Vestibulum sit amet diam vel quam viverra sodales. Cras nulla sem, rhoncus eu aliquet sed, placerat quis arcu. Vivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.\n\nCHECKING THE ANSWERS\n\nVivamus orci felis, vestibulum bibendum lacus vel, sagittis tempor risus. Nullam vestibulum quis magna rutrum lobortis. Suspendisse eros magna, volutpat quis suscipit vitae, semper id sem.','jQuery Final','','publish','closed','closed','','jquery-final','','','2015-06-18 03:08:08','2015-06-18 03:08:08','',0,'http://demo.thimpress.com/elearningwp/quizzes/jquery-final/',0,'lp_quiz','',0),(5407,2,'2015-12-16 15:40:23','2015-12-16 15:40:23','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>LIVE PROJECT End to End Software Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','Programim ne php + laravel','This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.','publish','closed','closed','','become-a-php-master-and-make-money-fast','','','2018-04-09 14:03:42','2018-04-09 14:03:42','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3363',0,'lp_course','',1),(5428,2,'2015-12-21 01:42:06','2015-12-21 01:42:06','<h4>COURSE DESCRIPTION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>CERTIFICATION</h4>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\r\n<h4>LEARNING OUTCOMES</h4>\r\n<ul class=\"thim-list-content\">\r\n <li>Over 37 lectures and 55.5 hours of content!</li>\r\n <li>Testing Training Included.</li>\r\n <li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>\r\n <li>Information packed practical training starting from basics to advanced testing techniques.</li>\r\n <li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>\r\n <li>Course content designed by considering current software testing technology and the job market.</li>\r\n <li>Practical assignments at the end of every session.</li>\r\n <li>Practical learning experience with live project work and examples.</li>\r\n</ul>','Bazat e programimit','A WordPress LMS Plugin to create WordPress Learning Management System. Turn your WP to LMS WordPress with Courses, Lessons, Quizzes & more. ','publish','closed','closed','','bazat-e-programimit','','','2018-04-09 14:18:28','2018-04-09 14:18:28','',0,'http://demo.thimpress.com/eduma/?post_type=lpr_course&p=3138',0,'lp_course','',3),(5429,1,'2015-12-07 07:45:04','2015-12-07 07:45:04','LearnPress is a comprehensive <em>WordPress LMS Plugin</em> for WordPress, just like WordPress Moodle or Moodle for WordPress if you know what Moodle is. This is one of the best WordPress LMS Plugins can be used to easily create & sell courses online. Each course curriculum can be made with lessons & quizzes which can be managed with easy-to-use user interface, we really made it for lazy people.\n\nLearnPress is free and always be free, but it has premium high quality WordPress Plugin which will probably help you make money from your <strong>WordPress based LMS</strong>, try and see how it is. LearnPress WordPress Online Course plugin is lightweight but super powerful with lots of add-ons to empower its core system.\n<h4>LearnPress features</h4>\n<strong>LearnPress - WordPress LMS Plugin works with your theme</strong>\nWe create LearnPress LMS Plugin to work with any WordPress themes.\n\n<strong>LearnPress supports WordPress Multisite</strong>\nCreate WordPress based LMS as multiple sites.\n\n<strong>Create course</strong>\nLearnPress LMS Plugin provide an excellent user interface to create a course with options you need. You can find it easy to make a full curriculum layout as well as edit and maintain it. You can also export course and import to other website which also using LearnPress. We will provide the feature allow you to import course from other WordPress LMS plugins soon.\n\n<strong>Manage course</strong>\nWith the course you\'ve created, you can share it, manage it, watch statistic about number of student, its trend, etc.\n\n<strong>Sell course</strong>\nLearnPress is free but it still allow you to sell courses you create with support many billing method such as Paypal, WooCommerce, Stripe, etc.\n\n<strong>Communicate with your students</strong>\nWith BuddyPress support, LearnPress will help you to communicate with your student or instructor via WordPress forum. Learning is not only on your own. Study, make friends and have fun.\n\n<strong>LearnPress provide a bunch of add-on</strong>\nAdd-on is used to providing extra features for LearnPress and you can also write it.\n\n<strong>LearnPress is free and always will be</strong>\nEducation should be free and we want you to bring it to as many people as you can. Therefore, we create LearnPress as a tool for you to create course and share it. We\'ll continue developing it as long as we can and make it better and better.\n\n<strong>LearnPress is actively developed</strong>\nWe are developing and improving LearnPress day by day and bringing new features to you cos we want LearnPress to become the <strong>best WordPress LMS plugin</strong>.','What is LearnPress','','publish','closed','closed','','what-is-learnpress-2','','','2015-12-07 07:45:04','2015-12-07 07:45:04','',0,'http://demo.thimpress.com/eduma/lessons/what-is-learnpress-2/',0,'lp_lesson','',0),(5430,1,'2015-12-07 07:45:20','2015-12-07 07:45:20','https://youtu.be/rRWPl5-Hb4k','How to use LearnPress','','publish','closed','closed','','how-to-use-learnpress','','','2015-12-07 07:45:20','2015-12-07 07:45:20','',0,'http://demo.thimpress.com/eduma/lessons/how-to-use-learnpress/',0,'lp_lesson','',0),(5431,1,'2015-12-07 08:04:36','2015-12-07 08:04:36',' \n\n<a href=\"http://thimpress.com/product/certificates-add-on-for-learnpress/\"><img class=\"aligncenter wp-image-3186 size-full\" src=\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/Untitled.png\" alt=\"Untitled\" width=\"1192\" height=\"732\" /></a>\n\nAdding drag & drop Certificates design tool to create certificates for your courses. It is never easier with this premium add-on. With purchasing the Eduma LMS WordPress theme, you will save for your self €29.99. Cheers!','Certificate premium add-on for LearnPress','','publish','closed','closed','','certificate-premium-add-on-for-learnpress','','','2015-12-07 08:04:36','2015-12-07 08:04:36','',0,'http://demo.thimpress.com/eduma/lessons/premium-certificate-add-on-for-learnpress/',0,'lp_lesson','',0),(5432,1,'2015-12-07 08:12:21','2015-12-07 08:12:21','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','WooCommerce payments premium add-on for LearnPress','','publish','closed','closed','','woocommerce-payments-premium-add-on-for-learnpress','','','2015-12-07 08:12:21','2015-12-07 08:12:21','',0,'http://demo.thimpress.com/eduma/lessons/woocommerce-payments-premium-add-on-for-learnpress/',0,'lp_lesson','',0),(5433,1,'2015-12-07 08:13:00','2015-12-07 08:13:00','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Co-instructors premium add-on for LearnPress','','publish','closed','closed','','co-instructors-premium-add-on-for-learnpress','','','2015-12-07 08:13:00','2015-12-07 08:13:00','',0,'http://demo.thimpress.com/eduma/lessons/co-instructors-premium-add-on-for-learnpress/',0,'lp_lesson','',0),(5434,1,'2015-12-07 08:13:41','2015-12-07 08:13:41','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\n\nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n\nMany desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','Content Drip premium add-on for LearnPress','','publish','closed','closed','','content-drip-premium-add-on-for-learnpress','','','2015-12-07 08:13:41','2015-12-07 08:13:41','',0,'http://demo.thimpress.com/eduma/lessons/content-drip-premium-add-on-for-learnpress/',0,'lp_lesson','',0),(5435,1,'2015-12-07 01:41:18','2015-12-07 01:41:18','We provide an awesome testing with many types of questions. Making a test with those questions is never easier than that. Enjoy!','Awesome test','','publish','closed','closed','','awesome-test','','','2015-12-07 01:41:18','2015-12-07 01:41:18','',0,'http://demo.thimpress.com/eduma/quizzes/awesome-test/',0,'lp_quiz','',0),(5436,1,'2015-12-07 01:47:32','2015-12-07 01:47:32','','True or false question: a rose is red?','','publish','closed','closed','','true-or-false-question-a-rose-is-red','','','2015-12-07 01:47:32','2015-12-07 01:47:32','',0,'http://demo.thimpress.com/eduma/questions/true-or-false-question-a-rose-is-red/',0,'lp_question','',0),(5437,1,'2015-12-07 01:51:36','2015-12-07 01:51:36','','Multiple choise question: Which things different with other?','','publish','closed','closed','','multiple-choise-question-which-things-different-with-other','','','2015-12-07 01:51:36','2015-12-07 01:51:36','',0,'http://demo.thimpress.com/eduma/questions/multiple-choise-question-which-things-different-with-other/',0,'lp_question','',0),(5438,1,'2015-12-07 01:55:47','2015-12-07 01:55:47','','Single choice question: Which word means \"unpleasant to look at, not attractive\"?','','publish','closed','closed','','single-choice-question-which-word-means-unpleasant-to-%e2%80%8blook-at-not-%e2%80%8battractive','','','2015-12-07 01:55:47','2015-12-07 01:55:47','',0,'http://demo.thimpress.com/eduma/questions/single-choice-question-which-word-means-unpleasant-to-%e2%80%8blook-at-not-%e2%80%8battractive/',0,'lp_question','',0),(5439,1,'2015-12-07 01:58:40','2015-12-07 01:58:40','','Fill in blank question: Let do it!','','publish','closed','closed','','fill-in-blank-question-let-do-it','','','2015-12-07 01:58:40','2015-12-07 01:58:40','',0,'http://demo.thimpress.com/eduma/questions/fill-in-blank-question-let-do-it/',0,'lp_question','',0),(5440,1,'2015-12-07 02:01:36','2015-12-07 02:01:36','','Sorting choise question: Sort a list alphabetically in ascending order!','','publish','closed','closed','','sorting-choise-question-sort-a-list-alphabetically-in-ascending-order','','','2015-12-07 02:01:36','2015-12-07 02:01:36','',0,'http://demo.thimpress.com/eduma/questions/sorting-choise-question-sort-a-list-alphabetically-in-ascending-order/',0,'lp_question','',0),(5730,1,'2016-04-07 16:17:35','2016-04-07 16:17:35','','bg-video.jpg','','inherit','closed','closed','','bg-video-jpg','','','2016-04-07 16:17:35','2016-04-07 16:17:35','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/bg-video.jpg',0,'attachment','image/jpeg',0),(5731,1,'2016-04-07 16:17:38','2016-04-07 16:17:38','','Eduma-learnling.mp4','','inherit','closed','closed','','eduma-learnling-mp4','','','2016-04-07 16:17:38','2016-04-07 16:17:38','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/Eduma-learnling.mp4',0,'attachment','video/mp4',0),(5736,1,'2016-04-08 04:55:31','2016-04-08 04:55:31','','eduma-certificate','','inherit','open','closed','','eduma-certificate-2','','','2016-04-08 04:55:31','2016-04-08 04:55:31','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/eduma-certificate.png',0,'attachment','image/png',0),(5744,1,'2016-04-08 06:51:42','2016-04-08 06:51:42','Forum of course \"From Zero to Hero with Nodejs\"','From Zero to Hero with Nodejs','','publish','closed','closed','','from-zero-to-hero-with-nodejs-2','','','2016-04-08 06:51:42','2016-04-08 06:51:42','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/forum/from-zero-to-hero-with-nodejs-2/',0,'forum','',0),(5746,1,'2016-04-08 06:52:30','2016-04-08 06:52:30','Forum of the course \"Introduction to LearnPress - LMS plugin\". This <a href=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?ref=thimpress\">Education WordPress Theme </a>is made my LearnPress - the best <a href=\"https://wordpress.org/plugins/learnpress/\">WordPress LMS</a> plugin.','Introduction LearnPress - LMS plugin','','publish','closed','open','','introduction-learnpress-lms-plugin','','','2016-04-08 06:52:30','2016-04-08 06:52:30','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/forum/introduction-learnpress-lms-plugin/',0,'forum','',0),(5771,1,'2016-04-12 10:14:18','2016-04-12 10:14:18','','Кто ?','','publish','closed','closed','','%d0%ba%d1%82%d0%be','','','2016-04-12 10:14:18','2016-04-12 10:14:18','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/%d0%ba%d1%82%d0%be/',0,'lp_question','',0),(5789,1,'2016-04-12 14:26:02','2016-04-12 14:26:02','instructor booking event 2953 with 2 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953','','','2016-04-12 14:26:02','2016-04-12 14:26:02','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953/',0,'event_auth_book','',0),(5790,1,'2016-04-12 14:26:06','2016-04-12 14:26:06','instructor booking event 2953 with 2 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-2','','','2016-04-12 14:26:06','2016-04-12 14:26:06','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-2/',0,'event_auth_book','',0),(5791,1,'2016-04-12 14:26:07','2016-04-12 14:26:07','instructor booking event 2953 with 2 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-3','','','2016-04-12 14:26:07','2016-04-12 14:26:07','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-3/',0,'event_auth_book','',0),(5805,1,'2016-04-12 18:25:00','2016-04-12 18:25:00','instructor booking event 2953 with 3 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-4','','','2016-04-12 18:25:00','2016-04-12 18:25:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-4/',0,'event_auth_book','',0),(5806,1,'2016-04-12 18:25:20','2016-04-12 18:25:20','instructor booking event 2953 with 8 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-5','','','2016-04-12 18:25:20','2016-04-12 18:25:20','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-5/',0,'event_auth_book','',0),(5814,1,'2016-04-13 00:20:17','2016-04-13 00:20:17','<a href=\"http://itworks.coding.al/wp-content/uploads/2015/10/bg_lastest_new.jpg\" rel=\"attachment wp-att-5854\"><img src=\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/10/bg_lastest_new-300x148.jpg\" alt=\"bg_lastest_new\" width=\"300\" height=\"148\" class=\"alignnone size-medium wp-image-5854\" /></a>Test text...','psd2','','publish','closed','closed','','psd2','','','2016-04-13 00:20:17','2016-04-13 00:20:17','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/psd2/',0,'lp_lesson','',0),(5815,1,'2016-04-13 00:20:17','2016-04-13 00:20:17','','psd3','','publish','closed','closed','','psd3','','','2016-04-13 00:20:17','2016-04-13 00:20:17','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/psd3/',0,'lp_lesson','',0),(5825,1,'2016-04-13 00:26:32','2016-04-13 00:26:32','Forum of course \"Test\"','Test','','publish','closed','closed','','test','','','2016-04-13 00:26:32','2016-04-13 00:26:32','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/forum/test/',0,'forum','',0),(5828,1,'2016-04-13 02:21:45','2016-04-13 02:21:45','keny booking event 2953 with 1 slot','keny booking event 2953','','ea-cancelled','closed','closed','','keny-booking-event-2953','','','2016-04-13 02:21:45','2016-04-13 02:21:45','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/keny-booking-event-2953/',0,'event_auth_book','',0),(5829,1,'2016-04-13 02:22:10','2016-04-13 02:22:10','keny booking event 3374 with 1 slot','keny booking event 3374','','ea-cancelled','closed','closed','','keny-booking-event-3374','','','2016-04-13 02:22:10','2016-04-13 02:22:10','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/keny-booking-event-3374/',0,'event_auth_book','',0),(5831,1,'2016-04-13 02:29:05','2016-04-13 02:29:05','keny booking event 2953 with 1 slot','keny booking event 2953','','ea-cancelled','closed','closed','','keny-booking-event-2953-2','','','2016-04-13 02:29:05','2016-04-13 02:29:05','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/keny-booking-event-2953-2/',0,'event_auth_book','',0),(5832,1,'2016-04-13 02:45:30','2016-04-13 02:45:30','xiro-huong booking event 3374 with 1 slot','xiro-huong booking event 3374','','ea-cancelled','closed','closed','','xiro-huong-booking-event-3374','','','2016-04-13 02:45:30','2016-04-13 02:45:30','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/xiro-huong-booking-event-3374/',0,'event_auth_book','',0),(5834,1,'2016-04-13 02:48:11','2016-04-13 02:48:11','xiro-huong booking event 2953 with 1 slot','xiro-huong booking event 2953','','ea-cancelled','closed','closed','','xiro-huong-booking-event-2953','','','2016-04-13 02:48:11','2016-04-13 02:48:11','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/xiro-huong-booking-event-2953/',0,'event_auth_book','',0),(5839,1,'2016-04-13 09:00:00','2016-04-13 09:00:00','keny booking event 2948 with 1 slot','keny booking event 2948','','ea-cancelled','closed','closed','','keny-booking-event-2948','','','2016-04-13 09:00:00','2016-04-13 09:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/keny-booking-event-2948/',0,'event_auth_book','',0),(5841,1,'2016-04-13 09:32:49','2016-04-13 09:32:49','','bg_register_now','','inherit','open','closed','','bg_register_now','','','2016-04-13 09:32:49','2016-04-13 09:32:49','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/bg_register_now.jpg',0,'attachment','image/jpeg',0),(5849,1,'2016-04-13 09:49:28','2016-04-13 09:49:28','','Lecture 1 - Installation','','publish','closed','closed','','lecture-1-installation','','','2016-04-13 09:49:28','2016-04-13 09:49:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lecture-1-installation/',0,'lp_lesson','',0),(5850,1,'2016-04-13 09:49:28','2016-04-13 09:49:28','','Lencture 2 - Workflow','','publish','closed','closed','','lencture-2-workflow','','','2016-04-13 09:49:28','2016-04-13 09:49:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lencture-2-workflow/',0,'lp_lesson','',0),(5851,1,'2016-04-13 09:49:28','2016-04-13 09:49:28','','Lecture 3 - Property Windows','','publish','closed','closed','','lecture-3-property-windows','','','2016-04-13 09:49:28','2016-04-13 09:49:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/lecture-3-property-windows/',0,'lp_lesson','',0),(5852,1,'2016-04-13 09:49:28','2016-04-13 09:49:28','','Different filters','','publish','closed','closed','','different-filters','','','2016-04-13 09:49:28','2016-04-13 09:49:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/different-filters/',0,'lp_lesson','',0),(5853,1,'2016-04-13 09:49:29','2016-04-13 09:49:29','','New fliters','','publish','closed','closed','','new-fliters','','','2016-04-13 09:49:29','2016-04-13 09:49:29','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/new-fliters/',0,'lp_lesson','',0),(5854,1,'2016-04-13 10:05:20','2016-04-13 10:05:20','','bg_lastest_new','','inherit','open','closed','','bg_lastest_new','','','2016-04-13 10:05:20','2016-04-13 10:05:20','',12,'http://itworks.coding.al/wp-content/uploads/2015/10/bg_lastest_new.jpg',0,'attachment','image/jpeg',0),(5857,1,'2016-04-13 11:18:17','2016-04-13 11:18:17','learner booking event 2953 with 2 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953','','','2016-04-13 11:18:17','2016-04-13 11:18:17','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953/',0,'event_auth_book','',0),(5858,1,'2016-04-13 11:18:44','2016-04-13 11:18:44','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-2','','','2016-04-13 11:18:44','2016-04-13 11:18:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-2/',0,'event_auth_book','',0),(5902,1,'2016-04-14 08:15:38','2016-04-14 08:15:38','','quizzy','','publish','closed','closed','','quizzy','','','2016-04-14 08:15:38','2016-04-14 08:15:38','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/quizzy/',0,'lp_lesson','',0),(5919,1,'2016-04-14 22:19:48','2016-04-14 22:19:48','','Uuuu','','publish','closed','closed','','uuuu','','','2016-04-14 22:19:48','2016-04-14 22:19:48','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/uuuu/',0,'lp_lesson','',0),(5924,1,'2016-04-14 22:22:54','0000-00-00 00:00:00','','Ttttyyyb','','draft','closed','closed','','','','','2016-04-14 22:22:54','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lp_question&p=5924',0,'lp_question','',0),(5980,1,'2016-04-15 09:56:46','2016-04-15 09:56:46','minhluu booking event 2953 with 1 slot','minhluu booking event 2953','','ea-cancelled','closed','closed','','minhluu-booking-event-2953','','','2016-04-15 09:56:46','2016-04-15 09:56:46','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/minhluu-booking-event-2953/',0,'event_auth_book','',0),(5981,1,'2016-04-15 09:59:11','2016-04-15 09:59:11','minhluu booking event 2953 with 1 slot','minhluu booking event 2953','','ea-cancelled','closed','closed','','minhluu-booking-event-2953-2','','','2016-04-15 09:59:11','2016-04-15 09:59:11','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/minhluu-booking-event-2953-2/',0,'event_auth_book','',0),(6024,1,'2016-04-17 15:09:35','2016-04-17 15:09:35','instructor booking event 3374 with 1 slot','instructor booking event 3374','','ea-cancelled','closed','closed','','instructor-booking-event-3374','','','2016-04-17 15:09:35','2016-04-17 15:09:35','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-3374/',0,'event_auth_book','',0),(6033,1,'2016-04-18 21:01:45','0000-00-00 00:00:00','<strong>First Example (A small HTML document):</strong>\n\n<span class=\"highLT\"><</span><span class=\"highELE\">!DOCTYPE</span> <span class=\"highATT\">html</span><span class=\"highGT\">></span>\n<span class=\"highLT\"><</span><span class=\"highELE\">html</span>>\n<head>\n<title>Page Title</title>\n</head>\n<body>\n\n<h1>This is a Heading</h1>\n<p>This is a paragraph.</p>\n\n</body>\n</html>\n<h4>Example Explained</h4>\n<ul>\n <li>The <strong>DOCTYPE</strong> declaration defines the document type to be HTML</li>\n <li>The text between <strong><html></strong> and <strong></html></strong> describes an HTML document</li>\n <li>The text between <strong><head></strong> and <strong></head></strong> provides information about the document</li>\n <li>The text between <strong><title></strong> and <strong></title></strong> provides a title for the document</li>\n <li>The text between <strong><body></strong> and <strong></body></strong> describes the visible page content</li>\n <li>The text between <strong><h1></strong> and <strong></h1></strong> describes a heading</li>\n <li>The text between <strong><p></strong> and <strong></p></strong> describes a paragraph</li>\n</ul>\nUsing this description, a web browser can display a document with a heading and a paragraph.\n\n<hr />\n\n<h4>HTML Tags</h4>\nHTML tags are <strong>keywords</strong> (tag names) surrounded by <b>angle brackets</b>:\n<div class=\"htmlHigh\"><span class=\"highLT\"><</span><span class=\"highELE\">tagname</span><span class=\"highGT\">></span>content<span class=\"highLT\"><</span><span class=\"highELE\">/tagname</span><span class=\"highGT\">></span></div>\n<ul>\n <li>HTML tags normally come <b>in pairs</b> like <p> and </p></li>\n <li>The first tag in a pair is the <b>start tag,</b> the second tag is the <b>end tag</b></li>\n <li>The end tag is written like the start tag, but with a <strong>slash</strong> before the tag name</li>\n</ul>\n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>The start tag is often called the <b>opening tag</b>. The end tag is often called the <b>closing tag</b>.</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>Web Browsers</h4>\nThe purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.\n\nThe browser does not display the HTML tags, but uses them to determine how to display the document:\n\n<img class=\"alignnone\" src=\"http://www.w3schools.com/html/img_chrome.png\" alt=\"Web Browsers\" width=\"635\" height=\"361\" />\n<h4>HTML Page Structure</h4>\nBelow is a visualization of an HTML page structure:\n<div style=\"width: 99%;border: 1px solid grey;padding: 3px;margin: 0;background-color: #ddd\">\n\n<html>\n<div style=\"width: 90%;border: 1px solid grey;padding: 3px;margin: 20px\">\n\n<head>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><title>Page title</title></div>\n</head>\n\n</div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 3px;margin: 20px;background-color: #fff\">\n\n<body>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><h1>This is a heading</h1></div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><p>This is a paragraph.</p></div>\n<div style=\"width: 90%;border: 1px solid grey;padding: 5px;margin: 20px\"><p>This is another paragraph.</p></div>\n</body>\n\n</div>\n</html>\n\n</div>\n \n<table class=\"lamp\">\n<tbody>\n<tr>\n<th><img src=\"http://www.w3schools.com/images/lamp.jpg\" alt=\"Note\" /></th>\n<td>Only the <body> area (the white area) is displayed by the browser.</td>\n</tr>\n</tbody>\n</table>\n\n<hr />\n\n<h4>The <!DOCTYPE> Declaration</h4>\nThe <!DOCTYPE> declaration helps the browser to display a web page correctly.\n\nThere are different document types on the web.\n\nTo display a document correctly, the browser must know both type and version.\n\n \n<h4>Common Declarations</h4>\n<strong>HTML5</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE html></div>\n</div>\n<strong>HTML 4.01</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"></div>\n</div>\n<strong>XHTML 1.0</strong>\n<div class=\"code notranslate\">\n<div><!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"></div>\n<div></div>\n</div>','HTML Intro','','draft','closed','closed','','','','','2016-04-18 21:01:45','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lp_lesson&p=6033',0,'lp_lesson','',0),(6049,1,'2016-04-19 14:52:51','2016-04-19 14:52:51','learner booking event 3374 with 1 slot','learner booking event 3374','','ea-cancelled','closed','closed','','learner-booking-event-3374','','','2016-04-19 14:52:51','2016-04-19 14:52:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-3374/',0,'event_auth_book','',0),(6050,1,'2016-04-19 14:53:15','2016-04-19 14:53:15','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-3','','','2016-04-19 14:53:15','2016-04-19 14:53:15','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-3/',0,'event_auth_book','',0),(6068,1,'2016-04-19 23:54:38','2016-04-19 23:54:38','Sed efficitur, nulla non eleifend tristique, dui ante consequat metus, ut interdum lorem orci nec sapien. Nunc tempor dolor ac arcu vehicula imperdiet. Phasellus lorem dui, sagittis porttitor enim at, consectetur interdum mi. Nulla bibendum efficitur egestas. Phasellus orci nisi, pretium nec feugiat in, efficitur non nisi. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum a aliquet velit, quis imperdiet elit. Proin dictum, magna sed suscipit vehicula, velit nisi tincidunt nisi, et laoreet justo felis a leo. Integer nec pellentesque felis, eu viverra elit. Donec non nisi sapien. Sed dapibus suscipit sem nec iaculis. Sed aliquam augue nisl, in blandit leo facilisis vitae. Praesent et ipsum nec velit vestibulum placerat. Donec bibendum ex ac risus fermentum, ac consequat metus tincidunt. Nulla fringilla elit sed lacus elementum efficitur. Morbi sit amet lorem eros.\n\n<a href=\"http://itworks.coding.al/wp-content/uploads/2016/04/eduma-certificate.png\">COURSE 007 - Assignment 01.pdf</a>','Assignment 1 - Understanding History','','publish','closed','closed','','assignment-1-understanding-history','','','2016-04-19 23:54:38','2016-04-19 23:54:38','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/assignment-1-understanding-history/',0,'lp_lesson','',0),(6071,1,'2016-04-19 23:55:48','2016-04-19 23:55:48','','Screen Shot 2016-04-20 at 9.55.39 AM','','inherit','open','closed','','screen-shot-2016-04-20-at-9-55-39-am','','','2016-04-19 23:55:48','2016-04-19 23:55:48','',6068,'http://itworks.coding.al/wp-content/uploads/2016/04/Screen-Shot-2016-04-20-at-9.55.39-AM.png',0,'attachment','image/png',0),(6093,1,'2016-04-20 19:25:51','2016-04-20 19:25:51','','Mezei_filozofia_holokauszt','','inherit','open','closed','','mezei_filozofia_holokauszt','','','2016-04-20 19:25:51','2016-04-20 19:25:51','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/Mezei_filozofia_holokauszt.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(6094,1,'2016-04-20 19:27:01','2016-04-20 19:27:01','','holokauszt_eloadas_febr26','','inherit','open','closed','','holokauszt_eloadas_febr26','','','2016-04-20 19:27:01','2016-04-20 19:27:01','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/holokauszt_eloadas_febr26.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(6111,1,'2016-04-21 04:57:01','2016-04-21 04:57:01','test test','newlesson','','publish','closed','closed','','newlesson','','','2016-04-21 04:57:01','2016-04-21 04:57:01','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/newlesson/',0,'lp_lesson','',0),(6127,1,'2016-04-21 18:04:09','2016-04-21 18:04:09','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-4','','','2016-04-21 18:04:09','2016-04-21 18:04:09','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-4/',0,'event_auth_book','',0),(6141,1,'2016-04-22 18:59:51','2016-04-22 18:59:51','<a href=\"http://sdas dsad asda\"></a>','bg_lastest_new-300x148','tesst','inherit','open','closed','','bg_lastest_new-300x148','','','2016-04-22 18:59:51','2016-04-22 18:59:51','',0,'http://itworks.coding.al/wp-content/uploads/2016/04/bg_lastest_new-300x148.jpg',0,'attachment','image/jpeg',0),(6177,1,'2016-04-24 21:58:22','2016-04-24 21:58:22','','quiz001','','publish','closed','closed','','quiz001','','','2016-04-24 21:58:22','2016-04-24 21:58:22','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/quiz001/',0,'lp_lesson','',0),(6179,1,'2016-04-24 21:58:33','2016-04-24 21:58:33','','001','','publish','closed','closed','','001-2','','','2016-04-24 21:58:33','2016-04-24 21:58:33','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/001-2/',0,'lp_lesson','',0),(6180,1,'2016-04-24 21:58:34','2016-04-24 21:58:34','','002','','publish','closed','closed','','002-2','','','2016-04-24 21:58:34','2016-04-24 21:58:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/002-2/',0,'lp_lesson','',0),(6181,1,'2016-04-24 21:58:34','2016-04-24 21:58:34','','003','','publish','closed','closed','','003-2','','','2016-04-24 21:58:34','2016-04-24 21:58:34','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/003-2/',0,'lp_lesson','',0),(6201,1,'2016-04-25 04:52:28','2016-04-25 04:52:28','','10','','publish','closed','closed','','10-2','','','2016-04-25 04:52:28','2016-04-25 04:52:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/10-2/',0,'lp_question','',0),(6202,1,'2016-04-25 07:46:28','2016-04-25 07:46:28','instructor booking event 2953 with 1 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-6','','','2016-04-25 07:46:28','2016-04-25 07:46:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-6/',0,'event_auth_book','',0),(6231,1,'2016-04-26 16:39:19','2016-04-26 16:39:19','','Test','','publish','closed','closed','','test','','','2016-04-26 16:39:19','2016-04-26 16:39:19','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/test/',0,'lp_lesson','',0),(6232,1,'2016-04-26 16:39:28','2016-04-26 16:39:28','','test1','','publish','closed','closed','','test1','','','2016-04-26 16:39:28','2016-04-26 16:39:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/test1/',0,'lp_lesson','',0),(6233,1,'2016-04-26 16:39:43','2016-04-26 16:39:43','','QuizTest','','publish','closed','closed','','quiztest','','','2016-04-26 16:39:43','2016-04-26 16:39:43','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/quizzes/quiztest/',0,'lp_quiz','',0),(6239,1,'2016-04-27 00:50:18','2016-04-27 00:50:18','Essa é a prova final de conclusão deste curso.','Prova Final','','publish','closed','closed','','prova-final','','','2016-04-27 00:50:18','2016-04-27 00:50:18','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lp_quiz&p=6239',0,'lp_quiz','',0),(6241,1,'2016-04-27 00:53:31','2016-04-27 00:53:31','','Qual é o número do canal da Rede Globo de televisão no estado de São Paulo?','','publish','closed','closed','','qual-e-o-numero-canal-da-rede-globo-de-televisao-no-estado-de-sao-paulo','','','2016-04-27 00:53:31','2016-04-27 00:53:31','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lp_question&p=6241',0,'lp_question','',0),(6243,1,'2016-04-27 00:58:53','0000-00-00 00:00:00','Prova final de conclusão do curso de teologia.','Prova Final','','draft','closed','closed','','prova-final-2','','','2016-04-27 00:58:53','0000-00-00 00:00:00','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=lp_quiz&p=6243',0,'lp_quiz','',0),(6255,1,'2016-04-27 16:01:23','2016-04-27 16:01:23','tere booking event 2953 with 1 slot','tere booking event 2953','','ea-cancelled','closed','closed','','tere-booking-event-2953','','','2016-04-27 16:01:23','2016-04-27 16:01:23','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/tere-booking-event-2953/',0,'event_auth_book','',0),(6256,1,'2016-04-27 16:02:13','2016-04-27 16:02:13','tere booking event 3374 with 1 slot','tere booking event 3374','','ea-cancelled','closed','closed','','tere-booking-event-3374','','','2016-04-27 16:02:13','2016-04-27 16:02:13','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/tere-booking-event-3374/',0,'event_auth_book','',0),(6259,1,'2016-04-27 17:09:05','2016-04-27 17:09:05','charleschew booking event 2953 with 1 slot','charleschew booking event 2953','','ea-cancelled','closed','closed','','charleschew-booking-event-2953','','','2016-04-27 17:09:05','2016-04-27 17:09:05','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/charleschew-booking-event-2953/',0,'event_auth_book','',0),(6263,1,'2016-04-27 18:27:48','2016-04-27 18:27:48','','What is your first name','','publish','closed','closed','','what-is-your-first-name','','','2016-04-27 18:27:48','2016-04-27 18:27:48','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/what-is-your-first-name/',0,'lp_lesson','',0),(6271,1,'2016-04-28 06:11:22','2016-04-28 06:11:22','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-5','','','2016-04-28 06:11:22','2016-04-28 06:11:22','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-5/',0,'event_auth_book','',0),(6301,1,'2016-04-30 15:04:24','2016-04-30 15:04:24','dmitryshamenkov booking event 2948 with 1 slot','dmitryshamenkov booking event 2948','','ea-cancelled','closed','closed','','dmitryshamenkov-booking-event-2948','','','2016-04-30 15:04:24','2016-04-30 15:04:24','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/dmitryshamenkov-booking-event-2948/',0,'event_auth_book','',0),(6306,1,'2016-05-01 03:56:13','2016-05-01 03:56:13','learner booking event 2953 with 4 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-6','','','2016-05-01 03:56:13','2016-05-01 03:56:13','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-6/',0,'event_auth_book','',0),(6309,1,'2016-05-01 18:41:03','2016-05-01 18:41:03','ronakbagadia booking event 3374 with 1 slot','ronakbagadia booking event 3374','','ea-cancelled','closed','closed','','ronakbagadia-booking-event-3374','','','2016-05-01 18:41:03','2016-05-01 18:41:03','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/ronakbagadia-booking-event-3374/',0,'event_auth_book','',0),(6310,1,'2016-05-02 04:12:22','2016-05-02 04:12:22','Testing this easi thing\n<code>asdjalsdjsadsad</code>','Testing this Formum hehe','','publish','closed','closed','','testing-this-formum-hehe','','','2016-05-02 04:12:22','2016-05-02 04:12:22','',3112,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/testing-this-formum-hehe/',0,'topic','',0),(6311,1,'2016-05-02 04:12:50','2016-05-02 04:12:50','jldkjlkjdfldskjfdsfsd','','','publish','closed','closed','','6311','','','2016-05-02 04:12:50','2016-05-02 04:12:50','',6310,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/6311/',1,'reply','',0),(6312,1,'2016-05-02 04:38:41','2016-05-02 04:38:41','sadsa','Testing this Formum hehe','','publish','closed','closed','','testing-this-formum-hehe-2','','','2016-05-02 04:38:41','2016-05-02 04:38:41','',3368,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/topic/testing-this-formum-hehe-2/',0,'topic','',0),(6316,1,'2016-05-02 12:08:20','2016-05-02 12:08:20','','write the staff now','','publish','closed','closed','','write-the-staff-now','','','2016-05-02 12:08:20','2016-05-02 12:08:20','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/write-the-staff-now/',0,'lp_lesson','',0),(6318,1,'2016-05-02 12:57:44','2016-05-02 12:57:44','onur booking event 2953 with 1 slot','onur booking event 2953','','ea-cancelled','closed','closed','','onur-booking-event-2953','','','2016-05-02 12:57:44','2016-05-02 12:57:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/onur-booking-event-2953/',0,'event_auth_book','',0),(6330,1,'2016-05-03 02:49:10','2016-05-03 02:49:10','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-7','','','2016-05-03 02:49:10','2016-05-03 02:49:10','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-7/',0,'event_auth_book','',0),(6354,1,'2016-05-04 16:02:06','2016-05-04 16:02:06','marcer15 booking event 2953 with 1 slot','marcer15 booking event 2953','','ea-cancelled','closed','closed','','marcer15-booking-event-2953','','','2016-05-04 16:02:06','2016-05-04 16:02:06','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/marcer15-booking-event-2953/',0,'event_auth_book','',0),(6368,1,'2016-05-05 09:22:09','2016-05-05 09:22:09','','Some Item','','publish','closed','closed','','some-item','','','2016-05-05 09:22:09','2016-05-05 09:22:09','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/some-item/',0,'lp_lesson','',0),(6369,1,'2016-05-05 09:22:10','2016-05-05 09:22:10','','Some other Item','','publish','closed','closed','','some-other-item','','','2016-05-05 09:22:10','2016-05-05 09:22:10','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/some-other-item/',0,'lp_lesson','',0),(6371,1,'2016-05-05 09:23:51','2016-05-05 09:23:51','','Some stuff','','publish','closed','closed','','some-stuff','','','2016-05-05 09:23:51','2016-05-05 09:23:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/some-stuff/',0,'lp_lesson','',0),(6378,1,'2016-05-05 12:28:29','2016-05-05 12:28:29','learner booking event 2953 with 3 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-8','','','2016-05-05 12:28:29','2016-05-05 12:28:29','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-8/',0,'event_auth_book','',0),(6393,1,'2016-05-06 10:52:33','2016-05-06 10:52:33','learner booking event 2948 with 1 slot','learner booking event 2948','','ea-cancelled','closed','closed','','learner-booking-event-2948','','','2016-05-06 10:52:33','2016-05-06 10:52:33','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2948/',0,'event_auth_book','',0),(6404,1,'2016-05-06 17:56:03','2016-05-06 17:56:03','','fffff','','publish','closed','closed','','fffff','','','2016-05-06 17:56:03','2016-05-06 17:56:03','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/questions/fffff/',0,'lp_question','',0),(6432,1,'2016-05-14 00:35:47','2016-05-14 00:35:47','','Uno','','publish','closed','closed','','uno','','','2016-05-14 00:35:47','2016-05-14 00:35:47','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/uno/',0,'lp_lesson','',0),(6438,1,'2016-05-14 11:57:41','2016-05-14 11:57:41','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-9','','','2016-05-14 11:57:41','2016-05-14 11:57:41','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-9/',0,'event_auth_book','',0),(6449,1,'2016-05-15 13:31:51','2016-05-15 13:31:51','','Section 1','','publish','closed','closed','','section-1','','','2016-05-15 13:31:51','2016-05-15 13:31:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/section-1/',0,'lp_lesson','',0),(6450,1,'2016-05-15 13:31:51','2016-05-15 13:31:51','','Section 2','','publish','closed','closed','','section-2','','','2016-05-15 13:31:51','2016-05-15 13:31:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/section-2/',0,'lp_lesson','',0),(6451,1,'2016-05-15 13:31:51','2016-05-15 13:31:51','','Test item','','publish','closed','closed','','test-item','','','2016-05-15 13:31:51','2016-05-15 13:31:51','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/test-item/',0,'lp_lesson','',0),(6456,1,'2016-05-15 14:05:16','2016-05-15 14:05:16','','gggjgjgjgjgjgjg','','publish','closed','closed','','gggjgjgjgjgjgjg','','','2016-05-15 14:05:16','2016-05-15 14:05:16','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/gggjgjgjgjgjgjg/',0,'lp_lesson','',0),(6480,1,'2016-05-16 16:06:41','2016-05-16 16:06:41','','Section1','','publish','closed','closed','','section1','','','2016-05-16 16:06:41','2016-05-16 16:06:41','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/lessons/section1/',0,'lp_lesson','',0),(6504,1,'2016-05-17 17:14:06','2016-05-17 17:14:06','heronguyen2011 booking event 2948 with 1 slot','heronguyen2011 booking event 2948','','ea-cancelled','closed','closed','','heronguyen2011-booking-event-2948','','','2016-05-17 17:14:06','2016-05-17 17:14:06','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/heronguyen2011-booking-event-2948/',0,'event_auth_book','',0),(6513,1,'2016-05-27 09:44:43','2016-05-27 09:44:43','[pmpro_account]','Membership Account','','publish','closed','closed','','membership-account','','','2016-05-27 09:44:43','2016-05-27 09:44:43','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/',0,'page','',0),(6514,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[pmpro_billing]','Membership Billing','','publish','closed','closed','','membership-billing','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-billing/',0,'page','',0),(6515,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[pmpro_cancel]','Membership Cancel','','publish','closed','closed','','membership-cancel','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-cancel/',0,'page','',0),(6516,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[pmpro_checkout]','Membership Checkout','','publish','closed','closed','','membership-checkout','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-checkout/',0,'page','',0),(6517,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[pmpro_confirmation]','Membership Confirmation','','publish','closed','closed','','membership-confirmation','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-confirmation/',0,'page','',0),(6518,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[pmpro_invoice]','Membership Invoice','','publish','closed','closed','','membership-invoice','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-invoice/',0,'page','',0),(6519,1,'2016-05-27 09:44:44','2016-05-27 09:44:44','[vc_row css=\".vc_custom_1471017732444{margin-bottom: 50px !important;padding-top: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Choose Your Plan\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_column_text][lp_pmpro_courses][/vc_column_text][/vc_column][/vc_row]','Membership Levels','','publish','closed','closed','','membership-levels','','','2016-05-27 09:44:44','2016-05-27 09:44:44','',6513,'http://thim.staging.wpengine.com/demo-vc-university-2/membership-account/membership-levels/',0,'page','',0),(6572,1,'2016-06-06 11:45:58','2016-06-06 11:45:58','instructor booking event 2953 with 1 slot','instructor booking event 2953','','ea-cancelled','closed','closed','','instructor-booking-event-2953-7','','','2016-06-06 11:45:58','2016-06-06 11:45:58','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/instructor-booking-event-2953-7/',0,'event_auth_book','',0),(6578,1,'2016-06-06 13:30:44','2016-06-06 13:30:44','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-10','','','2016-06-06 13:30:44','2016-06-06 13:30:44','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-10/',0,'event_auth_book','',0),(6580,1,'2016-06-06 13:38:28','2016-06-06 13:38:28','learner booking event 2953 with 1 slot','learner booking event 2953','','ea-cancelled','closed','closed','','learner-booking-event-2953-11','','','2016-06-06 13:38:28','2016-06-06 13:38:28','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/event-book/learner-booking-event-2953-11/',0,'event_auth_book','',0),(6586,1,'2016-06-06 18:05:54','2016-06-06 18:05:54','TESTING TOO','','','publish','closed','closed','','6586','','','2016-06-06 18:05:54','2016-06-06 18:05:54','',6310,'http://thim.staging.wpengine.com/demo-vc-university-2/forums/reply/6586/',2,'reply','',0),(6608,1,'2016-06-20 10:49:50','2016-06-20 10:49:50','','kid-course-6','','inherit','open','closed','','kid-course-6','','','2016-06-20 10:49:50','2016-06-20 10:49:50','',4515,'http://itworks.coding.al/wp-content/uploads/2015/07/kid-course-6.jpg',0,'attachment','image/jpeg',0),(6609,1,'2016-06-20 10:50:07','2016-06-20 10:50:07','','kid-course-1','','inherit','open','closed','','kid-course-1','','','2016-06-20 10:50:07','2016-06-20 10:50:07','',4515,'http://itworks.coding.al/wp-content/uploads/2015/07/kid-course-1.jpg',0,'attachment','image/jpeg',0),(6610,1,'2016-06-20 10:50:15','2016-06-20 10:50:15','','kid-course-2','','inherit','open','closed','','kid-course-2','','','2016-06-20 10:50:15','2016-06-20 10:50:15','',4515,'http://itworks.coding.al/wp-content/uploads/2015/07/kid-course-2.jpg',0,'attachment','image/jpeg',0),(6611,1,'2016-06-20 10:50:20','2016-06-20 10:50:20','','kid-course-3','','inherit','open','closed','','kid-course-3','','','2016-06-20 10:50:20','2016-06-20 10:50:20','',4515,'http://itworks.coding.al/wp-content/uploads/2015/07/kid-course-3.jpg',0,'attachment','image/jpeg',0),(6612,1,'2016-06-20 10:50:25','2016-06-20 10:50:25','','kid-course-4','','inherit','open','closed','','kid-course-4','','','2016-06-20 10:50:25','2016-06-20 10:50:25','',4515,'http://itworks.coding.al/wp-content/uploads/2015/07/kid-course-4.jpg',0,'attachment','image/jpeg',0),(6616,1,'2016-06-21 03:58:33','2016-06-21 03:58:33','','presentaion-1','','inherit','open','closed','','presentaion-1','','','2016-06-21 03:58:33','2016-06-21 03:58:33','',4430,'http://itworks.coding.al/wp-content/uploads/2016/03/presentaion-1.jpg',0,'attachment','image/jpeg',0),(6700,1,'2016-08-20 06:45:18','2016-08-20 06:45:18','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][rev_slider alias=\"home-university\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471674632787{padding-top: 29px !important;padding-bottom: 29px !important;background-color: #ffb606 !important;}\" el_class=\"thim-university-top-icon \"][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\" el_class=\"thim-no-border\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffffff\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471681244488{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}\" el_class=\"thim-welcome-university\"][vc_column width=\"1/3\" css=\".vc_custom_1471674731278{padding-right: 30px !important;padding-left: 15px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Welcome\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-icon-box line_after_title=\"\" desc_content=\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.\n\n\" custom_font_size_desc=\"0\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"Read More\" icon_type=\"custom\" custom_image_icon=\"6705\" width_icon_box=\"370\" layout_text_align_sc=\"text-left\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471675313730{padding-right: 15px !important;padding-left: 30px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events number_posts=\"3\" layout=\"layout-2\" text_link=\"VIEW ALL\"][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwY291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471536442723{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\" el_class=\"thim-latest-new-university\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"6\" order=\"popular\" slider_pagination=\"\" slider_navigation=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"ENROLLED STUDENTS\" counters_value=\"6735\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LESSONS\" counters_value=\"59\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"5 STARS RATING\" counters_value=\"243\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"VIDEO\" counters_value=\"35\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471681425935{margin-bottom: 85px !important;}\" el_class=\"thim-latest-new-university\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Latest News\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"9\" number_posts=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"6707\" parallax_speed_bg=\"1.3\" el_class=\"thim-dark thim-join-the-elite-group \"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Trusted by over 6000+ students\" textcolor=\"#ffffff\" sub_heading=\"Join our community of students around the world helping you succeed.\" sub_heading_color=\"#ffffff\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-button title=\"Get Started\" new_window=\"true\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!</p>\n\n[mc4wp_form id=\"3101\"]</div>\n[/vc_column_text][/vc_column][/vc_row]','Demo University','','publish','closed','closed','','demo-university','','','2016-08-20 06:45:18','2016-08-20 06:45:18','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6700',0,'page','',0),(6702,1,'2016-08-20 06:47:31','2016-08-20 06:47:31','','slider-6.jpg','','inherit','closed','closed','','slider-6-jpg','','','2016-08-20 06:47:31','2016-08-20 06:47:31','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/slider-6.jpg',0,'attachment','image/jpeg',0),(6703,1,'2016-08-20 06:47:33','2016-08-20 06:47:33','','hero_slider_4.jpg','','inherit','closed','closed','','hero-slider-4-jpg','','','2016-08-20 06:47:33','2016-08-20 06:47:33','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/hero_slider_4.jpg',0,'attachment','image/jpeg',0),(6704,1,'2016-08-20 06:47:34','2016-08-20 06:47:34','','hero_slider_5.jpg','','inherit','closed','closed','','hero-slider-5-jpg','','','2016-08-20 06:47:34','2016-08-20 06:47:34','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/hero_slider_5.jpg',0,'attachment','image/jpeg',0),(6705,1,'2016-08-20 08:18:53','2016-08-20 08:18:53','','university','','inherit','open','closed','','university','','','2016-08-20 08:18:53','2016-08-20 08:18:53','',6700,'http://itworks.coding.al/wp-content/uploads/2016/08/university.jpg',0,'attachment','image/jpeg',0),(6707,1,'2016-08-20 08:19:48','2016-08-20 08:19:48','','bg_banner_3','','inherit','open','closed','','bg_banner_3','','','2016-08-20 08:19:48','2016-08-20 08:19:48','',6700,'http://itworks.coding.al/wp-content/uploads/2016/08/bg_banner_3.jpg',0,'attachment','image/jpeg',0),(6711,1,'2016-08-20 08:58:54','2016-08-20 08:58:54','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider_vc alias=\"home-university\" el_class=\"myCustomSlider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}\" el_class=\"thim-university-top-icon thim-bg-overlay hide-this-madafaka\"][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\" el_class=\"thim-no-border\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}\" el_class=\"thim-welcome-university-2 hide-this-madafaka\"][vc_column width=\"1/3\" css=\".vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Welcome\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-icon-box line_after_title=\"\" desc_content=\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.\r\n\r\n\" custom_font_size_desc=\"0\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"Read More\" icon_type=\"custom\" custom_image_icon=\"6705\" width_icon_box=\"370\" layout_text_align_sc=\"text-left\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events number_posts=\"3\" layout=\"layout-2\" text_link=\"VIEW ALL\"][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwY291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"thim-buy-now thim-bg-overlay hide-this-madafaka\"][vc_column width=\"2/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWJ1eS1ub3ctZGVzYyUyMiUzRSUwQSUzQ2gzJTIwY2xhc3MlM0QlMjJoZWFkaW5nJTIyJTNFVGhlJTIwYmVzdCUyMHRoZW1lJTIwZm9yJTIwdW5pdmVyc2l0eSUzQyUyRmgzJTNFJTBBJTNDcCUyMGNsYXNzJTNEJTIyZGVzY3JpcHRpb24lMjIlM0VMb3JlbSUyMElwc3VtJTIwaXMlMjBzaW1wbHklMjBkdW1teSUyMHRleHQlMjBvZiUyMHRoZSUyMHByaW50aW5nJTIwYW5kJTIwdHlwZXNldHRpbmclMjBpbmR1c3RyeS4lM0MlMkZwJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][thim-button title=\"BUY NOW ($64)\" url=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034\" new_window=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Kurset Tona\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"6\" order=\"popular\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"KURSANTE\" counters_value=\"6735\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"PROFESORE\" counters_value=\"59\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"VLERESIME MAKSIMALE\" counters_value=\"243\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"CERTIFIKIME\" counters_value=\"35\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471681425935{margin-bottom: 85px !important;}\" el_class=\"thim-latest-new-university\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Lajmet e fundit\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Lajmet e fundit nga bota e teknologjise\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"16\" number_posts=\"4\" orderby=\"recent\" order=\"desc\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"6707\" parallax_speed_bg=\"1.3\" el_class=\"thim-dark thim-join-the-elite-group \"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Mbi 6000+ studente te certifikuar\" textcolor=\"#ffffff\" sub_heading=\"Bashkohuni trajnimeve tona per te nisur rrugen drejt suksesit profesional.\" sub_heading_color=\"#ffffff\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-button title=\"Shiko Kurset\" new_window=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471684614246{margin-bottom: 65px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Pershtypjet e Studenteve\" sub_heading=\"Cfare mendojne studentet te cilet kane marre pjese ne trajnimet tona?\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\r\n<div class=\"thim-newlleter-homepage\">\r\n<p class=\"description\">Abonohuni per te marre njoftimet e fundit !</p>\r\n[mc4wp_form id=\"3101\"]\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"PARTNERET TANE\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-gallery-images number=\"5\" item_tablet=\"3\" item_mobile=\"2\" show_pagination=\"no\" image=\"6717,6718,6719,6721,6720,6722,6723\" image_size=\"full\"][/vc_column][/vc_row]','Demo University 2','','publish','closed','closed','','demo-university-2','','','2018-04-09 14:17:02','2018-04-09 14:17:02','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6711',0,'page','',0),(6713,1,'2016-08-20 08:59:52','2016-08-20 08:59:52','','bg-buy-now','','inherit','open','closed','','bg-buy-now','','','2016-08-20 08:59:52','2016-08-20 08:59:52','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg',0,'attachment','image/jpeg',0),(6717,1,'2016-08-20 09:09:38','2016-08-20 09:09:38','','partner-1','','inherit','open','closed','','partner-1','','','2016-08-20 09:09:38','2016-08-20 09:09:38','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-1.png',0,'attachment','image/png',0),(6718,1,'2016-08-20 09:09:40','2016-08-20 09:09:40','','partner-2','','inherit','open','closed','','partner-2','','','2016-08-20 09:09:40','2016-08-20 09:09:40','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-2.png',0,'attachment','image/png',0),(6719,1,'2016-08-20 09:09:43','2016-08-20 09:09:43','','partner-3','','inherit','open','closed','','partner-3','','','2016-08-20 09:09:43','2016-08-20 09:09:43','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-3.png',0,'attachment','image/png',0),(6720,1,'2016-08-20 09:09:45','2016-08-20 09:09:45','','partner-4','','inherit','open','closed','','partner-4','','','2016-08-20 09:09:45','2016-08-20 09:09:45','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-4.png',0,'attachment','image/png',0),(6721,1,'2016-08-20 09:09:48','2016-08-20 09:09:48','','partner-5','','inherit','open','closed','','partner-5','','','2016-08-20 09:09:48','2016-08-20 09:09:48','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-5.png',0,'attachment','image/png',0),(6722,1,'2016-08-20 09:10:20','2016-08-20 09:10:20','','partner-1','','inherit','open','closed','','partner-1-2','','','2016-08-20 09:10:20','2016-08-20 09:10:20','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-1-1.png',0,'attachment','image/png',0),(6723,1,'2016-08-20 09:10:23','2016-08-20 09:10:23','','partner-2','','inherit','open','closed','','partner-2-2','','','2016-08-20 09:10:23','2016-08-20 09:10:23','',6711,'http://itworks.coding.al/wp-content/uploads/2016/08/partner-2-1.png',0,'attachment','image/png',0),(6729,1,'2016-08-20 15:56:37','2016-08-20 15:56:37','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][rev_slider alias=\"home-languages-school\"][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"thim-global-locations\" css=\".vc_custom_1471709490186{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1471709478576{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-counters-box counters_label=\"Global Locations\" counters_value=\"10\" view_more_text=\"Find Our Location\" view_more_link=\"#\" style=\"number-left\" background_color=\"#febf28\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471709692797{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-counters-box counters_label=\"Programs & Courses\" counters_value=\"94\" view_more_text=\"Discover Now\" view_more_link=\"#\" style=\"number-left\" background_color=\"#ffb605\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471709705625{padding-right: 0px !important;padding-left: 0px !important;}\"][thim-counters-box counters_label=\"Years Of Experience\" counters_value=\"25\" view_more_text=\"Learn More\" view_more_link=\"#\" style=\"number-left\" background_color=\"#f0aa03\"][/vc_column][/vc_row][vc_row gap=\"15\" el_class=\"thim-box-language-tests\"][vc_column width=\"1/3\"][thim-icon-box title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" title_custom_mg_top=\"28\" title_custom_mg_bt=\"18\" line_after_title=\"true\" desc_content=\"Plura mihi bona sunt, inclinet, amari petere vellent. Quo usque tandem abutere, Catilina, patientia nostra. Vivamus sagittis lacus vel augue laoreet rutrum\n\n\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"true\" read_more_text=\"Learn More\" icon_type=\"custom\" custom_image_icon=\"6739\" width_icon_box=\"0\" layout_text_align_sc=\"text-left\" title=\"Language Tests\"][/vc_column][vc_column width=\"1/3\"][thim-icon-box title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" title_custom_mg_top=\"28\" title_custom_mg_bt=\"18\" line_after_title=\"true\" desc_content=\"Plura mihi bona sunt, inclinet, amari petere vellent. Quo usque tandem abutere, Catilina, patientia nostra. Vivamus sagittis lacus vel augue laoreet rutrum\n\n\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"true\" read_more_text=\"Learn More\" icon_type=\"custom\" custom_image_icon=\"6739\" width_icon_box=\"0\" layout_text_align_sc=\"text-left\" title=\"Business English Programs\"][/vc_column][vc_column width=\"1/3\"][thim-icon-box title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" title_custom_mg_top=\"28\" title_custom_mg_bt=\"18\" line_after_title=\"true\" desc_content=\"Plura mihi bona sunt, inclinet, amari petere vellent. Quo usque tandem abutere, Catilina, patientia nostra. Vivamus sagittis lacus vel augue laoreet rutrum\n\n\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"true\" read_more_text=\"Learn More\" icon_type=\"custom\" custom_image_icon=\"6739\" width_icon_box=\"0\" layout_text_align_sc=\"text-left\" title=\"Junior Programs\"][/vc_column][/vc_row][vc_row gap=\"15\" el_class=\"thim-buy-now thim-bg-overlay\" css=\".vc_custom_1471711754782{background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"2/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWJ1eS1ub3ctZGVzYyUyMiUzRSUwQSUzQ2gzJTIwY2xhc3MlM0QlMjJoZWFkaW5nJTIyJTNFTmV3JTIwU3R1ZGVudHMlMjBKb2luJTIwRXZlcnklMjBXZWVrJTNDJTJGaDMlM0UlMEElM0NwJTIwY2xhc3MlM0QlMjJkZXNjcmlwdGlvbiUyMiUzRUxvcmVtJTIwSXBzdW0lMjBpcyUyMHNpbXBseSUyMGR1bW15JTIwdGV4dCUyMG9mJTIwdGhlJTIwcHJpbnRpbmclMjBhbmQlMjB0eXBlc2V0dGluZyUyMGluZHVzdHJ5LiUzQyUyRnAlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][thim-button title=\"Apply Now\" new_window=\"true\" custom_style=\"custom_style\" font_size=\"0\" font_weight=\"700\" color=\"#333333\" border_color=\"#ffb606\" bg_color=\"#ffb606\" hover_color=\"#333333\" hover_border_color=\"#e6a303\" hover_bg_color=\"#e6a303\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015646672{margin-top: 110px !important;margin-bottom: 100px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Choose Your Languages\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"14\" layout=\"tabs\" cat_id_tab=\"28,29,30,31\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWdldC0xMDBzJTIyJTNFJTBBJTNDcCUyMGNsYXNzJTNEJTIyZ2V0LTEwMHMlMjIlM0VHZXQlMjAxMDBzJTIwb2YlMjBvbmxpbmUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJ0aGltLWNvbG9yJTIyJTNFQ291cnNlcyUyMEZvciUyMEZyZWUlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUzQ2gyJTNFUmVnaXN0ZXIlMjBOb3clM0MlMkZoMiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][thim-countdown-box style_color=\"white\" text_align=\"text-left\" time_year=\"2016\" time_month=\"12\" time_day=\"01\" time_hour=\"12\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwY291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" sub_heading=\"Upcoming Education Events to feed your brain.\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events text_link=\"VIEW ALL\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5854\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471016167480{padding-top: 30px !important;padding-bottom: 85px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Latest News\" textcolor=\"#ffffff\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" sub_heading_color=\"#ffffff\" line=\"yes\" bg_line=\"#ffffff\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"9\" number_posts=\"4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Subscribe now and receive weekly newsletter with educational materials, new courses, interesting posts, popular books and much more!</p>\n[mc4wp_form id=\"3101\"]\n\n</div>\n[/vc_column_text][/vc_column][/vc_row]','Demo Languages School','','publish','closed','closed','','demo-languages-school','','','2016-08-20 15:56:37','2016-08-20 15:56:37','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6729',0,'page','',0),(6731,1,'2016-08-20 16:00:26','2016-08-20 16:00:26','','languages-slider-1.jpg','','inherit','closed','closed','','languages-slider-1-jpg','','','2016-08-20 16:00:26','2016-08-20 16:00:26','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/languages-slider-1.jpg',0,'attachment','image/jpeg',0),(6732,1,'2016-08-20 16:00:27','2016-08-20 16:00:27','','languages-slider-2.jpg','','inherit','closed','closed','','languages-slider-2-jpg','','','2016-08-20 16:00:27','2016-08-20 16:00:27','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/languages-slider-2.jpg',0,'attachment','image/jpeg',0),(6737,1,'2016-08-20 16:31:43','2016-08-20 16:31:43','','bussiness-english','','inherit','open','closed','','bussiness-english','','','2016-08-20 16:31:43','2016-08-20 16:31:43','',6729,'http://itworks.coding.al/wp-content/uploads/2016/08/bussiness-english.jpg',0,'attachment','image/jpeg',0),(6738,1,'2016-08-20 16:31:48','2016-08-20 16:31:48','','junior-program','','inherit','open','closed','','junior-program','','','2016-08-20 16:31:48','2016-08-20 16:31:48','',6729,'http://itworks.coding.al/wp-content/uploads/2016/08/junior-program.jpg',0,'attachment','image/jpeg',0),(6739,1,'2016-08-20 16:31:51','2016-08-20 16:31:51','','language-tests','','inherit','open','closed','','language-tests','','','2016-08-20 16:31:51','2016-08-20 16:31:51','',6729,'http://itworks.coding.al/wp-content/uploads/2016/08/language-tests.jpg',0,'attachment','image/jpeg',0),(6758,1,'2016-08-24 18:00:06','2016-08-24 18:00:06','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"thim-bg-overlay thim-search-light-style\" css=\".vc_custom_1472061806438{margin-bottom: 80px !important;padding-top: 230px !important;padding-bottom: 200px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/top-banner.jpg?id=6760) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-courses-searching layout=\"base\" title=\"Online Courses to Learn\" description=\"Own your future learning new skills online\"][/vc_column_inner][/vc_row_inner][vc_raw_html]JTNDdWwlMjBjbGFzcyUzRCUyMnNlYXJjaC1jb3Vyc2UtbGlzdC1pbmZvJTIyJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdyYWR1YXRpb24tY2FwJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFT3ZlciUyMDclMjBtaWxsaW9uJTIwc3R1ZGVudHMuJTNDJTJGYSUzRSUzQyUyRmxpJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLXJlYmVsJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFTW9yZSUyMHRoYW4lMjAzMCUyQzAwMCUyMGNvdXJzZXMuJTNDJTJGYSUzRSUzQyUyRmxpJTNFJTBBJTA5JTNDbGklM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLXBhcGVyLXBsYW5lJTIyJTNFJTNDJTJGaSUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFTGVhcm4lMjBhbnl0aGluZyUyMG9ubGluZS4lM0MlMkZhJTNFJTNDJTJGbGklM0UlMEElM0MlMkZ1bCUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1471451798605{margin-bottom: 60px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-courses order=\"popular\" layout=\"grid\" view_all_position=\"bottom\" view_all_courses=\"View All\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LEARNER\" counters_value=\"5000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"GRADUATES\" counters_value=\"6000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COUNTRIES REACHED\" counters_value=\"150\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"COURSES PUBLISHED\" counters_value=\"940\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1472062325088{margin-bottom: 70px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row]','Demo Courses Hub','','publish','closed','closed','','demo-courses-hub','','','2016-08-24 18:00:06','2016-08-24 18:00:06','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6758',0,'page','',0),(6760,1,'2016-08-24 18:03:01','2016-08-24 18:03:01','','top-banner','','inherit','open','closed','','top-banner','','','2016-08-24 18:03:01','2016-08-24 18:03:01','',6758,'http://itworks.coding.al/wp-content/uploads/2016/08/top-banner.jpg',0,'attachment','image/jpeg',0),(6766,1,'2016-08-24 18:18:17','2016-08-24 18:18:17','','slider-one-cour-1.jpg','','inherit','closed','closed','','slider-one-cour-1-jpg','','','2016-08-24 18:18:17','2016-08-24 18:18:17','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/slider-one-cour-1.jpg',0,'attachment','image/jpeg',0),(6767,1,'2016-08-24 18:18:23','2016-08-24 18:18:23','','price-slider.png','','inherit','closed','closed','','price-slider-png','','','2016-08-24 18:18:23','2016-08-24 18:18:23','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/price-slider.png',0,'attachment','image/png',0),(6768,1,'2016-08-24 18:19:13','2016-08-24 18:19:13','','slider-one-instructor.jpg','','inherit','closed','closed','','slider-one-instructor-jpg','','','2016-08-24 18:19:13','2016-08-24 18:19:13','',0,'http://itworks.coding.al/wp-content/uploads/2016/08/slider-one-instructor.jpg',0,'attachment','image/jpeg',0),(6771,1,'2016-08-24 18:27:42','2016-08-24 18:27:42','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1472063655315{margin-bottom: 0px !important;}\"][vc_column][vc_column_text][rev_slider alias=\"home-one-instructor\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472063645095{padding-top: 83px !important;background-color: #ffb606 !important;}\" el_class=\"thim-hello-there\"][vc_column width=\"1/2\"][thim-single-images image_alignment=\"center\" image=\"6775\" image_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzY19oZWFkaW5nJTIwdGV4dC1sZWZ0JTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFSGVsbG8lMjBUaGVyZSUzQyUyRmgzJTNFJTBBJTNDcCUyMGNsYXNzJTNEJTIyc3ViLWhlYWRpbmclMjIlM0VNeSUyMG5hbWUlMjAlM0NiJTNFS2VueSUyMFdoaXRlJTNDJTJGYiUzRSUzQyUyRnAlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmxpbmUlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmRlc2NyaXB0aW9uJTIyJTNFJTBBJTNDcCUzRUl0JTIwaXMlMjBhJTIwbG9uZyUyMGVzdGFibGlzaGVkJTIwZmFjdCUyMHRoYXQlMjBhJTIwcmVhZGVyJTIwd2lsbCUyMGJlJTIwZGlzdHJhY3RlZCUyMGJ5JTIwdGhlJTIwcmVhZGFibGUlMjBjb250ZW50JTIwb2YlMjBhJTIwcGFnZSUyMHdoZW4lMjBsb29raW5nJTIwYXQlMjBpdHMlMjBsYXlvdXQuJTIwVGhlJTIwcG9pbnQlMjBvZiUyMHVzaW5nJTIwTG9yZW0lMjBJcHN1bSUyMGlzJTIwdGhhdCUyMGl0JTIwaGFzJTIwYSUyMG1vcmUtb3ItbGVzcyUyMG5vcm1hbCUyMGRpc3RyaWJ1dGlvbiUyMG9mJTIwbGV0dGVycyUyQyUyMGFzJTIwb3Bwb3NlZCUyMHRvJTIwdXNpbmclMjAlMjdDb250ZW50JTIwaGVyZSUyQyUyMGNvbnRlbnQlMjBoZXJlJTI3JTJDJTIwbWFraW5nJTIwaXQlMjBsb29rJTIwbGlrZSUyMHJlYWRhYmxlJTIwRW5nbGlzaC4lMjBNYW55JTIwZGVza3RvcCUyMHB1Ymxpc2hpbmclMjBwYWNrYWdlcyUyMGFuZCUyMHdlYiUyMHBhZ2UlMjBlZGl0b3JzJTIwbm93JTIwdXNlJTIwTG9yZW0lMjBJcHN1bSUyMGFzJTIwdGhlaXIlMjBkZWZhdWx0JTIwbW9kZWwlMjB0ZXh0JTJDJTIwYW5kJTIwYSUyMHNlYXJjaCUyMGZvciUyMCUyN2xvcmVtJTIwaXBzdW0lMjclMjB3aWxsJTIwdW5jb3ZlciUyMG1hbnklMjB3ZWIlMjBzaXRlcyUyMHN0aWxsJTIwaW4lMjB0aGVpciUyMGluZmFuY3kuJTNDJTJGcCUzRSUwQSUzQ3AlM0VUaGUlMjBwb2ludCUyMG9mJTIwdXNpbmclMjBMb3JlbSUyMElwc3VtJTIwaXMlMjB0aGF0JTIwaXQlMjBoYXMlMjBhJTIwbW9yZS1vci1sZXNzJTIwbm9ybWFsJTIwZGlzdHJpYnV0aW9uJTIwb2YlMjBsZXR0ZXJzJTJDJTIwYXMlMjBvcHBvc2VkJTIwdG8lMjB1c2luZyUyMCUyN0NvbnRlbnQlMjBoZXJlJTJDJTIwY29udGVudCUyMGhlcmUlMjclMkMlMjBtYWtpbmclMjBpdCUyMGxvb2slMjBsaWtlJTIwcmVhZGFibGUlMjBFbmdsaXNoLiUzQyUyRnAlM0UlMEElM0MlMkZkaXYlM0UlMEElM0NwJTIwY2xhc3MlM0QlMjJyZWFkbW9yZSUyMiUzRSUzQ2ElMjB0aXRsZSUzRCUyMlJlYWQlMjBNb3JlJTIyJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRnAlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1471791722105{margin-bottom: 100px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Popular Courses\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"6\" slider_pagination=\"\" slider_navigation=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.8\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LEARNER\" counters_value=\"5000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"GRADUATES\" counters_value=\"6000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COUNTRIES REACHED\" counters_value=\"150\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COURSES PUBLISHED\" counters_value=\"940\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Learning Objectives\" sub_heading=\"So many academic goals that we expect you to achieve.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472066303921{margin-bottom: 65px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"thim-join-the-elite-group\" css=\".vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Trusted by over 6000+ students\" textcolor=\"#ffffff\" title_custom=\"custom\" font_size=\"36\" font_weight=\"700\" sub_heading=\"Join our community of students around the world helping you succeed.\" sub_heading_color=\"#ffffff\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-button title=\"Get Started\" url=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?ref=ThimPress&utm_source=demo&utm_medium=demofooter\" new_window=\"true\" custom_style=\"custom_style\" font_size=\"12\" font_weight=\"700\" color=\"#ffffff\" border_color=\"#111111\" bg_color=\"#111111\" hover_color=\"#ffffff\" hover_border_color=\"#333333\" hover_bg_color=\"#333333\"][/vc_column][/vc_row]','Demo One Instructor','','publish','closed','closed','','demo-one-instructor','','','2016-08-24 18:27:42','2016-08-24 18:27:42','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6771',0,'page','',0),(6775,1,'2016-08-24 18:31:43','2016-08-24 18:31:43','','hello-there','','inherit','open','closed','','hello-there','','','2016-08-24 18:31:43','2016-08-24 18:31:43','',6771,'http://itworks.coding.al/wp-content/uploads/2016/08/hello-there.png',0,'attachment','image/png',0),(6786,1,'2016-08-24 19:02:04','2016-08-24 19:02:04','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][rev_slider alias=\"home-one-course\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1472066095477{margin-bottom: 33px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What\'s It About?\" sub_heading=\"Online courses - Emerging trend - Revolutionize learning - Big future\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][thim-video external_video=\"95100108\"][/vc_column_inner][/vc_row_inner][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXdoYXQtaXQtYWJvdXQtZGVzYyUyMiUzRSUwQSUzQ3AlMjBjbGFzcyUzRCUyMmRlc2NyaXB0aW9uJTIyJTNFJTIyRml2ZSUyMHllYXJzJTIwZnJvbSUyMG5vdyUyMG9uJTIwdGhlJTIwd2ViJTIwZm9yJTIwZnJlZSUyMHlvdSVFMiU4MCU5OWxsJTIwYmUlMjBhYmxlJTIwdG8lMjBmaW5kJTIwdGhlJTIwYmVzdCUyMGxlY3R1cmVzJTIwaW4lMjB0aGUlMjB3b3JsZC4lMjBJdCUyMHdpbGwlMjBiZSUyMGJldHRlciUyMHRoYW4lMjBhbnklMjBzaW5nbGUlMjB1bml2ZXJzaXR5JTIyJTJDJTIwJTNDZW0lM0VCaWxsJTIwR2F0ZXMlM0MlMkZlbSUzRSUyMHNhaWQuJTIwV2l0aCUyMG5ldyUyMHdlYiUyMHRlY2hub2xvZ2llcyUyMGJlY29taW5nJTIwaW5jcmVhc2luZ2x5JTIwYWJ1bmRhbnQlMkMlMjBtYW5hZ2luZyUyMG9ubGluZSUyMGNvdXJzZXMlMjBpcyUyMG5ldmVyJTIwZWFzaWVyJTIwdGhhbiUyMHRoYXQlMjAtJTIwZm9yJTIwdGhlJTIwZ29hbCUyMG9mJTIwcHJvdmlkaW5nJTIwa25vd2xlZGdlJTIwYW5kJTIwZWR1Y2F0aW9uJTIwdG8lMjBnbG9iYWwlMjBhdWRpZW5jZXMuJTNDJTJGcCUzRSUwQSUzQ3AlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2ElMjBjbGFzcyUzRCUyMnRoaW0tYnV0dG9uJTIwdGhpbS1zbGlkZXItYnV0dG9uJTIyJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZlZHVjYXRpb253cC50aGltcHJlc3MuY29tJTJGZGVtby1vbmUtY291cnNlJTJGY291cnNlcyUyRmxlYXJucHJlc3MtMTAxJTJGJTIyJTNFR2V0JTIwU3RhcnRlZCUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472066012033{margin-bottom: 0px !important;padding-top: 30px !important;background-color: #ffb606 !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Meet Our Instructors\" textcolor=\"#ffffff\" sub_heading=\"They\'re all professional in knowledge and enthusiastic about the course.\" sub_heading_color=\"#ffffff\" line=\"yes\" bg_line=\"#ffffff\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472065881844{padding-top: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Interesting Features\" sub_heading=\"The course offer students the opportunity to customize their learning experience and achieve academic excellence.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][vc_column_inner width=\"1/2\"][thim-icon-box line_after_title=\"\" desc_content=\"\n\nAll lessons has been designed by experienced instructors with interactive teaching techniques will help students to achieve course excellence.\n\n\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-book\" font_awesome_icon_size=\"36\" width_icon_box=\"82\" icon_color=\"#ffb606\" layout_box_icon_style=\"circle\" layout_pos=\"left\" layout_text_align_sc=\"text-left\" title=\"Effective Lessons\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.8\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1472064194178{margin-bottom: 0px !important;padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"LEARNER\" counters_value=\"5000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"GRADUATES\" counters_value=\"6000\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COUNTRIES REACHED\" counters_value=\"150\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"COURSES PUBLISHED\" counters_value=\"940\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472063419689{padding-top: 30px !important;padding-bottom: 60px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Learning Objectives\" sub_heading=\"So many academic goals that we expect you to achieve.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][vc_column_inner width=\"1/3\"][thim-icon-box line_after_title=\"\" desc_content=\"Improved skills for building site to sell online courses successful, how to take that opportunity.\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-check\" font_awesome_icon_size=\"36\" width_icon_box=\"75\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"Skills\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472066223288{margin-bottom: 65px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"What People Say\" sub_heading=\"How real people said about Education WordPress Theme.\" line=\"yes\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"thim-join-the-elite-group\" css=\".vc_custom_1472064967869{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg_banner_3.jpg?id=6707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Trusted by over 6000+ students\" textcolor=\"#ffffff\" title_custom=\"custom\" font_size=\"36\" font_weight=\"700\" sub_heading=\"Join our community of students around the world helping you succeed.\" sub_heading_color=\"#ffffff\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-button title=\"Get Started\" url=\"https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?ref=ThimPress&utm_source=demo&utm_medium=demofooter\" new_window=\"true\" custom_style=\"custom_style\" font_size=\"12\" font_weight=\"700\" color=\"#ffffff\" border_color=\"#111111\" bg_color=\"#111111\" hover_color=\"#ffffff\" hover_border_color=\"#333333\" hover_bg_color=\"#333333\"][/vc_column][/vc_row]','Demo One Course','','publish','closed','closed','','demo-one-course','','','2016-08-24 19:02:04','2016-08-24 19:02:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?page_id=6786',0,'page','',0),(6802,1,'2016-09-05 00:58:37','2016-09-05 00:58:37','','How to build a Restaurant WordPress Website','','publish','closed','open','','build-restaurant-wordpress-website','','','2016-09-05 00:58:37','2016-09-05 00:58:37','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=forum&p=6802',0,'forum','',0),(6803,1,'2016-09-05 00:59:04','2016-09-05 00:59:04','This forum will be used to discuss on how to build a Charity WordPress Website from absolutely nothing for your Non-Government Organization.\nThe discussion in this forum section should solely serve the purpose of building a Charity, volunteering website.\nThe main CMS we are using is <em><strong>WordPress</strong></em>, and the <a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989?ref=thimpress\">best WordPress Charity Theme</a> for this field is <em><strong>Charity WP</strong></em>.\n\nFeel free to give us your thought.','Make a Charity WordPress Website from scratch','','publish','closed','open','','make-charity-wordpress-website-scratch','','','2016-09-05 00:59:04','2016-09-05 00:59:04','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=forum&p=6803',0,'forum','',0),(6804,1,'2016-09-05 00:59:13','2016-09-05 00:59:13','','The best Hotel WordPress Theme','','publish','closed','open','','best-hotel-wordpress-theme','','','2016-09-05 00:59:13','2016-09-05 00:59:13','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=forum&p=6804',0,'forum','',0),(6810,1,'2016-09-05 01:01:22','2016-09-05 01:01:22','Because of the relative complexity of learning management systems, most come with a premium price tag. <strong><a href=\"https://en-gb.wordpress.org/plugins/learnpress/\" target=\"_blank\">LearnPress</a> </strong>is the obvious exception, offering the core plugin for free from the official repository.\n\nBut how does this free option compare with the premium alternatives? Pretty well, actually. LearnPress is easy to use, comes with plenty of useful features, and, as with many free plugins, is fully extendable, too.\n\nCourses are created by navigating to <em>LearnPress</em> > <em>Course</em> > <em>Add New</em>. This will look like the default WordPress visual editor, but the important course details are configured using meta boxes directly below.\n\nFor a start, you can outline the course curriculum by adding course sections, then splitting them into individual lessons and quizzes. Each lesson/quiz is added with a single mouse click.\n\nFrom the visual editor screen, you can also configure other important settings for your course, including final assessment details (including pass mark), maximum enrollments, course duration, and number of retakes permitted. You can also use this section for setting an enrollment price — the free core supports PayPal payment out of the box, with extensions available for <strong>Stripe</strong> and <strong>WooCommerce </strong>integration.\n\nStudents may want to help each other out, communicate with teachers, or just plain socialize, and this can be achieved by creating a dedicated course forum. Adding a forum will require you to install one of the free add-ons, though, with either <strong>BuddyPress</strong> or <strong>bbPress</strong> integration available.\n\nTalking of add-ons, the LearnPress developers have released a whopping 17 to date — six free and 11 premium. The free core is impressive in its own right, but these extensions — particularly the premium ones — let you add the fancy functionality that brings LearnPress in line with the premium alternatives. Some of my favorite add-ons include:\n<ul>\n <li><strong><a href=\"https://wordpress.org/plugins/learnpress-prerequisites-courses/\" target=\"_blank\">LearnPress Prerequisite Courses</a> (FREE) </strong>— lets you create advanced courses that can only be enrolled into after prerequisite courses have been passed.</li>\n <li><strong><a href=\"https://thimpress.com/product/co-instructors-add-on-for-learnpress/\" target=\"_blank\">LearnPress Co-instructors</a> ($30) </strong>— lets you assign multiple teachers to a course.</li>\n <li><strong><a href=\"https://thimpress.com/product/assignment-add-on-for-learnpress/\" target=\"_blank\">LearnPress Assignments</a> ($30) </strong>— lets you set assignments for your courses that students submit by uploading to the website.</li>\n <li><strong><a href=\"https://thimpress.com/product/collections-add-on-for-learnpress/\" target=\"_blank\">LearnPress Collections</a> ($20)</strong> — lets you bundle courses together and sell them under one price tag.</li>\n <li><strong><a href=\"https://thimpress.com/product/mycred-add-on-for-learnpress/\" target=\"_blank\">LearnPress myCRED</a> ($30)</strong> — integrates LearnPress with myCRED, enabling students to earn badges and points for their progress.</li>\n</ul>\nLearnPress is compatible with any WordPress theme, however the developer has launched two dedicated LearnPress themes on ThemeForest: <strong><a href=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034?ref=thimpress\" target=\"_blank\" rel=\"dofollow\">Education WordPress Theme</a> - Education WP</strong> and <strong><a href=\"http://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?ref=thimpress\" target=\"_blank\">eLearning WP</a></strong>. Both look stunning, so I strongly recommend checking them out: <strong><a href=\"https://wordpress.org/plugins/learnpress/\" target=\"_blank\" rel=\"dofollow\">WordPress LMS</a></strong> - LearnPress - The best WordPress LMS Plugin.','This website is made by LearnPress - The best WordPress LMS Plugin','','publish','closed','open','','website-made-learnpress-best-wordpress-lms-plugin','','','2016-09-05 01:01:22','2016-09-05 01:01:22','',5746,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6810',0,'topic','',0),(6811,1,'2016-09-05 01:01:49','2016-09-05 01:01:49','Starting your own hotel is many people’s dream. Most are drawn by the charm of hospitality and see it as a chance to start a new beginning. Starting a hotel, just like any new business, is more difficult than it might seem at first sight.\n\nIf you have never worked in the international hotel industry you will be faced with many things you might not have considered or imagined. The hotel business is highly competitive and achieving good financial results is not as easy as it seems.\n\nIn my experience in dealing with entrepreneurs and investors I have found that there is no shortage of creative ideas for innovative hotel concepts. The challenge however, lies more in the strategic and organizational areas of the business.\n\nIt will be extremely important you prepare yourself well, do a lot of research and develop a detailed business plan to ensure success. Unfortunately I still see too many start-up hotels fail due to little planning. In my previous articles.\n\nIn our next few blog articles we will be covering various important aspects and steps of how to start your own hotel business. We will focus on:\n<ul>\n <li>Remarkable Hotel Concepts</li>\n <li>Hotel Business Plan</li>\n <li>Market Research</li>\n <li>Securing Investment</li>\n <li>Site Selection</li>\n <li>Permits and Licenses</li>\n <li>Hotel Pre-Opening Phase</li>\n <li>Staff Recruitment</li>\n <li>The Opening</li>\n <li>Managing the place</li>\n <li>The Best <strong><a href=\"https://themeforest.net/item/hotel-wordpress-theme-sailing/13321455?ref=thimpress\" rel=\"dofollow\">Hotel WordPress Theme</a></strong></li>\n</ul>\nWe hope these tips will help fellow entrepreneurs start a successful new hotel business! Please contact us if you need some help with writing a solid hotel business plan.\n\nWould you like to know more about hotel revenue management? Xotels is a hotel management company that assists independent hotels to outperform their competition and become market leaders.','How to start your own hotel business?','','publish','closed','open','','start-hotel-business','','','2016-09-05 01:01:49','2016-09-05 01:01:49','',6804,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6811',0,'topic','',0),(6812,1,'2016-09-05 01:02:12','2016-09-05 01:02:12','Gone are the days when people visit the restaurant directly without knowing about the restaurant. Food lovers these days like to know more about the restaurant before they make a visit. They like to know more about food menus, special recipes, food prices, restaurant environment, services offered, openings hours & days and so on. Now, in order to deliver all these information to potential restaurant customers having an online presence is really important.\n\nSo, you may want to build a custom website for restaurant but wait this can prove to be very expensive.\n\nWhat I would suggest you is, try these awesome responsive free restaurant WordPress themes that I am going to list in this article. Without investing a cent, I guarantee you that you can create a restaurant website which looks as if thousands of dollar was invested upon it. ???? I am not kidding, just visit the below themes and you will know it for yourself.\n\nAgain this is hand-held devices era, simply put, era where mobile phone is one of the basic needs of life. In my opinion, mobile devices have made us all people crazy but that’s a totally different topic that I may discuss some another day. ???? People will indeed be searching for restaurants more often in a mobile. So, if you are a restaurant owner make sure your site is responsive so every pages in your website is displayed beautiful in a well aligned manner. Make sure all information is readable and view-able in mobile. Good news is that all restaurant based WordPress templates that I have listed below are responsive as well.\n\nIf you have a good restaurant website then it is likely the website will bring the potential customers right to your restaurant table in front of you. He/she will eat the food that you offer and you will make more money. Sounds interesting? Okay then let’s do it. Trying to make online presence for your website can really be tough but if you select nice WordPress theme then this should not be so hard. Believe me! So here it begins.. the list of awesome, amazing, clean, free restaurant WordPress themes.\n<ol>\n <li class=\"t-heading -color-inherit -size-l h-m0 is-hidden-phone\"><strong><a href=\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219?ref=thimpress\" rel=\"dofollow\">WordPress Restaurant Theme - Resca</a></strong></li>\n</ol>\nThis friendly, welcoming theme comes loaded with customizable options and is a great fit for restaurants, coffee shops, and other dining establishments.\n\nResca’s smooth parallax scrolling experience will make navigating your website a joy for your customers, with dynamic text and hundreds of color, font and icon options available for you to pick out the look that best represents your business. Building a menu for your restaurant – complete with vivid photographs of dishes, seasonal menus, daily specials, as well as accompanying drinks menus or suggested wine pairings – is easy. Your customers will be able to book reservations for dinner directly on your website thanks to integration with OpenTable, the most popular restaurant booking plugin available. A well-designed blog enables you to keep customers up to date with new recipes on the menu, special themed dining evenings, and whatever other goings-on you feel like sharing.\n\nOne unique feature designed just for this theme is the inclusion of an events calendar, which is perfect for your establishment if you offer cooking courses or feature live music or other entertainment. It even includes a countdown clock so your customers know exactly how much time they have left to purchase a ticket! And as you would expect, more typical functionality – such as compatibility with the WooCommerce plugin to meet any e-commerce needs you may have – is present too.\n\nResca is the ideal theme choice for the multifaceted dining establishment that does more than just serve food or drinks.\n\n<strong>2. <a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178?ref=thimpress\" rel=\"dofollow\">Restaurant WordPress Theme | NEM</a></strong>\n\nNo matter if you are a large luxurious restaurant, a café shop, a bakery or an online food delivering business selling pizza, pasta or cheeseburger, NEM will fully meet your expectations and give your customers a brand new experience with great and beautifully made features.\n\nJust imagine how your wonderful your brand’s website would be with Unlimited Color skin and theme combination, Parallax and Responsive design, Elegant recipe list, Revolution Sliders for restaurant introduction or promotion campaign, Online booking and reservation and so on.\n\n<strong>FoodHunt</strong>\nFoodHunt theme comes with big full screen image slider. Add a mouth watering recipe image that your restaurant prepares, image of your restaurant’s pleasant environment, stock of your food ingredient or anything that you like. It’s your website what to keep right upfront in the home page is your choice, I am just giving you the idea. ????\n\nFoodHunt supports almost everything that you need to run a successful Restaurant business. Origin story, Services, Staffs, Blog, Gallery, Contact page, there are options to setup everything of these. You can show all of these right in the home page. On top of this, FoodHunt beautifully integrates with RestaurantPress plugin and help you to create different types of menu sets. You can configure menu sets like Vegetarian and Non-vegetarian, sets for Appetizers, Dinner, Launch, Starters, Main Course anything you like. It is all made simple and beautiful.\n\n<strong>Dyad</strong>\n\nDyad is by Automattic. So, as for the coding standards and security is concerned, themes by Automattic are the best ones in the world in this matter. Moving to the design, the demo speaks for itself. It is very clean, amazing and well thought of. Actually, I am blown away by this theme’s design, using just the default posts that WordPress offers anybody could create such a wonderful restaurant WordPress theme.\n\nDyad is minimal and hassle free. The beautiful aspects of Dyad are: it is well balanced and super clean, makes beautiful use of typography and white spaces, and you can highlight some of your posts as slider.\n\nDyad displays words and images in perfect balance: a post’s featured image and text excerpt get equal billing on the main blog page, while single posts and pages size and position images dynamically, depending on the screen size. The homepage shows a series of Featured Content with a large Featured Image.\n\n<strong>Canapé</strong>\n\nYet another amazing Restaurant theme by Automattic. Canapé is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look. Showcase your food and drink menu, while integrating the OpenTable widget to offer easy online reservations.\n\nThe Canapé theme’s front page template presents a targeted welcome page for your visitors, offering full-width featured images, a featured menu items section, and three widget areas.\n\nThe Canapé theme is responsive, providing an adapted and delightful reading experience across all devices, giving viewers easy access to the most important information about your business. You will want to start by placing a featured image and persuasive message on your home page, and building your menu of dishes or products.\n\n<strong>Bistro</strong>\n\nBistro is the child theme of Sydney theme. In case, you don’t what a child theme means please visit this article to learn more on this. Sydney is one of the most popular, powerful, complete, beautiful theme of our time. The Bistro theme is built over this solid Sydney theme. So, brings all the goodies of it’s parent theme and on top of that enhances the theme to bring out a theme that is best suited for Restaurant owners.\n\nBistro has built-in support for the Restaurant plugin so you can easily create your menus. The theme is cross browser compatible and support Chrome, Safari, Firefox, IE9+ and Opera.\n\n<strong>Receptar</strong>\n\nReceptar is simple, modern, responsive, high-DPI, fully customizable, stylish restaurant WordPress theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.\n\nReceptar is truly a piece of art and flawless. Once you setup featured image for all your posts, the theme will look breathtakingly majestic. You will love your site for how professional and beautiful it will look. The menu icon is placed at the top-side of the screen giving a full image to make direct and awesome impression on your visitors. Menu icon is followed by social icons that will help you connect with your social profiles. This can indeed prove to be a game changer to uplift your restaurant business.\n\nSupports Beaver Builder page builder and Jetpack plugin, Schema.org markup, Theme Hook Alliance action hooks, translation-ready code, front page slideshow, customizable colors, and other cool features. The theme is compatible with Chrome, Safari, Opera, Firefox, Internet Explorer 9+ browsers.\n\n<strong>Brasserie</strong>\n\nOne of the highlighted features of Brasserie is, it integrates beautifully with WooCommerce to setup an online stores that helps to sell the delicious recipes. About the design, Brasserie has striking design, clean layout, mobile friendly and makes great use of white space. Brasserie comes with great support too.\n\nBrasserie is a full-width, fully responsive and highly customizable free restaurant WordPress Theme. Add your own logo, header, google fonts, featured areas, social media links and much more. This versatile theme also has several different layouts, unlimited colors, google font options. Brasserie looks great on devices of all sizes.','Best Restaurant WordPress Theme','','publish','closed','open','','best-restaurant-wordpress-theme','','','2016-09-05 01:02:12','2016-09-05 01:02:12','',6802,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6812',0,'topic','',0),(6813,1,'2016-09-05 01:02:32','2016-09-05 01:02:32','Since the world has seen the success of popular crowdfunding platforms like Kickstarter and Indiegogo, crowdfunding is all the rage! Niche websites have popped up dedicated to gaming, music, nonprofits, and more.\n\nBefore becoming a blogger, I was a part of a web development company that created two crowdfunding platforms for clients. I know what it’s like on the coding side and have a good amount of experience helping creators.\n\nFrom my research, I’ve complied a list of websites, tools, and open source frameworks below that can help you create a crowdfunding platform. The coding ability required to implement these solutions may vary.\n<h3>White-Label Crowdfunding Platforms</h3>\n– Launcht: Launcht is one of the best known white-label crowdfunding platforms out there. They are based in Boston, MA and help customers create crowdfunding platforms for nonprofits, universities, startups, and more. Pricing information: Setup – $495-$5,995. Ongoing – $295/mo & 1% of all funds raised – $495/mo & 1% of all funds raised.\n\n– Invested.In: “Fully customizable. Trusted and used by some of the largest brands and names on the planet. It’s super-simple. We’ll help you set up.” Prices range from $345.90-$995.90 per month. There is also an enterprise tier where Invest.In will help with coding/design work.\n\n– CrowdValley: “Configure and launch your own crowdfunding, peer-to-peer marketplace, or online investment portal. Plug in services and APIs for investor accreditation, escrow accounts, due diligence, regulatory compliance, and financial back office.” Prices range from $99-$1,499 per month.\n\n– CrowdfundHQ: “The fastest, easiest way to create a successful crowdfunding site. No coding required. Best pricing in the industry.” Prices range from $60-$200 per month.\n\n– Towema: “The easiest way to launch a personalized crowdfunding platform.” Prices range from $500-$1,500 per month.\n\n– CrowdForce: “DealRoom: crowdfinancing connects investors and issuers.\nCrowdForce: rewards crowdfunding for business or nonprofits.” Pricing information: pending.\n<h3>Open Source Crowdfunding Platforms</h3>\n– Catarse: Catarse is an open source crowdfunding platform that was created in Brazil. Judging from the last time I used the code base, it will require a good amount of manipulation and bug fixing if you’d like to use it to create a crowdfunding site. It’s easiest to set up with PayPal. Once you do get it working to your needs, it’s awesome and performs the job well. You can see it in action here.\n\n– Spot.us (Crowdfunded Reporting): Spot.us is a community funded reporting platform. There is also an open-source version on github. It uses the Ruby on Rails framework.\n\nFor more, see seeing factory’s blog, where there is a good list of open source crowdfunding platforms.\n<h3>WordPress Themes for a Crowdfunding Platform</h3>\n<ul>\n <li><strong><a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989?ref=thimpress\" rel=\"dofollow\">Charity WP</a></strong> is an expertly designed and seriously effective, modern and resourceful, highly responsive WordPress multipurpose charity and nonprofit organization website theme. Charity has been crafted by an experienced team of talented developers working together to design an incredible solution for all sorts of charitable projects and nonprofit organizations and their endeavors. Whether you are putting together a charitable ball or gala, any sort of fundraising event, or managing an ongoing charity, Charity is the theme for you. This <a href=\"http://Thimpress.com\">Charity WordPress Theme is made by ThimPress</a>Nonprofit organizations will also find in Charity a sound ally in all their pursuits, with Charity’s features being solely thought out to solve every problem a charity or nonprofit may encounter, from sophisticated, modern subscription newsletters with ample features to engage your donor base, an entirely functional out of the box system for creating and promoting your donation campaigns, charity drives and causes individually, a powerful donation system built right into Charity to ease your donor’s user experience while contributing to your cause, nonprofit event options, automated calls for volunteers, predesigned Mission and Vision pages, and so much more, you’d never hear the end of it. Charity is a resourceful and thorough package, equipped with a strong set of tools to get your charitable work done, today!</li>\n <li>Ignition Deck: Ignition Deck is a popular wordpress crowdfunding plugin and crowdfunding theme. Pricing ranges from $79-$349. Extensions include WePay, Amazon Payments, and MixPanel Analytics.</li>\n <li>Fundify: Fundify is a wordpress crowdfunding theme by the popular theme marketplace, ThemeForest. It costs $60, integrates with WePay and PayPal, and supports flexible and fixed fundraising options.</li>\n <li>FundingPress: FundingPress is another theme created by ThemeForest that you can use to create a crowdfunding platform. It costs $55 and has a bit of a different layout than Fundify.</li>\n <li>CrowdPress: CrowdPress is another wordpress crowdfunding theme on the ThemeForest marketplace. It costs $45 and uses PayPal as a payment method.</li>\n <li>Campaignify – Another wordpress theme, Campaignify offers a bit of a different layout than the other “build your own crowdfunding platform” themes on the website. it costs $55.</li>\n <li>Franklin: Franklin is a premium wordpress theme in the ThemeForest marketplace. Personally, I like the design. It costs $45.</li>\n <li>Mission theme: This theme is good for donation based crowdfunding websites. It costs $45 and is more geared towards charities and nonprofits.</li>\n <li>Funder WordPress Theme: Another crowdfunding platform theme in the ThemeForest marketplace. It costs $45.</li>\n</ul>\nI couldn’t find any Drupal themes/extensions to help with creating a crowdfunding platform, and only one resource for Joomla developers looking to create a platform. If you know of any, then please leave a comment below.\n<h3>Self-Funding Crowdfunding Platforms</h3>\n– Self-starter.us: “Selfstarter is an open source starting point for building your own ad-hoc crowdfunding site. It was put together by Lockitron after they were turned down from Kickstarter.”\n\n– CrowdtiltOpen: “Launch your own crowdfunding platform without touching a line of code.” CrowdtiltOpen was launched by Crowdtilt.\n\nFor more, see the “continue fundraising” section of 22 websites to help post-kickstarter with reward fulfillment and product sales.\n<h3>Deciding to launch a crowdfunding platform?</h3>\nBe sure to publish a free press release through CrowdfundingPR.org and leave a comment below if you have any questions about the links I’ve included in this article. If you found this article to be helpful, leave a comment below and let me know!\n\nIn addition, I highly recommend checking out our other article on how to get projects for your crowdfunding platform.','Best Charity WordPress Themes','','publish','closed','open','','best-charity-wordpress-themes','','','2016-09-05 01:02:32','2016-09-05 01:02:32','',6803,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6813',0,'topic','',0),(6814,1,'2016-09-05 01:02:50','2016-09-05 01:02:50','A lot of charities rely on voluntary funding. This funding is carefully distributed and there are often more important things ahead of a generous budget for the website.\n\nSo how does a charity get the most out of its website? It needs to let users find out information about the charity, but the main objective of the site is to get people involved with the charity, usually resulting in the user donating money.\n\nIn this article, we look at 8 principles that you should follow when creating a charity website.\n<h2>WHAT MAKES A GOOD CHARITY WEBSITE?</h2>\n<h3>1. A MISSION</h3>\nA quick tagline to sum up what the charity (or charitable event) is about.\n<h3>2. HOW SPONSORS WILL BE HELPING</h3>\nLet your users know what you do with their money once they sponsor. They’ll want to know how they’re making a difference to someone’s life.\n<h3>3. PHOTOS OF PEOPLE THE SPONSORS WILL BE HELPING</h3>\nHelp users identify and visualize the people they’ll be helping.\n<h3>4. DONATE BUTTON</h3>\nThe donate button is most likely the most important asset of a charity website so it should be prominent and obvious. This is the ultimate end goal for users.\n<h3>5. DONATIONS TO DATE</h3>\nIf the website is for a specific charitable event, show how much the charity’s raised to date. Current sponsors get to see how useful they’ve been while possible sponsors can see that there are other people already helping and the campaign is active.\n<h3>6. A FUNDING GOAL</h3>\nIf applicable, share your goal. Having a target gives people something to aim for.\n<h3>7. KEEP IN TOUCH</h3>\nSponsors will want you to keep in touch as they now have a vested interested, so make sure they can. Let people sign up and send them an occasional newsletter about what the charity is up to. This will also be helpful when it comes to looking for future donations.\n<h3>8. HOW CAN PEOPLE HELP</h3>\nDonating money is the obvious way people can help, but make it clear they can help in other ways. Suggest fundraising ideas and advise how users can help promote the website and charity via other social networking sites.\n<h3>9. USE A BEAUTIFUL CHARITY WORDPRESS THEME</h3>\nJust fulfilling all the above functions isn\'t enough. How beautiful your website is should also be considered as a pre-requisite. <strong>Charity WP is a <a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989?ref=thimpress\" rel=\"dofollow\">Charity WordPress Theme</a></strong> that can do this part for you. It has all the great plugins and all the great design a Non-profit website should have.','What makes a good charity website','','publish','closed','open','','makes-good-charity-website','','','2016-09-05 01:02:50','2016-09-05 01:02:50','',6803,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6814',0,'topic','',0),(6815,1,'2016-09-05 01:03:36','2016-09-05 01:03:36','Crowdfunding has taken off in a big way in the past few years. It’s easy to see why, as the Internet offers a way for many like-minded people to club together. But you don’t need to use a service like Kickstarter if you’re already running your popular website…\n\n<strong>Build a stable Crowdfunding WordPress Website</strong>\n\nThe first step is always easiest - Build a website. To do this, you can choose from downloading free themes on the Internet, or downloading pre-built Premium themes, or hiring your people building your site.\n\nThe optimal solution is to choose one of the <a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989?ref=thimpress\" rel=\"dofollow\">best Charity WordPress Theme</a> to do this. Because you will both:\n<ul>\n <li>Save your time</li>\n <li>Save your money</li>\n</ul>\nEverything is already pre-made for you, so all you need to do was just making content and sending your website to your friends.\n\n<strong>Run Crowdfunding Campaigns On Your Website</strong>\n\nIt should come as no surprise that MakeUseOf runs regular crowdfunding articles. The ease with which it is possible to back interesting new projects – the majority of which would never get off the ground a few years ago – is exciting for many, offering the chance to put someone’s dream into action with a small pre-sale contribution that might grab you a credit or a copy of the item being produced (depending on the project of course). Able to contribute more? Then your reward will be greater once the project has completed (remember that not all crowdfunding projects make it to the end).\n\nThis is the beauty of crowdfunding, the collaborative finance system made possible by the Web.\n\nContrary to perceived wisdom. However, you don’t need to spend time setting up a page on Indiegogo, Kickstarter or any of the successful crowdfunding websites, or paying the fees for a successful campaign (for instance, Kickstarter charges 5%).\n\nThere are particular types of project that you can set up and attract funding for using just a page on your website, with arguably greater ease than on a well-known crowdfunding site.\n\n<strong>Assessing Demand</strong>\n\n<strong>What is the topic of your blog or website? Do you have a large, regular readership?</strong>\n\nThere are several ways you can spin off products that your readers might be interested in buying. Books, comics and magazines, movies, even CDs and t-shirts can be custom made and sold through your website. Naturally, some of these will involve a lot more work than others, but those that are easier to produce will make nice benefits when you launch your campaign.\nAssessing demand for your crowdfunded project can be difficult. It mostly depends on your readers’ passion and the nature of the product. If for example, you’re a tech website launching a new app or device, with backing required for mass production or promotion, you’ll probably find that with loyal readers you can attract enough interest to start crowdfunding.\n\nSimilarly, any site with a burgeoning newsletter subscription list can leverage this following to its crowdfunding benefit.\n\nOn the other hand, if your niche is less cerebral and doesn’t add any real value to your reader’s everyday web browsing, raising the funds for your campaign may prove difficult (and the same will be true of launching the campaign on a mainstream crowdfunding site).\n\n<strong>Researching Price, Offering Bonuses and Benefits</strong>\n\nOne of the most important aspects of any crowdfunded campaign is the amount of money you need to raise to make the project a reality.\n\nTo get this crucial figure ready, you should spend as much time as possible researching every aspect of the production of your project. Then – and only then – should you consider speaking to your team (assuming you’re not going it alone) about what benefits and bonuses might be available for backers who pledge more than the standard amount.\n\nYou might, for instance, have an artist working on your project, one who can isolate some images and use them for t-shirts. A fundamental contribution of $1 for early access to the finished product might then be stepped up to $20 for early access plus a t-shirt.\n\nIf you’re short of ideas for coming up with bonus benefits, using brainstorming or mind-mapping websites and techniques should help.\n\n<strong>Promoting Your Crowdfunding Campaign</strong>\n\nThere are several ways in which you can support any crowdfunding campaign, and these methods are just as important when the project is being hosted on your site.\nFacebook and Twitter accounts, pages and groups are vital to the success of your campaign, but so are regular updates. For the best results, you should have a dedicated category on your website for the project so that all updates are easy to find.\n\nIf your site has a podcast then you should use this to help promote the campaign, while networks that you are already involved with (perhaps online groups, forums, even LinkedIn) are also good ways to spread the word, and even find people to help contribute to the project if there are any openings.\n\nThe most important aspect of promotion, however, is that it should be constant. Don’t stop. Make it a daily task to find new people who might contribute.\n\n<strong>Case Study: One Website, Three Successful Campaigns</strong>\n\nEverything being shared here is based on my experiences managing three print projects on my website.\n\nIn 2010, I launched a crowdfunded/pre-order campaign to fund the printing of a book, Ultimate Regeneration (now available on Amazon). The initial sale price was much lower than that currently found on Amazon, and the target for funding the printing was achieved within a couple of weeks.\n\nSummer 2012 saw me tied up with a second project, a limited edition charity comic book that was funded in the same way, with all profits going to charity.\n\nIn late 2013, I set up yet another crowdfunding project. Consisting of another limited edition graphic novel as the primary product with a version including additional exclusive content and a t-shirt for those wanting to pay more, this is also a project where the profits will be donated to a prominent charity.\n\nEvery tactic and concept described above have been used in the planning, launch, and execution of these projects, which have all met their production costs and proved successful. All you need to do to take payment is set up a payment button — PayPal is an attractive option in these circumstances. If you run a blog, then you might also consider an e-commerce plugin.\n\n<strong>The Takeaway: Have A Successful Website? You Don’t Need Kickstarter, Indiegogo, Etc.</strong>\n\nAs you can see, with a successful website and a loyal, passionate audience you don’t need to rely on established crowdfunding services. The risks of sending your readers off to another site unnecessarily are evident – managing your crowdfunding project from the comfort of a recognised online presence is a great way to keep everything familiar and in-house.\n\n<strong>To summarise:</strong>\n<ul>\n <li>Research the project entirely cost everything.</li>\n <li>Utilise your audience and community.</li>\n <li>Save money and focus interest by hosting the crowdsourced fundraiser on your website.</li>\n <li>Use your existing social streams and relationships to generate interest.</li>\n</ul>\nHowever you plan to proceed, we wish you well and hope that it culminates with the successful completion of your project.\n\nHave you used a crowdfunding service only to be disappointed with the results? Would you consider raising funds for your project from your website rather than a crowdfunding site?\n\nLet us know your thoughts!','6 steps to make a crowdfunding website','','publish','closed','open','','6-steps-make-crowdfunding-website','','','2016-09-05 01:03:36','2016-09-05 01:03:36','',6803,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6815',0,'topic','',0),(6816,1,'2016-09-05 01:03:59','2016-09-05 01:03:59','This forum will be used to discuss on how to build a <strong>Charity WordPress Website</strong> from absolutely nothing for your Non-Government Organization.\n\nThe discussion in this forum section should solely serve the purpose of building a Charity, volunteering website.\n\nThe main CMS we are using is WordPress, and the best <a href=\"https://themeforest.net/item/charity-wordpress-theme-charity-wp/15593989?ref=thimpress\" target=\"_blank\" rel=\"dofollow\">Charity WordPress Theme</a> for this field is Charity WP.\n\nFeel free to give us your thought.','Charity Making Course - FAQ','','publish','closed','open','','charity-making-course-faq','','','2016-09-05 01:03:59','2016-09-05 01:03:59','',6803,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6816',0,'topic','',0),(6817,1,'2016-09-05 01:04:29','2016-09-05 01:04:29','There are certain characteristics that distinguish a good restaurant from an average one. Such qualities help keep a good restaurant\'s tables filled with satisfied customers. If your small business owns a restaurant, understanding some of the qualities it should have will increase its chances of creating repeat business and consistent profits.\n<h3>High-Quality Food</h3>\nA good restaurant sets a high standard for its food quality and ensures that guests receive the same quality with every meal. Serving quality food can earn your restaurant a good reputation and compel your guests to return for repeat visits.\n\nHigh-quality ingredients and an experienced cook are important to serving good food consistently. A good cook understands your guests\' needs and works well with the kitchen staff to ensure that guests receive their meal the way they ordered it every time.\n<h3>Good Overall Experience</h3>\nProviding good customer service in a clean environment helps to enhance your guests’ overall experience of your restaurant. The staff who interact with your guests should be courteous and maintain a positive attitude. Servers should know the menu well, deliver guests’ food and drinks on time, and quickly address any issues that an unsatisfied guest may have.\n\nAll staff should help to keep the restaurant clean at all times, including the kitchen, food preparation areas and any areas that guests come into contact with.\n<h3>Different from the Rest</h3>\nIf your restaurant provides good food and service but is too similar to other restaurants, customers may overlook your restaurant when deciding where to dine.\n\nA good restaurant should have one or more unique features that stand out in a customer’s mind and give it a competitive advantage over others. For example, your restaurant may be the only restaurant in town that makes its ingredients fresh daily or it may have an amazing view of the city that none of your competitors have.\n\nTo make your restaurant different from the rest, one simple trick you can do is to make a great website with it. Some websites used these WordPress theme and made extra-ordinary impacts:\n<ul>\n <li>\n<div class=\"item-header\" data-view=\"itemHeader\">\n<div class=\"item-header__title\">\n<p class=\"t-heading -color-inherit -size-l h-m0 is-hidden-phone\"><em><strong><a href=\"https://themeforest.net/item/restaurant-wordpress-theme-nem/14025178?ref=thimpress\" rel=\"dofollow\">Restaurant WordPress Theme | NEM </a></strong></em></p>\n\n</div>\n</div></li>\n <li><strong><a href=\"https://themeforest.net/item/wordpress-restaurant-theme-resca/12124219?ref=thimpress\" rel=\"dofollow\">WordPress Restaurant Theme - </a></strong>Resca</li>\n</ul>\n<h3>Good Business Management</h3>\nA good restaurant owner manages the business aspect of the restaurant properly, which increases the chances that it can provide quality food and service without interruption. Running your restaurant properly can also help boost your small business’s profits.\n\nYou must manage your restaurant’s finances, keep good records and stay current with regulatory requirements, such as taxes and health inspections. For example, consistently paying your vendors on time reduces the risk of running out of items on your menu.','What makes a good Restaurant','','publish','closed','open','','makes-good-restaurant','','','2016-09-05 01:04:29','2016-09-05 01:04:29','',6802,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6817',0,'topic','',0),(6818,1,'2016-09-05 01:04:49','2016-09-05 01:04:49','How to Start a Boutique Hotel: How to Market Your Boutique Hotel\n\nAn oft-overlooked aspect of opening a smaller hotel is your product distribution, or how you market yourself. Because you don\'t have that existing brand recognition of the larger chains, you need to get the word out there about your resort. By defining your resort as a brand of one and communicating your standards in the same way that larger resorts do, your customers will gain a level of comfort and familiarity with your resort. Telling a unique story behind the location or history of the hotel (for The Chelsea, it\'s nod to Atlantic City\'s past) can put you over the top in terms of occupancy and success.\n\nThe fundamental of marketing for a Hotel is that you must have a nice and beautiful Hotel Website. Consider using <a href=\"https://thimpress.com/wordpress-hotel-theme-sailing/\" rel=\"dofollow\">Hotel WordPress Theme Sailing</a> - the best WordPress hotel theme for your business.\n\nThe good thing for many start-ups is that the Internet has made this marketing aspect considerably easier. You can now put your boutique hotel on a level playing field with some of the larger branded properties thanks to the benefits of travel search engines like Expedia, Bing, Hotels.com and more as a great way to raise your brand recognition.\n\nNo matter how you break it down, it comes down to your return on investment as a boutique hotel. But with no franchise fees and the opportunity to operate with your own customer service ideas and brand characteristics, boutiques offer the chance to succeed as an independent hotel.','What to think of when managing a Hotel service','','publish','closed','open','','think-managing-hotel-service','','','2016-09-05 01:04:49','2016-09-05 01:04:49','',6804,'http://thim.staging.wpengine.com/demo-vc-university-2/?post_type=topic&p=6818',0,'topic','',0),(6834,1,'2017-02-21 03:15:54','2017-02-21 03:15:54','[tp_event_forgot_password]','Forgot Password','','publish','closed','closed','','forgot-password','','','2017-02-21 03:15:54','2017-02-21 03:15:54','',0,'http://thim.staging.wpengine.com/demo-vc-university-2/forgot-password/',0,'page','',0),(6836,1,'2018-03-29 23:10:36','2018-03-29 23:10:36',' ','','','publish','closed','closed','','6836','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',5,'nav_menu_item','',0),(6837,1,'2018-03-29 23:10:36','2018-03-29 23:10:36',' ','','','publish','closed','closed','','6837','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',12,'nav_menu_item','',0),(6838,1,'2018-03-29 23:10:36','2018-03-29 23:10:36',' ','','','publish','closed','closed','','6838','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',11,'nav_menu_item','',0),(6844,1,'2018-03-29 23:10:37','2018-03-29 23:10:37','','Privacy','','publish','closed','closed','','privacy','','','2018-04-09 21:48:03','2018-04-09 20:48:03','',0,'http://itworks.coding.al/index.php/2018/03/29/privacy/',1,'nav_menu_item','',0),(6845,1,'2018-03-29 23:10:37','2018-03-29 23:10:37','','Terms','','publish','closed','closed','','terms','','','2018-04-09 21:48:03','2018-04-09 20:48:03','',0,'http://itworks.coding.al/index.php/2018/03/29/terms/',2,'nav_menu_item','',0),(6846,1,'2018-03-29 23:10:37','2018-03-29 23:10:37','','Sitemap','','publish','closed','closed','','sitemap','','','2018-04-09 21:48:03','2018-04-09 20:48:03','',0,'http://itworks.coding.al/index.php/2018/03/29/sitemap/',3,'nav_menu_item','',0),(6848,1,'2018-03-29 23:10:37','2018-03-29 23:10:37',' ','','','publish','closed','closed','','6848','','','2018-03-29 23:10:37','2018-03-29 23:10:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',1,'nav_menu_item','',0),(6849,1,'2018-03-29 23:10:37','2018-03-29 23:10:37',' ','','','publish','closed','closed','','6849','','','2018-03-29 23:10:37','2018-03-29 23:10:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',3,'nav_menu_item','',0),(6851,1,'2018-03-29 23:10:37','2018-03-29 23:10:37',' ','','','publish','closed','closed','','6851','','','2018-03-29 23:10:37','2018-03-29 23:10:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',2,'nav_menu_item','',0),(6860,1,'2018-03-29 23:10:38','2018-03-29 23:10:38',' ','','','publish','closed','closed','','6860','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/index.php/2018/03/29/',10,'nav_menu_item','',0),(6861,1,'2018-03-29 23:10:38','2018-03-29 23:10:38','','Galleria','','publish','closed','closed','','6861','','','2018-04-09 13:48:56','2018-04-09 13:48:56','',0,'http://itworks.coding.al/index.php/2018/03/29/',3,'nav_menu_item','',0),(6867,1,'2015-10-19 03:56:11','2015-10-19 03:56:11','<p>[text* your-name placeholder \"Emri *\"] </p>\r\n<p>[email* your-email placeholder \"Email *\"] </p>\r\n<p>[text* your-subject placeholder \"Subjekti *\"] </p>\r\n<p>[textarea* your-message placeholder \"Mesazhi *\"] </p>\r\n<p>[submit \"Dergo\"]</p>\n1\n[your-subject]\n[your-name]\nandi.xhafa21@yahoo.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on IT Works\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nEduco <minhkhmt1k3@gmail.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Educo (http://demo.thimpress.com/eduma)\nReply-To: minhkhmt1k3@gmail.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-04-02 13:26:11','2018-04-02 13:26:11','',0,'http://demo.thimpress.com/eduma/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(6873,1,'2018-03-29 23:11:15','2018-03-29 23:11:15','','Kurset','','publish','closed','closed','','6873','','','2018-04-09 13:48:56','2018-04-09 13:48:56','',0,'http://itworks.coding.al/index.php/2018/03/29/6873/',1,'nav_menu_item','',0),(6874,1,'2018-03-29 23:11:15','2018-03-29 23:11:15','','Kurset','','publish','closed','closed','','6874','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/index.php/2018/03/29/6874/',6,'nav_menu_item','',0),(6876,1,'2018-03-29 23:11:35','2018-03-29 23:11:35','','demo_image','','inherit','open','closed','','demo_image','','','2018-03-29 23:11:35','2018-03-29 23:11:35','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/demo_image.jpg',0,'attachment','image/jpeg',0),(6877,1,'2017-10-31 08:42:54','2017-10-31 08:42:54','','bg-footer','','inherit','closed','closed','','bg-footer-2','','','2017-10-31 08:42:54','2017-10-31 08:42:54','',0,'http://itworks.coding.al/wp-content/uploads/2017/10/bg-footer.jpg',0,'attachment','image/jpeg',0),(6879,1,'2018-03-29 23:18:24','2018-03-29 23:18:24','','Checkout','','publish','closed','closed','','checkout-2','','','2018-03-29 23:18:24','2018-03-29 23:18:24','',0,'http://itworks.coding.al/index.php/checkout-2/',0,'page','',0),(6880,1,'2018-03-29 23:18:24','2018-03-29 23:18:24','','Become a Teacher','','publish','closed','closed','','become-a-teacher-2','','','2018-03-29 23:18:24','2018-03-29 23:18:24','',0,'http://itworks.coding.al/index.php/become-a-teacher-2/',0,'page','',0),(6885,1,'2018-03-31 09:17:35','2018-03-31 09:17:35','','newLogo','','inherit','open','closed','','newlogo','','','2018-03-31 09:17:35','2018-03-31 09:17:35','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/newLogo.png',0,'attachment','image/png',0),(6894,1,'2018-03-31 11:27:51','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-03-31 11:27:51','0000-00-00 00:00:00','',0,'http://itworks.coding.al/?p=6894',1,'nav_menu_item','',0),(6895,1,'2018-03-31 11:29:00','2018-03-31 11:29:00',' ','','','publish','closed','closed','','6895','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6895',3,'nav_menu_item','',0),(6896,1,'2018-03-31 12:30:51','2018-03-31 12:30:51','','ledjoni','','inherit','open','closed','','ledjoni','','','2018-03-31 12:30:51','2018-03-31 12:30:51','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/ledjoni.png',0,'attachment','image/png',0),(6899,1,'2018-04-08 21:47:46','2018-04-08 21:47:46','','Rreth Nesh','','publish','closed','closed','','rreth-nesh','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6899',2,'nav_menu_item','',0),(6900,1,'2018-04-08 21:53:49','2018-04-08 21:53:49','<p>[vc_row][vc_column][thim-heading title=\"Ftafi Yne\" sub_heading=\"Ju ftojme te njihni ftanin tone profesional.\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column][/vc_row][vc_row el_class=\"thim-no-margin-bottom\"][vc_column][thim-our-team number_post=\"8\" columns=\"4\" link_member=\"true\"][/vc_column][/vc_row]</p>\r\n','Stafi Yne','','publish','closed','closed','','stafi-yne','','','2018-04-08 21:55:31','2018-04-08 21:55:31','',0,'http://itworks.coding.al/?page_id=6900',0,'page','',0),(6901,1,'2018-04-08 22:18:27','2018-04-08 22:18:27',' ','','','publish','closed','closed','','6901','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6901',4,'nav_menu_item','',0),(6904,1,'2018-04-09 13:48:56','2018-04-09 13:48:56','','Partneret','','publish','closed','closed','','partneret','','','2018-04-09 13:48:56','2018-04-09 13:48:56','',0,'http://itworks.coding.al/index.php/2018/04/09/partneret/',4,'nav_menu_item','',0),(6906,1,'2018-04-09 13:51:03','2018-04-09 13:51:03',' ','','','publish','closed','closed','','6906','','','2018-04-09 13:51:03','2018-04-09 13:51:03','',0,'http://itworks.coding.al/index.php/2018/04/09/6906/',1,'nav_menu_item','',0),(6914,1,'2018-04-09 14:13:19','2018-04-09 14:13:19','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1471536426570{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider_vc alias=\"home-university\" el_class=\"myCustomSlider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1522489435448{padding-top: 29px !important;padding-bottom: 29px !important;}\" el_class=\"thim-university-top-icon thim-bg-overlay hide-this-madafaka\"][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][vc_column width=\"1/6\" el_class=\"thim-no-border\"][thim-icon-box title_color=\"#ffffff\" title_font_heading=\"custom\" title_custom_font_size=\"18\" title_custom_font_weight=\"700\" line_after_title=\"\" desc_content=\"\" custom_font_weight_desc=\"\" link_to_icon=\"\" icon_type=\"font-awesome\" font_awesome_icon=\"fa fa-twitch\" font_awesome_icon_size=\"36\" width_icon_box=\"70\" icon_color=\"#ffb606\" layout_text_align_sc=\"text-center\" title=\"ARTSUW\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1522489580796{margin-right: -15px !important;margin-bottom: 100px !important;margin-left: -15px !important;}\" el_class=\"thim-welcome-university-2 hide-this-madafaka\"][vc_column width=\"1/3\" css=\".vc_custom_1471683981170{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Welcome\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-icon-box line_after_title=\"\" desc_content=\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.\n\n\" custom_font_size_desc=\"0\" custom_font_weight_desc=\"\" read_more_link=\"#\" read_more_link_to=\"more\" link_to_icon=\"\" read_more_text=\"Read More\" icon_type=\"custom\" custom_image_icon=\"6705\" width_icon_box=\"370\" layout_text_align_sc=\"text-left\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1471683988210{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_row_inner][vc_column_inner][thim-heading title=\"Events\" line=\"yes\"][/vc_column_inner][/vc_row_inner][thim-list-events number_posts=\"3\" layout=\"layout-2\" text_link=\"VIEW ALL\"][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLXJlZ2lzdGVyLW5vdy1mb3JtJTIyJTNFJTBBJTNDaDMlMjBjbGFzcyUzRCUyMnRpdGxlJTIyJTNFJTNDc3BhbiUzRUNyZWF0ZSUyMHlvdXIlMjBmcmVlJTIwYWNjb3VudCUyMG5vdyUyMGFuZCUyMGdldCUyMGltbWVkaWF0ZSUyMGFjY2VzcyUyMHRvJTIwMTAwcyUyMG9mJTIwb25saW5lJTIwY291cnNlcy4lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElNUJjb250YWN0LWZvcm0tNyUyMGlkJTNEJTIyODUlMjIlMjB0aXRsZSUzRCUyMkdldCUyMEl0JTIwTm93JTIyJTVEJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1522490717292{margin-bottom: 0px !important;background-image: url(http://itworks.coding.al/wp-content/uploads/2016/08/bg-buy-now.jpg?id=6713) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"thim-buy-now thim-bg-overlay hide-this-madafaka\"][vc_column width=\"2/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGltLWJ1eS1ub3ctZGVzYyUyMiUzRSUwQSUzQ2gzJTIwY2xhc3MlM0QlMjJoZWFkaW5nJTIyJTNFVGhlJTIwYmVzdCUyMHRoZW1lJTIwZm9yJTIwdW5pdmVyc2l0eSUzQyUyRmgzJTNFJTBBJTNDcCUyMGNsYXNzJTNEJTIyZGVzY3JpcHRpb24lMjIlM0VMb3JlbSUyMElwc3VtJTIwaXMlMjBzaW1wbHklMjBkdW1teSUyMHRleHQlMjBvZiUyMHRoZSUyMHByaW50aW5nJTIwYW5kJTIwdHlwZXNldHRpbmclMjBpbmR1c3RyeS4lM0MlMkZwJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][thim-button title=\"BUY NOW ($64)\" url=\"http://themeforest.net/item/education-wordpress-theme-education-wp/14058034\" new_window=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471683412132{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 100px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Kurset me te ndjekura\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][thim-courses limit=\"6\" order=\"popular\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"5841\" parallax_speed_bg=\"1.3\" el_class=\"thim-bg-overlay\" css=\".vc_custom_1471451648643{padding-top: 124px !important;padding-bottom: 124px !important;}\"][vc_column width=\"1/4\"][thim-counters-box counters_label=\"KURSANTE\" counters_value=\"6735\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"PROFESORE\" counters_value=\"59\"][/vc_column][vc_column width=\"1/4\"][thim-counters-box counters_label=\"VLERESIME MAKSIMALE\" counters_value=\"243\"][/vc_column][vc_column width=\"1/4\" el_class=\"thim-no-border\"][thim-counters-box counters_label=\"CERTIFIKIME\" counters_value=\"35\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471681425935{margin-bottom: 85px !important;}\" el_class=\"thim-latest-new-university\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Lajmet e fundit\" title_custom=\"custom\" font_weight=\"\" sub_heading=\"Education news all over the world.\" clone_title=\"\" line=\"\"][/vc_column_inner][/vc_row_inner][thim-carousel-posts cat_id=\"16\" number_posts=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"6707\" parallax_speed_bg=\"1.3\" el_class=\"thim-dark thim-join-the-elite-group \"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Mbi 6000+ studente te certifikuar\" textcolor=\"#ffffff\" sub_heading=\"Bashkohuni trajnimeve tona per te nisur rrugen drejt suksesit profesional.\" sub_heading_color=\"#ffffff\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-button title=\"Shiko Kurset\" new_window=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471684614246{margin-bottom: 65px !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"Pershtypjet e Studenteve\" sub_heading=\"Cfare mendojne studentet te cilet kane marre pjese ne trajnimet tona?\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-testimonials autoplay=\"\" mousewheel=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471015026798{margin-bottom: 0px !important;}\"][vc_column][vc_column_text]\n<div class=\"thim-newlleter-homepage\">\n<p class=\"description\">Abonohuni per te marre njoftimet e fundit !</p>\n[mc4wp_form id=\"3101\"]\n\n</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471684751611{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 80px !important;background-color: #ffb606 !important;}\"][vc_column][vc_row_inner][vc_column_inner][thim-heading title=\"PARTNERET TANE\" clone_title=\"\" line=\"\" text_align=\"text-center\"][/vc_column_inner][/vc_row_inner][thim-gallery-images number=\"5\" item_tablet=\"3\" item_mobile=\"2\" show_pagination=\"no\" image=\"6717,6718,6719,6721,6720,6722,6723\" image_size=\"full\"][/vc_column][/vc_row]','Demo University 2','','inherit','closed','closed','','6711-autosave-v1','','','2018-04-09 14:13:19','2018-04-09 14:13:19','',6711,'http://itworks.coding.al/index.php/2018/04/09/6711-autosave-v1/',0,'revision','',0),(6921,1,'2018-04-09 14:30:48','2018-04-09 14:30:48','[vc_row css=\".vc_custom_1489547424485{margin-bottom: 0px !important;}\"][vc_column width=\"1/2\" el_class=\"width-31\" css=\".vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}\"][vc_wp_custommenu title=\"Kategorite\" nav_menu=\"51\" el_class=\"thim-megamenu-vc\"][/vc_column][vc_column width=\"1/2\" el_class=\"width-31\"][thim-courses title=\"Kursi i Ri\" limit=\"1\" featured=\"\" order=\"latest\" layout=\"megamenu\"][/vc_column][/vc_row]','1523284248','','publish','closed','closed','','1523284248-2','','','2018-04-09 16:21:23','2018-04-09 15:21:23','',0,'http://itworks.coding.al/index.php/thim-component/1523284248-2/',0,'thim-component','',0),(6922,1,'2018-04-09 14:31:14','2018-04-09 14:31:14','','1523284274','','publish','closed','closed','','1523284274-2','','','2018-04-09 14:39:40','2018-04-09 14:39:40','',0,'http://itworks.coding.al/index.php/thim-component/1523284274-2/',0,'thim-component','',0),(6923,1,'2018-04-09 14:32:13','2018-04-09 14:32:13','[vc_row css=\".vc_custom_1489547424485{margin-bottom: 0px !important;}\"][vc_column width=\"1/2\" el_class=\"width-31\" css=\".vc_custom_1489139464147{padding-right: 30px !important;padding-left: 15px !important;}\"][vc_wp_custommenu title=\"About Courses\" nav_menu=\"51\" el_class=\"thim-megamenu-vc\"][/vc_column][vc_column width=\"1/2\" el_class=\"width-31\"][thim-courses title=\"Kursi i Ri\" limit=\"1\" featured=\"\" order=\"latest\" layout=\"megamenu\"][/vc_column][/vc_row]','1523284333','','publish','closed','closed','','1523284333-2','','','2018-04-09 16:20:22','2018-04-09 15:20:22','',0,'http://itworks.coding.al/index.php/thim-component/1523284333-2/',0,'thim-component','',0),(6925,1,'2018-04-09 14:37:36','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-04-09 14:37:36','0000-00-00 00:00:00','',6513,'http://itworks.coding.al/?p=6925',1,'nav_menu_item','',0),(6926,1,'2018-04-09 14:37:46','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-04-09 14:37:46','0000-00-00 00:00:00','',0,'http://itworks.coding.al/?p=6926',1,'nav_menu_item','',0),(6927,1,'2018-04-09 14:37:53','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-04-09 14:37:53','0000-00-00 00:00:00','',0,'http://itworks.coding.al/?p=6927',1,'nav_menu_item','',0),(6928,1,'2018-04-09 14:37:59','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-04-09 14:37:59','0000-00-00 00:00:00','',0,'http://itworks.coding.al/?p=6928',1,'nav_menu_item','',0),(6929,1,'2018-04-09 14:39:31','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-04-09 14:39:31','0000-00-00 00:00:00','',0,'http://itworks.coding.al/?p=6929',1,'nav_menu_item','',0),(6931,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','Backend','','publish','closed','closed','','backend','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6931',1,'nav_menu_item','',0),(6932,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','Css','','publish','closed','closed','','css','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6932',2,'nav_menu_item','',0),(6933,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','Frontend','','publish','closed','closed','','frontend','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6933',3,'nav_menu_item','',0),(6934,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','General','','publish','closed','closed','','general','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6934',4,'nav_menu_item','',0),(6935,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','IT & Software','','publish','closed','closed','','it-software','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6935',5,'nav_menu_item','',0),(6936,1,'2018-04-09 16:25:18','2018-04-09 15:25:18','','Photography','','publish','closed','closed','','photography','','','2018-04-09 16:25:18','2018-04-09 15:25:18','',0,'http://itworks.coding.al/?p=6936',6,'nav_menu_item','',0),(6937,1,'2018-04-09 16:27:13','2018-04-09 15:27:13','','Home','','publish','closed','closed','','home-2','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6937',1,'nav_menu_item','',0),(6939,1,'2018-04-09 22:01:37','2018-04-09 21:01:37','','Partneritete','','publish','closed','closed','','partneritete','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6939',7,'nav_menu_item','',0),(6940,1,'2018-04-09 22:01:37','2018-04-09 21:01:37','','Microsoft','','publish','closed','closed','','microsoft','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6940',8,'nav_menu_item','',0),(6941,1,'2018-04-09 22:01:37','2018-04-09 21:01:37','','Cisco','','publish','closed','closed','','cisco','','','2018-04-09 22:01:37','2018-04-09 21:01:37','',0,'http://itworks.coding.al/?p=6941',9,'nav_menu_item','',0),(6947,1,'2018-04-10 10:59:51','2018-04-10 09:59:51','','logo','','inherit','open','closed','','logo-2','','','2018-04-10 10:59:51','2018-04-10 09:59:51','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/logo.png',0,'attachment','image/png',0),(6948,1,'2018-04-10 11:12:30','2018-04-10 10:12:30','','logo-v2','','inherit','open','closed','','logo-v2','','','2018-04-10 11:12:30','2018-04-10 10:12:30','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/logo-v2.png',0,'attachment','image/png',0),(6951,1,'2018-04-10 14:27:29','2018-04-10 13:27:29','','logo-v8','','inherit','open','closed','','logo-v8','','','2018-04-10 14:27:29','2018-04-10 13:27:29','',0,'http://itworks.coding.al/wp-content/uploads/2018/03/logo-v8.png',0,'attachment','image/png',0),(6958,1,'2018-10-08 19:42:44','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-10-08 19:42:44','0000-00-00 00:00:00','',0,'https://itworks.coding.al/?p=6958',0,'post','',0); /*!40000 ALTER TABLE `codingal_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_css` -- DROP TABLE IF EXISTS `codingal_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `advanced` longtext, `params` longtext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_css` -- LOCK TABLES `codingal_revslider_css` WRITE; /*!40000 ALTER TABLE `codingal_revslider_css` DISABLE KEYS */; INSERT INTO `codingal_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `codingal_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_layer_animations` -- DROP TABLE IF EXISTS `codingal_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_layer_animations` -- LOCK TABLES `codingal_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `codingal_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_navigations` -- DROP TABLE IF EXISTS `codingal_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_navigations` -- LOCK TABLES `codingal_revslider_navigations` WRITE; /*!40000 ALTER TABLE `codingal_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_sliders` -- DROP TABLE IF EXISTS `codingal_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_sliders` -- LOCK TABLES `codingal_revslider_sliders` WRITE; /*!40000 ALTER TABLE `codingal_revslider_sliders` DISABLE KEYS */; INSERT INTO `codingal_revslider_sliders` VALUES (1,'Home University','home-university','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home University\",\"alias\":\"home-university\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-university\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1200\",\"height\":\"500\",\"width_notebook\":\"960\",\"height_notebook\":\"400\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"768\",\"height_tablet\":\"400\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"481\",\"height_mobile\":\"320\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"on\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"102\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"on\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"on\",\"background_image\":\"http:\\/\\/educationwp.thimpress.com\\/demo-university-2\\/wp-content\\/uploads\\/sites\\/23\\/2016\\/04\\/hero_slider_5.jpg\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"2\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"zeus\",\"navigation_arrows_preset\":\"default\",\"ph-zeus-arrows-arrow-size-custom-def\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-zeus-arrows-arrow-color-color-def\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-bg-color-color-rgba-def\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-bg-size-custom-def\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"1024\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font-family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"single\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!40000 ALTER TABLE `codingal_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_slides` -- DROP TABLE IF EXISTS `codingal_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_slides` -- LOCK TABLES `codingal_revslider_slides` WRITE; /*!40000 ALTER TABLE `codingal_revslider_slides` DISABLE KEYS */; INSERT INTO `codingal_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/localhost\\/foobla\\/educo\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/itworks.coding.al\\/wp-content\\/uploads\\/2016\\/08\\/hero_slider_5.jpg\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_for_admin\":\"off\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"0\":\"Remove\"}','[{\"text\":\"Qendra e kurseve\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":14,\"notebook\":15,\"mobile\":15,\"tablet\":15},\"top\":{\"desktop\":-79,\"notebook\":-79,\"mobile\":-50,\"tablet\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"THE BEST THEME FOR\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"mobile\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"mobile\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":251,\"height\":30,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\",\"notebook\":\"24px\",\"mobile\":\"20px\",\"tablet\":\"24px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\",\"mobile\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(252, 252, 252, 1)\",\"notebook\":\"rgba(252, 252, 252, 1)\",\"mobile\":\"rgba(252, 252, 252, 1)\",\"tablet\":\"rgba(252, 252, 252, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"-35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-sub-heading\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"div\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":70,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":300,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":65,\"splitdelay\":\"5\",\"speed\":1800,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":300,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6250,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"zIndex\":5},{\"text\":\"IT WORKS\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":15,\"notebook\":15,\"mobile\":15,\"tablet\":15},\"top\":{\"desktop\":-9,\"notebook\":-8,\"mobile\":-8,\"tablet\":-8},\"internal_class\":\"\",\"hover\":false,\"alias\":\"EDUCATION\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"mobile\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"mobile\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":586,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"notebook\":\"100px\",\"mobile\":\"50px\",\"tablet\":\"60px\"},\"line-height\":{\"desktop\":\"100px\",\"notebook\":\"100px\",\"mobile\":\"100px\",\"tablet\":\"100px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"45deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-heading\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"h3\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":45,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":200,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":30,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"zIndex\":6},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(51, 51, 51, 1)\",\"notebook\":\"rgba(51, 51, 51, 1)\",\"tablet\":\"rgba(51, 51, 51, 1)\",\"mobile\":\"rgba(51, 51, 51, 1)\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"letter-spacing\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-family\":\"\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"transparent\",\"border-opacity\":\"1\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"transparent\",\"color\":\"rgba(51, 51, 51, 1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"transparent\",\"border-opacity\":\"1\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"text\":\"Shiko Kurset\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":3,\"left\":{\"desktop\":18,\"notebook\":15,\"tablet\":15,\"mobile\":15},\"top\":{\"desktop\":78,\"notebook\":82,\"tablet\":62,\"mobile\":52},\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":117,\"height\":40,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"2\",\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-button\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"div\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1300,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":800,\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power2.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1300,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6900,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/itworks.coding.al\\/index.php\\/courses\\/\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"2\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"300\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','\"\"'),(2,1,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/localhost\\/foobla\\/educo\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/itworks.coding.al\\/wp-content\\/uploads\\/2016\\/08\\/slider-6.jpg\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_for_admin\":\"off\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"0\":\"Remove\"}','[{\"text\":\"TRAJNIME PROFESIONALE\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":14,\"notebook\":15,\"mobile\":15,\"tablet\":15},\"top\":{\"desktop\":-8,\"notebook\":-8,\"mobile\":-8,\"tablet\":-8},\"internal_class\":\"\",\"hover\":false,\"alias\":\"EDUCATION\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"mobile\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"mobile\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":373,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"notebook\":\"100px\",\"mobile\":\"50px\",\"tablet\":\"60px\"},\"line-height\":{\"desktop\":\"100px\",\"notebook\":\"100px\",\"mobile\":\"100px\",\"tablet\":\"100px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"45deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-heading\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"h3\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":20,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":200,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":95,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5850,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"zIndex\":6},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(51, 51, 51, 1)\",\"notebook\":\"rgba(51, 51, 51, 1)\",\"tablet\":\"rgba(51, 51, 51, 1)\",\"mobile\":\"rgba(51, 51, 51, 1)\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"letter-spacing\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-family\":\"\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"transparent\",\"border-opacity\":\"1\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"transparent\",\"color\":\"rgba(51, 51, 51, 1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"transparent\",\"border-opacity\":\"1\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"text\":\"Shiko Stafin\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":3,\"left\":{\"desktop\":15,\"notebook\":15,\"tablet\":15,\"mobile\":15},\"top\":{\"desktop\":82,\"notebook\":82,\"tablet\":62,\"mobile\":52},\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":118,\"height\":40,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"2\",\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-button\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"div\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1300,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":800,\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power2.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1300,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6900,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/themeforest.net\\/item\\/education-wordpress-theme-education-wp\\/14058034?ref=ThimPress&utm_source=demo&utm_medium=demofooter\"],\"link_open_in\":[\"_blank\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"1\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"300\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','\"\"'),(3,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/localhost\\/foobla\\/educo\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/itworks.coding.al\\/wp-content\\/uploads\\/2016\\/08\\/hero_slider_4.jpg\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_for_admin\":\"off\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"0\":\"Remove\"}','[{\"text\":\"STAF PROFESIONAL\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":15,\"notebook\":15,\"mobile\":15,\"tablet\":15},\"top\":{\"desktop\":-8,\"notebook\":-8,\"mobile\":-8,\"tablet\":-8},\"internal_class\":\"\",\"hover\":false,\"alias\":\"EDUCATION\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"mobile\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"mobile\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":416,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"notebook\":\"100px\",\"mobile\":\"50px\",\"tablet\":\"60px\"},\"line-height\":{\"desktop\":\"100px\",\"notebook\":\"100px\",\"mobile\":\"100px\",\"tablet\":\"100px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"45deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"thim-slider-heading\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"html_tag\":\"h3\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":45,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":200,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":70,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":100,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6100,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"zIndex\":6}]','\"\"'); /*!40000 ALTER TABLE `codingal_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_revslider_static_slides` -- DROP TABLE IF EXISTS `codingal_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_revslider_static_slides` -- LOCK TABLES `codingal_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `codingal_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_term_relationships` -- DROP TABLE IF EXISTS `codingal_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_term_relationships` -- LOCK TABLES `codingal_term_relationships` WRITE; /*!40000 ALTER TABLE `codingal_term_relationships` DISABLE KEYS */; INSERT INTO `codingal_term_relationships` VALUES (4,1,0),(54,16,0),(54,20,0),(54,21,0),(59,16,0),(59,19,0),(60,16,0),(60,23,0),(71,16,0),(71,19,0),(71,22,0),(71,23,0),(128,17,0),(128,21,0),(128,22,0),(128,58,0),(130,18,0),(130,20,0),(130,22,0),(130,60,0),(135,2,0),(135,50,0),(136,2,0),(136,49,0),(137,2,0),(137,47,0),(138,2,0),(138,47,0),(139,2,0),(139,48,0),(140,2,0),(140,47,0),(141,2,0),(141,49,0),(142,2,0),(142,47,0),(143,2,0),(143,47,0),(144,2,0),(144,50,0),(145,2,0),(145,47,0),(1690,2,0),(1690,48,0),(1691,2,0),(1691,50,0),(1692,2,0),(1692,47,0),(1693,2,0),(1693,49,0),(1694,2,0),(1694,49,0),(1695,2,0),(1695,49,0),(1696,2,0),(1696,48,0),(2908,38,0),(2910,38,0),(2911,38,0),(2912,38,0),(2913,38,0),(2914,38,0),(2915,38,0),(2916,38,0),(3120,30,0),(3120,43,0),(3501,45,0),(3696,17,0),(3696,23,0),(3697,17,0),(3697,19,0),(3697,22,0),(3697,23,0),(3698,16,0),(3698,19,0),(3699,16,0),(3699,20,0),(3699,21,0),(4207,25,0),(4410,26,0),(4412,26,0),(4413,26,0),(4416,26,0),(4417,26,0),(4420,27,0),(4421,27,0),(4428,27,0),(4430,40,0),(4431,40,0),(4432,40,0),(4439,38,0),(4442,26,0),(4510,18,0),(4510,20,0),(4510,22,0),(4510,59,0),(4512,16,0),(4512,20,0),(4512,22,0),(4512,59,0),(4513,16,0),(4513,20,0),(4513,22,0),(4513,59,0),(4514,17,0),(4514,20,0),(4514,22,0),(4514,59,0),(4515,17,0),(4515,19,0),(4515,23,0),(4515,59,0),(4516,17,0),(4516,19,0),(4516,23,0),(4516,59,0),(4517,18,0),(4517,20,0),(4517,22,0),(4517,59,0),(4518,18,0),(4518,20,0),(4518,22,0),(4518,59,0),(4743,31,0),(4853,38,0),(5063,28,0),(5111,34,0),(5143,24,0),(5164,41,0),(5181,33,0),(5206,24,0),(5212,29,0),(5212,36,0),(5212,41,0),(5212,46,0),(5227,44,0),(5264,32,0),(5264,35,0),(5264,46,0),(5286,41,0),(5286,42,0),(5286,46,0),(5299,37,0),(5299,44,0),(5299,46,0),(5312,39,0),(5319,35,0),(5332,39,0),(5345,28,0),(5393,33,0),(5407,24,0),(5428,34,0),(6836,54,0),(6837,54,0),(6838,54,0),(6844,55,0),(6845,55,0),(6846,55,0),(6848,52,0),(6849,52,0),(6851,52,0),(6860,54,0),(6861,53,0),(6873,53,0),(6874,54,0),(6895,54,0),(6899,54,0),(6901,54,0),(6904,53,0),(6906,61,0),(6931,51,0),(6932,51,0),(6933,51,0),(6934,51,0),(6935,51,0),(6936,51,0),(6937,54,0),(6939,54,0),(6940,54,0),(6941,54,0); /*!40000 ALTER TABLE `codingal_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_term_taxonomy` -- DROP TABLE IF EXISTS `codingal_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_term_taxonomy` -- LOCK TABLES `codingal_term_taxonomy` WRITE; /*!40000 ALTER TABLE `codingal_term_taxonomy` DISABLE KEYS */; INSERT INTO `codingal_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,18),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'category','',0,8),(17,17,'category','',0,6),(18,18,'category','',0,4),(19,19,'post_tag','',0,6),(20,20,'post_tag','',0,9),(21,21,'post_tag','',0,3),(22,22,'post_tag','',0,10),(23,23,'post_tag','',0,6),(24,24,'course_category',' ',0,3),(25,25,'topic-tag','',0,1),(26,26,'portfolio_category','',0,6),(27,27,'portfolio_category','',0,3),(28,28,'course_category','',0,2),(29,29,'course_tag',' ',0,1),(30,30,'topic-tag','',0,1),(31,31,'topic-tag','',0,1),(32,32,'course_tag',' ',0,1),(33,33,'course_category',' ',0,2),(34,34,'course_category',' ',0,2),(35,35,'course_category','',0,2),(36,36,'course_tag',' ',0,1),(37,37,'course_tag',' ',0,1),(38,38,'our_team_category','',0,8),(39,39,'course_category','',0,2),(40,40,'portfolio_category','',0,3),(41,41,'course_category',' ',0,3),(42,42,'course_tag',' ',0,1),(43,43,'topic-tag','',0,1),(44,44,'course_category',' ',0,2),(45,45,'topic-tag','',0,1),(46,46,'course_tag',' ',0,4),(47,47,'product_cat','',0,7),(48,48,'product_cat','',0,3),(49,49,'product_cat','',0,5),(50,50,'product_cat','',0,3),(51,51,'nav_menu','',0,6),(52,52,'nav_menu','',0,3),(53,53,'nav_menu','',0,3),(54,54,'nav_menu','',0,12),(55,55,'nav_menu','',0,3),(58,58,'post_format','',0,1),(59,59,'post_format','',0,8),(60,60,'post_format','',0,1),(61,61,'nav_menu','',0,1),(62,62,'nav_menu','',0,0); /*!40000 ALTER TABLE `codingal_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_termmeta` -- DROP TABLE IF EXISTS `codingal_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_termmeta` -- LOCK TABLES `codingal_termmeta` WRITE; /*!40000 ALTER TABLE `codingal_termmeta` DISABLE KEYS */; INSERT INTO `codingal_termmeta` VALUES (1,16,'_thim_demo_content','yes'),(2,17,'_thim_demo_content','yes'),(3,18,'_thim_demo_content','yes'),(4,19,'_thim_demo_content','yes'),(5,20,'_thim_demo_content','yes'),(6,21,'_thim_demo_content','yes'),(7,22,'_thim_demo_content','yes'),(8,23,'_thim_demo_content','yes'),(9,24,'_thim_demo_content','yes'),(10,24,'thim_custom_heading','custom'),(11,24,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3390\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/1.jpg\";}'),(12,24,'thim_learnpress_cate_heading_bg_color','#'),(13,24,'thim_learnpress_cate_heading_text_color','#'),(14,24,'thim_learnpress_cate_sub_heading_text_color','#'),(15,25,'_thim_demo_content','yes'),(16,26,'_thim_demo_content','yes'),(17,27,'_thim_demo_content','yes'),(18,28,'_thim_demo_content','yes'),(19,28,'thim_custom_heading','custom'),(20,28,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3391\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/2.jpg\";}'),(21,28,'thim_learnpress_cate_heading_bg_color','#'),(22,28,'thim_learnpress_cate_heading_text_color','#'),(23,28,'thim_learnpress_cate_sub_heading_text_color','#'),(24,29,'_thim_demo_content','yes'),(25,30,'_thim_demo_content','yes'),(26,31,'_thim_demo_content','yes'),(27,32,'_thim_demo_content','yes'),(28,33,'_thim_demo_content','yes'),(29,33,'thim_custom_heading','custom'),(30,33,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3392\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/3.jpg\";}'),(31,33,'thim_learnpress_cate_heading_bg_color','#'),(32,33,'thim_learnpress_cate_heading_text_color','#'),(33,33,'thim_learnpress_cate_sub_heading_text_color','#'),(34,34,'_thim_demo_content','yes'),(35,34,'thim_custom_heading','custom'),(36,34,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3393\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/4.jpg\";}'),(37,34,'thim_learnpress_cate_heading_bg_color','#'),(38,34,'thim_learnpress_cate_heading_text_color','#'),(39,34,'thim_learnpress_cate_sub_heading_text_color','#'),(40,35,'_thim_demo_content','yes'),(41,35,'thim_custom_heading','custom'),(42,35,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3394\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/5.jpg\";}'),(43,35,'thim_learnpress_cate_heading_bg_color','#'),(44,35,'thim_learnpress_cate_heading_text_color','#'),(45,35,'thim_learnpress_cate_sub_heading_text_color','#'),(46,36,'_thim_demo_content','yes'),(47,37,'_thim_demo_content','yes'),(48,38,'_thim_demo_content','yes'),(49,39,'_thim_demo_content','yes'),(50,39,'thim_custom_heading','custom'),(51,39,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3396\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/6.jpg\";}'),(52,39,'thim_learnpress_cate_heading_bg_color','#'),(53,39,'thim_learnpress_cate_heading_text_color','#'),(54,39,'thim_learnpress_cate_sub_heading_text_color','#'),(55,40,'_thim_demo_content','yes'),(56,41,'_thim_demo_content','yes'),(57,41,'thim_custom_heading','custom'),(58,41,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3395\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/7.jpg\";}'),(59,41,'thim_learnpress_cate_heading_bg_color','#'),(60,41,'thim_learnpress_cate_heading_text_color','#'),(61,41,'thim_learnpress_cate_sub_heading_text_color','#'),(62,42,'_thim_demo_content','yes'),(63,43,'_thim_demo_content','yes'),(64,44,'_thim_demo_content','yes'),(65,44,'thim_custom_heading','custom'),(66,44,'thim_learnpress_top_image','a:2:{s:2:\"id\";s:4:\"3397\";s:3:\"url\";s:74:\"http://thim.staging.wpengine.com/wp-content/uploads/sites/35/2015/12/8.jpg\";}'),(67,44,'thim_learnpress_cate_heading_bg_color','#'),(68,44,'thim_learnpress_cate_heading_text_color','#'),(69,44,'thim_learnpress_cate_sub_heading_text_color','#'),(70,45,'_thim_demo_content','yes'),(71,46,'_thim_demo_content','yes'),(72,47,'order','0'),(73,47,'_thim_demo_content','yes'),(74,47,'order','0'),(75,47,'product_count_product_cat','7'),(76,48,'order','0'),(77,48,'_thim_demo_content','yes'),(78,48,'order','0'),(79,48,'product_count_product_cat','3'),(80,49,'order','0'),(81,49,'_thim_demo_content','yes'),(82,49,'order','0'),(83,49,'product_count_product_cat','5'),(84,50,'order','0'),(85,50,'_thim_demo_content','yes'),(86,50,'order','0'),(87,50,'product_count_product_cat','3'),(88,51,'_thim_demo_content','yes'),(89,52,'_thim_demo_content','yes'),(90,53,'_thim_demo_content','yes'),(91,54,'_thim_demo_content','yes'),(92,55,'_thim_demo_content','yes'); /*!40000 ALTER TABLE `codingal_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_terms` -- DROP TABLE IF EXISTS `codingal_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_terms` -- LOCK TABLES `codingal_terms` WRITE; /*!40000 ALTER TABLE `codingal_terms` DISABLE KEYS */; INSERT INTO `codingal_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Blog','blog',0),(17,'Business','business',0),(18,'Design / Branding','design-branding',0),(19,'Course','course',0),(20,'Designer','designer',0),(21,'SEO','seo',0),(22,'ThimPress','thimpress',0),(23,'WordPress','wordpress',0),(24,'Backend','backend',0),(25,'BEAUTY','beauty',0),(26,'Books','books',0),(27,'Courses','courses',0),(28,'CSS','css',0),(29,'css','css',0),(30,'dsfdfg','dsfdfg',0),(31,'ert','ert',0),(32,'foundation','foundation',0),(33,'Frontend','frontend',0),(34,'General','general',0),(35,'IT & Software','it-software',0),(36,'less','less',0),(37,'node','node',0),(38,'Our Team','our-team',0),(39,'Photography','photography',0),(40,'Presentations','presentations',0),(41,'Programming Language','programming-language',0),(42,'python','python',0),(43,'sdfsdf','sdfsdf',0),(44,'Technology','technology',0),(45,'tkkttktk','tkkttktk',0),(46,'tutorial','tutorial',0),(47,'Accessories','accessories',0),(48,'Cookware','cookware',0),(49,'Culinary','culinary',0),(50,'Postcard','postcard',0),(51,'About Courses','about-courses',0),(52,'Kompania','kompania',0),(53,'Links','links',0),(54,'Main Menu','main-menu',0),(55,'Privacy','privacy',0),(58,'Audio','post-format-audio',0),(59,'Gallery','post-format-gallery',0),(60,'Video','post-format-video',0),(61,'Partneret tane','partneret-tane',0),(62,'Kurset','kurset',0); /*!40000 ALTER TABLE `codingal_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_usermeta` -- DROP TABLE IF EXISTS `codingal_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_usermeta` -- LOCK TABLES `codingal_usermeta` WRITE; /*!40000 ALTER TABLE `codingal_usermeta` DISABLE KEYS */; INSERT INTO `codingal_usermeta` VALUES (1,1,'nickname','coding.al'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'codingal_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(13,1,'codingal_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,black_studio_tinymce_widget,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"29428c70dd5a8c49dd14eb93c2d6d2f9675661fef68e4b799e51ebf9c07495e2\";a:4:{s:10:\"expiration\";i:1539196959;s:2:\"ip\";s:14:\"217.73.141.171\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1539024159;}}'),(17,1,'codingal_dashboard_quick_press_last_post_id','6958'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"217.73.141.0\";}'),(19,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(20,1,'pmpro_visits','a:5:{s:4:\"last\";s:13:\"June 24, 2018\";s:8:\"thisdate\";N;s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"6\";s:7:\"alltime\";i:15;}'),(21,1,'pmpro_views','a:4:{s:4:\"last\";s:13:\"June 24, 2018\";s:5:\"month\";i:9;s:7:\"alltime\";i:280;s:9:\"thismonth\";s:1:\"6\";}'),(22,1,'manageedit-lp_questioncolumnshidden','a:1:{i:0;s:21:\"taxonomy-question-tag\";}'),(23,1,'pmpro_logins','a:5:{s:4:\"last\";s:15:\"October 8, 2018\";s:8:\"thisdate\";N;s:5:\"month\";i:1;s:9:\"thismonth\";s:2:\"10\";s:7:\"alltime\";i:17;}'),(24,1,'dismissed_install_notice','1'),(25,1,'codingal_user-settings','edit_element_vcUIPanelWidth=646&edit_element_vcUIPanelLeft=461px&edit_element_vcUIPanelTop=30px&editor=tinymce&libraryContent=browse'),(26,1,'codingal_user-settings-time','1523284628'),(27,2,'nickname','ledjonshahini'),(28,2,'first_name','Ledjon'),(29,2,'last_name','Shahini'),(30,2,'description',''),(31,2,'rich_editing','true'),(32,2,'syntax_highlighting','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'locale',''),(38,2,'codingal_capabilities','a:2:{s:10:\"lp_teacher\";b:1;s:15:\"bbp_participant\";b:1;}'),(39,2,'codingal_user_level','0'),(40,2,'dismissed_wp_pointers',''),(41,2,'job',''),(42,2,'last_update','1523285905'),(44,2,'pmpro_logins','a:5:{s:4:\"last\";s:13:\"April 9, 2018\";s:8:\"thisdate\";N;s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"4\";s:7:\"alltime\";i:3;}'),(45,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(46,2,'manageedit-lp_questioncolumnshidden','a:1:{i:0;s:21:\"taxonomy-question-tag\";}'),(47,2,'codingal_dashboard_quick_press_last_post_id','6930'),(48,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"31.44.78.0\";}'),(49,2,'lp_info','a:6:{s:5:\"major\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:6:\"google\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}'),(50,2,'billing_first_name','Ledjon'),(51,2,'billing_last_name','Shahini'),(52,2,'billing_company',''),(53,2,'billing_address_1',''),(54,2,'billing_address_2',''),(55,2,'billing_city',''),(56,2,'billing_postcode',''),(57,2,'billing_country',''),(58,2,'billing_state',''),(59,2,'billing_phone',''),(60,2,'billing_email','ledjonshahini@yahoo.com'),(61,2,'shipping_first_name',''),(62,2,'shipping_last_name',''),(63,2,'shipping_company',''),(64,2,'shipping_address_1',''),(65,2,'shipping_address_2',''),(66,2,'shipping_city',''),(67,2,'shipping_postcode',''),(68,2,'shipping_country',''),(69,2,'shipping_state',''),(70,1,'nav_menu_recently_edited','54'),(71,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(72,1,'metaboxhidden_nav-menus','a:21:{i:0;s:22:\"add-post-type-tp_event\";i:1;s:22:\"add-post-type-our_team\";i:2;s:26:\"add-post-type-testimonials\";i:3;s:19:\"add-post-type-forum\";i:4;s:21:\"add-post-type-product\";i:5;s:23:\"add-post-type-lp_course\";i:6;s:23:\"add-post-type-lp_lesson\";i:7;s:21:\"add-post-type-lp_quiz\";i:8;s:25:\"add-post-type-lp_question\";i:9;s:23:\"add-post-type-portfolio\";i:10;s:29:\"add-post-type-event_auth_book\";i:11;s:12:\"add-post_tag\";i:12;s:15:\"add-post_format\";i:13;s:22:\"add-portfolio_category\";i:14;s:21:\"add-our_team_category\";i:15;s:15:\"add-product_cat\";i:16;s:15:\"add-product_tag\";i:17;s:19:\"add-course_category\";i:18;s:14:\"add-course_tag\";i:19;s:16:\"add-question_tag\";i:20;s:21:\"add-tp_event_category\";}'),(74,2,'codingal_user_avatar','6896'),(100,2,'pmpro_views','a:4:{s:4:\"last\";s:13:\"April 9, 2018\";s:5:\"month\";i:1;s:7:\"alltime\";i:1;s:9:\"thismonth\";s:1:\"4\";}'),(102,1,'wc_last_active','1538956800'); /*!40000 ALTER TABLE `codingal_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_users` -- DROP TABLE IF EXISTS `codingal_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_users` -- LOCK TABLES `codingal_users` WRITE; /*!40000 ALTER TABLE `codingal_users` DISABLE KEYS */; INSERT INTO `codingal_users` VALUES (1,'coding.al','$P$BtAc/bZHcpKSKdgTbO1v3C2kcyFCw3.','coding-al','andi.xhafa24@yahoo.com','','2018-03-29 22:58:55','',0,'coding.al'),(2,'ledjonshahini','$P$BpDmS9.KZLHjrWDbV.fBhp7wow3iJO1','ledjonshahini','ledjonshahini@yahoo.com','','2018-03-31 10:21:42','',0,'Ledjon Shahini'); /*!40000 ALTER TABLE `codingal_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_wc_download_log` -- DROP TABLE IF EXISTS `codingal_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`), CONSTRAINT `fk_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `codingal_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_wc_download_log` -- LOCK TABLES `codingal_wc_download_log` WRITE; /*!40000 ALTER TABLE `codingal_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_wc_webhooks` -- DROP TABLE IF EXISTS `codingal_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_wc_webhooks` -- LOCK TABLES `codingal_wc_webhooks` WRITE; /*!40000 ALTER TABLE `codingal_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_api_keys` -- DROP TABLE IF EXISTS `codingal_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_api_keys` -- LOCK TABLES `codingal_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `codingal_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_attribute_taxonomies` -- LOCK TABLES `codingal_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `codingal_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_downloadable_product_permissions` -- LOCK TABLES `codingal_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_log` -- DROP TABLE IF EXISTS `codingal_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_log` -- LOCK TABLES `codingal_woocommerce_log` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `codingal_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_order_itemmeta` -- LOCK TABLES `codingal_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_order_items` -- DROP TABLE IF EXISTS `codingal_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_order_items` -- LOCK TABLES `codingal_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `codingal_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_payment_tokenmeta` -- LOCK TABLES `codingal_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `codingal_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_payment_tokens` -- LOCK TABLES `codingal_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_sessions` -- DROP TABLE IF EXISTS `codingal_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_sessions` -- LOCK TABLES `codingal_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `codingal_woocommerce_sessions` VALUES (5,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:710:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"DE\";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:\"DE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:22:\"andi.xhafa24@yahoo.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1539196964); /*!40000 ALTER TABLE `codingal_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `codingal_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_shipping_zone_locations` -- LOCK TABLES `codingal_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `codingal_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_shipping_zone_methods` -- LOCK TABLES `codingal_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `codingal_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_shipping_zones` -- LOCK TABLES `codingal_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `codingal_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_tax_rate_locations` -- LOCK TABLES `codingal_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codingal_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `codingal_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codingal_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codingal_woocommerce_tax_rates` -- LOCK TABLES `codingal_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `codingal_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `codingal_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-04-18 21:07:37